diff -r d77f634ab0b5 -r 75cd6681eb08 tool/CommandSdos.cpp --- a/tool/CommandSdos.cpp Fri Aug 01 09:32:35 2008 +0000 +++ b/tool/CommandSdos.cpp Fri Aug 01 10:10:55 2008 +0000 @@ -9,12 +9,11 @@ using namespace std; #include "CommandSdos.h" -#include "coe_datatypes.h" /*****************************************************************************/ CommandSdos::CommandSdos(): - Command("sdos", "List Sdo dictionaries.") + SdoCommand("sdos", "List Sdo dictionaries.") { } @@ -83,7 +82,7 @@ ec_ioctl_slave_sdo_t sdo; ec_ioctl_slave_sdo_entry_t entry; unsigned int i, j; - const CoEDataType *d; + const DataType *d; if (showHeader) cout << "=== Slave " << slave.position << " ===" << endl;