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.inl8
1 files changed, 3 insertions, 5 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Proxy.inl b/TAO/orbsvcs/orbsvcs/Notify/Proxy.inl
index 773ecde8afd..3610f2b3167 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Proxy.inl
+++ b/TAO/orbsvcs/orbsvcs/Notify/Proxy.inl
@@ -1,9 +1,7 @@
// $Id$
-#include "Proxy.h"
-
-ACE_INLINE TAO_NS_EventTypeSeq&
-TAO_NS_Proxy::subscribed_types (void)
+ACE_INLINE CORBA::Boolean
+TAO_NS_Proxy::updates_off (void)
{
- return this->subscribed_types_;
+ return this->updates_off_;
}