MyService.h
Go to the documentation of this file.
1 #ifndef art_test_Framework_Services_Optional_MyService_h
2 #define art_test_Framework_Services_Optional_MyService_h
3 
4 // MyService: test service inheriting from MyServiceInterface.
5 
6 #include "MyServiceInterface.h"
8 
9 namespace art::test {
10  class MyService : public MyServiceInterface {
11  public:
13  };
14 }
15 
18  LEGACY)
19 #endif /* art_test_Framework_Services_Optional_MyService_h */
20 
21 // Local Variables:
22 // mode: c++
23 // End:
DECLARE_ART_SERVICE_INTERFACE_IMPL(MySharedService, art::test::MyServiceInterface, SHARED) DEFINE_ART_SERVICE_INTERFACE_IMPL(MySharedService
MyService(fhicl::ParameterSet const &)
Definition: MyService.cc:10