MySharedService_service.cc
Go to the documentation of this file.
1 // ======================================================================
2 //
3 // MyService
4 //
5 // ======================================================================
6 
7 #include "MyServiceInterface.h"
9 
10 namespace {
11  class MySharedService : public art::test::MyServiceInterface {
12  public:
13  explicit MySharedService(fhicl::ParameterSet const&) noexcept {}
14  };
15 }
16 
19  SHARED)
20 DEFINE_ART_SERVICE_INTERFACE_IMPL(MySharedService,
21  art::test::MyServiceInterface)
DECLARE_ART_SERVICE_INTERFACE_IMPL(MySharedService, art::test::MyServiceInterface, SHARED) DEFINE_ART_SERVICE_INTERFACE_IMPL(MySharedService
#define DEFINE_ART_SERVICE_INTERFACE_IMPL(svc, iface)