Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77494
b: "refs/heads/CMSSW_7_1_X"
c: c55cc70
h: "refs/heads/CMSSW_7_1_X"
v: v3
  • Loading branch information
Vincenzo Innocente committed Nov 10, 2009
1 parent ebf45df commit 519f78d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
refs/heads/gh-pages: 09c786f70121f131b3715aaf3464996502bbeb7e
"refs/heads/CMSSW_7_1_X": 2cbeec93f19ccb02b9f0827593d32efc4eeead97
"refs/heads/CMSSW_7_1_X": c55cc700d527c920de8c2ae232d102f1ca55ca4f
2 changes: 1 addition & 1 deletion trunk/CondCore/DBCommon/interface/TechnologyProxyFactory.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace cond{
//std::cout<<"userconnect "<<userconnect<<std::endl;
//std::cout<<"protocol "<<protocol<<std::endl;
std::auto_ptr<cond::TechnologyProxy> ptr(cond::TechnologyProxyFactory::get()->create(protocol));
(ptr).initialize(userconnect,connection);
(*ptr).initialize(userconnect,connection);
return ptr;
}
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/CondCore/DBCommon/src/DbSession.cc
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ const std::string& cond::DbSession::connectionString() const {
return m_implementation->m_connectionString;
}

cond::DbConnection const & connection() const {
cond::DbConnection const & cond::DbSession::connection() const {
return *(m_implementation->m_connection);
}

Expand Down
3 changes: 3 additions & 0 deletions trunk/CondCore/DBCommon/test/testTechnologyPlugin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
#include "FWCore/PluginManager/interface/standard.h"
#include "CondCore/DBCommon/interface/Exception.h"
#include "CondCore/DBCommon/interface/DbSession.h"
#include "CondCore/DBCommon/interface/DbConnection.h"
#include <iostream>


int main(){
edmplugin::PluginManager::Config config;
edmplugin::PluginManager::configure(edmplugin::standard::config());
Expand Down

0 comments on commit 519f78d

Please sign in to comment.