diff options
Diffstat (limited to 'cpp/demo/IceBox/hello/HelloServiceI.cpp')
-rw-r--r-- | cpp/demo/IceBox/hello/HelloServiceI.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/demo/IceBox/hello/HelloServiceI.cpp b/cpp/demo/IceBox/hello/HelloServiceI.cpp index b7596d539e2..01196f1cfda 100644 --- a/cpp/demo/IceBox/hello/HelloServiceI.cpp +++ b/cpp/demo/IceBox/hello/HelloServiceI.cpp @@ -20,12 +20,10 @@ create(::Ice::CommunicatorPtr communicator) HelloServiceI::HelloServiceI() { - cout << "HelloServiceI()" << endl; } HelloServiceI::~HelloServiceI() { - cout << "~HelloServiceI()" << endl; } void @@ -43,12 +41,10 @@ HelloServiceI::init(const string& name, void HelloServiceI::start() { - cout << "HelloServiceI::start" << endl; } void HelloServiceI::stop() { - cout << "HelloServiceI::stop" << endl; _adapter->deactivate(); } |