summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/examples/ShapesContr/Sender/Shapes_Sender.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/dds4ccm/examples/ShapesContr/Sender/Shapes_Sender.idl')
-rw-r--r--CIAO/connectors/dds4ccm/examples/ShapesContr/Sender/Shapes_Sender.idl22
1 files changed, 0 insertions, 22 deletions
diff --git a/CIAO/connectors/dds4ccm/examples/ShapesContr/Sender/Shapes_Sender.idl b/CIAO/connectors/dds4ccm/examples/ShapesContr/Sender/Shapes_Sender.idl
deleted file mode 100644
index e504a7c9166..00000000000
--- a/CIAO/connectors/dds4ccm/examples/ShapesContr/Sender/Shapes_Sender.idl
+++ /dev/null
@@ -1,22 +0,0 @@
-/**
- * @author Marijke Hengstmengel (mhengstmengel@remedy.nl)
- */
-
-#ifndef DDS_SHAPES_SENDER_IDL
-#define DDS_SHAPES_SENDER_IDL
-
-#include "Connector/Shapes_Connector.idl"
-#include "../Base/Shapes_Contr_Base.idl"
-
-module Shapes
-{
- component Sender
- {
- port Shapes::DDS_Write info_write;
- uses shape_attributes_get shapeAttribsSub;
- provides shape_changes shapeChangesPub;
- attribute string color;
- };
-};
-
-#endif