00001 #ifndef CDBBDBTESTS_TEST_COMPILATION_HH 00002 #define CDBBDBTESTS_TEST_COMPILATION_HH 00003 00004 // File and Version Information: 00005 // $Id: CdbBdbTestCompilation.hh,v 1.3 2002/09/23 22:41:57 gapon Exp $ 00006 00007 /// Test class 00008 /** 00009 * This class is meant to exercise the formal interface 00010 * of the CDB API to make sure that all its components are propery 00011 * visible and understood by the corresponding compilers. 00012 */ 00013 class CdbBdbTestCompilation { 00014 public: 00015 00016 CdbBdbTestCompilation( ); 00017 00018 private: 00019 00020 static void status( ); 00021 static void smartPointersForInterfaces( ); 00022 static void iterators( ); 00023 static void miscClasses( ); 00024 }; 00025 00026 #endif // CDBBDBTESTS_TEST_COMPILATION_HH
1.3-rc3