Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
art
art
test
Framework
Services
Optional
MyServiceInterface.h
Go to the documentation of this file.
1
#ifndef art_test_Framework_Services_Optional_MyServiceInterface_h
2
#define art_test_Framework_Services_Optional_MyServiceInterface_h
3
4
// MyServiceInterface: interface from which a test service can inherit.
5
6
#include "
art/Framework/Services/Registry/ServiceDeclarationMacros.h
"
7
8
namespace
art::test
{
9
class
MyServiceInterface
{};
10
}
11
12
DECLARE_ART_SERVICE_INTERFACE
(
art::test::MyServiceInterface
,
SHARED
)
13
14
#endif
/* art_test_Framework_Services_Optional_MyServiceInterface_h */
15
16
// Local Variables:
17
// mode: c++
18
// End:
art::test
Definition:
DummyProducer_module.cc:15
ServiceDeclarationMacros.h
DECLARE_ART_SERVICE_INTERFACE
#define DECLARE_ART_SERVICE_INTERFACE(svc, scope)
Definition:
ServiceDeclarationMacros.h:80
art::test::MyServiceInterface
Definition:
MyServiceInterface.h:9
art::ServiceScope::SHARED
Generated by
1.8.11