QNullCommand.hh

Go to the documentation of this file.
00001 
00002 #ifndef __QNULLCOMMAND_HH_
00003 #define __QNULLCOMMAND_HH_
00004 
00005 #include "QCuore.hh"
00006 #include "QCommand.hh"
00007 
00019 class QNullCommand : public QCommand
00020 {
00021 public:
00023    QNullCommand();
00024    
00026    virtual ~QNullCommand() {}
00027    
00029    virtual void Execute() {}
00030    
00032    virtual void CheckParams() {}
00033    
00034 private:
00035 };
00036 #endif

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