diff options
Diffstat (limited to 'cpp/src/IceGrid/Topics.cpp')
-rw-r--r-- | cpp/src/IceGrid/Topics.cpp | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/cpp/src/IceGrid/Topics.cpp b/cpp/src/IceGrid/Topics.cpp index 4f7a2b5e73e..f926571e416 100644 --- a/cpp/src/IceGrid/Topics.cpp +++ b/cpp/src/IceGrid/Topics.cpp @@ -52,21 +52,21 @@ public: _topic(topic), _observer(observer), _serial(serial) - { - } + { + } void ice_response() - { - _topic->subscribe(_observer, _serial); - } - + { + _topic->subscribe(_observer, _serial); + } + void ice_exception(const Ice::Exception&) - { - // Ignore - } - + { + // Ignore + } + private: const NodeObserverTopicPtr _topic; |