~mbogomilov/maus/devel3

« back to all changes in this revision

Viewing changes to src/common_cpp/JsonCppProcessors/Common/ObjectProcessorNS/IgnoreItem.hh

  • Committer: Durga Rajaram
  • Date: 2014-01-14 04:39:44 UTC
  • mfrom: (663.38.24 merge)
  • mto: (698.1.1 release)
  • mto: This revision was merged to the branch mainline in revision 693.
  • Revision ID: durga@fnal.gov-20140114043944-qf0i8nksnwu74cll
candidate 0.7.6 - trunk r1026

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
    /** Constructor
38
38
     *
39
39
     *  @param branch_name name used by json to reference the branch
40
 
     *  @param is_required if the branch doesnt exist in json, throw Squeal if
 
40
     *  @param is_required if the branch doesnt exist in json, throw MAUS::Exception if
41
41
     *  is_required is set to true
42
42
     */
43
43
    IgnoreItem(std::string branch_name, bool is_required);