Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

CdbAlwaysClosePolicy.cc

Go to the documentation of this file.
00001 // File and Version Information:
00002 //      $Id: CdbAlwaysClosePolicy.cc,v 1.5 2004/08/06 05:54:14 bartoldu Exp $
00003 #include "BaBar/BaBar.hh"
00004 
00005 /// The implementation of the utility class CdbAlwaysClosePolicy.
00006 /**
00007   * @see CdbAlwaysClosePolicy
00008   */
00009 
00010 #include "CdbBase/CdbAlwaysClosePolicy.hh"
00011 
00012 template < class P >
00013 void
00014 CdbAlwaysClosePolicy<P>::close( P* ptr )
00015 {
00016     if(( 0 != ptr ) && ptr->isOpen( )) ptr->close( );
00017 }
00018 
00019 /////////////////
00020 // End Of File //
00021 /////////////////

Generated on Mon Dec 5 18:21:59 2005 for CDB by doxygen1.3-rc3