summaryrefslogtreecommitdiff
path: root/ACE/TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MonitorSequenceProxyPushSupplier.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MonitorSequenceProxyPushSupplier.h')
-rw-r--r--ACE/TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MonitorSequenceProxyPushSupplier.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/ACE/TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MonitorSequenceProxyPushSupplier.h b/ACE/TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MonitorSequenceProxyPushSupplier.h
new file mode 100644
index 00000000000..8c09c9199ec
--- /dev/null
+++ b/ACE/TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MonitorSequenceProxyPushSupplier.h
@@ -0,0 +1,31 @@
+// $Id$
+#ifndef MONITORSEQUENCEPROXYPUSHSUPPLIER_H
+#define MONITORSEQUENCEPROXYPUSHSUPPLIER_H
+
+#include /**/ "ace/pre.h"
+#include "orbsvcs/Notify/MonitorControlExt/notify_mc_ext_export.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#include "ace/SString.h"
+#include "orbsvcs/Notify/Sequence/SequenceProxyPushSupplier.h"
+#include "orbsvcs/Notify/MonitorControlExt/MonitorProxySupplier_T.h"
+
+#if defined (TAO_HAS_MONITOR_FRAMEWORK) && (TAO_HAS_MONITOR_FRAMEWORK == 1)
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
+class TAO_Notify_MC_Ext_Export TAO_MonitorSequenceProxyPushSupplier
+ : public TAO_MonitorProxySupplier_T<TAO_Notify_SequenceProxyPushSupplier>
+{
+ // No implementation needed at this level
+ // we're just mixing in the MonitorProxySupplier
+};
+TAO_END_VERSIONED_NAMESPACE_DECL
+
+#endif // TAO_HAS_MONITOR_FRAMEWORK == 1
+
+#include /**/ "ace/post.h"
+#endif /* MONITORSEQUENCEPROXYPUSHSUPPLIER_H */