Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > Queue_impl
comparison BlockingQueue.h @ 40:cb29e773f76f
removed extraneous definition of DynArrayFnPtr..
| author | Sean Halle <seanhalle@yahoo.com> |
|---|---|
| date | Tue, 11 Sep 2012 04:19:51 -0700 |
| parents | b5ae7fbb1f01 |
| children | d01d48b023ca |
comparison
equal
deleted
inserted
replaced
| 4:76f23b4da14f | 5:03dfbd052cb9 |
|---|---|
| 3 * Author: SeanHalle@yahoo.com | 3 * Author: SeanHalle@yahoo.com |
| 4 * | 4 * |
| 5 * Created on November 11, 2009, 12:51 PM | 5 * Created on November 11, 2009, 12:51 PM |
| 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_Implementations/VMS_impl/VMS_primitive_data_types.h" | 11 #include "VMS_impl/VMS_primitive_data_types.h" |
| 12 #include "../../VMS_Implementations/VMS_impl/vmalloc.h" | 12 #include "VMS_impl/Services_Offered_by_VMS/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 |
