summaryrefslogtreecommitdiff
path: root/TAO/tao/RTCORBA/RTCORBA.pidl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-04-19 08:15:09 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-04-19 08:15:09 +0000
commitb53ced43389b81d84f33dbac08d6b7526d2d0868 (patch)
tree7d67f8715ed1a5e3450dabc4da168a299c4c754a /TAO/tao/RTCORBA/RTCORBA.pidl
parentfd70b365fde020ed5c4b452249d3ae609df6a596 (diff)
downloadATCD-b53ced43389b81d84f33dbac08d6b7526d2d0868.tar.gz
ChangeLogTag: Mon Apr 19 08:12:42 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/RTCORBA/RTCORBA.pidl')
-rw-r--r--TAO/tao/RTCORBA/RTCORBA.pidl12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/tao/RTCORBA/RTCORBA.pidl b/TAO/tao/RTCORBA/RTCORBA.pidl
index 0da27ac7d1a..47554523c2d 100644
--- a/TAO/tao/RTCORBA/RTCORBA.pidl
+++ b/TAO/tao/RTCORBA/RTCORBA.pidl
@@ -26,7 +26,7 @@
*
* tao_idl -o orig -Gp -Gd -Ge 1 -GT -I../..
* -Wb,export_macro=TAO_RTCORBA_Export
- * -Wb,export_include="tao/RTCORBA/rtcorba_export.h"
+ * -Wb,export_include="rtcorba_export.h"
* -Wb,pre_include="ace/pre.h"
* -Wb,post_include="ace/post.h"
* RTCORBA.pidl
@@ -68,10 +68,10 @@ module RTCORBA
native PriorityMapping;
native PriorityTransform;
-
- typedef long NetworkPriority;
- native NetworkPriorityMapping;
-
+
+ typedef long NetworkPriority;
+ native NetworkPriorityMapping;
+
// Threadpool types.
typedef unsigned long ThreadpoolId;
@@ -149,7 +149,7 @@ module RTCORBA
attribute boolean keep_alive;
attribute boolean dont_route;
attribute boolean no_delay;
- attribute boolean enable_network_priority;
+ attribute boolean enable_network_priority;
};
local interface GIOPProtocolProperties : ProtocolProperties {};