# HG changeset patch # User Sean Halle # Date 1374501957 25200 # Node ID 8c0dcf6e15e6f432ec0db585b53289649bb1bc07 # Parent 67c7f5a0308b60f9f6ba074ac27bab88a3bf03e0 new branch -- PR_univ -- changed header to include PR__application.h diff -r 67c7f5a0308b -r 8c0dcf6e15e6 BlockingQueue.h --- a/BlockingQueue.h Fri Mar 08 05:40:08 2013 -0800 +++ b/BlockingQueue.h Mon Jul 22 07:05:57 2013 -0700 @@ -8,8 +8,7 @@ #ifndef _BLOCKINGQUEUE_H #define _BLOCKINGQUEUE_H -#include "PR_impl/PR_primitive_data_types.h" -#include "PR_impl/Services_Offered_by_PR/Memory_Handling/vmalloc.h" +#include "PR__application_includes/PR__application.h" #define TRUE 1 diff -r 67c7f5a0308b -r 8c0dcf6e15e6 PrivateQueue.h --- a/PrivateQueue.h Fri Mar 08 05:40:08 2013 -0800 +++ b/PrivateQueue.h Mon Jul 22 07:05:57 2013 -0700 @@ -9,8 +9,7 @@ #define _PRIVATE_QUEUE_H -#include "PR_impl/PR_primitive_data_types.h" -#include "PR_impl/Services_Offered_by_PR/Memory_Handling/vmalloc.h" +#include "PR__application_includes/PR__application.h" #define TRUE 1 diff -r 67c7f5a0308b -r 8c0dcf6e15e6 __brch__PR_univ --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/__brch__PR_univ Mon Jul 22 07:05:57 2013 -0700 @@ -0,0 +1,4 @@ +This branch is for the project structure defined Jan 2012.. the #includes reflect this directory structure. + +More importantly, the MC_shared version of PR requires a separat malloc implemeted by PR code.. so this branch has modified the library to use the PR-specific malloc. + diff -r 67c7f5a0308b -r 8c0dcf6e15e6 __brch__Renamed_VMS_to_PR --- a/__brch__Renamed_VMS_to_PR Fri Mar 08 05:40:08 2013 -0800 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -This branch is for the project structure defined Jan 2012.. the #includes reflect this directory structure. - -More importantly, the MC_shared version of PR requires a separat malloc implemeted by PR code.. so this branch has modified the library to use the PR-specific malloc. -