summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/CosEvent/SupplierAdmin_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/CosEvent/SupplierAdmin_i.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/CosEvent/SupplierAdmin_i.h56
1 files changed, 0 insertions, 56 deletions
diff --git a/TAO/orbsvcs/orbsvcs/CosEvent/SupplierAdmin_i.h b/TAO/orbsvcs/orbsvcs/CosEvent/SupplierAdmin_i.h
deleted file mode 100644
index 7d9113d6fdb..00000000000
--- a/TAO/orbsvcs/orbsvcs/CosEvent/SupplierAdmin_i.h
+++ /dev/null
@@ -1,56 +0,0 @@
-/* -*- C++ -*- */
-// $Id$
-//
-// ============================================================================
-//
-// = LIBRARY
-// TAO services
-//
-// = FILENAME
-// SupplierAdmin_i
-//
-// = AUTHOR
-// Pradeep Gore <pradeep@cs.wustl.edu>
-//
-// = DESCRIPTION
-// This has the implementation of the CosEventChannelAdmin::SupplierAdmin interface.
-// ============================================================================
-
-#if !defined (_SUPPLIERADMIN_I_H)
-#define _SUPPLIERADMIN_I_H
-
-#include "orbsvcs/RtecEventChannelAdminC.h"
-#include "orbsvcs/CosEventChannelAdminC.h"
-#include "orbsvcs/CosEvent/ProxyPushConsumer_i.h"
-
-class SupplierAdmin_i : public POA_CosEventChannelAdmin::SupplierAdmin
-{
- // = TITLE
- // class SupplierAdmin_i implements the SupplierAdmin interface.
- // = DESCRIPTION+
- // This implementation of the SupplierAdmin uses the RtecEventChannelAdmin::SupplierAdmin.
- //
-public:
- // = Initialization and termination methods.
- SupplierAdmin_i (const RtecEventChannelAdmin::SupplierQOS &qos,
- RtecEventChannelAdmin::SupplierAdmin_ptr rtec_supplieradmin);
-
- ~SupplierAdmin_i ();
-
- virtual CosEventChannelAdmin::ProxyPushConsumer_ptr
- obtain_push_consumer (CORBA::Environment &TAO_TRY_ENV);
- // Returns a new ProxyPushConsumer_ptr.
-
- virtual CosEventChannelAdmin::ProxyPullConsumer_ptr
- obtain_pull_consumer(CORBA::Environment &TAO_TRY_ENV);
- // Returns a new ProxyPullConsumer_ptr.
-
-private:
- const RtecEventChannelAdmin::SupplierQOS &qos_;
- // The SupplierQOS specified by the user of this class.
-
- RtecEventChannelAdmin::SupplierAdmin_ptr rtec_supplieradmin_;
- // The RtecEventChannelAdmin::SupplierAdmin specified by the user of this class.
-};
-
-#endif // _SUPPLIERADMIN_I_H