summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/SameDatatype/Component/Component_exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/SameDatatype/Component/Component_exec.h')
-rw-r--r--CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/SameDatatype/Component/Component_exec.h69
1 files changed, 0 insertions, 69 deletions
diff --git a/CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/SameDatatype/Component/Component_exec.h b/CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/SameDatatype/Component/Component_exec.h
deleted file mode 100644
index a7df9676a94..00000000000
--- a/CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/SameDatatype/Component/Component_exec.h
+++ /dev/null
@@ -1,69 +0,0 @@
-// -*- C++ -*-
-#ifndef CIAO_COMPONENT_EXEC_H_
-#define CIAO_COMPONENT_EXEC_H_
-
-
-#include "ComponentEC.h"
-
-#include /**/ "Component_exec_export.h"
-
-#if !defined (ACE_LACKS_PRAGMA_ONCE)
-# pragma once
-#endif /* ACE_LACKS_PRAGMA_ONCE */
-
-#include "tao/LocalObject.h"
-
-class DDSDomainParticipant;
-class DDSTopic;
-
-namespace CIAO_SharedDP_SharedDPComponent_Impl
-{
- class Component_exec_i
- : public virtual SharedDPComponent_Exec,
- public virtual ::CORBA::LocalObject
- {
- public:
- Component_exec_i (void);
- virtual ~Component_exec_i (void);
-
- virtual void set_session_context (::Components::SessionContext_ptr ctx);
-
- virtual void configuration_complete (void);
-
- CORBA::Boolean perform_test (void);
- void perform_test (CORBA::Boolean perform_test);
-
- virtual void ccm_activate (void);
- virtual void ccm_passivate (void);
- virtual void ccm_remove (void);
-
- private:
- ::SharedDP::CCM_SharedDPComponent_Context_var context_;
-
- CORBA::Boolean perform_test_;
-
- ::DDS::InstanceHandle_t dp1_hnd_;
- ::DDS::InstanceHandle_t dp2_hnd_;
- ::DDS::InstanceHandle_t dp3_hnd_;
- ::DDS::InstanceHandle_t dp4_hnd_;
- ::DDS::DomainParticipant_ptr dp1_ptr_;
- ::DDS::DomainParticipant_ptr dp2_ptr_;
- ::DDS::DomainParticipant_ptr dp3_ptr_;
- ::DDS::DomainParticipant_ptr dp4_ptr_;
-
- ::DDS::InstanceHandle_t tp1_hnd_;
- ::DDS::InstanceHandle_t tp2_hnd_;
- ::DDS::InstanceHandle_t tp3_hnd_;
- ::DDS::InstanceHandle_t tp4_hnd_;
- ::DDS::Topic_ptr tp1_ptr_;
- ::DDS::Topic_ptr tp2_ptr_;
- ::DDS::Topic_ptr tp3_ptr_;
- ::DDS::Topic_ptr tp4_ptr_;
- };
-
- extern "C" COMPONENT_EXEC_Export ::Components::EnterpriseComponent_ptr
- create_Component_Impl (void);
-}
-
-#endif /* ifndef */
-