comparison BlockingQueue.h @ 48:1ea30ca7093c

changed headers
author Sean Halle <seanhalle@yahoo.com>
date Tue, 23 Jul 2013 07:28:22 -0700
parents 8c0dcf6e15e6
children 083298a6f7b6
comparison
equal deleted inserted replaced
8:32cc63eb7a5e 9:d2d1bbbac29e
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__application_includes/PR__application.h" 11 #include "PR__common_includes/PR__primitive_data_types.h"
12 12
13 13
14 #define TRUE 1 14 #define TRUE 1
15 #define FALSE 0 15 #define FALSE 0
16 16