summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/examples/Shapes/Sender/Shapes_Sender.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/dds4ccm/examples/Shapes/Sender/Shapes_Sender.idl')
-rw-r--r--CIAO/connectors/dds4ccm/examples/Shapes/Sender/Shapes_Sender.idl24
1 files changed, 0 insertions, 24 deletions
diff --git a/CIAO/connectors/dds4ccm/examples/Shapes/Sender/Shapes_Sender.idl b/CIAO/connectors/dds4ccm/examples/Shapes/Sender/Shapes_Sender.idl
deleted file mode 100644
index d0ea6a9c8a1..00000000000
--- a/CIAO/connectors/dds4ccm/examples/Shapes/Sender/Shapes_Sender.idl
+++ /dev/null
@@ -1,24 +0,0 @@
-/**
- * @author Marcel Smit (msmit@remedy.nl)
- */
-
-#ifndef DDS_SHAPES_SENDER_IDL
-#define DDS_SHAPES_SENDER_IDL
-
-#include "Connector/Shapes_Connector.idl"
-
-module Shapes
-{
- component Sender
- {
- port Shapes::DDS_Write info_write;
- attribute unsigned long rate;
- attribute unsigned short max_x;
- attribute unsigned short max_y;
- attribute unsigned short max_size;
- attribute boolean resize_shape;
- attribute string color;
- };
-};
-
-#endif