CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DbOpenTransaction.h
Go to the documentation of this file.
1 #ifndef CondCore_DBCommon_DbOpenTransaction_H
2 #define CondCore_DBCommon_DbOpenTransaction_H
3 //
4 // Package: DBCommon
5 // Class : DbOpenTransaction
6 //
10 //
11 //
12 
13 namespace cond{
14 
15  class DbTransaction;
16 
18  public:
20 
24  void ok();
25  private:
27  bool m_status;
28 
29  };
30 }
31 #endif
cond::DbTransaction & m_transaction
DbOpenTransaction(cond::DbTransaction &transaction)