summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/CosNotifyComm.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/CosNotifyComm.idl')
-rw-r--r--TAO/orbsvcs/orbsvcs/CosNotifyComm.idl6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/CosNotifyComm.idl b/TAO/orbsvcs/orbsvcs/CosNotifyComm.idl
index ae841bf6106..e5787489790 100644
--- a/TAO/orbsvcs/orbsvcs/CosNotifyComm.idl
+++ b/TAO/orbsvcs/orbsvcs/CosNotifyComm.idl
@@ -289,7 +289,9 @@ module CosNotifyComm
void disconnect_sequence_push_consumer();
};
- /**
+#ifdef TAO_HAS_NOTIFY_PULL_INTERFACES
+
+/**
* @interface SequencePullConsumer
*
* @brief Defines the interface used by pull-style consumers that
@@ -354,6 +356,8 @@ module CosNotifyComm
void disconnect_sequence_pull_supplier();
};
+#endif /* TAO_HAS_NOTIFY_PULL_INTERFACES */
+
/**
* @interface SequencePushSupplier
*