summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/session/SessionI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/demo/Ice/session/SessionI.cpp')
-rwxr-xr-xcpp/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 4548a4ce3f0..ca6d0e8b058 100755
--- a/cpp/demo/Ice/session/SessionI.cpp
+++ b/cpp/demo/Ice/session/SessionI.cpp
@@ -41,9 +41,9 @@ private:
SessionI::SessionI(const Ice::ObjectAdapterPtr& adapter, const IceUtil::Time& timeout) :
_adapter(adapter),
_timeout(timeout),
- _nextId(0),
_destroy(false),
- _refreshTime(IceUtil::Time::now())
+ _refreshTime(IceUtil::Time::now()),
+ _nextId(0)
{
}