Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > Queue_impl
changeset 31:555cc068a79a MC_shared
More progress towards getting common_ancestor working
| author | Some Random Person <seanhalle@yahoo.com> |
|---|---|
| date | Tue, 13 Mar 2012 18:31:06 -0700 |
| parents | e59d39874274 |
| children | a74011c0b78b |
| files | BlockingQueue.h PrivateQueue.h |
| diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line diff
1.1 --- a/BlockingQueue.h Tue Mar 13 10:07:00 2012 -0700 1.2 +++ b/BlockingQueue.h Tue Mar 13 18:31:06 2012 -0700 1.3 @@ -5,11 +5,11 @@ 1.4 * Created on November 11, 2009, 12:51 PM 1.5 */ 1.6 1.7 -#ifndef _BLOCKINGQUEUE_H 1.8 +#ifndef _BLOCKINGQUEUE_H 1.9 #define _BLOCKINGQUEUE_H 1.10 1.11 -#include "../../VMS_Implementations/VMS_impl/VMS_primitive_data_types.h" 1.12 -#include "../../VMS_Implementations/VMS_impl/vmalloc.h" 1.13 +#include "VMS_impl/VMS_primitive_data_types.h" 1.14 +#include "VMS_impl/Services_Offered_by_VMS/Memory_Handling/vmalloc.h" 1.15 1.16 1.17 #define TRUE 1
2.1 --- a/PrivateQueue.h Tue Mar 13 10:07:00 2012 -0700 2.2 +++ b/PrivateQueue.h Tue Mar 13 18:31:06 2012 -0700 2.3 @@ -10,7 +10,7 @@ 2.4 2.5 2.6 #include "VMS_impl/VMS_primitive_data_types.h" 2.7 -#include "VMS_impl/vmalloc.h" 2.8 +#include "VMS_impl/Services_Offered_by_VMS/Memory_Handling/vmalloc.h" 2.9 2.10 2.11 #define TRUE 1
