summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2000-12-14 16:39:16 +0000
committerbala <balanatarajan@users.noreply.github.com>2000-12-14 16:39:16 +0000
commitc11cd2fca7daba7ce5d5cffe948ef628915fd704 (patch)
tree39e345edd314d9af9b5308d38a8be6af2cedf651
parent2835a16fccc52a4f9efcb355d3fdbcaffb1ecf0b (diff)
downloadATCD-c11cd2fca7daba7ce5d5cffe948ef628915fd704.tar.gz
*** empty log message ***
-rw-r--r--TAO/tao/IIOPC.cpp4
-rw-r--r--TAO/tao/IIOPC.h7
-rw-r--r--TAO/tao/Makefile9
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 =