MyServiceUsingIface_service.cc
Go to the documentation of this file.
1 #include "MyService.h"
4 
5 namespace arttest {
6  class ServiceUsingIface;
7 }
8 
10 
12 public:
14 };
15 
17 {
18  art::ServiceHandle<MyService> h [[maybe_unused]];
19 }
20 
21 // The DECLARE macro call should be moved to the header file, should you
22 // create one.
#define DECLARE_ART_SERVICE(svc, scope)
#define DEFINE_ART_SERVICE(svc)
MyServiceTemplate< MyProvider > MyService
ServiceUsingIface(fhicl::ParameterSet const &)