diff -r d77f634ab0b5 -r 75cd6681eb08 tool/coe_datatypes.h --- a/tool/coe_datatypes.h Fri Aug 01 09:32:35 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,25 +0,0 @@ -/***************************************************************************** - * - * $Id$ - * - ****************************************************************************/ - -#include - -#include -using namespace std; - -/****************************************************************************/ - -struct CoEDataType { - const char *name; - uint16_t coeCode; - unsigned int byteSize; -}; - -/****************************************************************************/ - -const CoEDataType *findDataType(const string &); -const CoEDataType *findDataType(uint16_t); - -/*****************************************************************************/