summaryrefslogtreecommitdiff
path: root/TAO/tao/orb.idl
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:11 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:11 +0000
commit6b846cf03c0bcbd8c276cb0af61a181e5f98eaae (patch)
treeda50d054f9c761c3f6a5923f6979e93306c56d68 /TAO/tao/orb.idl
parent0e555b9150d38e3b3473ba325b56db2642e6352b (diff)
downloadATCD-6b846cf03c0bcbd8c276cb0af61a181e5f98eaae.tar.gz
Repo restructuring
Diffstat (limited to 'TAO/tao/orb.idl')
-rw-r--r--TAO/tao/orb.idl62
1 files changed, 0 insertions, 62 deletions
diff --git a/TAO/tao/orb.idl b/TAO/tao/orb.idl
deleted file mode 100644
index f6a164cf67c..00000000000
--- a/TAO/tao/orb.idl
+++ /dev/null
@@ -1,62 +0,0 @@
-// -*- IDL -*-
-
-// $Id$
-
-// Included for compatibility with the CORBA 2 specification.
-
-#ifndef TAO_ORB_IDL
-#define TAO_ORB_IDL
-
-///FUZZ: disable check_for_include/
-#include <tao/BooleanSeq.pidl>
-#include <tao/CharSeq.pidl>
-#include <tao/DoubleSeq.pidl>
-#include <tao/FloatSeq.pidl>
-#include <tao/LongDoubleSeq.pidl>
-#include <tao/LongSeq.pidl>
-#include <tao/OctetSeq.pidl>
-#include <tao/ShortSeq.pidl>
-#include <tao/StringSeq.pidl>
-#include <tao/ULongSeq.pidl>
-#include <tao/UShortSeq.pidl>
-#include <tao/WCharSeq.pidl>
-#include <tao/WStringSeq.pidl>
-
-#if ! defined (ACE_LACKS_LONGLONG_T)
-#include <tao/LongLongSeq.pidl>
-#endif /* ! defined (ACE_LACKS_LONGLONG_T) */
-
-#if ! defined (ACE_LACKS_U_LONGLONG_T)
-#include <tao/ULongLongSeq.pidl>
-#endif /* ! defined (ACE_LACKS_U_LONGLONG_T) */
-
-#include <tao/Policy.pidl>
-#include <tao/Services.pidl>
-#include <tao/ParameterMode.pidl>
-#include <tao/orb_types.pidl>
-#include <tao/Typecode_types.pidl>
-#include <tao/WrongTransaction.pidl>
-
-#pragma prefix "omg.org"
-
-module CORBA
-{
- struct NamedValue
- {
- Identifier name;
- any argument;
- long len;
- Flags arg_modes;
- };
-
- enum exception_type
- {
- NO_EXCEPTION,
- USER_EXCEPTION,
- SYSTEM_EXCEPTION
- };
-
- native ValueFactory;
-};
-
-#endif /* TAO_ORB_IDL */