00001 // File and Version Information: 00002 // $Id: CdbSQLApi.cc,v 1.1 2005/09/06 18:01:09 gapon Exp $ 00003 00004 /// The implementation of the CdbSQLApi singleton. 00005 /** 00006 * @see CdbSQLApi 00007 */ 00008 #include "BaBar/BaBar.hh" 00009 00010 #include "CdbSQL/CdbSQLApi.hh" 00011 00012 CdbSQLApi::CdbSQLApi( ) : 00013 Cdb( ) 00014 { } 00015 00016 CdbSQLApi::~CdbSQLApi( ) 00017 { } 00018 00019 ///////////////// 00020 // End Of File // 00021 /////////////////
1.3-rc3