comparison BlockingQueue.h @ 47:8c0dcf6e15e6

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
comparison
equal deleted inserted replaced
7:b151681711ab 8:32cc63eb7a5e
6 */ 6 */
7 7
8 #ifndef _BLOCKINGQUEUE_H 8 #ifndef _BLOCKINGQUEUE_H
9 #define _BLOCKINGQUEUE_H 9 #define _BLOCKINGQUEUE_H
10 10
11 #include "PR_impl/PR_primitive_data_types.h" 11 #include "PR__application_includes/PR__application.h"
12 #include "PR_impl/Services_Offered_by_PR/Memory_Handling/vmalloc.h"
13 12
14 13
15 #define TRUE 1 14 #define TRUE 1
16 #define FALSE 0 15 #define FALSE 0
17 16