Bdb packages | Design docs | Source docs | Guidelines | Recent releases

Search | Site Map .

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

/BdbCond/BdbObsoleteDatabase.hh

Go to the documentation of this file.
00001 #ifndef BDB_OBSOLETE_DATABASE_HH
00002 #define BDB_OBSOLETE_DATABASE_HH
00003 
00004 #include "BdbCond/BdbDatabase.hh"
00005 
00006 class BdbObsoleteDatabase: public BdbDatabase {
00007 public:
00008     BdbObsoleteDatabase( const char* theTLA ) : BdbDatabase( theTLA ) { }
00009     virtual ~BdbObsoleteDatabase( ) { }
00010     BdbObsoleteDatabase& operator=( const BdbObsoleteDatabase& theDB ) { BdbDatabase::operator=( theDB ); return *this; }
00011 private:
00012     BdbObsoleteDatabase( );
00013 };
00014 
00015 #endif  // BDB_OBSOLETE_DATABASE_HH

 


BaBar Public Site | SLAC | News | Links | Who's Who | Contact Us

Page Owner: Jacek Becla
Last Update: October 04, 2002