diff options
author | Matthew Newhook <matthew@zeroc.com> | 2001-11-26 19:23:06 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2001-11-26 19:23:06 +0000 |
commit | 11e8f7481912bc142f5d6f81eeefae38585a180a (patch) | |
tree | 6f17b7470eaebd87a5a9ebf94cb955f9143beaed /cpp/src/IceStorm/Subscriber.cpp | |
parent | prefix fixes (diff) | |
download | ice-11e8f7481912bc142f5d6f81eeefae38585a180a.tar.bz2 ice-11e8f7481912bc142f5d6f81eeefae38585a180a.tar.xz ice-11e8f7481912bc142f5d6f81eeefae38585a180a.zip |
IceStorm NT updates.
Diffstat (limited to 'cpp/src/IceStorm/Subscriber.cpp')
-rw-r--r-- | cpp/src/IceStorm/Subscriber.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cpp/src/IceStorm/Subscriber.cpp b/cpp/src/IceStorm/Subscriber.cpp index 590e3cf78e1..5831f0a9a4f 100644 --- a/cpp/src/IceStorm/Subscriber.cpp +++ b/cpp/src/IceStorm/Subscriber.cpp @@ -17,8 +17,9 @@ using namespace IceStorm; using namespace std; -void IceStorm::incRef(Subscriber* p) { p->__incRef(); } -void IceStorm::decRef(Subscriber* p) { p->__decRef(); } +// TODO: +//void IceInternal::incRef(Subscriber* p) { p->__incRef(); } +//void IceInternal::decRef(Subscriber* p) { p->__decRef(); } Subscriber::Subscriber(const Ice::LoggerPtr& logger, const TraceLevelsPtr& traceLevels, const FlusherPtr& flusher, const QoS& qos, const Ice::ObjectPrx& obj) |