summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Peer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Peer.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Peer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Peer.h b/TAO/orbsvcs/orbsvcs/Notify/Peer.h
index deaf6fc66ea..5778281bc71 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Peer.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/Peer.h
@@ -66,6 +66,9 @@ public:
/// Handle dispatch exceptions.
void handle_dispatch_exception (ACE_ENV_SINGLE_ARG_DECL);
+ /// Retrieve the ior of this peer
+ virtual bool get_ior (ACE_CString & iorstr) const = 0;
+
protected:
/// Implementation of Peer specific dispatch_updates
virtual void dispatch_updates_i (const CosNotification::EventTypeSeq& added,