DummyService_service.cc
Go to the documentation of this file.
1 ////////////////////////////////////////////////////////////////////////
2 // Class: DummyService
3 // Plugin Type: service (art v2_06_03)
4 // File: DummyService_service.cc
5 //
6 // Generated at Fri May 19 10:24:54 2017 by Kyle Knoepfel using cetskelgen
7 // from cetlib version v2_03_00.
8 ////////////////////////////////////////////////////////////////////////
9 
13 
14 namespace art::test {
15  class DummyService;
16 }
17 
19 public:
20  struct Config {};
22  explicit DummyService(Parameters const&) {}
23 };
24 
DummyService(Parameters const &)
#define DECLARE_ART_SERVICE(svc, scope)
#define DEFINE_ART_SERVICE(svc)