diff options
author | Marc Laukien <marc@zeroc.com> | 2005-04-19 01:31:27 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2005-04-19 01:31:27 +0000 |
commit | 6bea1b4be1255d34e83482ee27bf9693b73e914e (patch) | |
tree | 7357f4c89002aac02220337dcce8a6fc13d556a3 /cpp/demo/Ice/session/SessionI.h | |
parent | Removed illegal assert from finalizer. (diff) | |
download | ice-6bea1b4be1255d34e83482ee27bf9693b73e914e.tar.bz2 ice-6bea1b4be1255d34e83482ee27bf9693b73e914e.tar.xz ice-6bea1b4be1255d34e83482ee27bf9693b73e914e.zip |
fixes
Diffstat (limited to 'cpp/demo/Ice/session/SessionI.h')
-rwxr-xr-x | cpp/demo/Ice/session/SessionI.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/demo/Ice/session/SessionI.h b/cpp/demo/Ice/session/SessionI.h index 512a7acc4a1..df2321460b8 100755 --- a/cpp/demo/Ice/session/SessionI.h +++ b/cpp/demo/Ice/session/SessionI.h @@ -16,6 +16,7 @@ // XXX Get rid of leading ::, i.e., use Demo::, not ::Demo:: // (everywhere). // Style: The other demos all use ::Demo:: +// XXX All other demos should be changed then. We don't use leading :: if they are not necessary. class SessionI : public ::Demo::Session, public IceUtil::Mutex { @@ -41,6 +42,7 @@ private: std::list< ::Demo::HelloPrx> _objs; // List of per-client allocated Hello objects. bool _destroy; }; + typedef IceUtil::Handle<SessionI> SessionIPtr; #endif |