summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/examples/ShapesContr/Controller/Shapes_Controller.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/dds4ccm/examples/ShapesContr/Controller/Shapes_Controller.idl')
-rw-r--r--CIAO/connectors/dds4ccm/examples/ShapesContr/Controller/Shapes_Controller.idl30
1 files changed, 0 insertions, 30 deletions
diff --git a/CIAO/connectors/dds4ccm/examples/ShapesContr/Controller/Shapes_Controller.idl b/CIAO/connectors/dds4ccm/examples/ShapesContr/Controller/Shapes_Controller.idl
deleted file mode 100644
index 46d54bab0f3..00000000000
--- a/CIAO/connectors/dds4ccm/examples/ShapesContr/Controller/Shapes_Controller.idl
+++ /dev/null
@@ -1,30 +0,0 @@
-/**
- * @author Marijke Hengstmengel (mhengstmengel@remedy.nl)
- */
-
-#ifndef SHAPES_CONTROLLER_IDL
-#define SHAPES_CONTROLLER_IDL
-
-#include <Components.idl>
-
-#include "../Base/Shapes_Contr_Base.idl"
-
-
-module Shapes
-{
- component ShapesController
- {
- provides shape_attributes_set shapeAttribsSet;
- provides shape_attributes_get shapeAttribsPub;
- uses shape_changes shapeChangesSub;
- //attribute unsigned long rate;
- attribute unsigned long publish_rate;
- attribute unsigned short max_size;
- attribute unsigned short max_x;
- attribute unsigned short max_y;
- attribute boolean resize_shape;
- attribute boolean use_web_interface;
- };
-};
-
-#endif