summaryrefslogtreecommitdiff
path: root/TAO/tao/RTCORBA.pidl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/RTCORBA.pidl')
-rw-r--r--TAO/tao/RTCORBA.pidl26
1 files changed, 0 insertions, 26 deletions
diff --git a/TAO/tao/RTCORBA.pidl b/TAO/tao/RTCORBA.pidl
deleted file mode 100644
index 71e0f59d05e..00000000000
--- a/TAO/tao/RTCORBA.pidl
+++ /dev/null
@@ -1,26 +0,0 @@
-//
-// $Id$
-//
-
-#include "orb.idl"
-
-#pragma prefix "omg.org"
-
-module RTCORBA
-{
- // = TITLE
- // The RTCORBA module, as specified in orbos/99-02-12, and
- // corrected in orbos/99-03-29
- //
- // = DESCRIPTION
- // This file is used to generate the objects and types in the
- // RTCORBA module.
-
- typedef short Priority;
-
- interface Current : CORBA::Current {
- attribute Priority the_priority;
- };
-};
-
-#pragma prefix ""