Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77503
b: "refs/heads/CMSSW_7_1_X"
c: c4f239a
h: "refs/heads/CMSSW_7_1_X"
i:
  77501: 221c7df
  77499: 16a4938
  77495: a307726
  77487: 96e41ab
  77471: d8cd6c2
  77439: 57247fc
v: v3
  • Loading branch information
Vincenzo Innocente committed Nov 10, 2009
1 parent 855bbae commit 476bc24
Show file tree
Hide file tree
Showing 2 changed files with 3 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": 39f8d52fc0fe3295b71ad29baeb08c0858575ef2
"refs/heads/CMSSW_7_1_X": c4f239a0804aba53810fbd20a2c7bae7dc144393
4 changes: 2 additions & 2 deletions trunk/CondCore/Utilities/src/Utilities.cc
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ void cond::Utilities::initializePluginManager(){
edm::ParameterSet pSet;
pSet.addParameter("@service_type",std::string("SiteLocalConfigService"));
psets.push_back(pSet);
edm::ServiceToken services(edm::ServiceRegistry::createSet(psets));
edm::ServiceRegistry::Operate operate(services);
static edm::ServiceToken services(edm::ServiceRegistry::createSet(psets));
static edm::ServiceRegistry::Operate operate(services);

m_pluginMgrInitialized = true;
}
Expand Down

0 comments on commit 476bc24

Please sign in to comment.