summaryrefslogtreecommitdiff
path: root/TAO/tao/orb.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/orb.idl')
-rw-r--r--TAO/tao/orb.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/orb.idl b/TAO/tao/orb.idl
index a1ca0c37421..e5bbf409db2 100644
--- a/TAO/tao/orb.idl
+++ b/TAO/tao/orb.idl
@@ -7,10 +7,14 @@
#include <Policy.pidl>
+#pragma prefix "omg.org"
+
module CORBA
{
typedef unsigned long ServiceOption;
typedef unsigned long ServiceDetailType;
};
+#pragma prefix ""
+
#endif /* TAO_CORBA_IDL */