Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77491
b: "refs/heads/CMSSW_7_1_X"
c: 431fdf2
h: "refs/heads/CMSSW_7_1_X"
i:
  77489: 23f6f53
  77487: 96e41ab
v: v3
  • Loading branch information
Vincenzo Innocente committed Nov 10, 2009
1 parent 04b3de0 commit b1fb4c9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 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": 3224552f043d958529ac786a75216a0d1312a046
"refs/heads/CMSSW_7_1_X": 431fdf241eb5d92c57c5017b6309fe031cfb9d4f
6 changes: 2 additions & 4 deletions trunk/CondCore/DBCommon/interface/TechnologyProxyFactory.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
namespace cond{
typedef edmplugin::PluginFactory< cond::TechnologyProxy*(const std::string&) > TechnologyProxyFactory;

std::auto_ptr<cond::TechnologyProxy> buildTechnologyProxy (const std::string&userconnect){
inline std::auto_ptr<cond::TechnologyProxy> buildTechnologyProxy (const std::string&userconnect){
std::string protocol;
std::size_t pos=userconnect.find_first_of(':');
if( pos!=std::string::npos ){
Expand All @@ -26,7 +26,5 @@ namespace cond{
std::auto_ptr<cond::TechnologyProxy> ptr(cond::TechnologyProxyFactory::get()->create(protocol));
return ptr;
}



}
#endif
2 changes: 1 addition & 1 deletion trunk/CondCore/DBCommon/plugins/FrontierProxy.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include "CondCore/DBCommon/interface/TechnologyProxyFactory.h"
#include "CondCore/DBCommon/interface/DbSession.h"
#include "CondCore/DBCommon/interface/DbConnection.h"
#include "RelationalAccess/IWebCacheControl.h"
Expand Down Expand Up @@ -95,4 +94,5 @@ cond::FrontierProxy::countslash(const std::string& input) {
return count;
}

#include "CondCore/DBCommon/interface/TechnologyProxyFactory.h"
DEFINE_EDM_PLUGIN(cond::TechnologyProxyFactory,cond::FrontierProxy,"frontier");
2 changes: 1 addition & 1 deletion trunk/CondCore/DBCommon/src/DbSession.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include "ObjectRelationalAccess/ObjectRelationalMappingSchema.h"
//#include "ObjectRelationalAccess/ObjectRelationalMappingPersistency.h"

#include "CondCore/DBCommon/interface/TechnologyProxy.h"
#include "CondCore/DBCommon/interface/TechnologyProxyFactory.h"


namespace cond {
Expand Down

0 comments on commit b1fb4c9

Please sign in to comment.