diff options
Diffstat (limited to 'cpp/demo/Ice/session/SessionI.h')
-rwxr-xr-x | cpp/demo/Ice/session/SessionI.h | 2 |
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; |