QMsgGetCommand.hh
Go to the documentation of this file.00001
00007 #ifndef _Q_MSG_GET_COMMAND_HH_
00008 #define _Q_MSG_GET_COMMAND_HH_
00009
00010 #include "QCuore.hh"
00011 #include "QCommand.hh"
00012
00013 class QMsgGetCommand : public QCommand {
00014 public:
00015 QMsgGetCommand();
00016 virtual ~QMsgGetCommand();
00017
00018 virtual void Execute();
00019
00020 virtual void CheckParams();
00021
00022 private:
00023 void HandleProcessesCommand();
00024 void HandleStatusCommand();
00025 void HandleMsgIdCommand();
00026 void HandleGetMsgCommand();
00027 };
00028
00029 #endif