summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/TopicName/Component/TopicName_Test_Component_exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/dds4ccm/tests/TopicName/Component/TopicName_Test_Component_exec.h')
-rw-r--r--CIAO/connectors/dds4ccm/tests/TopicName/Component/TopicName_Test_Component_exec.h47
1 files changed, 0 insertions, 47 deletions
diff --git a/CIAO/connectors/dds4ccm/tests/TopicName/Component/TopicName_Test_Component_exec.h b/CIAO/connectors/dds4ccm/tests/TopicName/Component/TopicName_Test_Component_exec.h
deleted file mode 100644
index d89956045a0..00000000000
--- a/CIAO/connectors/dds4ccm/tests/TopicName/Component/TopicName_Test_Component_exec.h
+++ /dev/null
@@ -1,47 +0,0 @@
-// -*- C++ -*-
-#ifndef CIAO_COMPONENT_EXEC_H_
-#define CIAO_COMPONENT_EXEC_H_
-
-#include "TopicName_Test_ComponentEC.h"
-
-#include /**/ "Component_exec_export.h"
-
-#if !defined (ACE_LACKS_PRAGMA_ONCE)
-# pragma once
-#endif /* ACE_LACKS_PRAGMA_ONCE */
-
-#include "tao/LocalObject.h"
-
-namespace CIAO_TopicName_Test_TopicNameTestComponent_Impl
-{
- //============================================================
- // Component_exec_i
- //============================================================
- class COMPONENT_EXEC_Export Component_exec_i
- : public virtual TopicNameTestComponent_Exec,
- public virtual ::CORBA::LocalObject
- {
- public:
- Component_exec_i (void);
- virtual ~Component_exec_i (void);
-
- // Operations from Components::SessionComponent.
- virtual void
- set_session_context (
- ::Components::SessionContext_ptr ctx);
-
- virtual void configuration_complete (void);
- virtual void ccm_activate (void);
- virtual void ccm_passivate (void);
- virtual void ccm_remove (void);
-
- private:
- ::TopicName_Test::CCM_TopicNameTestComponent_Context_var context_;
- };
-
- extern "C" COMPONENT_EXEC_Export ::Components::EnterpriseComponent_ptr
- create_TopicName_Test_TopicNameTestComponent_Impl (void);
-}
-
-#endif /* ifndef */
-