ServiceUsing_service.cc
Go to the documentation of this file.
2 
3 namespace art {
4  namespace test {
5 
8  {
10  wanted_->setValue(cached_value_);
11  }
12 
13  void
15  {
16  postBeginJobCalled_ = true;
17  cached_value_ = 10;
18  wanted_->setValue(cached_value_);
19  }
20 
21  } // namespace test
22 } // namespace art
23 
ServiceHandle< Wanted > wanted_
Definition: ServiceUsing.h:36
GlobalSignal< detail::SignalResponseType::FIFO, void()> sPostBeginJob
ServiceUsing(fhicl::ParameterSet const &, art::ActivityRegistry &)
#define DEFINE_ART_SERVICE(svc)
Definition: ServiceMacros.h:88
Definition: test.py:1