00001 #ifndef CDBBDB_HH 00002 #define CDBBDB_HH 00003 00004 // File and Version Information: 00005 // $Id: CdbBdb.hh,v 1.2 2002/09/23 22:39:08 gapon Exp $ 00006 00007 #include "CdbBase/CdbCommon.hh" 00008 00009 /// This utility class provides common definitions for the classes of this package 00010 /** 00011 * More details... 00012 */ 00013 class CdbBdb { 00014 00015 public: 00016 00017 /// Expected technology name 00018 /** 00019 * Those operations performed in this package that involve 00020 * technology-specific conversions should reffer to this name in order 00021 * to make sure that proper technology is used. 00022 */ 00023 static const char* technology( ); 00024 }; 00025 00026 #endif // CDBBDB_HH
1.3-rc3