summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/session/SessionI.cpp
diff options
context:
space:
mode:
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)