13 TRAVELCCM_ServiceContext::TRAVELCCM_ServiceContext()
14 : _ownStdairService (false) {
18 TRAVELCCM_ServiceContext::
19 TRAVELCCM_ServiceContext (
const TRAVELCCM_ServiceContext&) {
24 TRAVELCCM_ServiceContext::~TRAVELCCM_ServiceContext() {
28 const std::string TRAVELCCM_ServiceContext::shortDisplay()
const {
29 std::ostringstream oStr;
30 oStr <<
"TRAVELCCM_ServiceContext -- Owns StdAir service: "
36 const std::string TRAVELCCM_ServiceContext::display()
const {
37 std::ostringstream oStr;
38 oStr << shortDisplay();
43 const std::string TRAVELCCM_ServiceContext::describe()
const {
44 return shortDisplay();
48 void TRAVELCCM_ServiceContext::reset() {
55 _stdairService.reset();