Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > Queue_impl
changeset 47:8c0dcf6e15e6 PR_univ
new branch -- PR_univ -- changed header to include PR__application.h
| author | Sean Halle <seanhalle@yahoo.com> |
|---|---|
| date | Mon, 22 Jul 2013 07:05:57 -0700 |
| parents | 67c7f5a0308b |
| children | 1ea30ca7093c |
| files | BlockingQueue.h PrivateQueue.h __brch__PR_univ __brch__Renamed_VMS_to_PR |
| diffstat | 4 files changed, 6 insertions(+), 8 deletions(-) [+] |
line diff
1.1 --- a/BlockingQueue.h Fri Mar 08 05:40:08 2013 -0800 1.2 +++ b/BlockingQueue.h Mon Jul 22 07:05:57 2013 -0700 1.3 @@ -8,8 +8,7 @@ 1.4 #ifndef _BLOCKINGQUEUE_H 1.5 #define _BLOCKINGQUEUE_H 1.6 1.7 -#include "PR_impl/PR_primitive_data_types.h" 1.8 -#include "PR_impl/Services_Offered_by_PR/Memory_Handling/vmalloc.h" 1.9 +#include "PR__application_includes/PR__application.h" 1.10 1.11 1.12 #define TRUE 1
2.1 --- a/PrivateQueue.h Fri Mar 08 05:40:08 2013 -0800 2.2 +++ b/PrivateQueue.h Mon Jul 22 07:05:57 2013 -0700 2.3 @@ -9,8 +9,7 @@ 2.4 #define _PRIVATE_QUEUE_H 2.5 2.6 2.7 -#include "PR_impl/PR_primitive_data_types.h" 2.8 -#include "PR_impl/Services_Offered_by_PR/Memory_Handling/vmalloc.h" 2.9 +#include "PR__application_includes/PR__application.h" 2.10 2.11 2.12 #define TRUE 1
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/__brch__PR_univ Mon Jul 22 07:05:57 2013 -0700 3.3 @@ -0,0 +1,4 @@ 3.4 +This branch is for the project structure defined Jan 2012.. the #includes reflect this directory structure. 3.5 + 3.6 +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. 3.7 +
4.1 --- a/__brch__Renamed_VMS_to_PR Fri Mar 08 05:40:08 2013 -0800 4.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 4.3 @@ -1,4 +0,0 @@ 4.4 -This branch is for the project structure defined Jan 2012.. the #includes reflect this directory structure. 4.5 - 4.6 -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. 4.7 -
