summaryrefslogtreecommitdiff
path: root/TAO/tao/corba.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/corba.h')
-rw-r--r--TAO/tao/corba.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/tao/corba.h b/TAO/tao/corba.h
index a2081407bb8..0ec14b0a3cf 100644
--- a/TAO/tao/corba.h
+++ b/TAO/tao/corba.h
@@ -91,6 +91,10 @@
// individual CORBA classes
#include "tao/sequence.h"
#include "tao/sequence_T.h"
+
+typedef TAO_Unbounded_Sequence<CORBA::Octet> TAO_opaque;
+extern CORBA::TypeCode TC_opaque;
+
#include "tao/any.h"
#include "tao/params.h"
@@ -147,7 +151,6 @@ extern TAO_Export int operator== (const TAO::ObjectKey &l,
#include "tao/orb_core.i"
#include "tao/corbacom.i"
-#include "tao/sequence.i"
#include "tao/typecode.i"
#include "tao/nvlist.i"
#include "tao/any.i"