diff options
author | Benoit Foucher <benoit@zeroc.com> | 2007-01-30 13:42:20 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2007-01-30 13:42:20 +0000 |
commit | 6af8a2560af03ea897d3f9177426b9dd342747de (patch) | |
tree | e4083068651580af27870f72f123fa7aaeeeb9fb /cpp/src/IceGrid/Topics.h | |
parent | BCC compile erroes (diff) | |
download | ice-6af8a2560af03ea897d3f9177426b9dd342747de.tar.bz2 ice-6af8a2560af03ea897d3f9177426b9dd342747de.tar.xz ice-6af8a2560af03ea897d3f9177426b9dd342747de.zip |
Fixes
Diffstat (limited to 'cpp/src/IceGrid/Topics.h')
-rw-r--r-- | cpp/src/IceGrid/Topics.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/Topics.h b/cpp/src/IceGrid/Topics.h index be4657c5ed7..c16e0bd8b62 100644 --- a/cpp/src/IceGrid/Topics.h +++ b/cpp/src/IceGrid/Topics.h @@ -51,7 +51,6 @@ protected: Ice::ObjectPrx _basePublisher; int _serial; - std::set<Ice::Identity> _subscribers; std::set<std::string> _syncSubscribers; std::map<int, std::set<std::string> > _waitForUpdates; std::map<int, std::map<std::string, std::string> > _updateFailures; |