summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/idl/dds4ccm_PortStatusListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/dds4ccm/idl/dds4ccm_PortStatusListener.idl')
-rw-r--r--CIAO/connectors/dds4ccm/idl/dds4ccm_PortStatusListener.idl22
1 files changed, 0 insertions, 22 deletions
diff --git a/CIAO/connectors/dds4ccm/idl/dds4ccm_PortStatusListener.idl b/CIAO/connectors/dds4ccm/idl/dds4ccm_PortStatusListener.idl
deleted file mode 100644
index eadc949c6f9..00000000000
--- a/CIAO/connectors/dds4ccm/idl/dds4ccm_PortStatusListener.idl
+++ /dev/null
@@ -1,22 +0,0 @@
-/**
- * @file dds4ccm_PortStatusListener.idl
- */
-
-#ifndef DDS4CCM_PORTSTATUSLISTNER_IDL3
-#define DDS4CCM_PORTSTATUSLISTNER_IDL3
-
-#include "connectors/dds4ccm/idl/dds4ccm_Base.idl"
-
-#pragma ciao lem "connectors/dds4ccm/idl/dds4ccm_PortStatusListenerE.idl"
-
-module CCM_DDS
-{
- local interface PortStatusListener {
- void on_requested_deadline_missed(in DDS::DataReader the_reader,
- in DDS::RequestedDeadlineMissedStatus status);
- void on_sample_lost(in DDS::DataReader the_reader,
- in DDS::SampleLostStatus status);
- };
-};
-
-#endif