~mwinter4/maus/ckov-reco

« back to all changes in this revision

Viewing changes to src/common_cpp/JsonCppProcessors/Common/ReferenceResolverJsonToCpp.hh

  • Committer: Durga Rajaram
  • Date: 2014-01-14 07:07:02 UTC
  • mfrom: (659.1.80 relcand)
  • Revision ID: durga@fnal.gov-20140114070702-2l1fuj1w6rraw7xe
Tags: MAUS-v0.7.6
MAUS-v0.7.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
219
219
  public:
220
220
    /** Get the static instance of the RefManager
221
221
     *
222
 
     *  throws a Squeal if RefManager has not been Birthed.
 
222
     *  throws a Exception if RefManager has not been Birthed.
223
223
     */
224
224
    static RefManager& GetInstance();
225
225
 
229
229
 
230
230
    /** Allocate a static instance of the RefManager
231
231
     *
232
 
     *  throws a Squeal if RefManager has already been birthed
 
232
     *  throws a Exception if RefManager has already been birthed
233
233
     */
234
234
    static void Birth();
235
235
 
236
236
    /** Delete the static instance of the RefManager
237
237
     *
238
 
     *  throws a Squeal if RefManager has not been birthed
 
238
     *  throws a Exception if RefManager has not been birthed
239
239
     */
240
240
    static void Death();
241
241