Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members

FedCommand.hpp

00001 #ifndef FED_COMMAND
00002 #define FED_COMMAND
00003 
00004 #include "dim/dis.hxx"
00005 namespace ztt { namespace dcs {
00006 
00010 class FedCommand:public DimCommand{
00011 public:
00017        FedCommand(char* name,char* format,DimCommandHandler* handle):DimCommand(name,format,handle){};
00021         virtual ~FedCommand(){};
00026         virtual bool handleCommand()=0;
00032         virtual bool  setAnswerData(const int& ID)=0;
00033 
00034 };
00035 
00036 }}
00037 #endif
00038 

Generated on Fri Mar 30 02:54:33 2007 for InterComLayer by doxygen 1.3.5