14 AIRINV_Master_ServiceContext::AIRINV_Master_ServiceContext()
15 : _ownStdairService (false) {
19 AIRINV_Master_ServiceContext::~AIRINV_Master_ServiceContext() {
23 const std::string AIRINV_Master_ServiceContext::shortDisplay()
const {
24 std::ostringstream oStr;
25 oStr <<
"AIRINV_Master_ServiceContext -- Owns StdAir service: "
31 const std::string AIRINV_Master_ServiceContext::display()
const {
32 std::ostringstream oStr;
33 oStr << shortDisplay();
38 const std::string AIRINV_Master_ServiceContext::describe()
const {
39 return shortDisplay();
43 void AIRINV_Master_ServiceContext::reset() {
44 if (_ownStdairService ==
true) {
45 _stdairService.reset();