summaryrefslogtreecommitdiff
path: root/ACE/TAO/orbsvcs/tests/Notify/lib/Notify_SequencePushConsumer.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/orbsvcs/tests/Notify/lib/Notify_SequencePushConsumer.h')
-rw-r--r--ACE/TAO/orbsvcs/tests/Notify/lib/Notify_SequencePushConsumer.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/ACE/TAO/orbsvcs/tests/Notify/lib/Notify_SequencePushConsumer.h b/ACE/TAO/orbsvcs/tests/Notify/lib/Notify_SequencePushConsumer.h
new file mode 100644
index 00000000000..453abae9d5a
--- /dev/null
+++ b/ACE/TAO/orbsvcs/tests/Notify/lib/Notify_SequencePushConsumer.h
@@ -0,0 +1,30 @@
+/* -*- C++ -*- */
+// $Id$
+// ==========================================================================
+//
+// = LIBRARY
+// orbsvcs
+//
+// = FILENAME
+// Notify_SequencePushConsumer.h
+//
+// = DESCRIPTION
+// This is a utility class is to be used by clients of the Notification
+// Service to implement the servant for CosNotifyComm::SequencePushConsumer
+//
+// = AUTHOR
+// Pradeep Gore <pradeep@cs.wustl.edu>
+//
+// ==========================================================================
+
+#ifndef NOTIFY_SEQUENCEPUSHCONSUMER_H
+#define NOTIFY_SEQUENCEPUSHCONSUMER_H
+#include /**/ "ace/pre.h"
+
+#include "SequencePushConsumer.h"
+
+typedef TAO_Notify_Tests_SequencePushConsumer TAO_Notify_SequencePushConsumer;
+
+#include /**/ "ace/post.h"
+
+#endif /* NOTIFY_SEQUENCEPUSHCONSUMER_H */