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  bool ProblemTracker::dead_ = true;
15  //edmplugin::DebugAids::AssertHook ProblemTracker::old_assert_hook_ = 0;
16 
18  {
19  dead_ = false;
20  //old_assert_hook_ = edmplugin::DebugAids::failHook(&failure);
23 
25  }
26  }
27 
29  {
30  // since this is a singleton, we will not restore the old handle
31  dead_ = true;
32  }
33 
35  {
36  static ProblemTracker pt;
37  return &pt;
38  }
39 
40  // ---------------------------------------------
41 
43  {
44  }
45 
47  {
48  }
49 
50 
51 }
static PluginManager & configure(const Config &)
static ProblemTracker * instance()
static PFTauRenderPlugin instance
PluginManager::Config config()
Definition: standard.cc:22