summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ORB.h')
-rw-r--r--TAO/tao/ORB.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/TAO/tao/ORB.h b/TAO/tao/ORB.h
index 1fa5acbe664..803d857d6f0 100644
--- a/TAO/tao/ORB.h
+++ b/TAO/tao/ORB.h
@@ -30,6 +30,9 @@
#include "Policy_ForwardC.h"
#include "CORBA_methods.h"
#include "VarOut_T.h"
+#include "Seq_Var_T.h"
+#include "Seq_Out_T.h"
+#include "Sequence_T.h"
#include "ace/Thread_Mutex.h"
#include "ace/Guard_T.h"
@@ -76,6 +79,14 @@ namespace CORBA
class NVList;
typedef NVList *NVList_ptr;
+ class NamedValue;
+ typedef NamedValue *NamedValue_ptr;
+
+ class Policy;
+ typedef Policy *Policy_ptr;
+
+ typedef CORBA::ULong PolicyType;
+
// TODO - implement OMG's 'ORBid CORBA::ORB::id (void)'.
typedef