move ltt-private.h from public directroy into private directroy
[lttv.git] / ltt / branches / poly / include / ltt / ltt.h
index 9e14dece46b4c1145ac5108b604daebfa30ce2e9..ed86a5db8c394e5b5e89a535116ea56fbad546f5 100644 (file)
@@ -106,7 +106,10 @@ typedef enum _LttArchEndian
 { LTT_LITTLE_ENDIAN, LTT_BIG_ENDIAN
 } LttArchEndian;
 
-#include <ltt/ltt-private.h>
+typedef enum _LttTypeEnum 
+{ LTT_INT, LTT_UINT, LTT_FLOAT, LTT_STRING, LTT_ENUM, LTT_ARRAY, 
+  LTT_SEQUENCE, LTT_STRUCT, LTT_UNION
+} LttTypeEnum;
 
  
 #endif // LTT_H
This page took 0.025 seconds and 4 git commands to generate.