00001 // File and Version Information: 00002 // $Id: CdbRoo.cc,v 1.1 2004/12/20 20:16:03 gapon Exp $ 00003 00004 /// The implementation of the CdbRoo. 00005 /** 00006 * @see CdbRoo 00007 */ 00008 00009 #include "BaBar/BaBar.hh" 00010 00011 #include "CdbRoo/CdbRoo.hh" 00012 00013 const char* 00014 CdbRoo::technology( ) 00015 { 00016 return "Roo"; 00017 } 00018 00019 ///////////////// 00020 // End Of File // 00021 /////////////////
1.3-rc3