CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DbConnectionString.h
Go to the documentation of this file.
1 #ifndef CondCore_CondDB_DbConnectionString_h
2 #define CondCore_CondDB_DbConnectionString_h
3 
5 //
6 #include <string>
7 
8 namespace cond {
9 
10  namespace persistency {
11 
12  std::pair<std::string,std::string> getConnectionParams( const std::string& initialConnection, const std::string& transId );
13 
14  }
15 
16 }
17 
18 #endif
std::pair< std::string, std::string > getConnectionParams(const std::string &connectionString, const std::string &transactionId)