Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

CdbAdminDummy.hh

Go to the documentation of this file.
00001 #ifndef CDBADMIN_DUMMY_HH
00002 #define CDBADMIN_DUMMY_HH
00003 
00004 // File and Version Information:
00005 //      $Id: CdbAdminDummy.hh,v 1.1 2003/02/04 23:17:56 gapon Exp $
00006 
00007 #include "CdbBase/CdbCommon.hh"
00008 
00009 /// The dummy class
00010 /**
00011   * No more details...
00012   */
00013 class CdbAdminDummy {
00014 
00015 protected:
00016 
00017   /// The default constructor
00018   /**
00019     * It's here just to have something in the implementation file.
00020     */
00021     CdbAdminDummy( );
00022 
00023 private:
00024 
00025   /// The copy constructor (NOT IMPLEMENTED)
00026   /**
00027     * Is disabled...
00028     */
00029     CdbAdminDummy( const CdbAdminDummy& theOther );
00030 
00031   /// The assignment operator (NOT IMPLEMENTED)
00032   /**
00033     * Is disabled...
00034     */
00035     CdbAdminDummy& operator=( const CdbAdminDummy& theOther );
00036 
00037 public:
00038 
00039   /// The destructor
00040   /**
00041     * It's here just to have something in the implementation file.
00042     */
00043     virtual ~CdbAdminDummy( );
00044 };
00045 
00046 #endif  // CDBADMIN_DUMMY_HH

Generated on Mon Dec 5 18:21:59 2005 for CDB by doxygen1.3-rc3