diff options
Diffstat (limited to 'cpp/src/IceGrid/NodeSessionI.h')
-rw-r--r-- | cpp/src/IceGrid/NodeSessionI.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceGrid/NodeSessionI.h b/cpp/src/IceGrid/NodeSessionI.h index a9653203ad1..50bf000e513 100644 --- a/cpp/src/IceGrid/NodeSessionI.h +++ b/cpp/src/IceGrid/NodeSessionI.h @@ -65,13 +65,13 @@ public: virtual void loadServers_async(const AMD_NodeSession_loadServersPtr&, const Ice::Current&) const; virtual Ice::StringSeq getServers(const Ice::Current&) const; virtual void waitForApplicationUpdate_async(const AMD_NodeSession_waitForApplicationUpdatePtr&, - const std::string&, int, const Ice::Current&) const; + const std::string&, int, const Ice::Current&) const; virtual void destroy(const Ice::Current& = Ice::Current()); virtual IceUtil::Time timestamp() const; virtual void shutdown(); void patch(const PatcherFeedbackAggregatorPtr&, const std::string&, const std::string&, - const InternalDistributionDescriptorPtr&, bool); + const InternalDistributionDescriptorPtr&, bool); const NodePrx& getNode() const; const InternalNodeInfoPtr& getInfo() const; |