summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/examples/ShapesContr/Connector/Shapes_Connector.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/dds4ccm/examples/ShapesContr/Connector/Shapes_Connector.idl')
-rw-r--r--CIAO/connectors/dds4ccm/examples/ShapesContr/Connector/Shapes_Connector.idl24
1 files changed, 0 insertions, 24 deletions
diff --git a/CIAO/connectors/dds4ccm/examples/ShapesContr/Connector/Shapes_Connector.idl b/CIAO/connectors/dds4ccm/examples/ShapesContr/Connector/Shapes_Connector.idl
deleted file mode 100644
index 9669a787727..00000000000
--- a/CIAO/connectors/dds4ccm/examples/ShapesContr/Connector/Shapes_Connector.idl
+++ /dev/null
@@ -1,24 +0,0 @@
-/**
- * @file Shapes_Connector.idl
- * @author Marcel Smit (msmit@remedy.nl)
- */
-
-#ifndef SHAPES_CONNECTOR_IDL_
-#define SHAPES_CONNECTOR_IDL_
-
-#include <Components.idl>
-#include <ccm_dds.idl>
-
-#include "Base/Shapes_Base.idl"
-
-#pragma ciao lem "Connector/Shapes_ConnectorE.idl"
-
-#if (CIAO_DDS4CCM_OPENDDS==1)
-# include "Base/Shapes_BaseTypeSupport.idl"
-#endif
-
-module ::CCM_DDS::Typed < ::org::omg::dds::demo::ShapeType, ::org::omg::dds::demo::ShapeTypeSeq> Shapes;
-
-#endif /* SHAPES_CONNECTOR_IDL_ */
-
-