SimpleServiceTest.h
Go to the documentation of this file.
1 #ifndef art_test_Integration_SimpleServiceTest_h
2 #define art_test_Integration_SimpleServiceTest_h
3 ////////////////////////////////////////////////////////////////////////
4 // Class: SimpleServiceTest
5 // Plugin Type: service (art v1_19_00_rc3)
6 // File: SimpleServiceTest.h
7 //
8 // Generated at Mon May 9 16:37:35 2016 by Christopher Green using cetskelgen
9 // from cetlib version v1_17_04.
10 ////////////////////////////////////////////////////////////////////////
11 
13 
14 namespace fhicl {
15  class ParameterSet;
16 }
17 
18 namespace arttest {
19  class SimpleServiceTest;
20 }
21 
23 public:
24  explicit SimpleServiceTest(fhicl::ParameterSet const&);
25  // The compiler-generated destructor is fine for non-base
26  // classes without bare pointers or other resource use.
27 
28  bool verifyStatus() const;
29 
30 private:
31 };
32 
34 #endif /* art_test_Integration_SimpleServiceTest_h */
35 
36 // Local Variables:
37 // mode: c++
38 // End:
#define DECLARE_ART_SERVICE(svc, scope)
Definition: ServiceMacros.h:86
parameter set interface