issue_reports.h
Go to the documentation of this file.
1 #ifndef art_Framework_Core_detail_issue_reports_h
2 #define art_Framework_Core_detail_issue_reports_h
3 
4 namespace art {
5  class EventID;
6  namespace detail {
7  void issue_reports(unsigned count, EventID const& id);
8  }
9 }
10 
11 // Local variables:
12 // mode: c++
13 // End:
14 
15 #endif /* art_Framework_Core_detail_issue_reports_h */
void issue_reports(unsigned count, EventID const &id)