summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tests/RTCCM/DiffServ/Receiver/Receiver_exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/tests/RTCCM/DiffServ/Receiver/Receiver_exec.h')
-rw-r--r--TAO/CIAO/tests/RTCCM/DiffServ/Receiver/Receiver_exec.h80
1 files changed, 0 insertions, 80 deletions
diff --git a/TAO/CIAO/tests/RTCCM/DiffServ/Receiver/Receiver_exec.h b/TAO/CIAO/tests/RTCCM/DiffServ/Receiver/Receiver_exec.h
deleted file mode 100644
index 755322b2c93..00000000000
--- a/TAO/CIAO/tests/RTCCM/DiffServ/Receiver/Receiver_exec.h
+++ /dev/null
@@ -1,80 +0,0 @@
-// $Id$
-
-#include "ReceiverEC.h"
-#include "Receiver_exec_export.h"
-#include "tao/LocalObject.h"
-
-namespace ReceiverImpl
-{
- class RECEIVER_EXEC_Export ReceiverExec_i :
- public virtual ReceiverExec,
- public virtual TAO_Local_RefCounted_Object
- {
- public:
-
- ReceiverExec_i (void);
-
- ::DiffServ::CCM_test_ptr get_writer (void)
- throw (CORBA::SystemException);
-
- void shutdown (void)
- throw (CORBA::SystemException);
-
- void set_session_context (Components::SessionContext_ptr ctx)
- throw (CORBA::SystemException,
- Components::CCMException);
-
- void ccm_activate (void)
- throw (CORBA::SystemException,
- Components::CCMException);
-
- void ccm_passivate (void)
- throw (CORBA::SystemException,
- Components::CCMException);
-
- void ccm_remove (void)
- throw (CORBA::SystemException,
- Components::CCMException);
-
- void ciao_preactivate (void)
- throw (CORBA::SystemException,
- Components::CCMException);
-
- void ciao_postactivate (void)
- throw (CORBA::SystemException,
- Components::CCMException);
-
- protected:
-
- ReceiverExec_Context_var context_;
-
- CORBA::ORB_var orb_;
-
- };
-
- class RECEIVER_EXEC_Export test_i :
- public virtual DiffServ::CCM_test,
- public virtual TAO_Local_RefCounted_Object
- {
- public:
-
- void method (void)
- throw (CORBA::SystemException);
-
- };
-
- class RECEIVER_EXEC_Export ReceiverHomeExec_i :
- public virtual ReceiverHomeExec,
- public virtual TAO_Local_RefCounted_Object
- {
- public:
-
- ::Components::EnterpriseComponent_ptr create (void)
- throw (CORBA::SystemException,
- Components::CCMException);
- };
-
-}
-
-extern "C" RECEIVER_EXEC_Export ::Components::HomeExecutorBase_ptr
-createReceiverHome_Impl (void);