summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Proxy.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Proxy.inl')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Proxy.inl13
1 files changed, 13 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Proxy.inl b/TAO/orbsvcs/orbsvcs/Notify/Proxy.inl
new file mode 100644
index 00000000000..16bb8abd7e2
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/Notify/Proxy.inl
@@ -0,0 +1,13 @@
+// $Id$
+
+ACE_INLINE TAO_NS_EventTypeSeq&
+TAO_NS_Proxy::subscribed_types (void)
+{
+ return this->subscribed_types_;
+}
+
+ACE_INLINE CORBA::Boolean
+TAO_NS_Proxy::updates_off (void)
+{
+ return this->updates_off_;
+}