summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Discarding/Notify_Structured_Push_Consumer.h
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:11 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:11 +0000
commit6b846cf03c0bcbd8c276cb0af61a181e5f98eaae (patch)
treeda50d054f9c761c3f6a5923f6979e93306c56d68 /TAO/orbsvcs/tests/Notify/Discarding/Notify_Structured_Push_Consumer.h
parent0e555b9150d38e3b3473ba325b56db2642e6352b (diff)
downloadATCD-6b846cf03c0bcbd8c276cb0af61a181e5f98eaae.tar.gz
Repo restructuring
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Discarding/Notify_Structured_Push_Consumer.h')
-rw-r--r--TAO/orbsvcs/tests/Notify/Discarding/Notify_Structured_Push_Consumer.h52
1 files changed, 0 insertions, 52 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Discarding/Notify_Structured_Push_Consumer.h b/TAO/orbsvcs/tests/Notify/Discarding/Notify_Structured_Push_Consumer.h
deleted file mode 100644
index 6eac74346e4..00000000000
--- a/TAO/orbsvcs/tests/Notify/Discarding/Notify_Structured_Push_Consumer.h
+++ /dev/null
@@ -1,52 +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,
- CORBA::Short policy,
- CORBA::Long max_events_per_consumer,
- Notify_Test_Client& client);
-
- void _connect (CosNotifyChannelAdmin::ConsumerAdmin_ptr consumer_admin
- ACE_ENV_ARG_DECL)
- ACE_THROW_SPEC ((CORBA::SystemException));
-
-protected:
- void push_structured_event (const CosNotification::StructuredEvent&
- ACE_ENV_ARG_DECL)
- ACE_THROW_SPEC ((CORBA::SystemException));
-
- ACE_CString name_;
- CORBA::Short discard_policy_;
- CORBA::Long max_events_per_consumer_;
- CORBA::Long count_;
- CORBA::Long first_;
- Notify_Test_Client& client_;
- CORBA::Long sent_;
-};
-
-#endif /* TAO_NOTIFY_STRUCTURED_PUSH_CONSUMER_H */