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 
7 
8 namespace art::test {
10 }
11 
13 
14 #endif /* art_test_Framework_Services_Optional_MyServiceInterface_h */
15 
16 // Local Variables:
17 // mode: c++
18 // End:
#define DECLARE_ART_SERVICE_INTERFACE(svc, scope)