8 #include <stdair/STDAIR_Service.hpp>
9 #include <stdair/basic/BasConst_General.hpp>
17 SEVMGR_ServiceContext::SEVMGR_ServiceContext() {
21 SEVMGR_ServiceContext::
22 SEVMGR_ServiceContext (
const std::string& iServiceName) {
26 SEVMGR_ServiceContext::~SEVMGR_ServiceContext() {
30 const std::string SEVMGR_ServiceContext::shortDisplay()
const {
31 std::ostringstream oStr;
32 oStr <<
"SEVMGR_ServiceContext -- Owns StdAir service: "
38 const std::string SEVMGR_ServiceContext::display()
const {
39 std::ostringstream oStr;
40 oStr << shortDisplay();
45 const std::string SEVMGR_ServiceContext::describe()
const {
46 return shortDisplay();
50 void SEVMGR_ServiceContext::reset() {
51 if (_ownStdairService ==
true) {
52 _stdairService.reset();