summaryrefslogtreecommitdiff
path: root/cppe/demo/IceE/hello/HelloI.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2005-07-06 13:08:23 +0000
committerDwayne Boone <dwayne@zeroc.com>2005-07-06 13:08:23 +0000
commit3030ac8c355435c4426c82019669c476f5c76088 (patch)
treec57f7c0a983c44847f93285f0676df49f21707b9 /cppe/demo/IceE/hello/HelloI.cpp
parentUse direct proxy for process object instead of indirect proxy (diff)
downloadice-3030ac8c355435c4426c82019669c476f5c76088.tar.bz2
ice-3030ac8c355435c4426c82019669c476f5c76088.tar.xz
ice-3030ac8c355435c4426c82019669c476f5c76088.zip
Renamed namespace back to Ice
Diffstat (limited to 'cppe/demo/IceE/hello/HelloI.cpp')
-rw-r--r--cppe/demo/IceE/hello/HelloI.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cppe/demo/IceE/hello/HelloI.cpp b/cppe/demo/IceE/hello/HelloI.cpp
index 963a8b68928..30244a502da 100644
--- a/cppe/demo/IceE/hello/HelloI.cpp
+++ b/cppe/demo/IceE/hello/HelloI.cpp
@@ -13,7 +13,7 @@
using namespace std;
void
-HelloI::sayHello(const IceE::Current& c) const
+HelloI::sayHello(const Ice::Current& c) const
{
#ifdef _WIN32_WCE
c.adapter->getCommunicator()->getLogger()->trace("", "Hello World!");
@@ -23,7 +23,7 @@ HelloI::sayHello(const IceE::Current& c) const
}
void
-HelloI::shutdown(const IceE::Current& c)
+HelloI::shutdown(const Ice::Current& c)
{
printf("Shutting down...\n");
c.adapter->getCommunicator()->shutdown();