summaryrefslogtreecommitdiff
path: root/TAO/tao/orb.idl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-12-09 18:41:20 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-12-09 18:41:20 +0000
commit82c9adba0d496a051fb261ff638a0b7cb4964ca8 (patch)
tree1ba0b9b00c67ca171dcf58a8fe8de3932f818f07 /TAO/tao/orb.idl
parentee31a9b64760885693d9693bde4b8d0ae3144d6d (diff)
downloadATCD-82c9adba0d496a051fb261ff638a0b7cb4964ca8.tar.gz
ChangeLogTag: Thu Dec 9 18:39:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/orb.idl')
-rw-r--r--TAO/tao/orb.idl8
1 files changed, 1 insertions, 7 deletions
diff --git a/TAO/tao/orb.idl b/TAO/tao/orb.idl
index c8438735aef..faf7744418a 100644
--- a/TAO/tao/orb.idl
+++ b/TAO/tao/orb.idl
@@ -33,6 +33,7 @@
#include <tao/Policy.pidl>
#include <tao/Services.pidl>
+#include <tao/ParameterMode.pidl>
#pragma prefix "omg.org"
@@ -100,13 +101,6 @@ module CORBA
SYSTEM_EXCEPTION
};
- enum ParameterMode
- {
- PARAM_IN,
- PARAM_OUT,
- PARAM_INOUT
- };
-
typedef short ValueModifier;
const ValueModifier VM_NONE = 0;
const ValueModifier VM_CUSTOM = 1;