diff options
author | Mark Spruiell <mes@zeroc.com> | 2002-04-02 22:47:36 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2002-04-02 22:47:36 +0000 |
commit | f8d0e32c869976d1c66da4f206f8fdefd6fd1cad (patch) | |
tree | a9eb025495423f7504f40832c9afe6fab63db6e1 /cpp/demo/IceBox/hello/HelloServiceI.cpp | |
parent | adding IceBox (diff) | |
download | ice-f8d0e32c869976d1c66da4f206f8fdefd6fd1cad.tar.bz2 ice-f8d0e32c869976d1c66da4f206f8fdefd6fd1cad.tar.xz ice-f8d0e32c869976d1c66da4f206f8fdefd6fd1cad.zip |
removing print stmts
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(); } |