00001 // File and Version Information: 00002 // $Id: CdbBdb.cc,v 1.3 2004/08/06 05:54:18 bartoldu Exp $ 00003 #include "BaBar/BaBar.hh" 00004 00005 /// The implementation of the CdbBdbsingleton. 00006 /** 00007 * @see CdbBdb 00008 */ 00009 00010 #include "CdbBdb/CdbBdb.hh" 00011 00012 const char* 00013 CdbBdb::technology( ) 00014 { 00015 return "Bdb"; 00016 } 00017 00018 ///////////////// 00019 // End Of File // 00020 /////////////////
1.3-rc3