summaryrefslogtreecommitdiff
path: root/cpp/demo/IceBox/hello/HelloI.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2005-10-26 06:53:31 +0000
committerMatthew Newhook <matthew@zeroc.com>2005-10-26 06:53:31 +0000
commitd912de01caa68ee5f9e3c4b9643ac93856f6d76a (patch)
tree93926896e18a0c393b731228c3c09c3d4a878e0f /cpp/demo/IceBox/hello/HelloI.cpp
parent- Added handling of IceBox.InstanceName to the IceBox service manager. (diff)
downloadice-d912de01caa68ee5f9e3c4b9643ac93856f6d76a.tar.bz2
ice-d912de01caa68ee5f9e3c4b9643ac93856f6d76a.tar.xz
ice-d912de01caa68ee5f9e3c4b9643ac93856f6d76a.zip
- Removed shutdown() from IceBox hello demo.
Diffstat (limited to 'cpp/demo/IceBox/hello/HelloI.cpp')
-rw-r--r--cpp/demo/IceBox/hello/HelloI.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/cpp/demo/IceBox/hello/HelloI.cpp b/cpp/demo/IceBox/hello/HelloI.cpp
index 48580e3494e..dd575e12fe7 100644
--- a/cpp/demo/IceBox/hello/HelloI.cpp
+++ b/cpp/demo/IceBox/hello/HelloI.cpp
@@ -17,10 +17,3 @@ HelloI::sayHello(const Ice::Current&)
{
cout << "Hello World!" << endl;
}
-
-void
-HelloI::shutdown(const Ice::Current& c)
-{
- cout << "Shutting down..." << endl;
- c.adapter->getCommunicator()->shutdown();
-}