summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcpp/demo/Ice/session/SessionFactoryI.h2
-rwxr-xr-xcpp/demo/Ice/session/SessionI.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/cpp/demo/Ice/session/SessionFactoryI.h b/cpp/demo/Ice/session/SessionFactoryI.h
index 58abaf967be..ae9d7765382 100755
--- a/cpp/demo/Ice/session/SessionFactoryI.h
+++ b/cpp/demo/Ice/session/SessionFactoryI.h
@@ -51,8 +51,8 @@ public:
private:
- const IceUtil::Time _timeout;
const Ice::ObjectAdapterPtr _adapter;
+ const IceUtil::Time _timeout;
ReapThreadPtr _reapThread;
std::list<std::pair<SessionIPtr, ::Ice::Identity> > _sessions;
};
diff --git a/cpp/demo/Ice/session/SessionI.h b/cpp/demo/Ice/session/SessionI.h
index b5eb81088bd..acfe7595750 100755
--- a/cpp/demo/Ice/session/SessionI.h
+++ b/cpp/demo/Ice/session/SessionI.h
@@ -34,7 +34,7 @@ private:
int _nextId;
bool _destroy;
IceUtil::Time _refreshTime;
- std::list<::Demo::HelloPrx> _objs;
+ std::list< ::Demo::HelloPrx> _objs;
};
typedef IceUtil::Handle<SessionI> SessionIPtr;