diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-07-28 16:11:09 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-07-28 16:11:09 +0000 |
commit | 352f20b1b7aeb93164164e6c77356dbdcd708cef (patch) | |
tree | 16391b09de940b4037c6c00568ecb48ccb5d2a78 /cpp/src/IceGrid/ObserverSessionI.cpp | |
parent | Fix compiler warnings (diff) | |
download | ice-352f20b1b7aeb93164164e6c77356dbdcd708cef.tar.bz2 ice-352f20b1b7aeb93164164e6c77356dbdcd708cef.tar.xz ice-352f20b1b7aeb93164164e6c77356dbdcd708cef.zip |
Lots of descriptor changes.
Diffstat (limited to 'cpp/src/IceGrid/ObserverSessionI.cpp')
-rw-r--r-- | cpp/src/IceGrid/ObserverSessionI.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceGrid/ObserverSessionI.cpp b/cpp/src/IceGrid/ObserverSessionI.cpp index 5803eb008e0..98b16e032a8 100644 --- a/cpp/src/IceGrid/ObserverSessionI.cpp +++ b/cpp/src/IceGrid/ObserverSessionI.cpp @@ -89,7 +89,7 @@ ObserverSessionI::startUpdate(int serial, const Ice::Current& current) } void -ObserverSessionI::addApplication(const ApplicationDescriptorPtr& app, const Ice::Current& current) +ObserverSessionI::addApplication(const ApplicationDescriptor& app, const Ice::Current& current) { Lock sync(*this); if(_destroyed) @@ -125,7 +125,7 @@ ObserverSessionI::updateApplication(const ApplicationUpdateDescriptor& update, c } void -ObserverSessionI::syncApplication(const ApplicationDescriptorPtr& app, const Ice::Current& current) +ObserverSessionI::syncApplication(const ApplicationDescriptor& app, const Ice::Current& current) { Lock sync(*this); if(_destroyed) |