summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/session/SessionI.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2009-03-31 12:58:23 -0230
committerDwayne Boone <dwayne@zeroc.com>2009-03-31 12:58:23 -0230
commitacf9336c48f5460a135f2950dc8156a45dc1caf8 (patch)
tree7e9b24ecd2cb9c0603c4b1ba5d34ac6fce05c725 /cpp/demo/Ice/session/SessionI.cpp
parentRemove debug statement (diff)
downloadice-acf9336c48f5460a135f2950dc8156a45dc1caf8.tar.bz2
ice-acf9336c48f5460a135f2950dc8156a45dc1caf8.tar.xz
ice-acf9336c48f5460a135f2950dc8156a45dc1caf8.zip
Bug 3800 - remove unecessary metadata
Diffstat (limited to 'cpp/demo/Ice/session/SessionI.cpp')
-rw-r--r--cpp/demo/Ice/session/SessionI.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/demo/Ice/session/SessionI.cpp b/cpp/demo/Ice/session/SessionI.cpp
index 824a204e504..e8f07122be8 100644
--- a/cpp/demo/Ice/session/SessionI.cpp
+++ b/cpp/demo/Ice/session/SessionI.cpp
@@ -28,7 +28,7 @@ public:
}
void
- sayHello(const Ice::Current&) const
+ sayHello(const Ice::Current&)
{
cout << "Hello object #" << _id << " for session `" << _name << "' says:\n"
<< "Hello " << _name << "!" << endl;
@@ -76,7 +76,7 @@ SessionI::refresh(const Ice::Current& c)
}
string
-SessionI::getName(const Ice::Current&) const
+SessionI::getName(const Ice::Current&)
{
Lock sync(*this);
if(_destroy)