- Timestamp:
- 14/04/09 18:43:27 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/applications/NXtranslate/binary/BinaryRetriever.cpp
r1107 r1229 26 26 static const string myBYTE("BYTE"); 27 27 28 static const int DEFAULT_TYPE=NX_UINT32;28 static const int NX_DEFAULT_TYPE=NX_UINT32; 29 29 30 30 /** … … 96 96 static int getDataType(const string &str_type){ 97 97 if(str_type.empty()){ 98 return DEFAULT_TYPE;98 return NX_DEFAULT_TYPE; 99 99 }else if(str_type==myINT8){ 100 100 return NX_INT8;
Note: See TracChangeset
for help on using the changeset viewer.
