From c11cd2fca7daba7ce5d5cffe948ef628915fd704 Mon Sep 17 00:00:00 2001 From: bala Date: Thu, 14 Dec 2000 16:39:16 +0000 Subject: *** empty log message *** --- TAO/tao/IIOPC.cpp | 4 +++- TAO/tao/IIOPC.h | 7 ++++++- TAO/tao/Makefile | 9 +++++++-- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/TAO/tao/IIOPC.cpp b/TAO/tao/IIOPC.cpp index 790a9652901..53c164dc8c1 100644 --- a/TAO/tao/IIOPC.cpp +++ b/TAO/tao/IIOPC.cpp @@ -19,7 +19,9 @@ // Information about TAO is available at: // http://www.cs.wustl.edu/~schmidt/TAO.html -#include "IIOPC.h" +#include "tao/IIOPC.h" +#include "tao/Typecode.h" +#include "tao/Any.h" #if !defined (__ACE_INLINE__) #include "IIOPC.i" diff --git a/TAO/tao/IIOPC.h b/TAO/tao/IIOPC.h index cd01335f2b8..a868d5df5a2 100644 --- a/TAO/tao/IIOPC.h +++ b/TAO/tao/IIOPC.h @@ -23,19 +23,24 @@ #define TAO_IDL_IIOPC_H #include "ace/pre.h" +#include "tao/TAO_Export.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ -#include "tao/TAO_Export.h" +#include "tao/corbafwd.h" +#include "tao/Managed_Types.h" +#include "tao/Sequence_T.h" +#include "tao/CDR.h" #if defined (TAO_EXPORT_MACRO) #undef TAO_EXPORT_MACRO #endif #define TAO_EXPORT_MACRO TAO_Export + #if defined (TAO_EXPORT_NESTED_CLASSES) # if defined (TAO_EXPORT_NESTED_MACRO) # undef TAO_EXPORT_NESTED_MACRO diff --git a/TAO/tao/Makefile b/TAO/tao/Makefile index 9445d0831c9..d49b5aff8ba 100644 --- a/TAO/tao/Makefile +++ b/TAO/tao/Makefile @@ -90,7 +90,8 @@ PLUGGABLE_PROTOCOLS_FILES = \ IIOP_Connector \ IIOP_Acceptor \ IIOP_Connection_Handler \ - IIOP_Endpoint + IIOP_Endpoint \ + IIOPC PLUGGABLE_MESSAGING_FILES = \ Pluggable_Messaging \ @@ -225,7 +226,11 @@ ORB_CORE_FILES = \ Cleanup_Func_Registry \ Connection_Descriptor_Interface \ IORInfo \ - Object_Ref_Table + Object_Ref_Table \ + BiDirPolicyC \ + BiDir_ORBInitializer \ + BiDir_PolicyFactory \ + BiDir_Policy_i DYNAMIC_ANY_FILES = -- cgit v1.2.1