comparison BlockingQueue.h @ 43:d01d48b023ca

Renamed VMS to PR, in new branch
author Sean Halle <seanhalle@yahoo.com>
date Mon, 03 Sep 2012 15:07:45 -0700
parents 555cc068a79a
children 67c7f5a0308b
comparison
equal deleted inserted replaced
5:03dfbd052cb9 6:5403adb0b543
6 */ 6 */
7 7
8 #ifndef _BLOCKINGQUEUE_H 8 #ifndef _BLOCKINGQUEUE_H
9 #define _BLOCKINGQUEUE_H 9 #define _BLOCKINGQUEUE_H
10 10
11 #include "VMS_impl/VMS_primitive_data_types.h" 11 #include "PR_impl/PR_primitive_data_types.h"
12 #include "VMS_impl/Services_Offered_by_VMS/Memory_Handling/vmalloc.h" 12 #include "PR_impl/Services_Offered_by_PR/Memory_Handling/vmalloc.h"
13 13
14 14
15 #define TRUE 1 15 #define TRUE 1
16 #define FALSE 0 16 #define FALSE 0
17 17