summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/session/SessionI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/demo/Ice/session/SessionI.h')
-rwxr-xr-xcpp/demo/Ice/session/SessionI.h2
1 files changed, 1 insertions, 1 deletions
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;