diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-06-22 14:05:51 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-06-22 14:05:51 -0230 |
commit | 81b729362acaf9ff1d5654749e8b8cb6b0bc2727 (patch) | |
tree | 31376cbbaa67839a80966c7a71481552ae54bf8d /cpp/src/IceStorm/Subscriber.h | |
parent | Merge branch 'master' of ssh://cvs.zeroc.com/home/git/ice (diff) | |
download | ice-81b729362acaf9ff1d5654749e8b8cb6b0bc2727.tar.bz2 ice-81b729362acaf9ff1d5654749e8b8cb6b0bc2727.tar.xz ice-81b729362acaf9ff1d5654749e8b8cb6b0bc2727.zip |
Change per-subscriber publisher to have identity based on instance/topic/subscriber
Diffstat (limited to 'cpp/src/IceStorm/Subscriber.h')
-rw-r--r-- | cpp/src/IceStorm/Subscriber.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceStorm/Subscriber.h b/cpp/src/IceStorm/Subscriber.h index 9719f124ab1..92cb3009019 100644 --- a/cpp/src/IceStorm/Subscriber.h +++ b/cpp/src/IceStorm/Subscriber.h @@ -25,7 +25,7 @@ class Subscriber : public IceUtil::Shared { public: - static SubscriberPtr create(const InstancePtr&, const Ice::ObjectPrx&, const IceStorm::QoS&); + static SubscriberPtr create(const InstancePtr&, const std::string&, const Ice::ObjectPrx&, const IceStorm::QoS&); static SubscriberPtr create(const InstancePtr&, const TopicLinkPrx&, int); ~Subscriber(); |