summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/session/SessionI.h
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2005-04-14 01:37:07 +0000
committerMatthew Newhook <matthew@zeroc.com>2005-04-14 01:37:07 +0000
commit81a5ac6b61f1574710108ec08d5e49a19b12e3ce (patch)
treee38db88448db009ac1cbc95b0059613021de92c0 /cpp/demo/Ice/session/SessionI.h
parentupdated Makefile. (diff)
downloadice-81a5ac6b61f1574710108ec08d5e49a19b12e3ce.tar.bz2
ice-81a5ac6b61f1574710108ec08d5e49a19b12e3ce.tar.xz
ice-81a5ac6b61f1574710108ec08d5e49a19b12e3ce.zip
fixed some Linux build errors.
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;