summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/examples/Large_Deployment/Common/Single_Service_Common.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/dds4ccm/examples/Large_Deployment/Common/Single_Service_Common.idl')
-rw-r--r--CIAO/connectors/dds4ccm/examples/Large_Deployment/Common/Single_Service_Common.idl11
1 files changed, 11 insertions, 0 deletions
diff --git a/CIAO/connectors/dds4ccm/examples/Large_Deployment/Common/Single_Service_Common.idl b/CIAO/connectors/dds4ccm/examples/Large_Deployment/Common/Single_Service_Common.idl
new file mode 100644
index 00000000000..a1d53ba40d0
--- /dev/null
+++ b/CIAO/connectors/dds4ccm/examples/Large_Deployment/Common/Single_Service_Common.idl
@@ -0,0 +1,11 @@
+// $Id$
+
+#ifndef SINGLE_SERVICE_COMMON_IDL_
+#define SINGLE_SERVICE_COMMON_IDL_
+
+interface Simple_Service
+{
+ oneway void ping ();
+};
+
+#endif /* SINGLE_SERVICE_COMMON_IDL_ */