CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ProblemTracker.cc
Go to the documentation of this file.
1 
2 
6 
7 #include <string>
8 
9 namespace edm
10 {
11 
12  // -----------------------------------------------
13 
14  //edmplugin::DebugAids::AssertHook ProblemTracker::old_assert_hook_ = 0;
15 
17  {
18  //old_assert_hook_ = edmplugin::DebugAids::failHook(&failure);
21 
23  }
24  }
25 
27  {
28  // since this is a singleton, we will not restore the old handle
29  }
30 
32  {
33  static ProblemTracker const pt;
34  return &pt;
35  }
36 
37  // ---------------------------------------------
38 
40  {
41  }
42 
44  {
45  }
46 
47 
48 }
static PluginManager & configure(const Config &)
static PFTauRenderPlugin instance
static ProblemTracker const * instance()
PluginManager::Config config()
Definition: standard.cc:21