summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/SLOneByOne/Connector/SL_OneByOne_Connector_exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/dds4ccm/tests/SLOneByOne/Connector/SL_OneByOne_Connector_exec.h')
-rw-r--r--CIAO/connectors/dds4ccm/tests/SLOneByOne/Connector/SL_OneByOne_Connector_exec.h62
1 files changed, 62 insertions, 0 deletions
diff --git a/CIAO/connectors/dds4ccm/tests/SLOneByOne/Connector/SL_OneByOne_Connector_exec.h b/CIAO/connectors/dds4ccm/tests/SLOneByOne/Connector/SL_OneByOne_Connector_exec.h
new file mode 100644
index 00000000000..dab43355cd4
--- /dev/null
+++ b/CIAO/connectors/dds4ccm/tests/SLOneByOne/Connector/SL_OneByOne_Connector_exec.h
@@ -0,0 +1,62 @@
+// -*- C++ -*-
+// $Id$
+
+#ifndef SL_ONEBYONE_CONNECTOR_EXEC_H_
+#define SL_ONEBYONE_CONNECTOR_EXEC_H_
+
+#include /**/ "ace/pre.h"
+
+#include "SL_OneByOne_ConnectorEC.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#include /**/ "SL_OneByOne_Connector_exec_export.h"
+#include "tao/LocalObject.h"
+
+#include "dds4ccm/impl/ndds/DDS4CCM_Traits.h"
+#include "dds4ccm/impl/ndds/DDS_State_Connector_T.h"
+
+
+#include "Base/SL_OneByOne_BaseSupport.h"
+
+namespace CIAO_SL_OneByOne_SL_OneByOne_Connector_Impl
+{
+
+ // @from use of SL_OneByOne as a parameter
+ typedef CIAO::DDS4CCM::RTI::Type_Traits <
+ TestTopic,
+ TestTopicSeq,
+ TestTopicTypeSupport,
+ TestTopicDataWriter,
+ TestTopicDataReader > TestTopic_DDS_Traits;
+
+ typedef CIAO::DDS4CCM::Connector_Traits <
+ ::CIAO_SL_OneByOne_SL_OneByOne_Connector_Impl::SL_OneByOne_Connector_Exec,
+ TestTopic_Seq,
+ ::CCM_DDS::TestTopic::CCM_Writer,
+ ::CCM_DDS::TestTopic::CCM_Updater,
+ ::CCM_DDS::TestTopic::CCM_Getter,
+ ::CCM_DDS::TestTopic::CCM_Reader,
+ ::SL_OneByOne::CCM_SL_OneByOne_Connector_Context,
+ ::CCM_DDS::TestTopic::Listener,
+ ::CCM_DDS::TestTopic::StateListener,
+ ::CCM_DDS::ConnectorStatusListener> TestTopic_Connector_Traits;
+
+ class SL_ONEBYONE_CONNECTOR_EXEC_Export SL_OneByOne_Connector_exec_i :
+ public DDS_State_Connector_T <TestTopic_DDS_Traits, TestTopic_Connector_Traits>
+ {
+ public:
+ SL_OneByOne_Connector_exec_i (void);
+ virtual ~SL_OneByOne_Connector_exec_i (void);
+ };
+
+ extern "C" SL_ONEBYONE_CONNECTOR_EXEC_Export ::Components::EnterpriseComponent_ptr
+ create_SL_OneByOne_SL_OneByOne_Connector_Impl (void);
+}
+
+#include /**/ "ace/post.h"
+
+#endif /* ifndef */
+