summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/hello/HelloI.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-11-29 16:26:33 +0000
committerMarc Laukien <marc@zeroc.com>2001-11-29 16:26:33 +0000
commit5651a067168fb1ada7c2fe38202c0d954f731609 (patch)
tree5c9bcbf29d2d3a97e8c5b0e9e774cce28222c2a3 /cpp/demo/Ice/hello/HelloI.cpp
parentinitial check-in (diff)
downloadice-5651a067168fb1ada7c2fe38202c0d954f731609.tar.bz2
ice-5651a067168fb1ada7c2fe38202c0d954f731609.tar.xz
ice-5651a067168fb1ada7c2fe38202c0d954f731609.zip
more current/context stuff
Diffstat (limited to 'cpp/demo/Ice/hello/HelloI.cpp')
-rw-r--r--cpp/demo/Ice/hello/HelloI.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/demo/Ice/hello/HelloI.cpp b/cpp/demo/Ice/hello/HelloI.cpp
index 40bb272f25c..a0b5969f726 100644
--- a/cpp/demo/Ice/hello/HelloI.cpp
+++ b/cpp/demo/Ice/hello/HelloI.cpp
@@ -19,13 +19,13 @@ HelloI::HelloI(const Ice::CommunicatorPtr& communicator) :
}
void
-HelloI::hello()
+HelloI::hello(const Ice::Current&)
{
cout << "Hello World!" << endl;
}
void
-HelloI::shutdown()
+HelloI::shutdown(const Ice::Current&)
{
cout << "Shutting down..." << endl;
_communicator->shutdown();