00001 // File and Version Information: 00002 // $Id: CdbBdbSNodeP.cc,v 1.3 2002/09/23 22:41:10 gapon Exp $ 00003 00004 /// The implementation file for the CdbBdbSNodeP class 00005 /** 00006 * @see CdbBdbSNodeP 00007 */ 00008 00009 #include "BaBar/BaBar.hh" 00010 00011 #if !defined(OO_DDL_TRANSLATION) 00012 #include "CdbBdbShared/CdbBdbSNodeP.hh" 00013 #endif // OO_DDL_TRANSLATION 00014 00015 template< typename E > 00016 CdbBdbSNodeP<E>::CdbBdbSNodeP( d_ULong theLevel ) : 00017 _level(theLevel) 00018 { } 00019 00020 template< typename E > 00021 CdbBdbSNodeP<E>::~CdbBdbSNodeP( ) 00022 { } 00023 00024 ///////////////// 00025 // End Of File // 00026 /////////////////
1.3-rc3