23 UnitTestService1 (
const std::string& name, ISvcLocator* pSvcLocator)
24 : base_class (name, pSvcLocator)
39 StatusCode UnitTestService1 ::
49 return StatusCode::FAILURE;
54 return StatusCode::FAILURE;
57 return StatusCode::SUCCESS;
62 std::string UnitTestService1 ::
63 getPropertyString ()
const
70 int UnitTestService1 ::
71 getPropertyInt ()
const
78 void UnitTestService1 ::
79 setPropertyInt (
int val_property)
86 bool UnitTestService1 ::
87 isInitialized ()
const
bool m_isInitialized
whether initialize has been called
Gaudi::Property< int > m_propertyInt
the integer property
Gaudi::Property< bool > m_initializeFail
whether initialize should fail
Gaudi::Property< std::string > m_propertyString
the string property