summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Peer.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Peer.inl')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Peer.inl23
1 files changed, 23 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Peer.inl b/TAO/orbsvcs/orbsvcs/Notify/Peer.inl
new file mode 100644
index 00000000000..fb50a661dda
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/Notify/Peer.inl
@@ -0,0 +1,23 @@
+// $Id$
+
+#include "Peer.h"
+#include "Proxy.h"
+
+CORBA::ULong
+TAO_NS_Peer::_incr_refcnt (void)
+{
+ return this->proxy ()->_incr_refcnt ();
+}
+
+CORBA::ULong
+TAO_NS_Peer::_decr_refcnt (void)
+{
+ return this->proxy ()->_decr_refcnt ();
+}
+
+
+void
+TAO_NS_Peer::updates_dispatch_observer (TAO_NS_Updates_Dispatch_Observer* updates_dispatch_observer)
+{
+ this->updates_dispatch_observer_ = updates_dispatch_observer;
+}