summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/session/SessionI.h
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2005-04-21 01:00:54 +0000
committerMatthew Newhook <matthew@zeroc.com>2005-04-21 01:00:54 +0000
commit69127ef1995165a1a78027318bfb55856f5b055e (patch)
tree7057a8d6fa6196af02f368505ccc888f3404f4cb /cpp/demo/Ice/session/SessionI.h
parentOptional modules in ICEE (diff)
downloadice-69127ef1995165a1a78027318bfb55856f5b055e.tar.bz2
ice-69127ef1995165a1a78027318bfb55856f5b055e.tar.xz
ice-69127ef1995165a1a78027318bfb55856f5b055e.zip
edits to session demo.
Diffstat (limited to 'cpp/demo/Ice/session/SessionI.h')
-rwxr-xr-xcpp/demo/Ice/session/SessionI.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/demo/Ice/session/SessionI.h b/cpp/demo/Ice/session/SessionI.h
index 998e8c92c31..060d2d82142 100755
--- a/cpp/demo/Ice/session/SessionI.h
+++ b/cpp/demo/Ice/session/SessionI.h
@@ -10,7 +10,7 @@
#ifndef SESSION_I_H
#define SESSION_I_H
-#include <Ice/Ice.h>
+#include <Ice/Ice.h>
#include <IceUtil/StaticMutex.h>
#include <Session.h>
#include <list>
@@ -38,7 +38,7 @@ private:
IceUtil::Time _timestamp; // The last time the session was refreshed.
int _nextId; // The per-session id of the next hello object. This is used for tracing purposes.
- std::list< Demo::HelloPrx> _objs; // List of per-session allocated hello objects.
+ std::list<Demo::HelloPrx> _objs; // List of per-session allocated hello objects.
bool _destroy;
};