File indexing completed on 2024-04-06 12:01:26
0001 #ifndef CondCore_CondDB_DbConnectionString_h
0002 #define CondCore_CondDB_DbConnectionString_h
0003
0004 #include "CondCore/CondDB/interface/Utils.h"
0005
0006 #include <string>
0007
0008 namespace cond {
0009
0010 namespace persistency {
0011
0012 std::pair<std::string, std::string> getConnectionParams(const std::string& initialConnection,
0013 const std::string& transId,
0014 const std::string& signature);
0015
0016 }
0017
0018 }
0019
0020 #endif