summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/MT_Dispatching/Notify_Structured_Push_Consumer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/MT_Dispatching/Notify_Structured_Push_Consumer.h')
-rw-r--r--TAO/orbsvcs/tests/Notify/MT_Dispatching/Notify_Structured_Push_Consumer.h43
1 files changed, 0 insertions, 43 deletions
diff --git a/TAO/orbsvcs/tests/Notify/MT_Dispatching/Notify_Structured_Push_Consumer.h b/TAO/orbsvcs/tests/Notify/MT_Dispatching/Notify_Structured_Push_Consumer.h
deleted file mode 100644
index bc4f2933b90..00000000000
--- a/TAO/orbsvcs/tests/Notify/MT_Dispatching/Notify_Structured_Push_Consumer.h
+++ /dev/null
@@ -1,43 +0,0 @@
-/* -*- C++ -*- */
-// $Id$
-// ==========================================================================
-//
-// = LIBRARY
-// TAO/orbsvcs/tests/Notify/Discarding
-//
-// = FILENAME
-// Notify_Structured_Push_Consumer.h
-//
-// = DESCRIPTION
-// A structured push consumer implementation.
-//
-// = AUTHOR
-// Chad Elliott <elliott_c@ociweb.com>
-//
-// ==========================================================================
-#ifndef TAO_NOTIFY_STRUCTURED_PUSH_CONSUMER_H
-#define TAO_NOTIFY_STRUCTURED_PUSH_CONSUMER_H
-
-#include "Notify_StructuredPushConsumer.h"
-
-class Notify_Test_Client;
-
-class Notify_Structured_Push_Consumer : public TAO_Notify_Tests_StructuredPushConsumer
-{
-public:
- Notify_Structured_Push_Consumer (
- const char* name,
- unsigned int expected,
- Notify_Test_Client& client);
-protected:
- void push_structured_event (const CosNotification::StructuredEvent&
- ACE_ENV_ARG_DECL)
- ACE_THROW_SPEC ((CORBA::SystemException));
-
- ACE_CString name_;
- unsigned int expected_;
- unsigned int count_;
- Notify_Test_Client& client_;
-};
-
-#endif /* TAO_NOTIFY_STRUCTURED_PUSH_CONSUMER_H */