diff -r 0ebb802ac08d -r 7b77000f9764 tool/SoeCommand.h --- a/tool/SoeCommand.h Fri Mar 19 11:07:49 2010 +0100 +++ b/tool/SoeCommand.h Fri Mar 19 12:01:32 2010 +0100 @@ -25,6 +25,8 @@ * EtherCAT technology and brand is only permitted in compliance with the * industrial property and similar rights of Beckhoff Automation GmbH. * + * vim: expandtab + * ****************************************************************************/ #ifndef __SOECOMMAND_H__ @@ -44,6 +46,7 @@ protected: static uint16_t parseIdn(const string &); + static std::string errorMsg(uint16_t); }; /****************************************************************************/