QCommandHandler.hh

Go to the documentation of this file.
00001 
00002 #ifndef _Q_COMMAND_HANDLER_HH_
00003 #define _Q_COMMAND_HANDLER_HH_
00004 
00005 #include <string>
00006 
00017 class QCommandHandler
00018 {
00019 public:
00021    QCommandHandler();
00022 
00024    virtual ~QCommandHandler();
00025 
00034    std::string HandleCommand(const char* cmd) const;
00035 
00036 private:
00037 };
00038 #endif

Generated on Tue Nov 16 10:49:59 2010 for CUORE Software by  doxygen 1.5.6