14 AIRINV_Master_ServiceContext::AIRINV_Master_ServiceContext()
15 : _ownStdairService (false),
16 _ownSEVMGRService (true) {
20 AIRINV_Master_ServiceContext::~AIRINV_Master_ServiceContext() {
24 const std::string AIRINV_Master_ServiceContext::shortDisplay()
const {
25 std::ostringstream oStr;
26 oStr <<
"AIRINV_Master_ServiceContext -- Owns StdAir service: "
32 const std::string AIRINV_Master_ServiceContext::display()
const {
33 std::ostringstream oStr;
34 oStr << shortDisplay();
39 const std::string AIRINV_Master_ServiceContext::describe()
const {
40 return shortDisplay();
44 void AIRINV_Master_ServiceContext::reset() {
51 _stdairService.reset();
54 _sevmgrService.reset();
57 _airinvService.reset();