diff -r fec951a0a654 -r 489ea0becd74 tool/DataTypeHandler.h --- a/tool/DataTypeHandler.h Tue Mar 09 16:23:30 2010 +0100 +++ b/tool/DataTypeHandler.h Thu Mar 11 14:29:43 2010 +0100 @@ -51,6 +51,8 @@ size_t byteSize; }; + static std::string typeInfo(); + static const DataType *findDataType(const std::string &); static const DataType *findDataType(uint16_t); static size_t interpretAsType(const DataType *, const std::string &,