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

CdbCommandTransVoid.cc

Go to the documentation of this file.
00001 // File and Version Information:
00002 //      $Id: CdbCommandTransVoid.cc,v 1.1 2002/11/27 23:47:22 gapon Exp $
00003 
00004 /// Implementation file for the CdbCommandTransVoid class
00005 /**
00006   * @see CdbCommandTransVoid
00007   */
00008 
00009 #include "BaBar/BaBar.hh"
00010 
00011 #include "CdbTools/CdbCommandTransVoid.hh"
00012 
00013 
00014 CdbCommandTransVoid::CdbCommandTransVoid( ) :
00015     CdbCommandTrans( )
00016 { }
00017 
00018 CdbCommandTransVoid::~CdbCommandTransVoid( )
00019 { }
00020 
00021 CdbStatus
00022 CdbCommandTransVoid::start( )
00023 {
00024     return CdbStatus::Success;
00025 }
00026 
00027 CdbStatus
00028 CdbCommandTransVoid::commit( )
00029 {
00030     return CdbStatus::Success;
00031 }
00032 
00033 CdbStatus
00034 CdbCommandTransVoid::commitAndHold( )
00035 {
00036     return CdbStatus::Success;
00037 }
00038 
00039 CdbStatus
00040 CdbCommandTransVoid::abort( )
00041 {
00042     return CdbStatus::Success;
00043 }
00044 
00045 /////////////////
00046 // End Of File //
00047 /////////////////

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