summaryrefslogtreecommitdiff
path: root/CIAO/RACE/Input_Adapters/LocationUpdater/LocationUpdater.cidl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/RACE/Input_Adapters/LocationUpdater/LocationUpdater.cidl')
-rw-r--r--CIAO/RACE/Input_Adapters/LocationUpdater/LocationUpdater.cidl27
1 files changed, 0 insertions, 27 deletions
diff --git a/CIAO/RACE/Input_Adapters/LocationUpdater/LocationUpdater.cidl b/CIAO/RACE/Input_Adapters/LocationUpdater/LocationUpdater.cidl
deleted file mode 100644
index fce16e1ac29..00000000000
--- a/CIAO/RACE/Input_Adapters/LocationUpdater/LocationUpdater.cidl
+++ /dev/null
@@ -1,27 +0,0 @@
-//LOCATION_UPDATING_INPUT_ADAPTER.cidl,v 1.1 spaunov Exp
-//LocationUpdater.cidl
-//Author: Stoyan Paunov
-//$Id$
-
-#ifndef RACE_LOCATION_UPDATING_INPUT_ADAPTER_CIDL
-#define RACE_LOCATION_UPDATING_INPUT_ADAPTER_CIDL
-
-#include "LocationUpdater.idl"
-
-module CIAO
-{
- module RACE
- {
- composition session LocationUpdater_Impl
- {
- home executor LocationUpdater_Home_Exec
- {
- implements RACE::LocationUpdater_Home;
- manages LocationUpdater_Exec;
- };
- };
- };
-};
-
-
-#endif /* RACE_LOCATION_UPDATING_INPUT_ADAPTER_CIDL */