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.h15
1 files changed, 12 insertions, 3 deletions
diff --git a/TAO/tao/corba.h b/TAO/tao/corba.h
index 4d20479bafb..bd87b3430df 100644
--- a/TAO/tao/corba.h
+++ b/TAO/tao/corba.h
@@ -52,21 +52,29 @@
#include "tao/PolicyC.h"
#include "tao/CurrentC.h"
+#include "tao/POA.h"
// TAO specific files, avoid them as much as possible.
-#include "tao/PortableInterceptor.h"
-#if (TAO_HAS_SMART_PROXIES == 1)
+#include "tao/Interceptor.h"
+#if (TAO_HAS_SMART_PROXES == 1)
#include "tao/Smart_Proxies.h"
-#endif /*TAO_HAS_SMART_PROXIES == 1*/
+#endif /*TAO_HAS_SMART_PROXES == 1*/
#include "tao/Stub.h"
#include "tao/params.h"
#include "tao/ORB_Core.h"
+#include "tao/Operation_Table.h"
#include "tao/debug.h"
#include "tao/Client_Strategy_Factory.h"
#include "tao/Server_Strategy_Factory.h"
+#include "tao/Active_Object_Map.h"
+//#include "tao/GIOP.h"
#include "tao/Invocation.h"
+// Dynamic Any includes
+#include "tao/InconsistentTypeCodeC.h"
+#include "tao/DynAny_i.h"
+
#include "tao/Managed_Types.h"
#include "tao/Sequence.h"
#include "tao/Object_KeyC.h"
@@ -86,6 +94,7 @@
#include "tao/BoundsC.h"
#include "tao/TAOC.h"
#include "tao/MessagingC.h"
+#include "tao/MessagingS.h"
#if !defined (ACE_NESTED_CLASS)
#if defined (ACE_WIN32)