Merge pull request #545 from mayeut/master
[openjpeg.git] / src / lib / openjpip / target_manager.h
index 8525954812a396aa79092aea5cedf33abf1d16a0..4ed99a796d1dde083b5cc292aa7bd31456790077 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * $Id$
  *
- * Copyright (c) 2002-2011, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium
- * Copyright (c) 2002-2011, Professor Benoit Macq
+ * Copyright (c) 2002-2014, Universite catholique de Louvain (UCL), Belgium
+ * Copyright (c) 2002-2014, Professor Benoit Macq
  * Copyright (c) 2010-2011, Kaori Hagihara
  * All rights reserved.
  *
@@ -31,7 +31,6 @@
 #ifndef        TARGET_MANAGER_H_
 # define       TARGET_MANAGER_H_
 
-#include "bool.h"
 #include "index_manager.h"
 
 /** maximum length of target identifier*/
@@ -48,8 +47,8 @@ typedef struct target_param{
   int csn;                        /**< codestream number                                  */
   index_param_t *codeidx;         /**< index information of codestream                    */
   int num_of_use;                 /**< numbers of sessions refering to this target        */
-  bool jppstream;                 /**< if this target can return JPP-stream               */
-  bool jptstream;                 /**< if this target can return JPP-stream               */
+  OPJ_BOOL jppstream;                 /**< if this target can return JPP-stream               */
+  OPJ_BOOL jptstream;                 /**< if this target can return JPP-stream               */
   struct target_param *next;      /**< pointer to the next target                         */
 } target_param_t;