summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-11 22:20:36 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-11 22:20:36 +0000
commit87d92ff6ceb940d8a3412316640574abb1701b3d (patch)
tree433fdeef45115afa9e54a6ec134e73ece2702182
parent22f13042968756e0efc162cdc78875d75e8d7325 (diff)
downloadATCD-87d92ff6ceb940d8a3412316640574abb1701b3d.tar.gz
ChangeLogTag: Fri Apr 11 17:18:16 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/ChangeLog39
-rw-r--r--TAO/TAOACE.dsw12
-rw-r--r--TAO/tao/AbstractBase.cpp2
-rw-r--r--TAO/tao/DynamicInterface/Makefile311
-rw-r--r--TAO/tao/IORInterceptor/IORInterceptor.pidl2
-rw-r--r--TAO/tao/IORInterceptor/IORInterceptorC.h2
-rw-r--r--TAO/tao/IORInterceptor/Makefile796
-rw-r--r--TAO/tao/IORInterceptor/TAO_IORInterceptor.dsp9
-rw-r--r--TAO/tao/Makefile.bor2
-rw-r--r--TAO/tao/Makefile.dirs1
-rw-r--r--TAO/tao/Makefile.tao8356
-rw-r--r--TAO/tao/ObjRefTemplate/ObjectReferenceTemplate.pidl (renamed from TAO/tao/ObjectReferenceTemplate.pidl)9
-rw-r--r--TAO/tao/ObjRefTemplate/ObjectReferenceTemplateC.cpp (renamed from TAO/tao/ObjectReferenceTemplateC.cpp)0
-rw-r--r--TAO/tao/ObjRefTemplate/ObjectReferenceTemplateC.h (renamed from TAO/tao/ObjectReferenceTemplateC.h)65
-rw-r--r--TAO/tao/ObjRefTemplate/ObjectReferenceTemplateC.i (renamed from TAO/tao/ObjectReferenceTemplateC.i)12
-rw-r--r--TAO/tao/ObjRefTemplate/TAO_ObjRefTemplate.dsp124
-rw-r--r--TAO/tao/ObjRefTemplate/ort_export.h40
-rw-r--r--TAO/tao/PortableInterceptorC.h3
-rw-r--r--TAO/tao/PortableServer/Default_ORTC.h4
-rw-r--r--TAO/tao/PortableServer/Makefile1535
-rw-r--r--TAO/tao/PortableServer/Makefile.bor4
-rw-r--r--TAO/tao/PortableServer/POAManager.h2
-rw-r--r--TAO/tao/PortableServer/TAO_PortableServer.dsp8
-rw-r--r--TAO/tao/TAO.dsp13
24 files changed, 5981 insertions, 5370 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index b3e9adcd4f3..823996d73f3 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,42 @@
+Fri Apr 11 17:18:16 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * TAOACE.dsw:
+ * tao/AbstractBase.cpp:
+ * tao/Makefile.bor:
+ * tao/Makefile.dirs:
+ * tao/Makefile.tao:
+ * tao/PortableInterceptorC.h:
+ * tao/TAO.dsp:
+ * tao/DynamicInterface/Makefile:
+ * tao/IORInterceptor/IORInterceptor.pidl
+ * tao/IORInterceptor/IORInterceptorC.h:
+ * tao/IORInterceptor/Makefile:
+ * tao/IORInterceptor/TAO_IORInterceptor.dsp
+ * tao/PortableServer/Default_ORTC.h:
+ * tao/PortableServer/Makefile:
+ * tao/PortableServer/Makefile.bor:
+ * tao/PortableServer/POAManager.h:
+ * tao/PortableServer/TAO_PortableServer.dsp:
+
+ More subsetting-related changes.
+
+ * tao/ObjRefTemplate/ObjectReferenceTemplate.pidl:
+ * tao/ObjRefTemplate/ObjectReferenceTemplateC.cpp:
+ * tao/ObjRefTemplate/ObjectReferenceTemplateC.h:
+ * tao/ObjRefTemplate/ObjectReferenceTemplateC.i:
+ * tao/ObjRefTemplate/TAO_ObjRefTemplate.dsp:
+ * tao/ObjRefTemplate/ort_export.h:
+
+ Library created from ObjectReferenceTemplate*
+ files moved from TAO.
+
+ * tao/ObjectReferenceTemplate.pidl:
+ * tao/ObjectReferenceTemplateC.cpp:
+ * tao/ObjectReferenceTemplateC.h:
+ * tao/ObjectReferenceTemplateC.i:
+
+ Corresponding files removed from TAO.
+
Fri Apr 11 13:01:04 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
* TAOACE.dsw:
diff --git a/TAO/TAOACE.dsw b/TAO/TAOACE.dsw
index 1d5e58c37b7..25825c56aec 100644
--- a/TAO/TAOACE.dsw
+++ b/TAO/TAOACE.dsw
@@ -840,6 +840,18 @@ Package=<4>
###############################################################################
+Project: "ObjRefTemplate"=.\tao\ObjRefTemplate\TAO_ObjRefTemplate.dsp - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+}}}
+
+###############################################################################
+
Project: "PortableGroup"=.\orbsvcs\orbsvcs\PortableGroup.dsp - Package Owner=<4>
Package=<5>
diff --git a/TAO/tao/AbstractBase.cpp b/TAO/tao/AbstractBase.cpp
index 91ed3acd319..afeccfdc416 100644
--- a/TAO/tao/AbstractBase.cpp
+++ b/TAO/tao/AbstractBase.cpp
@@ -1,7 +1,7 @@
// "$Id$"
#include "tao/AbstractBase.h"
-
+#include "tao/ValueBase.h"
#include "tao/Stub.h"
#include "tao/Profile.h"
#include "tao/ValueFactory.h"
diff --git a/TAO/tao/DynamicInterface/Makefile b/TAO/tao/DynamicInterface/Makefile
index d52ecebf682..f1a702a3758 100644
--- a/TAO/tao/DynamicInterface/Makefile
+++ b/TAO/tao/DynamicInterface/Makefile
@@ -71,7 +71,7 @@ endif
# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
-.obj/Context.o .obj/Context.so .shobj/Context.o .shobj/Context.so: Context.cpp Context.h $(ACE_ROOT)/ace/pre.h \
+.obj/Context.o .obj/Context.SO .shobj/Context.o .shobj/Context.SO: Context.cpp Context.h $(ACE_ROOT)/ace/pre.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ace_wchar.h \
$(ACE_ROOT)/ace/ace_wchar.inl \
@@ -231,11 +231,15 @@ endif
$(TAO_ROOT)/tao/Policy_ForwardC.i \
$(TAO_ROOT)/tao/Object_KeyC.h \
$(TAO_ROOT)/tao/Object_KeyC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.i \
$(TAO_ROOT)/tao/Object.i \
$(TAO_ROOT)/tao/Any.i \
$(TAO_ROOT)/tao/NVList.i
-.obj/DII_Invocation.o .obj/DII_Invocation.so .shobj/DII_Invocation.o .shobj/DII_Invocation.so: DII_Invocation.cpp DII_Invocation.h \
+.obj/DII_Invocation.o .obj/DII_Invocation.SO .shobj/DII_Invocation.o .shobj/DII_Invocation.SO: DII_Invocation.cpp DII_Invocation.h \
$(ACE_ROOT)/ace/pre.h \
$(TAO_ROOT)/tao/Invocation.h \
$(TAO_ROOT)/tao/CDR.h \
@@ -347,10 +351,8 @@ endif
$(TAO_ROOT)/tao/Synch_Reply_Dispatcher.h \
$(TAO_ROOT)/tao/Reply_Dispatcher.h \
$(TAO_ROOT)/tao/IOPC.h \
- $(TAO_ROOT)/tao/Exception.h \
- $(TAO_ROOT)/tao/Exception.i \
- $(TAO_ROOT)/tao/Object.h \
- $(TAO_ROOT)/tao/Policy_ForwardC.h \
+ $(TAO_ROOT)/tao/IOP_IORC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.h \
$(TAO_ROOT)/tao/Sequence.h \
$(TAO_ROOT)/tao/Managed_Types.h \
$(TAO_ROOT)/tao/Managed_Types.i \
@@ -386,16 +388,23 @@ endif
$(ACE_ROOT)/ace/Reactor.i \
$(ACE_ROOT)/ace/Reactor_Impl.h \
$(ACE_ROOT)/ace/Svc_Conf_Tokens.h \
+ $(TAO_ROOT)/tao/Exception.h \
+ $(TAO_ROOT)/tao/Exception.i \
$(TAO_ROOT)/tao/Typecode.i \
$(TAO_ROOT)/tao/Environment.h \
$(TAO_ROOT)/tao/Environment.i \
+ $(TAO_ROOT)/tao/OctetSeqC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.i \
+ $(TAO_ROOT)/tao/IOP_CodecC.h \
+ $(TAO_ROOT)/tao/Any_T.h \
+ $(TAO_ROOT)/tao/Any.h \
+ $(TAO_ROOT)/tao/Object.h \
+ $(TAO_ROOT)/tao/Policy_ForwardC.h \
$(TAO_ROOT)/tao/varbase.h \
$(TAO_ROOT)/tao/Policy_ForwardC.i \
$(TAO_ROOT)/tao/Object_KeyC.h \
$(TAO_ROOT)/tao/Object_KeyC.i \
$(TAO_ROOT)/tao/Object.i \
- $(TAO_ROOT)/tao/Any_T.h \
- $(TAO_ROOT)/tao/Any.h \
$(TAO_ROOT)/tao/Any.i \
$(TAO_ROOT)/tao/AbstractBase.h \
$(TAO_ROOT)/tao/AbstractBase.inl \
@@ -404,6 +413,7 @@ endif
$(TAO_ROOT)/tao/Marshal.h \
$(TAO_ROOT)/tao/Marshal.i \
$(TAO_ROOT)/tao/debug.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.i \
$(TAO_ROOT)/tao/IOPC.i \
$(TAO_ROOT)/tao/Condition.h \
$(TAO_ROOT)/tao/Condition.inl \
@@ -424,10 +434,10 @@ endif
$(TAO_ROOT)/tao/target_specification.i \
$(TAO_ROOT)/tao/operation_details.i \
$(TAO_ROOT)/tao/Transport.h \
- $(TAO_ROOT)/tao/Transport_Cache_Manager.h \
- $(TAO_ROOT)/tao/Cache_Entries.h \
$(TAO_ROOT)/tao/Transport_Descriptor_Interface.h \
$(TAO_ROOT)/tao/Transport_Descriptor_Interface.inl \
+ $(TAO_ROOT)/tao/Transport_Cache_Manager.h \
+ $(TAO_ROOT)/tao/Cache_Entries.h \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
$(TAO_ROOT)/tao/Cache_Entries.inl \
@@ -441,16 +451,6 @@ endif
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl \
$(TAO_ROOT)/tao/Synch_Refcountable.inl \
- $(TAO_ROOT)/tao/CONV_FRAMEC.h \
- $(TAO_ROOT)/tao/CONV_FRAMEC.i \
- $(TAO_ROOT)/tao/Codeset_Translator_Factory.h \
- $(ACE_ROOT)/ace/Service_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.i \
- $(ACE_ROOT)/ace/DLL.h \
- $(ACE_ROOT)/ace/Service_Object.i \
- $(TAO_ROOT)/tao/Codeset_Translator_Factory_T.h \
- $(TAO_ROOT)/tao/Codeset_Translator_Factory_T.cpp \
$(TAO_ROOT)/tao/Transport.inl \
$(TAO_ROOT)/tao/Invocation.i \
$(TAO_ROOT)/tao/Asynch_Invocation.h \
@@ -460,7 +460,12 @@ endif
$(TAO_ROOT)/tao/Asynch_Reply_Dispatcher_Base.h \
$(TAO_ROOT)/tao/Asynch_Reply_Dispatcher_Base.i \
Request.h Dynamic_Adapter_Impl.h \
- $(TAO_ROOT)/tao/Dynamic_Adapter.h Context.h \
+ $(TAO_ROOT)/tao/Dynamic_Adapter.h \
+ $(ACE_ROOT)/ace/Service_Object.h \
+ $(ACE_ROOT)/ace/Shared_Object.h \
+ $(ACE_ROOT)/ace/Shared_Object.i \
+ $(ACE_ROOT)/ace/DLL.h \
+ $(ACE_ROOT)/ace/Service_Object.i Context.h \
$(ACE_ROOT)/ace/Atomic_Op.h \
$(ACE_ROOT)/ace/Atomic_Op_T.h \
$(ACE_ROOT)/ace/Atomic_Op_T.i \
@@ -468,8 +473,6 @@ endif
$(ACE_ROOT)/ace/Atomic_Op.i Context.inl ExceptionList.h \
ExceptionList.inl $(TAO_ROOT)/tao/ORB.h \
$(TAO_ROOT)/tao/ServicesC.h \
- $(TAO_ROOT)/tao/OctetSeqC.h \
- $(TAO_ROOT)/tao/OctetSeqC.i \
$(TAO_ROOT)/tao/ServicesC.i \
$(TAO_ROOT)/tao/CORBA_String.h \
$(TAO_ROOT)/tao/CORBA_String.inl \
@@ -497,6 +500,8 @@ endif
$(TAO_ROOT)/tao/LocalObject.i \
$(TAO_ROOT)/tao/Policy_Manager.i \
$(TAO_ROOT)/tao/Resource_Factory.h \
+ $(TAO_ROOT)/tao/CONV_FRAMEC.h \
+ $(TAO_ROOT)/tao/CONV_FRAMEC.i \
$(TAO_ROOT)/tao/params.h \
$(TAO_ROOT)/tao/params.i \
$(TAO_ROOT)/tao/TAO_Singleton_Manager.h \
@@ -513,14 +518,12 @@ endif
$(TAO_ROOT)/tao/Adapter.i \
$(TAO_ROOT)/tao/PolicyFactory_Registry.h \
$(TAO_ROOT)/tao/PortableInterceptorC.h \
- $(TAO_ROOT)/tao/DynamicC.h \
+ $(TAO_ROOT)/tao/PI_ForwardC.h \
$(TAO_ROOT)/tao/StringSeqC.h \
$(TAO_ROOT)/tao/StringSeqC.i \
+ $(TAO_ROOT)/tao/PI_ForwardC.i \
+ $(TAO_ROOT)/tao/DynamicC.h \
$(TAO_ROOT)/tao/DynamicC.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.h \
- $(TAO_ROOT)/tao/ValueBase.h \
- $(TAO_ROOT)/tao/ValueBase.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.i \
$(TAO_ROOT)/tao/PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
$(ACE_ROOT)/ace/Map_Manager.i \
@@ -567,7 +570,7 @@ endif
$(TAO_ROOT)/tao/Principal.i \
$(TAO_ROOT)/tao/Transport_Mux_Strategy.h
-.obj/DII_Reply_Dispatcher.o .obj/DII_Reply_Dispatcher.so .shobj/DII_Reply_Dispatcher.o .shobj/DII_Reply_Dispatcher.so: DII_Reply_Dispatcher.cpp DII_Reply_Dispatcher.h \
+.obj/DII_Reply_Dispatcher.o .obj/DII_Reply_Dispatcher.SO .shobj/DII_Reply_Dispatcher.o .shobj/DII_Reply_Dispatcher.SO: DII_Reply_Dispatcher.cpp DII_Reply_Dispatcher.h \
$(ACE_ROOT)/ace/pre.h \
$(TAO_ROOT)/tao/orbconf.h \
$(ACE_ROOT)/ace/Basic_Types.h \
@@ -670,10 +673,10 @@ endif
$(ACE_ROOT)/ace/Auto_Ptr.cpp \
$(ACE_ROOT)/ace/SString.i \
$(TAO_ROOT)/tao/Exception.i \
- $(TAO_ROOT)/tao/Transport_Cache_Manager.h \
- $(TAO_ROOT)/tao/Cache_Entries.h \
$(TAO_ROOT)/tao/Transport_Descriptor_Interface.h \
$(TAO_ROOT)/tao/Transport_Descriptor_Interface.inl \
+ $(TAO_ROOT)/tao/Transport_Cache_Manager.h \
+ $(TAO_ROOT)/tao/Cache_Entries.h \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
$(TAO_ROOT)/tao/Cache_Entries.inl \
@@ -709,8 +712,8 @@ endif
$(TAO_ROOT)/tao/Incoming_Message_Queue.h \
$(TAO_ROOT)/tao/Pluggable_Messaging_Utils.h \
$(TAO_ROOT)/tao/IOPC.h \
- $(TAO_ROOT)/tao/Object.h \
- $(TAO_ROOT)/tao/Policy_ForwardC.h \
+ $(TAO_ROOT)/tao/IOP_IORC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.h \
$(TAO_ROOT)/tao/Sequence.h \
$(TAO_ROOT)/tao/Managed_Types.h \
$(TAO_ROOT)/tao/Managed_Types.i \
@@ -727,17 +730,22 @@ endif
$(TAO_ROOT)/tao/Typecode.i \
$(TAO_ROOT)/tao/Environment.h \
$(TAO_ROOT)/tao/Environment.i \
+ $(TAO_ROOT)/tao/OctetSeqC.i \
$(TAO_ROOT)/tao/CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
$(TAO_ROOT)/tao/CDR.i \
+ $(TAO_ROOT)/tao/IOP_IORC.i \
+ $(TAO_ROOT)/tao/IOP_CodecC.h \
+ $(TAO_ROOT)/tao/Any_T.h \
+ $(TAO_ROOT)/tao/Any.h \
+ $(TAO_ROOT)/tao/Object.h \
+ $(TAO_ROOT)/tao/Policy_ForwardC.h \
$(TAO_ROOT)/tao/varbase.h \
$(TAO_ROOT)/tao/Policy_ForwardC.i \
$(TAO_ROOT)/tao/Object_KeyC.h \
$(TAO_ROOT)/tao/Object_KeyC.i \
$(TAO_ROOT)/tao/Object.i \
- $(TAO_ROOT)/tao/Any_T.h \
- $(TAO_ROOT)/tao/Any.h \
$(TAO_ROOT)/tao/Any.i \
$(TAO_ROOT)/tao/AbstractBase.h \
$(TAO_ROOT)/tao/AbstractBase.inl \
@@ -746,6 +754,7 @@ endif
$(TAO_ROOT)/tao/Marshal.h \
$(TAO_ROOT)/tao/Marshal.i \
$(TAO_ROOT)/tao/debug.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.i \
$(TAO_ROOT)/tao/IOPC.i \
$(TAO_ROOT)/tao/Pluggable_Messaging_Utils.i \
$(TAO_ROOT)/tao/Incoming_Message_Queue.inl \
@@ -753,16 +762,6 @@ endif
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl \
$(TAO_ROOT)/tao/Synch_Refcountable.inl \
- $(TAO_ROOT)/tao/CONV_FRAMEC.h \
- $(TAO_ROOT)/tao/CONV_FRAMEC.i \
- $(TAO_ROOT)/tao/Codeset_Translator_Factory.h \
- $(ACE_ROOT)/ace/Service_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.i \
- $(ACE_ROOT)/ace/DLL.h \
- $(ACE_ROOT)/ace/Service_Object.i \
- $(TAO_ROOT)/tao/Codeset_Translator_Factory_T.h \
- $(TAO_ROOT)/tao/Codeset_Translator_Factory_T.cpp \
$(TAO_ROOT)/tao/Transport.inl \
$(TAO_ROOT)/tao/Reply_Dispatcher.h \
$(TAO_ROOT)/tao/Condition.h \
@@ -771,7 +770,12 @@ endif
$(TAO_ROOT)/tao/Reply_Dispatcher.i \
$(TAO_ROOT)/tao/Asynch_Reply_Dispatcher_Base.i \
Request.h Dynamic_Adapter_Impl.h \
- $(TAO_ROOT)/tao/Dynamic_Adapter.h Context.h \
+ $(TAO_ROOT)/tao/Dynamic_Adapter.h \
+ $(ACE_ROOT)/ace/Service_Object.h \
+ $(ACE_ROOT)/ace/Shared_Object.h \
+ $(ACE_ROOT)/ace/Shared_Object.i \
+ $(ACE_ROOT)/ace/DLL.h \
+ $(ACE_ROOT)/ace/Service_Object.i Context.h \
$(ACE_ROOT)/ace/Atomic_Op.h \
$(ACE_ROOT)/ace/Atomic_Op_T.h \
$(ACE_ROOT)/ace/Atomic_Op_T.i \
@@ -779,8 +783,6 @@ endif
$(ACE_ROOT)/ace/Atomic_Op.i Context.inl ExceptionList.h \
ExceptionList.inl $(TAO_ROOT)/tao/ORB.h \
$(TAO_ROOT)/tao/ServicesC.h \
- $(TAO_ROOT)/tao/OctetSeqC.h \
- $(TAO_ROOT)/tao/OctetSeqC.i \
$(TAO_ROOT)/tao/ServicesC.i \
$(TAO_ROOT)/tao/CORBA_String.h \
$(TAO_ROOT)/tao/CORBA_String.inl \
@@ -805,6 +807,8 @@ endif
$(TAO_ROOT)/tao/LocalObject.i \
$(TAO_ROOT)/tao/Policy_Manager.i \
$(TAO_ROOT)/tao/Resource_Factory.h \
+ $(TAO_ROOT)/tao/CONV_FRAMEC.h \
+ $(TAO_ROOT)/tao/CONV_FRAMEC.i \
$(TAO_ROOT)/tao/params.h \
$(TAO_ROOT)/tao/params.i \
$(TAO_ROOT)/tao/TAO_Singleton_Manager.h \
@@ -821,14 +825,12 @@ endif
$(TAO_ROOT)/tao/Adapter.i \
$(TAO_ROOT)/tao/PolicyFactory_Registry.h \
$(TAO_ROOT)/tao/PortableInterceptorC.h \
- $(TAO_ROOT)/tao/DynamicC.h \
+ $(TAO_ROOT)/tao/PI_ForwardC.h \
$(TAO_ROOT)/tao/StringSeqC.h \
$(TAO_ROOT)/tao/StringSeqC.i \
+ $(TAO_ROOT)/tao/PI_ForwardC.i \
+ $(TAO_ROOT)/tao/DynamicC.h \
$(TAO_ROOT)/tao/DynamicC.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.h \
- $(TAO_ROOT)/tao/ValueBase.h \
- $(TAO_ROOT)/tao/ValueBase.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.i \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.h \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.i \
$(TAO_ROOT)/tao/PortableInterceptorC.i \
@@ -871,7 +873,7 @@ endif
$(ACE_ROOT)/ace/Thread_Manager.i \
$(TAO_ROOT)/tao/ORB_Core.i
-.obj/DII_ClientRequestInfo.o .obj/DII_ClientRequestInfo.so .shobj/DII_ClientRequestInfo.o .shobj/DII_ClientRequestInfo.so: DII_ClientRequestInfo.cpp \
+.obj/DII_ClientRequestInfo.o .obj/DII_ClientRequestInfo.SO .shobj/DII_ClientRequestInfo.o .shobj/DII_ClientRequestInfo.SO: DII_ClientRequestInfo.cpp \
DII_ClientRequestInfo.h $(ACE_ROOT)/ace/pre.h \
$(TAO_ROOT)/tao/ClientRequestInfo_i.h \
$(TAO_ROOT)/tao/corbafwd.h \
@@ -906,9 +908,8 @@ endif
$(TAO_ROOT)/tao/TAO_Export.h \
$(TAO_ROOT)/tao/corbafwd.i \
$(TAO_ROOT)/tao/PortableInterceptorC.h \
- $(TAO_ROOT)/tao/CurrentC.h \
- $(TAO_ROOT)/tao/Object.h \
- $(TAO_ROOT)/tao/Policy_ForwardC.h \
+ $(TAO_ROOT)/tao/PI_ForwardC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.h \
$(TAO_ROOT)/tao/Sequence.h \
$(TAO_ROOT)/tao/Managed_Types.h \
$(TAO_ROOT)/tao/Managed_Types.i \
@@ -1020,6 +1021,13 @@ endif
$(TAO_ROOT)/tao/Typecode.i \
$(TAO_ROOT)/tao/Environment.h \
$(TAO_ROOT)/tao/Environment.i \
+ $(TAO_ROOT)/tao/OctetSeqC.i \
+ $(TAO_ROOT)/tao/StringSeqC.h \
+ $(TAO_ROOT)/tao/StringSeqC.i \
+ $(TAO_ROOT)/tao/PI_ForwardC.i \
+ $(TAO_ROOT)/tao/CurrentC.h \
+ $(TAO_ROOT)/tao/Object.h \
+ $(TAO_ROOT)/tao/Policy_ForwardC.h \
$(TAO_ROOT)/tao/CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
@@ -1028,11 +1036,9 @@ endif
$(TAO_ROOT)/tao/Policy_ForwardC.i \
$(TAO_ROOT)/tao/Object_KeyC.h \
$(TAO_ROOT)/tao/Object_KeyC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.h \
+ $(TAO_ROOT)/tao/IOP_IORC.i \
$(TAO_ROOT)/tao/Object.i \
- $(TAO_ROOT)/tao/CurrentC.i \
- $(TAO_ROOT)/tao/DynamicC.h \
- $(TAO_ROOT)/tao/StringSeqC.h \
- $(TAO_ROOT)/tao/StringSeqC.i \
$(TAO_ROOT)/tao/Any_T.h \
$(TAO_ROOT)/tao/Any.h \
$(TAO_ROOT)/tao/Any.i \
@@ -1043,16 +1049,14 @@ endif
$(TAO_ROOT)/tao/Marshal.h \
$(TAO_ROOT)/tao/Marshal.i \
$(TAO_ROOT)/tao/debug.h \
+ $(TAO_ROOT)/tao/CurrentC.i \
+ $(TAO_ROOT)/tao/DynamicC.h \
$(TAO_ROOT)/tao/DynamicC.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.h \
- $(TAO_ROOT)/tao/OctetSeqC.h \
- $(TAO_ROOT)/tao/OctetSeqC.i \
- $(TAO_ROOT)/tao/ValueBase.h \
- $(TAO_ROOT)/tao/ValueBase.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.i \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.h \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.i \
$(TAO_ROOT)/tao/IOPC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.i \
$(TAO_ROOT)/tao/IOPC.i \
$(TAO_ROOT)/tao/PolicyC.h \
$(TAO_ROOT)/tao/Remote_Object_Proxy_Impl.h \
@@ -1100,7 +1104,7 @@ endif
Request.inl \
$(TAO_ROOT)/tao/RequestInfo_Util.h
-.obj/Dynamic_Adapter_Impl.o .obj/Dynamic_Adapter_Impl.so .shobj/Dynamic_Adapter_Impl.o .shobj/Dynamic_Adapter_Impl.so: Dynamic_Adapter_Impl.cpp Dynamic_Adapter_Impl.h \
+.obj/Dynamic_Adapter_Impl.o .obj/Dynamic_Adapter_Impl.SO .shobj/Dynamic_Adapter_Impl.o .shobj/Dynamic_Adapter_Impl.SO: Dynamic_Adapter_Impl.cpp Dynamic_Adapter_Impl.h \
$(ACE_ROOT)/ace/pre.h \
$(TAO_ROOT)/tao/Dynamic_Adapter.h \
$(TAO_ROOT)/tao/corbafwd.h \
@@ -1277,7 +1281,19 @@ endif
$(TAO_ROOT)/tao/Policy_ForwardC.i \
$(TAO_ROOT)/tao/Object_KeyC.h \
$(TAO_ROOT)/tao/Object_KeyC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.h \
+ $(TAO_ROOT)/tao/IOP_IORC.i \
$(TAO_ROOT)/tao/Object.i \
+ $(TAO_ROOT)/tao/Any_T.h \
+ $(TAO_ROOT)/tao/Any.h \
+ $(TAO_ROOT)/tao/Any.i \
+ $(TAO_ROOT)/tao/AbstractBase.h \
+ $(TAO_ROOT)/tao/AbstractBase.inl \
+ $(TAO_ROOT)/tao/Any_T.inl \
+ $(TAO_ROOT)/tao/Any_T.cpp \
+ $(TAO_ROOT)/tao/Marshal.h \
+ $(TAO_ROOT)/tao/Marshal.i \
+ $(TAO_ROOT)/tao/debug.h \
$(TAO_ROOT)/tao/CurrentC.i \
$(TAO_ROOT)/tao/Remote_Object_Proxy_Impl.h \
$(TAO_ROOT)/tao/Object_Proxy_Impl.h \
@@ -1285,20 +1301,12 @@ endif
$(TAO_ROOT)/tao/PolicyC.i \
$(TAO_ROOT)/tao/ORB.i \
$(TAO_ROOT)/tao/NVList.h \
- $(TAO_ROOT)/tao/Any.h \
- $(TAO_ROOT)/tao/Any.i \
$(TAO_ROOT)/tao/NVList.i Request.inl Server_Request.h \
$(TAO_ROOT)/tao/TAO_Server_Request.h \
$(TAO_ROOT)/tao/Tagged_Profile.h \
$(TAO_ROOT)/tao/IOPC.h \
- $(TAO_ROOT)/tao/Any_T.h \
- $(TAO_ROOT)/tao/AbstractBase.h \
- $(TAO_ROOT)/tao/AbstractBase.inl \
- $(TAO_ROOT)/tao/Any_T.inl \
- $(TAO_ROOT)/tao/Any_T.cpp \
- $(TAO_ROOT)/tao/Marshal.h \
- $(TAO_ROOT)/tao/Marshal.i \
- $(TAO_ROOT)/tao/debug.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.i \
$(TAO_ROOT)/tao/IOPC.i \
$(TAO_ROOT)/tao/GIOPC.h \
$(TAO_ROOT)/tao/GIOPC.i \
@@ -1310,14 +1318,12 @@ endif
$(ACE_ROOT)/ace/Array_Base.inl \
$(ACE_ROOT)/ace/Array_Base.cpp \
$(TAO_ROOT)/tao/PortableInterceptorC.h \
- $(TAO_ROOT)/tao/DynamicC.h \
+ $(TAO_ROOT)/tao/PI_ForwardC.h \
$(TAO_ROOT)/tao/StringSeqC.h \
$(TAO_ROOT)/tao/StringSeqC.i \
+ $(TAO_ROOT)/tao/PI_ForwardC.i \
+ $(TAO_ROOT)/tao/DynamicC.h \
$(TAO_ROOT)/tao/DynamicC.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.h \
- $(TAO_ROOT)/tao/ValueBase.h \
- $(TAO_ROOT)/tao/ValueBase.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.i \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.h \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.i \
$(TAO_ROOT)/tao/PortableInterceptorC.i \
@@ -1343,10 +1349,10 @@ endif
$(TAO_ROOT)/tao/target_specification.i \
$(TAO_ROOT)/tao/operation_details.i \
$(TAO_ROOT)/tao/Transport.h \
- $(TAO_ROOT)/tao/Transport_Cache_Manager.h \
- $(TAO_ROOT)/tao/Cache_Entries.h \
$(TAO_ROOT)/tao/Transport_Descriptor_Interface.h \
$(TAO_ROOT)/tao/Transport_Descriptor_Interface.inl \
+ $(TAO_ROOT)/tao/Transport_Cache_Manager.h \
+ $(TAO_ROOT)/tao/Cache_Entries.h \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
$(TAO_ROOT)/tao/Cache_Entries.inl \
@@ -1360,11 +1366,6 @@ endif
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl \
$(TAO_ROOT)/tao/Synch_Refcountable.inl \
- $(TAO_ROOT)/tao/CONV_FRAMEC.h \
- $(TAO_ROOT)/tao/CONV_FRAMEC.i \
- $(TAO_ROOT)/tao/Codeset_Translator_Factory.h \
- $(TAO_ROOT)/tao/Codeset_Translator_Factory_T.h \
- $(TAO_ROOT)/tao/Codeset_Translator_Factory_T.cpp \
$(TAO_ROOT)/tao/Transport.inl \
$(TAO_ROOT)/tao/Invocation.i \
$(TAO_ROOT)/tao/ORB_Core.h \
@@ -1373,6 +1374,8 @@ endif
$(TAO_ROOT)/tao/Policy_Set.i \
$(TAO_ROOT)/tao/Policy_Manager.i \
$(TAO_ROOT)/tao/Resource_Factory.h \
+ $(TAO_ROOT)/tao/CONV_FRAMEC.h \
+ $(TAO_ROOT)/tao/CONV_FRAMEC.i \
$(TAO_ROOT)/tao/params.h \
$(TAO_ROOT)/tao/params.i \
$(TAO_ROOT)/tao/TAO_Singleton_Manager.h \
@@ -1422,7 +1425,7 @@ endif
$(ACE_ROOT)/ace/Thread_Manager.i \
$(TAO_ROOT)/tao/ORB_Core.i
-.obj/Dynamic_Implementation.o .obj/Dynamic_Implementation.so .shobj/Dynamic_Implementation.o .shobj/Dynamic_Implementation.so: Dynamic_Implementation.cpp \
+.obj/Dynamic_Implementation.o .obj/Dynamic_Implementation.SO .shobj/Dynamic_Implementation.o .shobj/Dynamic_Implementation.SO: Dynamic_Implementation.cpp \
Dynamic_Implementation.h $(ACE_ROOT)/ace/pre.h \
$(TAO_ROOT)/tao/PortableServer/Servant_Base.h \
$(TAO_ROOT)/tao/PortableServer/PortableServerC.h \
@@ -1580,15 +1583,27 @@ endif
$(TAO_ROOT)/tao/Policy_ForwardC.i \
$(TAO_ROOT)/tao/Object_KeyC.h \
$(TAO_ROOT)/tao/Object_KeyC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.i \
$(TAO_ROOT)/tao/Object.i \
+ $(TAO_ROOT)/tao/Any_T.h \
+ $(TAO_ROOT)/tao/Any.h \
+ $(TAO_ROOT)/tao/Any.i \
+ $(TAO_ROOT)/tao/AbstractBase.h \
+ $(TAO_ROOT)/tao/AbstractBase.inl \
+ $(TAO_ROOT)/tao/Any_T.inl \
+ $(TAO_ROOT)/tao/Any_T.cpp \
+ $(TAO_ROOT)/tao/Marshal.h \
+ $(TAO_ROOT)/tao/Marshal.i \
+ $(TAO_ROOT)/tao/debug.h \
$(TAO_ROOT)/tao/CurrentC.i \
$(TAO_ROOT)/tao/PolicyC.h \
$(TAO_ROOT)/tao/Remote_Object_Proxy_Impl.h \
$(TAO_ROOT)/tao/Object_Proxy_Impl.h \
$(TAO_ROOT)/tao/Encodable.h \
$(TAO_ROOT)/tao/PolicyC.i \
- $(TAO_ROOT)/tao/OctetSeqC.h \
- $(TAO_ROOT)/tao/OctetSeqC.i \
$(TAO_ROOT)/tao/PortableServer/PortableServerC.i \
$(TAO_ROOT)/tao/Abstract_Servant_Base.h \
$(ACE_ROOT)/ace/Atomic_Op.h \
@@ -1607,16 +1622,8 @@ endif
$(TAO_ROOT)/tao/TAO_Server_Request.h \
$(TAO_ROOT)/tao/Tagged_Profile.h \
$(TAO_ROOT)/tao/IOPC.h \
- $(TAO_ROOT)/tao/Any_T.h \
- $(TAO_ROOT)/tao/Any.h \
- $(TAO_ROOT)/tao/Any.i \
- $(TAO_ROOT)/tao/AbstractBase.h \
- $(TAO_ROOT)/tao/AbstractBase.inl \
- $(TAO_ROOT)/tao/Any_T.inl \
- $(TAO_ROOT)/tao/Any_T.cpp \
- $(TAO_ROOT)/tao/Marshal.h \
- $(TAO_ROOT)/tao/Marshal.i \
- $(TAO_ROOT)/tao/debug.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.i \
$(TAO_ROOT)/tao/IOPC.i \
$(TAO_ROOT)/tao/GIOPC.h \
$(TAO_ROOT)/tao/GIOPC.i \
@@ -1628,14 +1635,12 @@ endif
$(ACE_ROOT)/ace/Array_Base.inl \
$(ACE_ROOT)/ace/Array_Base.cpp \
$(TAO_ROOT)/tao/PortableInterceptorC.h \
- $(TAO_ROOT)/tao/DynamicC.h \
+ $(TAO_ROOT)/tao/PI_ForwardC.h \
$(TAO_ROOT)/tao/StringSeqC.h \
$(TAO_ROOT)/tao/StringSeqC.i \
+ $(TAO_ROOT)/tao/PI_ForwardC.i \
+ $(TAO_ROOT)/tao/DynamicC.h \
$(TAO_ROOT)/tao/DynamicC.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.h \
- $(TAO_ROOT)/tao/ValueBase.h \
- $(TAO_ROOT)/tao/ValueBase.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.i \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.h \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.i \
$(TAO_ROOT)/tao/PortableInterceptorC.i \
@@ -1736,6 +1741,11 @@ endif
$(TAO_ROOT)/tao/PortableServer/POA_Policy_Set.i \
$(TAO_ROOT)/tao/PortableServer/Object_Adapter.i \
$(TAO_ROOT)/tao/PortableServer/POAManager.h \
+ $(TAO_ROOT)/tao/ObjRefTemplate/ObjectReferenceTemplateC.h \
+ $(TAO_ROOT)/tao/ObjRefTemplate/ort_export.h \
+ $(TAO_ROOT)/tao/ValueBase.h \
+ $(TAO_ROOT)/tao/ValueBase.i \
+ $(TAO_ROOT)/tao/ObjRefTemplate/ObjectReferenceTemplateC.i \
$(TAO_ROOT)/tao/PortableServer/POAManager.i \
$(TAO_ROOT)/tao/PortableServer/POA_Cached_Policies.h \
$(TAO_ROOT)/tao/PortableServer/POA_Cached_Policies.i \
@@ -1747,7 +1757,7 @@ endif
$(ACE_ROOT)/ace/Dynamic_Service.i \
$(ACE_ROOT)/ace/Dynamic_Service.cpp
-.obj/ExceptionList.o .obj/ExceptionList.so .shobj/ExceptionList.o .shobj/ExceptionList.so: ExceptionList.cpp ExceptionList.h \
+.obj/ExceptionList.o .obj/ExceptionList.SO .shobj/ExceptionList.o .shobj/ExceptionList.SO: ExceptionList.cpp ExceptionList.h \
$(ACE_ROOT)/ace/pre.h dynamicinterface_export.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ace_wchar.h \
@@ -1885,7 +1895,7 @@ endif
$(TAO_ROOT)/tao/Environment.h \
$(TAO_ROOT)/tao/Environment.i
-.obj/Request.o .obj/Request.so .shobj/Request.o .shobj/Request.so: Request.cpp Request.h $(ACE_ROOT)/ace/pre.h \
+.obj/Request.o .obj/Request.SO .shobj/Request.o .shobj/Request.SO: Request.cpp Request.h $(ACE_ROOT)/ace/pre.h \
$(TAO_ROOT)/tao/orbconf.h \
$(ACE_ROOT)/ace/Basic_Types.h \
$(ACE_ROOT)/ace/post.h \
@@ -2061,7 +2071,19 @@ endif
$(TAO_ROOT)/tao/Policy_ForwardC.i \
$(TAO_ROOT)/tao/Object_KeyC.h \
$(TAO_ROOT)/tao/Object_KeyC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.h \
+ $(TAO_ROOT)/tao/IOP_IORC.i \
$(TAO_ROOT)/tao/Object.i \
+ $(TAO_ROOT)/tao/Any_T.h \
+ $(TAO_ROOT)/tao/Any.h \
+ $(TAO_ROOT)/tao/Any.i \
+ $(TAO_ROOT)/tao/AbstractBase.h \
+ $(TAO_ROOT)/tao/AbstractBase.inl \
+ $(TAO_ROOT)/tao/Any_T.inl \
+ $(TAO_ROOT)/tao/Any_T.cpp \
+ $(TAO_ROOT)/tao/Marshal.h \
+ $(TAO_ROOT)/tao/Marshal.i \
+ $(TAO_ROOT)/tao/debug.h \
$(TAO_ROOT)/tao/CurrentC.i \
$(TAO_ROOT)/tao/Remote_Object_Proxy_Impl.h \
$(TAO_ROOT)/tao/Object_Proxy_Impl.h \
@@ -2069,21 +2091,13 @@ endif
$(TAO_ROOT)/tao/PolicyC.i \
$(TAO_ROOT)/tao/ORB.i \
$(TAO_ROOT)/tao/NVList.h \
- $(TAO_ROOT)/tao/Any.h \
- $(TAO_ROOT)/tao/Any.i \
$(TAO_ROOT)/tao/NVList.i Request.inl DII_Invocation.h \
$(TAO_ROOT)/tao/Invocation.h \
$(TAO_ROOT)/tao/Synch_Reply_Dispatcher.h \
$(TAO_ROOT)/tao/Reply_Dispatcher.h \
$(TAO_ROOT)/tao/IOPC.h \
- $(TAO_ROOT)/tao/Any_T.h \
- $(TAO_ROOT)/tao/AbstractBase.h \
- $(TAO_ROOT)/tao/AbstractBase.inl \
- $(TAO_ROOT)/tao/Any_T.inl \
- $(TAO_ROOT)/tao/Any_T.cpp \
- $(TAO_ROOT)/tao/Marshal.h \
- $(TAO_ROOT)/tao/Marshal.i \
- $(TAO_ROOT)/tao/debug.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.i \
$(TAO_ROOT)/tao/IOPC.i \
$(TAO_ROOT)/tao/Condition.h \
$(TAO_ROOT)/tao/Condition.inl \
@@ -2104,10 +2118,10 @@ endif
$(TAO_ROOT)/tao/target_specification.i \
$(TAO_ROOT)/tao/operation_details.i \
$(TAO_ROOT)/tao/Transport.h \
- $(TAO_ROOT)/tao/Transport_Cache_Manager.h \
- $(TAO_ROOT)/tao/Cache_Entries.h \
$(TAO_ROOT)/tao/Transport_Descriptor_Interface.h \
$(TAO_ROOT)/tao/Transport_Descriptor_Interface.inl \
+ $(TAO_ROOT)/tao/Transport_Cache_Manager.h \
+ $(TAO_ROOT)/tao/Cache_Entries.h \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
$(TAO_ROOT)/tao/Cache_Entries.inl \
@@ -2121,11 +2135,6 @@ endif
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl \
$(TAO_ROOT)/tao/Synch_Refcountable.inl \
- $(TAO_ROOT)/tao/CONV_FRAMEC.h \
- $(TAO_ROOT)/tao/CONV_FRAMEC.i \
- $(TAO_ROOT)/tao/Codeset_Translator_Factory.h \
- $(TAO_ROOT)/tao/Codeset_Translator_Factory_T.h \
- $(TAO_ROOT)/tao/Codeset_Translator_Factory_T.cpp \
$(TAO_ROOT)/tao/Transport.inl \
$(TAO_ROOT)/tao/Invocation.i \
$(TAO_ROOT)/tao/Asynch_Invocation.h \
@@ -2136,14 +2145,12 @@ endif
DII_Invocation.inl DII_ClientRequestInfo.h \
$(TAO_ROOT)/tao/ClientRequestInfo_i.h \
$(TAO_ROOT)/tao/PortableInterceptorC.h \
- $(TAO_ROOT)/tao/DynamicC.h \
+ $(TAO_ROOT)/tao/PI_ForwardC.h \
$(TAO_ROOT)/tao/StringSeqC.h \
$(TAO_ROOT)/tao/StringSeqC.i \
+ $(TAO_ROOT)/tao/PI_ForwardC.i \
+ $(TAO_ROOT)/tao/DynamicC.h \
$(TAO_ROOT)/tao/DynamicC.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.h \
- $(TAO_ROOT)/tao/ValueBase.h \
- $(TAO_ROOT)/tao/ValueBase.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.i \
$(TAO_ROOT)/tao/PortableInterceptorC.i \
$(TAO_ROOT)/tao/PICurrent.h \
$(ACE_ROOT)/ace/Array_Base.h \
@@ -2167,6 +2174,8 @@ endif
$(TAO_ROOT)/tao/Policy_Set.i \
$(TAO_ROOT)/tao/Policy_Manager.i \
$(TAO_ROOT)/tao/Resource_Factory.h \
+ $(TAO_ROOT)/tao/CONV_FRAMEC.h \
+ $(TAO_ROOT)/tao/CONV_FRAMEC.i \
$(TAO_ROOT)/tao/params.h \
$(TAO_ROOT)/tao/params.i \
$(TAO_ROOT)/tao/TAO_Singleton_Manager.h \
@@ -2217,7 +2226,7 @@ endif
$(TAO_ROOT)/tao/ORB_Core_Auto_Ptr.inl \
$(TAO_ROOT)/tao/Stub.i
-.obj/Server_Request.o .obj/Server_Request.so .shobj/Server_Request.o .shobj/Server_Request.so: Server_Request.cpp Server_Request.h \
+.obj/Server_Request.o .obj/Server_Request.SO .shobj/Server_Request.o .shobj/Server_Request.SO: Server_Request.cpp Server_Request.h \
$(ACE_ROOT)/ace/pre.h \
$(TAO_ROOT)/tao/corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
@@ -2349,10 +2358,8 @@ endif
$(TAO_ROOT)/tao/TAO_Server_Request.h \
$(TAO_ROOT)/tao/Tagged_Profile.h \
$(TAO_ROOT)/tao/IOPC.h \
- $(TAO_ROOT)/tao/Exception.h \
- $(TAO_ROOT)/tao/Exception.i \
- $(TAO_ROOT)/tao/Object.h \
- $(TAO_ROOT)/tao/Policy_ForwardC.h \
+ $(TAO_ROOT)/tao/IOP_IORC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.h \
$(TAO_ROOT)/tao/Sequence.h \
$(TAO_ROOT)/tao/Managed_Types.h \
$(TAO_ROOT)/tao/Managed_Types.i \
@@ -2374,20 +2381,27 @@ endif
$(ACE_ROOT)/ace/Functor_T.cpp \
$(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
$(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
+ $(TAO_ROOT)/tao/Exception.h \
+ $(TAO_ROOT)/tao/Exception.i \
$(TAO_ROOT)/tao/Typecode.i \
$(TAO_ROOT)/tao/Environment.h \
$(TAO_ROOT)/tao/Environment.i \
+ $(TAO_ROOT)/tao/OctetSeqC.i \
$(TAO_ROOT)/tao/CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
$(TAO_ROOT)/tao/CDR.i \
+ $(TAO_ROOT)/tao/IOP_IORC.i \
+ $(TAO_ROOT)/tao/IOP_CodecC.h \
+ $(TAO_ROOT)/tao/Any_T.h \
+ $(TAO_ROOT)/tao/Any.h \
+ $(TAO_ROOT)/tao/Object.h \
+ $(TAO_ROOT)/tao/Policy_ForwardC.h \
$(TAO_ROOT)/tao/varbase.h \
$(TAO_ROOT)/tao/Policy_ForwardC.i \
$(TAO_ROOT)/tao/Object_KeyC.h \
$(TAO_ROOT)/tao/Object_KeyC.i \
$(TAO_ROOT)/tao/Object.i \
- $(TAO_ROOT)/tao/Any_T.h \
- $(TAO_ROOT)/tao/Any.h \
$(TAO_ROOT)/tao/Any.i \
$(TAO_ROOT)/tao/AbstractBase.h \
$(TAO_ROOT)/tao/AbstractBase.inl \
@@ -2396,12 +2410,11 @@ endif
$(TAO_ROOT)/tao/Marshal.h \
$(TAO_ROOT)/tao/Marshal.i \
$(TAO_ROOT)/tao/debug.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.i \
$(TAO_ROOT)/tao/IOPC.i \
$(TAO_ROOT)/tao/GIOPC.h \
$(TAO_ROOT)/tao/GIOPC.i \
$(TAO_ROOT)/tao/Tagged_Profile.i \
- $(TAO_ROOT)/tao/OctetSeqC.h \
- $(TAO_ROOT)/tao/OctetSeqC.i \
$(TAO_ROOT)/tao/Service_Context.h \
$(TAO_ROOT)/tao/Service_Context.inl \
$(TAO_ROOT)/tao/PICurrent.h \
@@ -2409,16 +2422,14 @@ endif
$(ACE_ROOT)/ace/Array_Base.inl \
$(ACE_ROOT)/ace/Array_Base.cpp \
$(TAO_ROOT)/tao/PortableInterceptorC.h \
+ $(TAO_ROOT)/tao/PI_ForwardC.h \
+ $(TAO_ROOT)/tao/StringSeqC.h \
+ $(TAO_ROOT)/tao/StringSeqC.i \
+ $(TAO_ROOT)/tao/PI_ForwardC.i \
$(TAO_ROOT)/tao/CurrentC.h \
$(TAO_ROOT)/tao/CurrentC.i \
$(TAO_ROOT)/tao/DynamicC.h \
- $(TAO_ROOT)/tao/StringSeqC.h \
- $(TAO_ROOT)/tao/StringSeqC.i \
$(TAO_ROOT)/tao/DynamicC.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.h \
- $(TAO_ROOT)/tao/ValueBase.h \
- $(TAO_ROOT)/tao/ValueBase.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.i \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.h \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.i \
$(TAO_ROOT)/tao/PolicyC.h \
@@ -2436,7 +2447,7 @@ endif
$(TAO_ROOT)/tao/GIOP_Utils.h \
$(TAO_ROOT)/tao/GIOP_Utils.i
-.obj/Unknown_User_Exception.o .obj/Unknown_User_Exception.so .shobj/Unknown_User_Exception.o .shobj/Unknown_User_Exception.so: Unknown_User_Exception.cpp \
+.obj/Unknown_User_Exception.o .obj/Unknown_User_Exception.SO .shobj/Unknown_User_Exception.o .shobj/Unknown_User_Exception.SO: Unknown_User_Exception.cpp \
Unknown_User_Exception.h $(ACE_ROOT)/ace/pre.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ace_wchar.h \
@@ -2591,6 +2602,10 @@ endif
$(TAO_ROOT)/tao/Policy_ForwardC.i \
$(TAO_ROOT)/tao/Object_KeyC.h \
$(TAO_ROOT)/tao/Object_KeyC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.i \
$(TAO_ROOT)/tao/Object.i \
$(TAO_ROOT)/tao/Any.i
diff --git a/TAO/tao/IORInterceptor/IORInterceptor.pidl b/TAO/tao/IORInterceptor/IORInterceptor.pidl
index caf5b65466e..2e876590dbf 100644
--- a/TAO/tao/IORInterceptor/IORInterceptor.pidl
+++ b/TAO/tao/IORInterceptor/IORInterceptor.pidl
@@ -22,7 +22,7 @@
* tao_idl
* -o orig -Gp -Gd -Ge 1 -Sa -St
* -Wb,export_macro=TAO_IORInterceptor_Export
- * -Wb,export_include="tao/corbafwd.h"
+ * -Wb,export_include="iorinterceptor_export.h"
* -Wb,pre_include="ace/pre.h"
* -Wb,post_include="ace/post.h"
* IORInterceptor.pidl
diff --git a/TAO/tao/IORInterceptor/IORInterceptorC.h b/TAO/tao/IORInterceptor/IORInterceptorC.h
index aba42502d7d..226c7d40dc3 100644
--- a/TAO/tao/IORInterceptor/IORInterceptorC.h
+++ b/TAO/tao/IORInterceptor/IORInterceptorC.h
@@ -38,7 +38,7 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "tao/ObjectReferenceTemplateC.h"
+#include "tao/ObjRefTemplate/ObjectReferenceTemplateC.h"
#include "iorinterceptor_export.h"
#if defined (TAO_EXPORT_MACRO)
diff --git a/TAO/tao/IORInterceptor/Makefile b/TAO/tao/IORInterceptor/Makefile
index 796af4bc640..2ec23e518dc 100644
--- a/TAO/tao/IORInterceptor/Makefile
+++ b/TAO/tao/IORInterceptor/Makefile
@@ -63,10 +63,15 @@ endif
# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
-.obj/IORTable.o .obj/IORTable.so .shobj/IORTable.o .shobj/IORTable.so: IORTable.cpp IORTable.h $(ACE_ROOT)/ace/pre.h \
+.obj/IORInterceptorC.o .obj/IORInterceptorC.SO .shobj/IORInterceptorC.o .shobj/IORInterceptorC.SO: IORInterceptorC.cpp IORInterceptorC.h \
+ $(ACE_ROOT)/ace/pre.h \
+ $(TAO_ROOT)/tao/PortableInterceptorC.h \
+ $(TAO_ROOT)/tao/PI_ForwardC.h \
+ $(TAO_ROOT)/tao/TAO_Export.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ace_wchar.h \
$(ACE_ROOT)/ace/ace_wchar.inl \
+ $(TAO_ROOT)/tao/OctetSeqC.h \
$(TAO_ROOT)/tao/corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
$(ACE_ROOT)/ace/Basic_Types.h \
@@ -93,9 +98,26 @@ endif
$(ACE_ROOT)/ace/Trace.h $(ACE_ROOT)/ace/OS.i \
$(ACE_ROOT)/ace/CDR_Base.inl \
$(TAO_ROOT)/tao/orbconf.h \
- $(TAO_ROOT)/tao/TAO_Export.h \
- $(TAO_ROOT)/tao/corbafwd.i IORTableC.h \
- $(TAO_ROOT)/tao/corba.h \
+ $(TAO_ROOT)/tao/corbafwd.i \
+ $(TAO_ROOT)/tao/Sequence.h \
+ $(TAO_ROOT)/tao/Managed_Types.h \
+ $(TAO_ROOT)/tao/Managed_Types.i \
+ $(ACE_ROOT)/ace/CORBA_macros.h \
+ $(ACE_ROOT)/ace/Exception_Macros.h \
+ $(ACE_ROOT)/ace/Log_Msg.h \
+ $(ACE_ROOT)/ace/Log_Priority.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
+ $(ACE_ROOT)/ace/Message_Block.h \
+ $(ACE_ROOT)/ace/Message_Block.i \
+ $(ACE_ROOT)/ace/Message_Block_T.h \
+ $(ACE_ROOT)/ace/Message_Block_T.i \
+ $(ACE_ROOT)/ace/Message_Block_T.cpp \
+ $(ACE_ROOT)/ace/Malloc_Base.h \
+ $(TAO_ROOT)/tao/Sequence.i \
+ $(TAO_ROOT)/tao/Sequence_T.h \
+ $(TAO_ROOT)/tao/Sequence_T.i \
+ $(TAO_ROOT)/tao/Sequence_T.cpp \
$(TAO_ROOT)/tao/Typecode.h \
$(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
$(ACE_ROOT)/ace/Functor.h \
@@ -115,10 +137,6 @@ endif
$(ACE_ROOT)/ace/Functor_T.h \
$(ACE_ROOT)/ace/Functor_T.i \
$(ACE_ROOT)/ace/Functor_T.cpp \
- $(ACE_ROOT)/ace/Log_Msg.h \
- $(ACE_ROOT)/ace/Log_Priority.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
$(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
$(ACE_ROOT)/ace/Synch.h \
$(ACE_ROOT)/ace/Synch.i \
@@ -138,7 +156,6 @@ endif
$(ACE_ROOT)/ace/Node.cpp \
$(ACE_ROOT)/ace/Unbounded_Queue.inl \
$(ACE_ROOT)/ace/Unbounded_Queue.cpp \
- $(ACE_ROOT)/ace/Malloc_Base.h \
$(ACE_ROOT)/ace/Unbounded_Set.h \
$(ACE_ROOT)/ace/Unbounded_Set.inl \
$(ACE_ROOT)/ace/Unbounded_Set.cpp \
@@ -189,37 +206,30 @@ endif
$(ACE_ROOT)/ace/Reactor_Impl.h \
$(ACE_ROOT)/ace/Svc_Conf_Tokens.h \
$(TAO_ROOT)/tao/Exception.h \
- $(ACE_ROOT)/ace/CORBA_macros.h \
- $(ACE_ROOT)/ace/Exception_Macros.h \
$(TAO_ROOT)/tao/Exception.i \
$(TAO_ROOT)/tao/Typecode.i \
- $(TAO_ROOT)/tao/Any_T.h \
- $(TAO_ROOT)/tao/Any.h \
- $(ACE_ROOT)/ace/CDR_Stream.h \
- $(ACE_ROOT)/ace/Message_Block.h \
- $(ACE_ROOT)/ace/Message_Block.i \
- $(ACE_ROOT)/ace/Message_Block_T.h \
- $(ACE_ROOT)/ace/Message_Block_T.i \
- $(ACE_ROOT)/ace/Message_Block_T.cpp \
- $(ACE_ROOT)/ace/CDR_Stream.i \
- $(TAO_ROOT)/tao/Object.h \
- $(TAO_ROOT)/tao/Policy_ForwardC.h \
- $(TAO_ROOT)/tao/Sequence.h \
- $(TAO_ROOT)/tao/Managed_Types.h \
- $(TAO_ROOT)/tao/Managed_Types.i \
- $(TAO_ROOT)/tao/Sequence.i \
- $(TAO_ROOT)/tao/Sequence_T.h \
- $(TAO_ROOT)/tao/Sequence_T.i \
- $(TAO_ROOT)/tao/Sequence_T.cpp \
$(TAO_ROOT)/tao/Environment.h \
$(TAO_ROOT)/tao/Environment.i \
+ $(TAO_ROOT)/tao/OctetSeqC.i \
+ $(TAO_ROOT)/tao/StringSeqC.h \
+ $(TAO_ROOT)/tao/StringSeqC.i \
+ $(TAO_ROOT)/tao/PI_ForwardC.i \
+ $(TAO_ROOT)/tao/CurrentC.h \
+ $(TAO_ROOT)/tao/Object.h \
+ $(TAO_ROOT)/tao/Policy_ForwardC.h \
$(TAO_ROOT)/tao/CDR.h \
+ $(ACE_ROOT)/ace/CDR_Stream.h \
+ $(ACE_ROOT)/ace/CDR_Stream.i \
$(TAO_ROOT)/tao/CDR.i \
$(TAO_ROOT)/tao/varbase.h \
$(TAO_ROOT)/tao/Policy_ForwardC.i \
$(TAO_ROOT)/tao/Object_KeyC.h \
$(TAO_ROOT)/tao/Object_KeyC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.h \
+ $(TAO_ROOT)/tao/IOP_IORC.i \
$(TAO_ROOT)/tao/Object.i \
+ $(TAO_ROOT)/tao/Any_T.h \
+ $(TAO_ROOT)/tao/Any.h \
$(TAO_ROOT)/tao/Any.i \
$(TAO_ROOT)/tao/AbstractBase.h \
$(TAO_ROOT)/tao/AbstractBase.inl \
@@ -228,65 +238,38 @@ endif
$(TAO_ROOT)/tao/Marshal.h \
$(TAO_ROOT)/tao/Marshal.i \
$(TAO_ROOT)/tao/debug.h \
- $(TAO_ROOT)/tao/NVList.h \
- $(TAO_ROOT)/tao/NVList.i \
- $(TAO_ROOT)/tao/LocalObject.h \
- $(TAO_ROOT)/tao/LocalObject.i \
- $(TAO_ROOT)/tao/Principal.h \
- $(TAO_ROOT)/tao/OctetSeqC.h \
- $(TAO_ROOT)/tao/OctetSeqC.i \
- $(TAO_ROOT)/tao/Principal.i \
- $(TAO_ROOT)/tao/ORB.h \
- $(TAO_ROOT)/tao/ServicesC.h \
- $(TAO_ROOT)/tao/ServicesC.i \
- $(TAO_ROOT)/tao/CORBA_String.h \
- $(TAO_ROOT)/tao/CORBA_String.inl \
- $(TAO_ROOT)/tao/ObjectIdListC.h \
- $(TAO_ROOT)/tao/ObjectIdListC.i \
- $(TAO_ROOT)/tao/objectid.h \
- $(TAO_ROOT)/tao/PolicyC.h \
- $(TAO_ROOT)/tao/CurrentC.h \
$(TAO_ROOT)/tao/CurrentC.i \
- $(TAO_ROOT)/tao/Remote_Object_Proxy_Impl.h \
- $(TAO_ROOT)/tao/Object_Proxy_Impl.h \
- $(TAO_ROOT)/tao/Encodable.h \
- $(TAO_ROOT)/tao/PolicyC.i \
- $(TAO_ROOT)/tao/ORB.i \
- $(TAO_ROOT)/tao/BoundsC.h \
- $(TAO_ROOT)/tao/BoundsC.i \
- $(TAO_ROOT)/tao/ValueBase.h \
- $(TAO_ROOT)/tao/ValueBase.i \
- $(TAO_ROOT)/tao/ValueFactory.h \
- $(TAO_ROOT)/tao/ValueFactory.i \
- $(TAO_ROOT)/tao/DomainC.h \
- $(TAO_ROOT)/tao/DomainC.i \
- $(TAO_ROOT)/tao/WrongTransactionC.h \
- $(TAO_ROOT)/tao/WrongTransactionC.i \
- $(TAO_ROOT)/tao/StringSeqC.h \
- $(TAO_ROOT)/tao/StringSeqC.i \
- $(TAO_ROOT)/tao/PortableInterceptorC.h \
$(TAO_ROOT)/tao/DynamicC.h \
$(TAO_ROOT)/tao/DynamicC.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.h \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.i \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.h \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.i \
$(TAO_ROOT)/tao/IOPC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.i \
$(TAO_ROOT)/tao/IOPC.i \
- $(TAO_ROOT)/tao/PortableInterceptorC.i IORTableC.i \
- Table_Adapter.h $(TAO_ROOT)/tao/Adapter.h \
- $(ACE_ROOT)/ace/Service_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.i \
- $(ACE_ROOT)/ace/DLL.h \
- $(ACE_ROOT)/ace/Service_Object.i \
- $(TAO_ROOT)/tao/Adapter.i
+ $(TAO_ROOT)/tao/PolicyC.h \
+ $(TAO_ROOT)/tao/Remote_Object_Proxy_Impl.h \
+ $(TAO_ROOT)/tao/Object_Proxy_Impl.h \
+ $(TAO_ROOT)/tao/Encodable.h \
+ $(TAO_ROOT)/tao/PolicyC.i \
+ $(TAO_ROOT)/tao/PortableInterceptorC.i \
+ $(TAO_ROOT)/tao/ObjRefTemplate/ObjectReferenceTemplateC.h \
+ $(TAO_ROOT)/tao/ObjRefTemplate/ort_export.h \
+ $(TAO_ROOT)/tao/ValueBase.h \
+ $(TAO_ROOT)/tao/ValueBase.i \
+ $(TAO_ROOT)/tao/ObjRefTemplate/ObjectReferenceTemplateC.i \
+ iorinterceptor_export.h IORInterceptorC.i
-.obj/IORTableC.o .obj/IORTableC.so .shobj/IORTableC.o .shobj/IORTableC.so: IORTableC.cpp IORTableC.h $(ACE_ROOT)/ace/pre.h \
- $(TAO_ROOT)/tao/corba.h \
+.obj/IORInterceptor_Adapter_Impl.o .obj/IORInterceptor_Adapter_Impl.SO .shobj/IORInterceptor_Adapter_Impl.o .shobj/IORInterceptor_Adapter_Impl.SO: IORInterceptor_Adapter_Impl.cpp \
+ IORInterceptor_Adapter_Impl.h $(ACE_ROOT)/ace/pre.h \
+ IORInterceptorC.h \
+ $(TAO_ROOT)/tao/PortableInterceptorC.h \
+ $(TAO_ROOT)/tao/PI_ForwardC.h \
+ $(TAO_ROOT)/tao/TAO_Export.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ace_wchar.h \
$(ACE_ROOT)/ace/ace_wchar.inl \
+ $(TAO_ROOT)/tao/OctetSeqC.h \
$(TAO_ROOT)/tao/corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
$(ACE_ROOT)/ace/Basic_Types.h \
@@ -313,8 +296,26 @@ endif
$(ACE_ROOT)/ace/Trace.h $(ACE_ROOT)/ace/OS.i \
$(ACE_ROOT)/ace/CDR_Base.inl \
$(TAO_ROOT)/tao/orbconf.h \
- $(TAO_ROOT)/tao/TAO_Export.h \
$(TAO_ROOT)/tao/corbafwd.i \
+ $(TAO_ROOT)/tao/Sequence.h \
+ $(TAO_ROOT)/tao/Managed_Types.h \
+ $(TAO_ROOT)/tao/Managed_Types.i \
+ $(ACE_ROOT)/ace/CORBA_macros.h \
+ $(ACE_ROOT)/ace/Exception_Macros.h \
+ $(ACE_ROOT)/ace/Log_Msg.h \
+ $(ACE_ROOT)/ace/Log_Priority.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
+ $(ACE_ROOT)/ace/Message_Block.h \
+ $(ACE_ROOT)/ace/Message_Block.i \
+ $(ACE_ROOT)/ace/Message_Block_T.h \
+ $(ACE_ROOT)/ace/Message_Block_T.i \
+ $(ACE_ROOT)/ace/Message_Block_T.cpp \
+ $(ACE_ROOT)/ace/Malloc_Base.h \
+ $(TAO_ROOT)/tao/Sequence.i \
+ $(TAO_ROOT)/tao/Sequence_T.h \
+ $(TAO_ROOT)/tao/Sequence_T.i \
+ $(TAO_ROOT)/tao/Sequence_T.cpp \
$(TAO_ROOT)/tao/Typecode.h \
$(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
$(ACE_ROOT)/ace/Functor.h \
@@ -334,10 +335,6 @@ endif
$(ACE_ROOT)/ace/Functor_T.h \
$(ACE_ROOT)/ace/Functor_T.i \
$(ACE_ROOT)/ace/Functor_T.cpp \
- $(ACE_ROOT)/ace/Log_Msg.h \
- $(ACE_ROOT)/ace/Log_Priority.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
$(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
$(ACE_ROOT)/ace/Synch.h \
$(ACE_ROOT)/ace/Synch.i \
@@ -357,7 +354,6 @@ endif
$(ACE_ROOT)/ace/Node.cpp \
$(ACE_ROOT)/ace/Unbounded_Queue.inl \
$(ACE_ROOT)/ace/Unbounded_Queue.cpp \
- $(ACE_ROOT)/ace/Malloc_Base.h \
$(ACE_ROOT)/ace/Unbounded_Set.h \
$(ACE_ROOT)/ace/Unbounded_Set.inl \
$(ACE_ROOT)/ace/Unbounded_Set.cpp \
@@ -408,37 +404,30 @@ endif
$(ACE_ROOT)/ace/Reactor_Impl.h \
$(ACE_ROOT)/ace/Svc_Conf_Tokens.h \
$(TAO_ROOT)/tao/Exception.h \
- $(ACE_ROOT)/ace/CORBA_macros.h \
- $(ACE_ROOT)/ace/Exception_Macros.h \
$(TAO_ROOT)/tao/Exception.i \
$(TAO_ROOT)/tao/Typecode.i \
- $(TAO_ROOT)/tao/Any_T.h \
- $(TAO_ROOT)/tao/Any.h \
- $(ACE_ROOT)/ace/CDR_Stream.h \
- $(ACE_ROOT)/ace/Message_Block.h \
- $(ACE_ROOT)/ace/Message_Block.i \
- $(ACE_ROOT)/ace/Message_Block_T.h \
- $(ACE_ROOT)/ace/Message_Block_T.i \
- $(ACE_ROOT)/ace/Message_Block_T.cpp \
- $(ACE_ROOT)/ace/CDR_Stream.i \
- $(TAO_ROOT)/tao/Object.h \
- $(TAO_ROOT)/tao/Policy_ForwardC.h \
- $(TAO_ROOT)/tao/Sequence.h \
- $(TAO_ROOT)/tao/Managed_Types.h \
- $(TAO_ROOT)/tao/Managed_Types.i \
- $(TAO_ROOT)/tao/Sequence.i \
- $(TAO_ROOT)/tao/Sequence_T.h \
- $(TAO_ROOT)/tao/Sequence_T.i \
- $(TAO_ROOT)/tao/Sequence_T.cpp \
$(TAO_ROOT)/tao/Environment.h \
$(TAO_ROOT)/tao/Environment.i \
+ $(TAO_ROOT)/tao/OctetSeqC.i \
+ $(TAO_ROOT)/tao/StringSeqC.h \
+ $(TAO_ROOT)/tao/StringSeqC.i \
+ $(TAO_ROOT)/tao/PI_ForwardC.i \
+ $(TAO_ROOT)/tao/CurrentC.h \
+ $(TAO_ROOT)/tao/Object.h \
+ $(TAO_ROOT)/tao/Policy_ForwardC.h \
$(TAO_ROOT)/tao/CDR.h \
+ $(ACE_ROOT)/ace/CDR_Stream.h \
+ $(ACE_ROOT)/ace/CDR_Stream.i \
$(TAO_ROOT)/tao/CDR.i \
$(TAO_ROOT)/tao/varbase.h \
$(TAO_ROOT)/tao/Policy_ForwardC.i \
$(TAO_ROOT)/tao/Object_KeyC.h \
$(TAO_ROOT)/tao/Object_KeyC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.h \
+ $(TAO_ROOT)/tao/IOP_IORC.i \
$(TAO_ROOT)/tao/Object.i \
+ $(TAO_ROOT)/tao/Any_T.h \
+ $(TAO_ROOT)/tao/Any.h \
$(TAO_ROOT)/tao/Any.i \
$(TAO_ROOT)/tao/AbstractBase.h \
$(TAO_ROOT)/tao/AbstractBase.inl \
@@ -447,354 +436,39 @@ endif
$(TAO_ROOT)/tao/Marshal.h \
$(TAO_ROOT)/tao/Marshal.i \
$(TAO_ROOT)/tao/debug.h \
- $(TAO_ROOT)/tao/NVList.h \
- $(TAO_ROOT)/tao/NVList.i \
- $(TAO_ROOT)/tao/LocalObject.h \
- $(TAO_ROOT)/tao/LocalObject.i \
- $(TAO_ROOT)/tao/Principal.h \
- $(TAO_ROOT)/tao/OctetSeqC.h \
- $(TAO_ROOT)/tao/OctetSeqC.i \
- $(TAO_ROOT)/tao/Principal.i \
- $(TAO_ROOT)/tao/ORB.h \
- $(TAO_ROOT)/tao/ServicesC.h \
- $(TAO_ROOT)/tao/ServicesC.i \
- $(TAO_ROOT)/tao/CORBA_String.h \
- $(TAO_ROOT)/tao/CORBA_String.inl \
- $(TAO_ROOT)/tao/ObjectIdListC.h \
- $(TAO_ROOT)/tao/ObjectIdListC.i \
- $(TAO_ROOT)/tao/objectid.h \
- $(TAO_ROOT)/tao/PolicyC.h \
- $(TAO_ROOT)/tao/CurrentC.h \
$(TAO_ROOT)/tao/CurrentC.i \
- $(TAO_ROOT)/tao/Remote_Object_Proxy_Impl.h \
- $(TAO_ROOT)/tao/Object_Proxy_Impl.h \
- $(TAO_ROOT)/tao/Encodable.h \
- $(TAO_ROOT)/tao/PolicyC.i \
- $(TAO_ROOT)/tao/ORB.i \
- $(TAO_ROOT)/tao/BoundsC.h \
- $(TAO_ROOT)/tao/BoundsC.i \
- $(TAO_ROOT)/tao/ValueBase.h \
- $(TAO_ROOT)/tao/ValueBase.i \
- $(TAO_ROOT)/tao/ValueFactory.h \
- $(TAO_ROOT)/tao/ValueFactory.i \
- $(TAO_ROOT)/tao/DomainC.h \
- $(TAO_ROOT)/tao/DomainC.i \
- $(TAO_ROOT)/tao/WrongTransactionC.h \
- $(TAO_ROOT)/tao/WrongTransactionC.i \
- $(TAO_ROOT)/tao/StringSeqC.h \
- $(TAO_ROOT)/tao/StringSeqC.i \
- $(TAO_ROOT)/tao/PortableInterceptorC.h \
$(TAO_ROOT)/tao/DynamicC.h \
$(TAO_ROOT)/tao/DynamicC.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.h \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.i \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.h \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.i \
$(TAO_ROOT)/tao/IOPC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.i \
$(TAO_ROOT)/tao/IOPC.i \
+ $(TAO_ROOT)/tao/PolicyC.h \
+ $(TAO_ROOT)/tao/Remote_Object_Proxy_Impl.h \
+ $(TAO_ROOT)/tao/Object_Proxy_Impl.h \
+ $(TAO_ROOT)/tao/Encodable.h \
+ $(TAO_ROOT)/tao/PolicyC.i \
$(TAO_ROOT)/tao/PortableInterceptorC.i \
- iortable_export.h IORTableC.i $(TAO_ROOT)/tao/Stub.h \
- $(TAO_ROOT)/tao/MProfile.h \
- $(TAO_ROOT)/tao/MProfile.i \
- $(TAO_ROOT)/tao/ORB_Core.h \
- $(TAO_ROOT)/tao/Policy_Manager.h \
- $(TAO_ROOT)/tao/Policy_Set.h \
- $(TAO_ROOT)/tao/Policy_Set.i \
- $(TAO_ROOT)/tao/Policy_Manager.i \
- $(TAO_ROOT)/tao/Resource_Factory.h \
- $(ACE_ROOT)/ace/Service_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.i \
- $(ACE_ROOT)/ace/DLL.h \
- $(ACE_ROOT)/ace/Service_Object.i \
- $(TAO_ROOT)/tao/CONV_FRAMEC.h \
- $(TAO_ROOT)/tao/CONV_FRAMEC.i \
- $(TAO_ROOT)/tao/params.h \
- $(TAO_ROOT)/tao/params.i \
- $(TAO_ROOT)/tao/TAO_Singleton_Manager.h \
- $(TAO_ROOT)/tao/TAO_Singleton_Manager.inl \
- $(TAO_ROOT)/tao/TAO_Singleton.h \
- $(TAO_ROOT)/tao/TAO_Singleton.inl \
- $(TAO_ROOT)/tao/TAO_Singleton.cpp \
- $(ACE_ROOT)/ace/Object_Manager.h \
- $(ACE_ROOT)/ace/Object_Manager.i \
- $(ACE_ROOT)/ace/Managed_Object.h \
- $(ACE_ROOT)/ace/Managed_Object.i \
- $(ACE_ROOT)/ace/Managed_Object.cpp \
- $(TAO_ROOT)/tao/Adapter.h \
- $(TAO_ROOT)/tao/Adapter.i \
- $(TAO_ROOT)/tao/PolicyFactory_Registry.h \
- $(ACE_ROOT)/ace/Map_Manager.h \
- $(ACE_ROOT)/ace/Map_Manager.i \
- $(ACE_ROOT)/ace/Map_Manager.cpp \
- $(TAO_ROOT)/tao/Parser_Registry.h \
- $(TAO_ROOT)/tao/Parser_Registry.i \
- $(TAO_ROOT)/tao/Service_Callbacks.h \
- $(TAO_ROOT)/tao/Service_Callbacks.i \
- $(TAO_ROOT)/tao/Fault_Tolerance_Service.h \
- $(TAO_ROOT)/tao/Fault_Tolerance_Service.i \
- $(TAO_ROOT)/tao/Cleanup_Func_Registry.h \
+ $(TAO_ROOT)/tao/ObjRefTemplate/ObjectReferenceTemplateC.h \
+ $(TAO_ROOT)/tao/ObjRefTemplate/ort_export.h \
+ $(TAO_ROOT)/tao/ValueBase.h \
+ $(TAO_ROOT)/tao/ValueBase.i \
+ $(TAO_ROOT)/tao/ObjRefTemplate/ObjectReferenceTemplateC.i \
+ iorinterceptor_export.h IORInterceptorC.i \
+ $(TAO_ROOT)/tao/IORInterceptor_Adapter.h \
+ $(TAO_ROOT)/tao/Interceptor_List.h \
$(ACE_ROOT)/ace/Array_Base.h \
$(ACE_ROOT)/ace/Array_Base.inl \
$(ACE_ROOT)/ace/Array_Base.cpp \
- $(TAO_ROOT)/tao/Cleanup_Func_Registry.inl \
- $(TAO_ROOT)/tao/Object_Ref_Table.h \
- $(TAO_ROOT)/tao/Interceptor_List.h \
$(TAO_ROOT)/tao/Interceptor_List.inl \
- $(TAO_ROOT)/tao/PICurrent.h \
- $(TAO_ROOT)/tao/PICurrent.inl \
- $(ACE_ROOT)/ace/Thread_Manager.h \
- $(ACE_ROOT)/ace/Thread_Exit.h \
- $(ACE_ROOT)/ace/Thread_Control.h \
- $(ACE_ROOT)/ace/Thread_Control.inl \
- $(ACE_ROOT)/ace/Containers.h \
- $(ACE_ROOT)/ace/Containers.i \
- $(ACE_ROOT)/ace/Containers_T.h \
- $(ACE_ROOT)/ace/Containers_T.i \
- $(ACE_ROOT)/ace/Containers_T.cpp \
- $(ACE_ROOT)/ace/Singleton.h \
- $(ACE_ROOT)/ace/Singleton.i \
- $(ACE_ROOT)/ace/Singleton.cpp \
- $(ACE_ROOT)/ace/Framework_Component.h \
- $(ACE_ROOT)/ace/Framework_Component.inl \
- $(ACE_ROOT)/ace/Framework_Component_T.h \
- $(ACE_ROOT)/ace/Framework_Component_T.inl \
- $(ACE_ROOT)/ace/Framework_Component_T.cpp \
- $(ACE_ROOT)/ace/Thread_Manager.i \
- $(TAO_ROOT)/tao/ORB_Core.i \
- $(TAO_ROOT)/tao/ORB_Core_Auto_Ptr.h \
- $(TAO_ROOT)/tao/ORB_Core_Auto_Ptr.inl \
- $(TAO_ROOT)/tao/Stub.i \
- $(TAO_ROOT)/tao/Invocation.h \
- $(TAO_ROOT)/tao/Synch_Reply_Dispatcher.h \
- $(TAO_ROOT)/tao/Reply_Dispatcher.h \
- $(TAO_ROOT)/tao/Condition.h \
- $(TAO_ROOT)/tao/Condition.inl \
- $(TAO_ROOT)/tao/Condition.cpp \
- $(TAO_ROOT)/tao/Reply_Dispatcher.i \
- $(TAO_ROOT)/tao/LF_Invocation_Event.h \
- $(TAO_ROOT)/tao/LF_Event.h \
- $(TAO_ROOT)/tao/LF_Event.inl \
- $(TAO_ROOT)/tao/LF_Invocation_Event.inl \
- $(TAO_ROOT)/tao/GIOP_Message_Version.h \
- $(TAO_ROOT)/tao/GIOP_Message_Version.inl \
- $(TAO_ROOT)/tao/operation_details.h \
- $(TAO_ROOT)/tao/Service_Context.h \
- $(TAO_ROOT)/tao/Service_Context.inl \
- $(TAO_ROOT)/tao/target_specification.h \
- $(TAO_ROOT)/tao/target_specification.i \
- $(TAO_ROOT)/tao/operation_details.i \
- $(TAO_ROOT)/tao/Transport.h \
- $(TAO_ROOT)/tao/Transport_Cache_Manager.h \
- $(TAO_ROOT)/tao/Cache_Entries.h \
- $(TAO_ROOT)/tao/Transport_Descriptor_Interface.h \
- $(TAO_ROOT)/tao/Transport_Descriptor_Interface.inl \
- $(ACE_ROOT)/ace/Recyclable.h \
- $(ACE_ROOT)/ace/Recyclable.inl \
- $(TAO_ROOT)/tao/Cache_Entries.inl \
- $(TAO_ROOT)/tao/Transport_Cache_Manager.inl \
- $(TAO_ROOT)/tao/Transport_Timer.h \
- $(TAO_ROOT)/tao/Incoming_Message_Queue.h \
- $(TAO_ROOT)/tao/Pluggable_Messaging_Utils.h \
- $(TAO_ROOT)/tao/Pluggable_Messaging_Utils.i \
- $(TAO_ROOT)/tao/Incoming_Message_Queue.inl \
- $(TAO_ROOT)/tao/Synch_Refcountable.h \
- $(ACE_ROOT)/ace/Refcountable.h \
- $(ACE_ROOT)/ace/Refcountable.inl \
- $(TAO_ROOT)/tao/Synch_Refcountable.inl \
- $(TAO_ROOT)/tao/Codeset_Translator_Factory.h \
- $(TAO_ROOT)/tao/Codeset_Translator_Factory_T.h \
- $(TAO_ROOT)/tao/Codeset_Translator_Factory_T.cpp \
- $(TAO_ROOT)/tao/Transport.inl \
- $(TAO_ROOT)/tao/Invocation.i \
- $(TAO_ROOT)/tao/PortableInterceptor.h \
- $(TAO_ROOT)/tao/RequestInfo_Util.h \
- $(TAO_ROOT)/tao/ClientRequestInfo_i.h \
- $(TAO_ROOT)/tao/ClientRequestInfo_i.inl \
- $(TAO_ROOT)/tao/ClientInterceptorAdapter.h \
- $(TAO_ROOT)/tao/ClientInterceptorAdapter.inl
-
-.obj/Table_Adapter.o .obj/Table_Adapter.so .shobj/Table_Adapter.o .shobj/Table_Adapter.so: Table_Adapter.cpp Table_Adapter.h \
- $(ACE_ROOT)/ace/pre.h iortable_export.h \
- $(ACE_ROOT)/ace/post.h \
- $(ACE_ROOT)/ace/ace_wchar.h \
- $(ACE_ROOT)/ace/ace_wchar.inl \
- $(TAO_ROOT)/tao/Adapter.h \
- $(TAO_ROOT)/tao/corbafwd.h \
- $(ACE_ROOT)/ace/CDR_Base.h \
- $(ACE_ROOT)/ace/Basic_Types.h \
- $(ACE_ROOT)/ace/ACE_export.h \
- $(ACE_ROOT)/ace/Basic_Types.i \
- $(ACE_ROOT)/ace/OS.h \
- $(ACE_ROOT)/ace/OS_Dirent.h \
- $(ACE_ROOT)/ace/OS_Export.h \
- $(ACE_ROOT)/ace/OS_Errno.h \
- $(ACE_ROOT)/ace/OS_Errno.inl \
- $(ACE_ROOT)/ace/OS_Dirent.inl \
- $(ACE_ROOT)/ace/OS_String.h \
- $(ACE_ROOT)/ace/OS_String.inl \
- $(ACE_ROOT)/ace/OS_Memory.h \
- $(ACE_ROOT)/ace/OS_Memory.inl \
- $(ACE_ROOT)/ace/OS_TLI.h \
- $(ACE_ROOT)/ace/OS_TLI.inl \
- $(ACE_ROOT)/ace/Time_Value.h \
- $(ACE_ROOT)/ace/Time_Value.inl \
- $(ACE_ROOT)/ace/Default_Constants.h \
- $(ACE_ROOT)/ace/Global_Macros.h \
- $(ACE_ROOT)/ace/Min_Max.h \
- $(ACE_ROOT)/ace/streams.h \
- $(ACE_ROOT)/ace/Trace.h $(ACE_ROOT)/ace/OS.i \
- $(ACE_ROOT)/ace/CDR_Base.inl \
- $(TAO_ROOT)/tao/orbconf.h \
- $(TAO_ROOT)/tao/TAO_Export.h \
- $(TAO_ROOT)/tao/corbafwd.i \
- $(TAO_ROOT)/tao/Exception.h \
- $(ACE_ROOT)/ace/CORBA_macros.h \
- $(ACE_ROOT)/ace/Exception_Macros.h \
- $(ACE_ROOT)/ace/SString.h \
- $(ACE_ROOT)/ace/String_Base.h \
- $(ACE_ROOT)/ace/ACE.h \
- $(ACE_ROOT)/ace/Flag_Manip.h \
- $(ACE_ROOT)/ace/Flag_Manip.i \
- $(ACE_ROOT)/ace/Handle_Ops.h \
- $(ACE_ROOT)/ace/Handle_Ops.i \
- $(ACE_ROOT)/ace/Lib_Find.h \
- $(ACE_ROOT)/ace/Lib_Find.i \
- $(ACE_ROOT)/ace/Init_ACE.h \
- $(ACE_ROOT)/ace/Init_ACE.i \
- $(ACE_ROOT)/ace/Sock_Connect.h \
- $(ACE_ROOT)/ace/Sock_Connect.i \
- $(ACE_ROOT)/ace/ACE.i \
- $(ACE_ROOT)/ace/String_Base_Const.h \
- $(ACE_ROOT)/ace/String_Base.i \
- $(ACE_ROOT)/ace/Malloc_Base.h \
- $(ACE_ROOT)/ace/String_Base.cpp \
- $(ACE_ROOT)/ace/Malloc.h \
- $(ACE_ROOT)/ace/Log_Msg.h \
- $(ACE_ROOT)/ace/Log_Priority.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
- $(ACE_ROOT)/ace/Malloc.i \
- $(ACE_ROOT)/ace/Malloc_T.h \
- $(ACE_ROOT)/ace/Synch.h \
- $(ACE_ROOT)/ace/Synch.i \
- $(ACE_ROOT)/ace/Synch_T.h \
- $(ACE_ROOT)/ace/Synch_T.i \
- $(ACE_ROOT)/ace/Thread.h \
- $(ACE_ROOT)/ace/Thread_Adapter.h \
- $(ACE_ROOT)/ace/Base_Thread_Adapter.h \
- $(ACE_ROOT)/ace/Base_Thread_Adapter.inl \
- $(ACE_ROOT)/ace/Thread_Adapter.inl \
- $(ACE_ROOT)/ace/Thread.i \
- $(ACE_ROOT)/ace/Synch_T.cpp \
- $(ACE_ROOT)/ace/Malloc_Allocator.h \
- $(ACE_ROOT)/ace/Malloc_Allocator.i \
- $(ACE_ROOT)/ace/Free_List.h \
- $(ACE_ROOT)/ace/Free_List.i \
- $(ACE_ROOT)/ace/Free_List.cpp \
- $(ACE_ROOT)/ace/Malloc_T.i \
- $(ACE_ROOT)/ace/Malloc_T.cpp \
- $(ACE_ROOT)/ace/Memory_Pool.h \
- $(ACE_ROOT)/ace/Event_Handler.h \
- $(ACE_ROOT)/ace/Event_Handler.i \
- $(ACE_ROOT)/ace/Signal.h \
- $(ACE_ROOT)/ace/Signal.i \
- $(ACE_ROOT)/ace/Mem_Map.h \
- $(ACE_ROOT)/ace/Mem_Map.i \
- $(ACE_ROOT)/ace/SV_Semaphore_Complex.h \
- $(ACE_ROOT)/ace/SV_Semaphore_Simple.h \
- $(ACE_ROOT)/ace/SV_Semaphore_Simple.i \
- $(ACE_ROOT)/ace/SV_Semaphore_Complex.i \
- $(ACE_ROOT)/ace/Unbounded_Set.h \
- $(ACE_ROOT)/ace/Node.h \
- $(ACE_ROOT)/ace/Node.cpp \
- $(ACE_ROOT)/ace/Unbounded_Set.inl \
- $(ACE_ROOT)/ace/Unbounded_Set.cpp \
- $(ACE_ROOT)/ace/Memory_Pool.i \
- $(ACE_ROOT)/ace/Auto_Ptr.h \
- $(ACE_ROOT)/ace/Auto_Ptr.i \
- $(ACE_ROOT)/ace/Auto_Ptr.cpp \
- $(ACE_ROOT)/ace/SString.i \
- $(TAO_ROOT)/tao/Exception.i \
- $(TAO_ROOT)/tao/Object_KeyC.h \
- $(TAO_ROOT)/tao/Sequence.h \
- $(TAO_ROOT)/tao/Managed_Types.h \
- $(TAO_ROOT)/tao/Managed_Types.i \
- $(ACE_ROOT)/ace/Message_Block.h \
- $(ACE_ROOT)/ace/Message_Block.i \
- $(ACE_ROOT)/ace/Message_Block_T.h \
- $(ACE_ROOT)/ace/Message_Block_T.i \
- $(ACE_ROOT)/ace/Message_Block_T.cpp \
- $(TAO_ROOT)/tao/Sequence.i \
- $(TAO_ROOT)/tao/Sequence_T.h \
- $(TAO_ROOT)/tao/Sequence_T.i \
- $(TAO_ROOT)/tao/Sequence_T.cpp \
- $(TAO_ROOT)/tao/Typecode.h \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
- $(ACE_ROOT)/ace/Functor.h \
- $(ACE_ROOT)/ace/Functor.i \
- $(ACE_ROOT)/ace/Functor_T.h \
- $(ACE_ROOT)/ace/Functor_T.i \
- $(ACE_ROOT)/ace/Functor_T.cpp \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
- $(ACE_ROOT)/ace/Service_Config.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.inl \
- $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
- $(ACE_ROOT)/ace/XML_Svc_Conf.h \
- $(ACE_ROOT)/ace/Service_Config.i \
- $(ACE_ROOT)/ace/Reactor.h \
- $(ACE_ROOT)/ace/Handle_Set.h \
- $(ACE_ROOT)/ace/Handle_Set.i \
- $(ACE_ROOT)/ace/Timer_Queue.h \
- $(ACE_ROOT)/ace/Timer_Queue_T.h \
- $(ACE_ROOT)/ace/Test_and_Set.h \
- $(ACE_ROOT)/ace/Test_and_Set.i \
- $(ACE_ROOT)/ace/Test_and_Set.cpp \
- $(ACE_ROOT)/ace/Timer_Queue_T.i \
- $(ACE_ROOT)/ace/Timer_Queue_T.cpp \
- $(ACE_ROOT)/ace/Reactor.i \
- $(ACE_ROOT)/ace/Reactor_Impl.h \
- $(ACE_ROOT)/ace/Svc_Conf_Tokens.h \
- $(TAO_ROOT)/tao/Typecode.i \
- $(TAO_ROOT)/tao/Environment.h \
- $(TAO_ROOT)/tao/Environment.i \
- $(TAO_ROOT)/tao/Object_KeyC.i \
$(ACE_ROOT)/ace/Service_Object.h \
$(ACE_ROOT)/ace/Shared_Object.h \
$(ACE_ROOT)/ace/Shared_Object.i \
$(ACE_ROOT)/ace/DLL.h \
$(ACE_ROOT)/ace/Service_Object.i \
- $(TAO_ROOT)/tao/Adapter.i IOR_Table_Impl.h IORTable.h \
- IORTableC.h $(TAO_ROOT)/tao/corba.h \
- $(TAO_ROOT)/tao/Any_T.h \
- $(TAO_ROOT)/tao/Any.h \
- $(ACE_ROOT)/ace/CDR_Stream.h \
- $(ACE_ROOT)/ace/CDR_Stream.i \
- $(TAO_ROOT)/tao/Object.h \
- $(TAO_ROOT)/tao/Policy_ForwardC.h \
- $(TAO_ROOT)/tao/CDR.h \
- $(TAO_ROOT)/tao/CDR.i \
- $(TAO_ROOT)/tao/varbase.h \
- $(TAO_ROOT)/tao/Policy_ForwardC.i \
- $(TAO_ROOT)/tao/Object.i \
- $(TAO_ROOT)/tao/Any.i \
- $(TAO_ROOT)/tao/AbstractBase.h \
- $(TAO_ROOT)/tao/AbstractBase.inl \
- $(TAO_ROOT)/tao/Any_T.inl \
- $(TAO_ROOT)/tao/Any_T.cpp \
- $(TAO_ROOT)/tao/Marshal.h \
- $(TAO_ROOT)/tao/Marshal.i \
- $(TAO_ROOT)/tao/debug.h \
- $(TAO_ROOT)/tao/NVList.h \
- $(TAO_ROOT)/tao/NVList.i \
- $(TAO_ROOT)/tao/LocalObject.h \
- $(TAO_ROOT)/tao/LocalObject.i \
- $(TAO_ROOT)/tao/Principal.h \
- $(TAO_ROOT)/tao/OctetSeqC.h \
- $(TAO_ROOT)/tao/OctetSeqC.i \
- $(TAO_ROOT)/tao/Principal.i \
+ $(TAO_ROOT)/tao/ORB_Core.h \
$(TAO_ROOT)/tao/ORB.h \
$(TAO_ROOT)/tao/ServicesC.h \
$(TAO_ROOT)/tao/ServicesC.i \
@@ -803,41 +477,12 @@ endif
$(TAO_ROOT)/tao/ObjectIdListC.h \
$(TAO_ROOT)/tao/ObjectIdListC.i \
$(TAO_ROOT)/tao/objectid.h \
- $(TAO_ROOT)/tao/PolicyC.h \
- $(TAO_ROOT)/tao/CurrentC.h \
- $(TAO_ROOT)/tao/CurrentC.i \
- $(TAO_ROOT)/tao/Remote_Object_Proxy_Impl.h \
- $(TAO_ROOT)/tao/Object_Proxy_Impl.h \
- $(TAO_ROOT)/tao/Encodable.h \
- $(TAO_ROOT)/tao/PolicyC.i \
$(TAO_ROOT)/tao/ORB.i \
- $(TAO_ROOT)/tao/BoundsC.h \
- $(TAO_ROOT)/tao/BoundsC.i \
- $(TAO_ROOT)/tao/ValueBase.h \
- $(TAO_ROOT)/tao/ValueBase.i \
- $(TAO_ROOT)/tao/ValueFactory.h \
- $(TAO_ROOT)/tao/ValueFactory.i \
- $(TAO_ROOT)/tao/DomainC.h \
- $(TAO_ROOT)/tao/DomainC.i \
- $(TAO_ROOT)/tao/WrongTransactionC.h \
- $(TAO_ROOT)/tao/WrongTransactionC.i \
- $(TAO_ROOT)/tao/StringSeqC.h \
- $(TAO_ROOT)/tao/StringSeqC.i \
- $(TAO_ROOT)/tao/PortableInterceptorC.h \
- $(TAO_ROOT)/tao/DynamicC.h \
- $(TAO_ROOT)/tao/DynamicC.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.h \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.i \
- $(TAO_ROOT)/tao/Messaging_SyncScopeC.h \
- $(TAO_ROOT)/tao/Messaging_SyncScopeC.i \
- $(TAO_ROOT)/tao/IOPC.h \
- $(TAO_ROOT)/tao/IOPC.i \
- $(TAO_ROOT)/tao/PortableInterceptorC.i IORTableC.i \
- $(ACE_ROOT)/ace/Hash_Map_Manager.h \
- $(TAO_ROOT)/tao/ORB_Core.h \
$(TAO_ROOT)/tao/Policy_Manager.h \
$(TAO_ROOT)/tao/Policy_Set.h \
$(TAO_ROOT)/tao/Policy_Set.i \
+ $(TAO_ROOT)/tao/LocalObject.h \
+ $(TAO_ROOT)/tao/LocalObject.i \
$(TAO_ROOT)/tao/Policy_Manager.i \
$(TAO_ROOT)/tao/Resource_Factory.h \
$(TAO_ROOT)/tao/CONV_FRAMEC.h \
@@ -854,6 +499,8 @@ endif
$(ACE_ROOT)/ace/Managed_Object.h \
$(ACE_ROOT)/ace/Managed_Object.i \
$(ACE_ROOT)/ace/Managed_Object.cpp \
+ $(TAO_ROOT)/tao/Adapter.h \
+ $(TAO_ROOT)/tao/Adapter.i \
$(TAO_ROOT)/tao/PolicyFactory_Registry.h \
$(ACE_ROOT)/ace/Map_Manager.h \
$(ACE_ROOT)/ace/Map_Manager.i \
@@ -865,13 +512,8 @@ endif
$(TAO_ROOT)/tao/Fault_Tolerance_Service.h \
$(TAO_ROOT)/tao/Fault_Tolerance_Service.i \
$(TAO_ROOT)/tao/Cleanup_Func_Registry.h \
- $(ACE_ROOT)/ace/Array_Base.h \
- $(ACE_ROOT)/ace/Array_Base.inl \
- $(ACE_ROOT)/ace/Array_Base.cpp \
$(TAO_ROOT)/tao/Cleanup_Func_Registry.inl \
$(TAO_ROOT)/tao/Object_Ref_Table.h \
- $(TAO_ROOT)/tao/Interceptor_List.h \
- $(TAO_ROOT)/tao/Interceptor_List.inl \
$(TAO_ROOT)/tao/PICurrent.h \
$(TAO_ROOT)/tao/PICurrent.inl \
$(ACE_ROOT)/ace/Thread_Manager.h \
@@ -894,218 +536,4 @@ endif
$(ACE_ROOT)/ace/Thread_Manager.i \
$(TAO_ROOT)/tao/ORB_Core.i
-.obj/IOR_Table_Impl.o .obj/IOR_Table_Impl.so .shobj/IOR_Table_Impl.o .shobj/IOR_Table_Impl.so: IOR_Table_Impl.cpp IOR_Table_Impl.h \
- $(ACE_ROOT)/ace/pre.h IORTable.h iortable_export.h \
- $(ACE_ROOT)/ace/post.h \
- $(ACE_ROOT)/ace/ace_wchar.h \
- $(ACE_ROOT)/ace/ace_wchar.inl \
- $(TAO_ROOT)/tao/corbafwd.h \
- $(ACE_ROOT)/ace/CDR_Base.h \
- $(ACE_ROOT)/ace/Basic_Types.h \
- $(ACE_ROOT)/ace/ACE_export.h \
- $(ACE_ROOT)/ace/Basic_Types.i \
- $(ACE_ROOT)/ace/OS.h \
- $(ACE_ROOT)/ace/OS_Dirent.h \
- $(ACE_ROOT)/ace/OS_Export.h \
- $(ACE_ROOT)/ace/OS_Errno.h \
- $(ACE_ROOT)/ace/OS_Errno.inl \
- $(ACE_ROOT)/ace/OS_Dirent.inl \
- $(ACE_ROOT)/ace/OS_String.h \
- $(ACE_ROOT)/ace/OS_String.inl \
- $(ACE_ROOT)/ace/OS_Memory.h \
- $(ACE_ROOT)/ace/OS_Memory.inl \
- $(ACE_ROOT)/ace/OS_TLI.h \
- $(ACE_ROOT)/ace/OS_TLI.inl \
- $(ACE_ROOT)/ace/Time_Value.h \
- $(ACE_ROOT)/ace/Time_Value.inl \
- $(ACE_ROOT)/ace/Default_Constants.h \
- $(ACE_ROOT)/ace/Global_Macros.h \
- $(ACE_ROOT)/ace/Min_Max.h \
- $(ACE_ROOT)/ace/streams.h \
- $(ACE_ROOT)/ace/Trace.h $(ACE_ROOT)/ace/OS.i \
- $(ACE_ROOT)/ace/CDR_Base.inl \
- $(TAO_ROOT)/tao/orbconf.h \
- $(TAO_ROOT)/tao/TAO_Export.h \
- $(TAO_ROOT)/tao/corbafwd.i IORTableC.h \
- $(TAO_ROOT)/tao/corba.h \
- $(TAO_ROOT)/tao/Typecode.h \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
- $(ACE_ROOT)/ace/Functor.h \
- $(ACE_ROOT)/ace/ACE.h \
- $(ACE_ROOT)/ace/Flag_Manip.h \
- $(ACE_ROOT)/ace/Flag_Manip.i \
- $(ACE_ROOT)/ace/Handle_Ops.h \
- $(ACE_ROOT)/ace/Handle_Ops.i \
- $(ACE_ROOT)/ace/Lib_Find.h \
- $(ACE_ROOT)/ace/Lib_Find.i \
- $(ACE_ROOT)/ace/Init_ACE.h \
- $(ACE_ROOT)/ace/Init_ACE.i \
- $(ACE_ROOT)/ace/Sock_Connect.h \
- $(ACE_ROOT)/ace/Sock_Connect.i \
- $(ACE_ROOT)/ace/ACE.i \
- $(ACE_ROOT)/ace/Functor.i \
- $(ACE_ROOT)/ace/Functor_T.h \
- $(ACE_ROOT)/ace/Functor_T.i \
- $(ACE_ROOT)/ace/Functor_T.cpp \
- $(ACE_ROOT)/ace/Log_Msg.h \
- $(ACE_ROOT)/ace/Log_Priority.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
- $(ACE_ROOT)/ace/Synch.h \
- $(ACE_ROOT)/ace/Synch.i \
- $(ACE_ROOT)/ace/Synch_T.h \
- $(ACE_ROOT)/ace/Synch_T.i \
- $(ACE_ROOT)/ace/Thread.h \
- $(ACE_ROOT)/ace/Thread_Adapter.h \
- $(ACE_ROOT)/ace/Base_Thread_Adapter.h \
- $(ACE_ROOT)/ace/Base_Thread_Adapter.inl \
- $(ACE_ROOT)/ace/Thread_Adapter.inl \
- $(ACE_ROOT)/ace/Thread.i \
- $(ACE_ROOT)/ace/Synch_T.cpp \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
- $(ACE_ROOT)/ace/Service_Config.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.h \
- $(ACE_ROOT)/ace/Node.h \
- $(ACE_ROOT)/ace/Node.cpp \
- $(ACE_ROOT)/ace/Unbounded_Queue.inl \
- $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
- $(ACE_ROOT)/ace/Malloc_Base.h \
- $(ACE_ROOT)/ace/Unbounded_Set.h \
- $(ACE_ROOT)/ace/Unbounded_Set.inl \
- $(ACE_ROOT)/ace/Unbounded_Set.cpp \
- $(ACE_ROOT)/ace/SString.h \
- $(ACE_ROOT)/ace/String_Base.h \
- $(ACE_ROOT)/ace/String_Base_Const.h \
- $(ACE_ROOT)/ace/String_Base.i \
- $(ACE_ROOT)/ace/String_Base.cpp \
- $(ACE_ROOT)/ace/Malloc.h \
- $(ACE_ROOT)/ace/Malloc.i \
- $(ACE_ROOT)/ace/Malloc_T.h \
- $(ACE_ROOT)/ace/Malloc_Allocator.h \
- $(ACE_ROOT)/ace/Malloc_Allocator.i \
- $(ACE_ROOT)/ace/Free_List.h \
- $(ACE_ROOT)/ace/Free_List.i \
- $(ACE_ROOT)/ace/Free_List.cpp \
- $(ACE_ROOT)/ace/Malloc_T.i \
- $(ACE_ROOT)/ace/Malloc_T.cpp \
- $(ACE_ROOT)/ace/Memory_Pool.h \
- $(ACE_ROOT)/ace/Event_Handler.h \
- $(ACE_ROOT)/ace/Event_Handler.i \
- $(ACE_ROOT)/ace/Signal.h \
- $(ACE_ROOT)/ace/Signal.i \
- $(ACE_ROOT)/ace/Mem_Map.h \
- $(ACE_ROOT)/ace/Mem_Map.i \
- $(ACE_ROOT)/ace/SV_Semaphore_Complex.h \
- $(ACE_ROOT)/ace/SV_Semaphore_Simple.h \
- $(ACE_ROOT)/ace/SV_Semaphore_Simple.i \
- $(ACE_ROOT)/ace/SV_Semaphore_Complex.i \
- $(ACE_ROOT)/ace/Memory_Pool.i \
- $(ACE_ROOT)/ace/Auto_Ptr.h \
- $(ACE_ROOT)/ace/Auto_Ptr.i \
- $(ACE_ROOT)/ace/Auto_Ptr.cpp \
- $(ACE_ROOT)/ace/SString.i \
- $(ACE_ROOT)/ace/XML_Svc_Conf.h \
- $(ACE_ROOT)/ace/Service_Config.i \
- $(ACE_ROOT)/ace/Reactor.h \
- $(ACE_ROOT)/ace/Handle_Set.h \
- $(ACE_ROOT)/ace/Handle_Set.i \
- $(ACE_ROOT)/ace/Timer_Queue.h \
- $(ACE_ROOT)/ace/Timer_Queue_T.h \
- $(ACE_ROOT)/ace/Test_and_Set.h \
- $(ACE_ROOT)/ace/Test_and_Set.i \
- $(ACE_ROOT)/ace/Test_and_Set.cpp \
- $(ACE_ROOT)/ace/Timer_Queue_T.i \
- $(ACE_ROOT)/ace/Timer_Queue_T.cpp \
- $(ACE_ROOT)/ace/Reactor.i \
- $(ACE_ROOT)/ace/Reactor_Impl.h \
- $(ACE_ROOT)/ace/Svc_Conf_Tokens.h \
- $(TAO_ROOT)/tao/Exception.h \
- $(ACE_ROOT)/ace/CORBA_macros.h \
- $(ACE_ROOT)/ace/Exception_Macros.h \
- $(TAO_ROOT)/tao/Exception.i \
- $(TAO_ROOT)/tao/Typecode.i \
- $(TAO_ROOT)/tao/Any_T.h \
- $(TAO_ROOT)/tao/Any.h \
- $(ACE_ROOT)/ace/CDR_Stream.h \
- $(ACE_ROOT)/ace/Message_Block.h \
- $(ACE_ROOT)/ace/Message_Block.i \
- $(ACE_ROOT)/ace/Message_Block_T.h \
- $(ACE_ROOT)/ace/Message_Block_T.i \
- $(ACE_ROOT)/ace/Message_Block_T.cpp \
- $(ACE_ROOT)/ace/CDR_Stream.i \
- $(TAO_ROOT)/tao/Object.h \
- $(TAO_ROOT)/tao/Policy_ForwardC.h \
- $(TAO_ROOT)/tao/Sequence.h \
- $(TAO_ROOT)/tao/Managed_Types.h \
- $(TAO_ROOT)/tao/Managed_Types.i \
- $(TAO_ROOT)/tao/Sequence.i \
- $(TAO_ROOT)/tao/Sequence_T.h \
- $(TAO_ROOT)/tao/Sequence_T.i \
- $(TAO_ROOT)/tao/Sequence_T.cpp \
- $(TAO_ROOT)/tao/Environment.h \
- $(TAO_ROOT)/tao/Environment.i \
- $(TAO_ROOT)/tao/CDR.h \
- $(TAO_ROOT)/tao/CDR.i \
- $(TAO_ROOT)/tao/varbase.h \
- $(TAO_ROOT)/tao/Policy_ForwardC.i \
- $(TAO_ROOT)/tao/Object_KeyC.h \
- $(TAO_ROOT)/tao/Object_KeyC.i \
- $(TAO_ROOT)/tao/Object.i \
- $(TAO_ROOT)/tao/Any.i \
- $(TAO_ROOT)/tao/AbstractBase.h \
- $(TAO_ROOT)/tao/AbstractBase.inl \
- $(TAO_ROOT)/tao/Any_T.inl \
- $(TAO_ROOT)/tao/Any_T.cpp \
- $(TAO_ROOT)/tao/Marshal.h \
- $(TAO_ROOT)/tao/Marshal.i \
- $(TAO_ROOT)/tao/debug.h \
- $(TAO_ROOT)/tao/NVList.h \
- $(TAO_ROOT)/tao/NVList.i \
- $(TAO_ROOT)/tao/LocalObject.h \
- $(TAO_ROOT)/tao/LocalObject.i \
- $(TAO_ROOT)/tao/Principal.h \
- $(TAO_ROOT)/tao/OctetSeqC.h \
- $(TAO_ROOT)/tao/OctetSeqC.i \
- $(TAO_ROOT)/tao/Principal.i \
- $(TAO_ROOT)/tao/ORB.h \
- $(TAO_ROOT)/tao/ServicesC.h \
- $(TAO_ROOT)/tao/ServicesC.i \
- $(TAO_ROOT)/tao/CORBA_String.h \
- $(TAO_ROOT)/tao/CORBA_String.inl \
- $(TAO_ROOT)/tao/ObjectIdListC.h \
- $(TAO_ROOT)/tao/ObjectIdListC.i \
- $(TAO_ROOT)/tao/objectid.h \
- $(TAO_ROOT)/tao/PolicyC.h \
- $(TAO_ROOT)/tao/CurrentC.h \
- $(TAO_ROOT)/tao/CurrentC.i \
- $(TAO_ROOT)/tao/Remote_Object_Proxy_Impl.h \
- $(TAO_ROOT)/tao/Object_Proxy_Impl.h \
- $(TAO_ROOT)/tao/Encodable.h \
- $(TAO_ROOT)/tao/PolicyC.i \
- $(TAO_ROOT)/tao/ORB.i \
- $(TAO_ROOT)/tao/BoundsC.h \
- $(TAO_ROOT)/tao/BoundsC.i \
- $(TAO_ROOT)/tao/ValueBase.h \
- $(TAO_ROOT)/tao/ValueBase.i \
- $(TAO_ROOT)/tao/ValueFactory.h \
- $(TAO_ROOT)/tao/ValueFactory.i \
- $(TAO_ROOT)/tao/DomainC.h \
- $(TAO_ROOT)/tao/DomainC.i \
- $(TAO_ROOT)/tao/WrongTransactionC.h \
- $(TAO_ROOT)/tao/WrongTransactionC.i \
- $(TAO_ROOT)/tao/StringSeqC.h \
- $(TAO_ROOT)/tao/StringSeqC.i \
- $(TAO_ROOT)/tao/PortableInterceptorC.h \
- $(TAO_ROOT)/tao/DynamicC.h \
- $(TAO_ROOT)/tao/DynamicC.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.h \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.i \
- $(TAO_ROOT)/tao/Messaging_SyncScopeC.h \
- $(TAO_ROOT)/tao/Messaging_SyncScopeC.i \
- $(TAO_ROOT)/tao/IOPC.h \
- $(TAO_ROOT)/tao/IOPC.i \
- $(TAO_ROOT)/tao/PortableInterceptorC.i IORTableC.i \
- $(ACE_ROOT)/ace/Hash_Map_Manager.h
-
# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
diff --git a/TAO/tao/IORInterceptor/TAO_IORInterceptor.dsp b/TAO/tao/IORInterceptor/TAO_IORInterceptor.dsp
index 5163784b20e..8e753851809 100644
--- a/TAO/tao/IORInterceptor/TAO_IORInterceptor.dsp
+++ b/TAO/tao/IORInterceptor/TAO_IORInterceptor.dsp
@@ -132,6 +132,15 @@ SOURCE=.\IORInterceptorC.i
# Begin Source File
SOURCE=.\TAO_IORInterceptor.rc
+
+!IF "$(CFG)" == "IORInterceptor - Win32 Release"
+
+!ELSEIF "$(CFG)" == "IORInterceptor - Win32 Debug"
+
+# PROP Exclude_From_Build 1
+
+!ENDIF
+
# End Source File
# End Group
# End Target
diff --git a/TAO/tao/Makefile.bor b/TAO/tao/Makefile.bor
index ebeb285509a..31263fdfe25 100644
--- a/TAO/tao/Makefile.bor
+++ b/TAO/tao/Makefile.bor
@@ -5,6 +5,7 @@
NAME = TAO
DIRS = \
+ ObjRefTemplate \
IORInterceptor \
PortableServer \
Messaging \
@@ -148,7 +149,6 @@ OBJFILES = \
$(OBJDIR)\Object_Proxy_Broker.obj \
$(OBJDIR)\Object_Proxy_Impl.obj \
$(OBJDIR)\Object_Ref_Table.obj \
- $(OBJDIR)\ObjectReferenceTemplateC.obj \
$(OBJDIR)\OctetSeqC.obj \
$(OBJDIR)\Parser_Registry.obj \
$(OBJDIR)\PICurrent.obj \
diff --git a/TAO/tao/Makefile.dirs b/TAO/tao/Makefile.dirs
index 62161f146d0..bdaf70c5227 100644
--- a/TAO/tao/Makefile.dirs
+++ b/TAO/tao/Makefile.dirs
@@ -8,6 +8,7 @@
MAKEFILE = Makefile.dirs
DIRS = \
+ ObjRefTemplate \
IORInterceptor \
PortableServer \
DynamicAny \
diff --git a/TAO/tao/Makefile.tao b/TAO/tao/Makefile.tao
index 47110f0c94b..de4ea1e5617 100644
--- a/TAO/tao/Makefile.tao
+++ b/TAO/tao/Makefile.tao
@@ -192,7 +192,6 @@ ORB_CORE_FILES = \
RequestInfo_Util \
ClientInterceptorAdapter \
PI_ForwardC \
- ObjectReferenceTemplateC \
PortableInterceptorC \
PICurrent \
PICurrent_ORBInitializer \
@@ -510,7 +509,7 @@ realclean:
# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
-.obj/Transport_Acceptor.o .obj/Transport_Acceptor.dll .shobj/Transport_Acceptor.o .shobj/Transport_Acceptor.dll: Transport_Acceptor.cpp Transport_Acceptor.h \
+.obj/Transport_Acceptor.o .obj/Transport_Acceptor.SO .shobj/Transport_Acceptor.o .shobj/Transport_Acceptor.SO: Transport_Acceptor.cpp Transport_Acceptor.h \
$(ACE_ROOT)/ace/pre.h \
IOPC.h \
corbafwd.h \
@@ -544,11 +543,30 @@ realclean:
orbconf.h \
TAO_Export.h \
corbafwd.i \
- Exception.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ Sequence.h \
+ Managed_Types.h \
+ Managed_Types.i \
$(ACE_ROOT)/ace/CORBA_macros.h \
$(ACE_ROOT)/ace/Exception_Macros.h \
- $(ACE_ROOT)/ace/SString.h \
- $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/Log_Msg.h \
+ $(ACE_ROOT)/ace/Log_Priority.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
+ $(ACE_ROOT)/ace/Message_Block.h \
+ $(ACE_ROOT)/ace/Message_Block.i \
+ $(ACE_ROOT)/ace/Message_Block_T.h \
+ $(ACE_ROOT)/ace/Message_Block_T.i \
+ $(ACE_ROOT)/ace/Message_Block_T.cpp \
+ $(ACE_ROOT)/ace/Malloc_Base.h \
+ Sequence.i \
+ Sequence_T.h \
+ Sequence_T.i \
+ Sequence_T.cpp \
+ Typecode.h \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
+ $(ACE_ROOT)/ace/Functor.h \
$(ACE_ROOT)/ace/ACE.h \
$(ACE_ROOT)/ace/Flag_Manip.h \
$(ACE_ROOT)/ace/Flag_Manip.i \
@@ -561,17 +579,11 @@ realclean:
$(ACE_ROOT)/ace/Sock_Connect.h \
$(ACE_ROOT)/ace/Sock_Connect.i \
$(ACE_ROOT)/ace/ACE.i \
- $(ACE_ROOT)/ace/String_Base_Const.h \
- $(ACE_ROOT)/ace/String_Base.i \
- $(ACE_ROOT)/ace/Malloc_Base.h \
- $(ACE_ROOT)/ace/String_Base.cpp \
- $(ACE_ROOT)/ace/Malloc.h \
- $(ACE_ROOT)/ace/Log_Msg.h \
- $(ACE_ROOT)/ace/Log_Priority.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
- $(ACE_ROOT)/ace/Malloc.i \
- $(ACE_ROOT)/ace/Malloc_T.h \
+ $(ACE_ROOT)/ace/Functor.i \
+ $(ACE_ROOT)/ace/Functor_T.h \
+ $(ACE_ROOT)/ace/Functor_T.i \
+ $(ACE_ROOT)/ace/Functor_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
$(ACE_ROOT)/ace/Synch.h \
$(ACE_ROOT)/ace/Synch.i \
$(ACE_ROOT)/ace/Synch_T.h \
@@ -583,6 +595,24 @@ realclean:
$(ACE_ROOT)/ace/Thread_Adapter.inl \
$(ACE_ROOT)/ace/Thread.i \
$(ACE_ROOT)/ace/Synch_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
+ $(ACE_ROOT)/ace/Service_Config.h \
+ $(ACE_ROOT)/ace/Unbounded_Queue.h \
+ $(ACE_ROOT)/ace/Node.h \
+ $(ACE_ROOT)/ace/Node.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Queue.inl \
+ $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Set.h \
+ $(ACE_ROOT)/ace/Unbounded_Set.inl \
+ $(ACE_ROOT)/ace/Unbounded_Set.cpp \
+ $(ACE_ROOT)/ace/SString.h \
+ $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/String_Base_Const.h \
+ $(ACE_ROOT)/ace/String_Base.i \
+ $(ACE_ROOT)/ace/String_Base.cpp \
+ $(ACE_ROOT)/ace/Malloc.h \
+ $(ACE_ROOT)/ace/Malloc.i \
+ $(ACE_ROOT)/ace/Malloc_T.h \
$(ACE_ROOT)/ace/Malloc_Allocator.h \
$(ACE_ROOT)/ace/Malloc_Allocator.i \
$(ACE_ROOT)/ace/Free_List.h \
@@ -601,44 +631,11 @@ realclean:
$(ACE_ROOT)/ace/SV_Semaphore_Simple.h \
$(ACE_ROOT)/ace/SV_Semaphore_Simple.i \
$(ACE_ROOT)/ace/SV_Semaphore_Complex.i \
- $(ACE_ROOT)/ace/Unbounded_Set.h \
- $(ACE_ROOT)/ace/Node.h \
- $(ACE_ROOT)/ace/Node.cpp \
- $(ACE_ROOT)/ace/Unbounded_Set.inl \
- $(ACE_ROOT)/ace/Unbounded_Set.cpp \
$(ACE_ROOT)/ace/Memory_Pool.i \
$(ACE_ROOT)/ace/Auto_Ptr.h \
$(ACE_ROOT)/ace/Auto_Ptr.i \
$(ACE_ROOT)/ace/Auto_Ptr.cpp \
$(ACE_ROOT)/ace/SString.i \
- Exception.i \
- Object.h \
- Policy_ForwardC.h \
- Sequence.h \
- Managed_Types.h \
- Managed_Types.i \
- $(ACE_ROOT)/ace/Message_Block.h \
- $(ACE_ROOT)/ace/Message_Block.i \
- $(ACE_ROOT)/ace/Message_Block_T.h \
- $(ACE_ROOT)/ace/Message_Block_T.i \
- $(ACE_ROOT)/ace/Message_Block_T.cpp \
- Sequence.i \
- Sequence_T.h \
- Sequence_T.i \
- Sequence_T.cpp \
- Typecode.h \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
- $(ACE_ROOT)/ace/Functor.h \
- $(ACE_ROOT)/ace/Functor.i \
- $(ACE_ROOT)/ace/Functor_T.h \
- $(ACE_ROOT)/ace/Functor_T.i \
- $(ACE_ROOT)/ace/Functor_T.cpp \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
- $(ACE_ROOT)/ace/Service_Config.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.inl \
- $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
$(ACE_ROOT)/ace/XML_Svc_Conf.h \
$(ACE_ROOT)/ace/Service_Config.i \
$(ACE_ROOT)/ace/Reactor.h \
@@ -654,20 +651,27 @@ realclean:
$(ACE_ROOT)/ace/Reactor.i \
$(ACE_ROOT)/ace/Reactor_Impl.h \
$(ACE_ROOT)/ace/Svc_Conf_Tokens.h \
+ Exception.h \
+ Exception.i \
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
CDR.i \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -676,9 +680,10 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i Transport_Acceptor.inl
-.obj/Transport_Connector.o .obj/Transport_Connector.dll .shobj/Transport_Connector.o .shobj/Transport_Connector.dll: Transport_Connector.cpp Transport_Connector.h \
+.obj/Transport_Connector.o .obj/Transport_Connector.SO .shobj/Transport_Connector.o .shobj/Transport_Connector.SO: Transport_Connector.cpp Transport_Connector.h \
$(ACE_ROOT)/ace/pre.h corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
$(ACE_ROOT)/ace/post.h \
@@ -777,10 +782,12 @@ realclean:
$(ACE_ROOT)/ace/Auto_Ptr.i \
$(ACE_ROOT)/ace/Auto_Ptr.cpp \
$(ACE_ROOT)/ace/SString.i \
- Exception.i Transport_Cache_Manager.h \
- Cache_Entries.h \
+ Exception.i \
Transport_Descriptor_Interface.h \
Transport_Descriptor_Interface.inl \
+ Transport_Cache_Manager.h \
+ Cache_Entries.h \
+ Transport_Descriptor_Interface.h \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
Cache_Entries.inl \
@@ -814,9 +821,8 @@ realclean:
Transport_Cache_Manager.inl \
Transport_Timer.h TAO_Export.h Incoming_Message_Queue.h \
Pluggable_Messaging_Utils.h IOPC.h \
- Exception.h \
- Object.h \
- Policy_ForwardC.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
Sequence.h \
Managed_Types.h \
Managed_Types.i \
@@ -830,20 +836,26 @@ realclean:
Sequence_T.i \
Sequence_T.cpp \
Typecode.h \
+ Exception.h \
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
CDR.i \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -852,24 +864,13 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
Pluggable_Messaging_Utils.i \
Incoming_Message_Queue.inl Synch_Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl Synch_Refcountable.inl \
- CONV_FRAMEC.h CONV_FRAMEC.i Codeset_Translator_Factory.h \
- $(ACE_ROOT)/ace/Service_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.i \
- $(ACE_ROOT)/ace/DLL.h \
- $(ACE_ROOT)/ace/Service_Object.i \
- CONV_FRAMEC.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.cpp \
- Transport.inl ORB_Core.h ORB.h ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i ServicesC.i CORBA_String.h \
+ Transport.inl ORB_Core.h ORB.h ServicesC.h ServicesC.i CORBA_String.h \
CORBA_String.inl ObjectIdListC.h \
ObjectIdListC.i objectid.h PolicyC.h CurrentC.h CurrentC.i \
Policy_ForwardC.h Remote_Object_Proxy_Impl.h \
@@ -881,7 +882,12 @@ realclean:
LocalObject.h \
LocalObject.i \
Policy_Manager.i Resource_Factory.h \
- params.h params.i \
+ $(ACE_ROOT)/ace/Service_Object.h \
+ $(ACE_ROOT)/ace/Shared_Object.h \
+ $(ACE_ROOT)/ace/Shared_Object.i \
+ $(ACE_ROOT)/ace/DLL.h \
+ $(ACE_ROOT)/ace/Service_Object.i CONV_FRAMEC.h \
+ CONV_FRAMEC.i params.h params.i \
TAO_Singleton_Manager.h \
TAO_Singleton_Manager.inl \
TAO_Singleton.h TAO_Singleton.inl \
@@ -893,12 +899,11 @@ realclean:
$(ACE_ROOT)/ace/Managed_Object.i \
$(ACE_ROOT)/ace/Managed_Object.cpp \
TAO_Singleton_Manager.h Adapter.h \
- Adapter.i PolicyFactory_Registry.h PortableInterceptorC.h DynamicC.h \
- StringSeqC.h Sequence.h StringSeqC.i DynamicC.i \
- ObjectReferenceTemplateC.h OctetSeqC.h ValueBase.h \
- ValueBase.i ObjectReferenceTemplateC.i \
- Messaging_SyncScopeC.h Messaging_SyncScopeC.i IOPC.h \
- PortableInterceptorC.i $(ACE_ROOT)/ace/Map_Manager.h \
+ Adapter.i PolicyFactory_Registry.h PortableInterceptorC.h PI_ForwardC.h \
+ OctetSeqC.h StringSeqC.h Sequence.h StringSeqC.i PI_ForwardC.i \
+ DynamicC.h DynamicC.i Messaging_SyncScopeC.h Messaging_SyncScopeC.i \
+ IOPC.h PortableInterceptorC.i \
+ $(ACE_ROOT)/ace/Map_Manager.h \
$(ACE_ROOT)/ace/Map_Manager.i \
$(ACE_ROOT)/ace/Map_Manager.cpp Parser_Registry.h \
Parser_Registry.i Service_Callbacks.h \
@@ -945,12 +950,13 @@ realclean:
target_specification.h target_specification.i operation_details.i \
Invocation.i MProfile.h MProfile.i \
Profile.h Tagged_Components.h \
- Tagged_Components.i \
- GIOP_Message_Version.h Object_KeyC.h Profile.i Thread_Lane_Resources.h \
+ CONV_FRAMEC.h \
+ Tagged_Components.i Profile.i \
+ Thread_Lane_Resources.h \
Thread_Lane_Resources.i debug.h \
Connect_Strategy.h Client_Strategy_Factory.h
-.obj/Transport.o .obj/Transport.dll .shobj/Transport.o .shobj/Transport.dll: Transport.cpp Transport.h $(ACE_ROOT)/ace/pre.h \
+.obj/Transport.o .obj/Transport.SO .shobj/Transport.o .shobj/Transport.SO: Transport.cpp Transport.h $(ACE_ROOT)/ace/pre.h \
corbafwd.h $(ACE_ROOT)/ace/CDR_Base.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ace_wchar.h \
@@ -1048,10 +1054,12 @@ realclean:
$(ACE_ROOT)/ace/Auto_Ptr.i \
$(ACE_ROOT)/ace/Auto_Ptr.cpp \
$(ACE_ROOT)/ace/SString.i \
- Exception.i Transport_Cache_Manager.h \
- Cache_Entries.h \
+ Exception.i \
Transport_Descriptor_Interface.h \
Transport_Descriptor_Interface.inl \
+ Transport_Cache_Manager.h \
+ Cache_Entries.h \
+ Transport_Descriptor_Interface.h \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
Cache_Entries.inl \
@@ -1085,9 +1093,8 @@ realclean:
Transport_Cache_Manager.inl \
Transport_Timer.h TAO_Export.h Incoming_Message_Queue.h \
Pluggable_Messaging_Utils.h IOPC.h \
- Exception.h \
- Object.h \
- Policy_ForwardC.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
Sequence.h \
Managed_Types.h \
Managed_Types.i \
@@ -1101,20 +1108,26 @@ realclean:
Sequence_T.i \
Sequence_T.cpp \
Typecode.h \
+ Exception.h \
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
CDR.i \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -1123,24 +1136,13 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
Pluggable_Messaging_Utils.i \
Incoming_Message_Queue.inl Synch_Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl Synch_Refcountable.inl \
- CONV_FRAMEC.h CONV_FRAMEC.i Codeset_Translator_Factory.h \
- $(ACE_ROOT)/ace/Service_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.i \
- $(ACE_ROOT)/ace/DLL.h \
- $(ACE_ROOT)/ace/Service_Object.i \
- CONV_FRAMEC.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.cpp \
- Transport.inl ORB_Core.h ORB.h ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i ServicesC.i CORBA_String.h \
+ Transport.inl ORB_Core.h ORB.h ServicesC.h ServicesC.i CORBA_String.h \
CORBA_String.inl ObjectIdListC.h \
ObjectIdListC.i objectid.h PolicyC.h CurrentC.h CurrentC.i \
Policy_ForwardC.h Remote_Object_Proxy_Impl.h \
@@ -1152,7 +1154,12 @@ realclean:
LocalObject.h \
LocalObject.i \
Policy_Manager.i Resource_Factory.h \
- params.h params.i \
+ $(ACE_ROOT)/ace/Service_Object.h \
+ $(ACE_ROOT)/ace/Shared_Object.h \
+ $(ACE_ROOT)/ace/Shared_Object.i \
+ $(ACE_ROOT)/ace/DLL.h \
+ $(ACE_ROOT)/ace/Service_Object.i CONV_FRAMEC.h \
+ CONV_FRAMEC.i params.h params.i \
TAO_Singleton_Manager.h \
TAO_Singleton_Manager.inl \
TAO_Singleton.h TAO_Singleton.inl \
@@ -1164,12 +1171,11 @@ realclean:
$(ACE_ROOT)/ace/Managed_Object.i \
$(ACE_ROOT)/ace/Managed_Object.cpp \
TAO_Singleton_Manager.h Adapter.h \
- Adapter.i PolicyFactory_Registry.h PortableInterceptorC.h DynamicC.h \
- StringSeqC.h Sequence.h StringSeqC.i DynamicC.i \
- ObjectReferenceTemplateC.h OctetSeqC.h ValueBase.h \
- ValueBase.i ObjectReferenceTemplateC.i \
- Messaging_SyncScopeC.h Messaging_SyncScopeC.i IOPC.h \
- PortableInterceptorC.i $(ACE_ROOT)/ace/Map_Manager.h \
+ Adapter.i PolicyFactory_Registry.h PortableInterceptorC.h PI_ForwardC.h \
+ OctetSeqC.h StringSeqC.h Sequence.h StringSeqC.i PI_ForwardC.i \
+ DynamicC.h DynamicC.i Messaging_SyncScopeC.h Messaging_SyncScopeC.i \
+ IOPC.h PortableInterceptorC.i \
+ $(ACE_ROOT)/ace/Map_Manager.h \
$(ACE_ROOT)/ace/Map_Manager.i \
$(ACE_ROOT)/ace/Map_Manager.cpp Parser_Registry.h \
Parser_Registry.i Service_Callbacks.h \
@@ -1237,14 +1243,13 @@ realclean:
Thread_Lane_Resources.h \
Thread_Lane_Resources.i debug.h \
Resume_Handle.h Resume_Handle.inl Notify_Handler.h Codeset_Manager.h \
- Profile.h \
- Tagged_Components.h \
- Tagged_Components.i \
- GIOP_Message_Version.h \
- GIOP_Message_Version.inl \
- Profile.i
+ CONV_FRAMEC.h \
+ Codeset_Translator_Factory.h \
+ Codeset_Translator_Factory_T.h \
+ Codeset_Translator_Factory.h \
+ Codeset_Translator_Factory_T.cpp
-.obj/Incoming_Message_Queue.o .obj/Incoming_Message_Queue.dll .shobj/Incoming_Message_Queue.o .shobj/Incoming_Message_Queue.dll: Incoming_Message_Queue.cpp \
+.obj/Incoming_Message_Queue.o .obj/Incoming_Message_Queue.SO .shobj/Incoming_Message_Queue.o .shobj/Incoming_Message_Queue.SO: Incoming_Message_Queue.cpp \
Incoming_Message_Queue.h $(ACE_ROOT)/ace/pre.h \
Pluggable_Messaging_Utils.h IOPC.h \
corbafwd.h \
@@ -1278,11 +1283,30 @@ realclean:
orbconf.h \
TAO_Export.h \
corbafwd.i \
- Exception.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ Sequence.h \
+ Managed_Types.h \
+ Managed_Types.i \
$(ACE_ROOT)/ace/CORBA_macros.h \
$(ACE_ROOT)/ace/Exception_Macros.h \
- $(ACE_ROOT)/ace/SString.h \
- $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/Log_Msg.h \
+ $(ACE_ROOT)/ace/Log_Priority.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
+ $(ACE_ROOT)/ace/Message_Block.h \
+ $(ACE_ROOT)/ace/Message_Block.i \
+ $(ACE_ROOT)/ace/Message_Block_T.h \
+ $(ACE_ROOT)/ace/Message_Block_T.i \
+ $(ACE_ROOT)/ace/Message_Block_T.cpp \
+ $(ACE_ROOT)/ace/Malloc_Base.h \
+ Sequence.i \
+ Sequence_T.h \
+ Sequence_T.i \
+ Sequence_T.cpp \
+ Typecode.h \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
+ $(ACE_ROOT)/ace/Functor.h \
$(ACE_ROOT)/ace/ACE.h \
$(ACE_ROOT)/ace/Flag_Manip.h \
$(ACE_ROOT)/ace/Flag_Manip.i \
@@ -1295,17 +1319,11 @@ realclean:
$(ACE_ROOT)/ace/Sock_Connect.h \
$(ACE_ROOT)/ace/Sock_Connect.i \
$(ACE_ROOT)/ace/ACE.i \
- $(ACE_ROOT)/ace/String_Base_Const.h \
- $(ACE_ROOT)/ace/String_Base.i \
- $(ACE_ROOT)/ace/Malloc_Base.h \
- $(ACE_ROOT)/ace/String_Base.cpp \
- $(ACE_ROOT)/ace/Malloc.h \
- $(ACE_ROOT)/ace/Log_Msg.h \
- $(ACE_ROOT)/ace/Log_Priority.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
- $(ACE_ROOT)/ace/Malloc.i \
- $(ACE_ROOT)/ace/Malloc_T.h \
+ $(ACE_ROOT)/ace/Functor.i \
+ $(ACE_ROOT)/ace/Functor_T.h \
+ $(ACE_ROOT)/ace/Functor_T.i \
+ $(ACE_ROOT)/ace/Functor_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
$(ACE_ROOT)/ace/Synch.h \
$(ACE_ROOT)/ace/Synch.i \
$(ACE_ROOT)/ace/Synch_T.h \
@@ -1317,6 +1335,24 @@ realclean:
$(ACE_ROOT)/ace/Thread_Adapter.inl \
$(ACE_ROOT)/ace/Thread.i \
$(ACE_ROOT)/ace/Synch_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
+ $(ACE_ROOT)/ace/Service_Config.h \
+ $(ACE_ROOT)/ace/Unbounded_Queue.h \
+ $(ACE_ROOT)/ace/Node.h \
+ $(ACE_ROOT)/ace/Node.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Queue.inl \
+ $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Set.h \
+ $(ACE_ROOT)/ace/Unbounded_Set.inl \
+ $(ACE_ROOT)/ace/Unbounded_Set.cpp \
+ $(ACE_ROOT)/ace/SString.h \
+ $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/String_Base_Const.h \
+ $(ACE_ROOT)/ace/String_Base.i \
+ $(ACE_ROOT)/ace/String_Base.cpp \
+ $(ACE_ROOT)/ace/Malloc.h \
+ $(ACE_ROOT)/ace/Malloc.i \
+ $(ACE_ROOT)/ace/Malloc_T.h \
$(ACE_ROOT)/ace/Malloc_Allocator.h \
$(ACE_ROOT)/ace/Malloc_Allocator.i \
$(ACE_ROOT)/ace/Free_List.h \
@@ -1335,44 +1371,11 @@ realclean:
$(ACE_ROOT)/ace/SV_Semaphore_Simple.h \
$(ACE_ROOT)/ace/SV_Semaphore_Simple.i \
$(ACE_ROOT)/ace/SV_Semaphore_Complex.i \
- $(ACE_ROOT)/ace/Unbounded_Set.h \
- $(ACE_ROOT)/ace/Node.h \
- $(ACE_ROOT)/ace/Node.cpp \
- $(ACE_ROOT)/ace/Unbounded_Set.inl \
- $(ACE_ROOT)/ace/Unbounded_Set.cpp \
$(ACE_ROOT)/ace/Memory_Pool.i \
$(ACE_ROOT)/ace/Auto_Ptr.h \
$(ACE_ROOT)/ace/Auto_Ptr.i \
$(ACE_ROOT)/ace/Auto_Ptr.cpp \
$(ACE_ROOT)/ace/SString.i \
- Exception.i \
- Object.h \
- Policy_ForwardC.h \
- Sequence.h \
- Managed_Types.h \
- Managed_Types.i \
- $(ACE_ROOT)/ace/Message_Block.h \
- $(ACE_ROOT)/ace/Message_Block.i \
- $(ACE_ROOT)/ace/Message_Block_T.h \
- $(ACE_ROOT)/ace/Message_Block_T.i \
- $(ACE_ROOT)/ace/Message_Block_T.cpp \
- Sequence.i \
- Sequence_T.h \
- Sequence_T.i \
- Sequence_T.cpp \
- Typecode.h \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
- $(ACE_ROOT)/ace/Functor.h \
- $(ACE_ROOT)/ace/Functor.i \
- $(ACE_ROOT)/ace/Functor_T.h \
- $(ACE_ROOT)/ace/Functor_T.i \
- $(ACE_ROOT)/ace/Functor_T.cpp \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
- $(ACE_ROOT)/ace/Service_Config.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.inl \
- $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
$(ACE_ROOT)/ace/XML_Svc_Conf.h \
$(ACE_ROOT)/ace/Service_Config.i \
$(ACE_ROOT)/ace/Reactor.h \
@@ -1388,20 +1391,27 @@ realclean:
$(ACE_ROOT)/ace/Reactor.i \
$(ACE_ROOT)/ace/Reactor_Impl.h \
$(ACE_ROOT)/ace/Svc_Conf_Tokens.h \
+ Exception.h \
+ Exception.i \
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
CDR.i \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -1410,11 +1420,11 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
Pluggable_Messaging_Utils.i \
Incoming_Message_Queue.inl ORB_Core.h corbafwd.h ORB.h Exception.h \
- ServicesC.h OctetSeqC.h \
- OctetSeqC.i ServicesC.i CORBA_String.h \
+ ServicesC.h ServicesC.i CORBA_String.h \
CORBA_String.inl ObjectIdListC.h \
ObjectIdListC.i objectid.h PolicyC.h CurrentC.h CurrentC.i \
Policy_ForwardC.h Remote_Object_Proxy_Impl.h \
@@ -1443,19 +1453,19 @@ realclean:
$(ACE_ROOT)/ace/Managed_Object.i \
$(ACE_ROOT)/ace/Managed_Object.cpp \
TAO_Singleton_Manager.h Adapter.h \
- Adapter.i PolicyFactory_Registry.h PortableInterceptorC.h TAO_Export.h \
- DynamicC.h StringSeqC.h Sequence.h StringSeqC.i DynamicC.i \
- ObjectReferenceTemplateC.h OctetSeqC.h ValueBase.h \
- ValueBase.i ObjectReferenceTemplateC.i \
- Messaging_SyncScopeC.h Messaging_SyncScopeC.i IOPC.h \
- PortableInterceptorC.i $(ACE_ROOT)/ace/Map_Manager.h \
+ Adapter.i PolicyFactory_Registry.h PortableInterceptorC.h PI_ForwardC.h \
+ OctetSeqC.h StringSeqC.h Sequence.h StringSeqC.i PI_ForwardC.i \
+ DynamicC.h DynamicC.i Messaging_SyncScopeC.h Messaging_SyncScopeC.i \
+ IOPC.h PortableInterceptorC.i \
+ $(ACE_ROOT)/ace/Map_Manager.h \
$(ACE_ROOT)/ace/Map_Manager.i \
$(ACE_ROOT)/ace/Map_Manager.cpp Parser_Registry.h \
Parser_Registry.i Service_Callbacks.h \
Service_Callbacks.i \
Fault_Tolerance_Service.h \
Fault_Tolerance_Service.i \
- Cleanup_Func_Registry.h $(ACE_ROOT)/ace/Array_Base.h \
+ Cleanup_Func_Registry.h TAO_Export.h \
+ $(ACE_ROOT)/ace/Array_Base.h \
$(ACE_ROOT)/ace/Array_Base.inl \
$(ACE_ROOT)/ace/Array_Base.cpp Cleanup_Func_Registry.inl \
Object_Ref_Table.h Interceptor_List.h Interceptor_List.inl PICurrent.h \
@@ -1479,7 +1489,7 @@ realclean:
$(ACE_ROOT)/ace/Framework_Component_T.cpp \
$(ACE_ROOT)/ace/Thread_Manager.i ORB_Core.i debug.h
-.obj/Notify_Handler.o .obj/Notify_Handler.dll .shobj/Notify_Handler.o .shobj/Notify_Handler.dll: Notify_Handler.cpp Notify_Handler.h \
+.obj/Notify_Handler.o .obj/Notify_Handler.SO .shobj/Notify_Handler.o .shobj/Notify_Handler.SO: Notify_Handler.cpp Notify_Handler.h \
$(ACE_ROOT)/ace/pre.h TAO_Export.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ace_wchar.h \
@@ -1580,10 +1590,12 @@ realclean:
$(ACE_ROOT)/ace/Auto_Ptr.i \
$(ACE_ROOT)/ace/Auto_Ptr.cpp \
$(ACE_ROOT)/ace/SString.i \
- Exception.i Transport_Cache_Manager.h \
- Cache_Entries.h \
+ Exception.i \
Transport_Descriptor_Interface.h \
Transport_Descriptor_Interface.inl \
+ Transport_Cache_Manager.h \
+ Cache_Entries.h \
+ Transport_Descriptor_Interface.h \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
Cache_Entries.inl \
@@ -1617,9 +1629,8 @@ realclean:
Transport_Cache_Manager.inl \
Transport_Timer.h Incoming_Message_Queue.h Pluggable_Messaging_Utils.h \
IOPC.h \
- Exception.h \
- Object.h \
- Policy_ForwardC.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
Sequence.h \
Managed_Types.h \
Managed_Types.i \
@@ -1633,20 +1644,26 @@ realclean:
Sequence_T.i \
Sequence_T.cpp \
Typecode.h \
+ Exception.h \
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
CDR.i \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -1655,24 +1672,13 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
Pluggable_Messaging_Utils.i \
Incoming_Message_Queue.inl Synch_Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl Synch_Refcountable.inl \
- CONV_FRAMEC.h CONV_FRAMEC.i Codeset_Translator_Factory.h \
- $(ACE_ROOT)/ace/Service_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.i \
- $(ACE_ROOT)/ace/DLL.h \
- $(ACE_ROOT)/ace/Service_Object.i \
- CONV_FRAMEC.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.cpp \
- Transport.inl ORB_Core.h ORB.h ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i ServicesC.i CORBA_String.h \
+ Transport.inl ORB_Core.h ORB.h ServicesC.h ServicesC.i CORBA_String.h \
CORBA_String.inl ObjectIdListC.h \
ObjectIdListC.i objectid.h PolicyC.h CurrentC.h CurrentC.i \
Policy_ForwardC.h Remote_Object_Proxy_Impl.h \
@@ -1684,7 +1690,12 @@ realclean:
LocalObject.h \
LocalObject.i \
Policy_Manager.i Resource_Factory.h \
- params.h params.i \
+ $(ACE_ROOT)/ace/Service_Object.h \
+ $(ACE_ROOT)/ace/Shared_Object.h \
+ $(ACE_ROOT)/ace/Shared_Object.i \
+ $(ACE_ROOT)/ace/DLL.h \
+ $(ACE_ROOT)/ace/Service_Object.i CONV_FRAMEC.h \
+ CONV_FRAMEC.i params.h params.i \
TAO_Singleton_Manager.h \
TAO_Singleton_Manager.inl \
TAO_Singleton.h TAO_Singleton.inl \
@@ -1696,12 +1707,11 @@ realclean:
$(ACE_ROOT)/ace/Managed_Object.i \
$(ACE_ROOT)/ace/Managed_Object.cpp \
TAO_Singleton_Manager.h Adapter.h \
- Adapter.i PolicyFactory_Registry.h PortableInterceptorC.h DynamicC.h \
- StringSeqC.h Sequence.h StringSeqC.i DynamicC.i \
- ObjectReferenceTemplateC.h OctetSeqC.h ValueBase.h \
- ValueBase.i ObjectReferenceTemplateC.i \
- Messaging_SyncScopeC.h Messaging_SyncScopeC.i IOPC.h \
- PortableInterceptorC.i $(ACE_ROOT)/ace/Map_Manager.h \
+ Adapter.i PolicyFactory_Registry.h PortableInterceptorC.h PI_ForwardC.h \
+ OctetSeqC.h StringSeqC.h Sequence.h StringSeqC.i PI_ForwardC.i \
+ DynamicC.h DynamicC.i Messaging_SyncScopeC.h Messaging_SyncScopeC.i \
+ IOPC.h PortableInterceptorC.i \
+ $(ACE_ROOT)/ace/Map_Manager.h \
$(ACE_ROOT)/ace/Map_Manager.i \
$(ACE_ROOT)/ace/Map_Manager.cpp Parser_Registry.h \
Parser_Registry.i Service_Callbacks.h \
@@ -1733,7 +1743,7 @@ realclean:
$(ACE_ROOT)/ace/Thread_Manager.i ORB_Core.i \
Resume_Handle.h Resume_Handle.inl
-.obj/Resume_Handle.o .obj/Resume_Handle.dll .shobj/Resume_Handle.o .shobj/Resume_Handle.dll: Resume_Handle.cpp Resume_Handle.h \
+.obj/Resume_Handle.o .obj/Resume_Handle.SO .shobj/Resume_Handle.o .shobj/Resume_Handle.SO: Resume_Handle.cpp Resume_Handle.h \
$(ACE_ROOT)/ace/pre.h TAO_Export.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ace_wchar.h \
@@ -1891,7 +1901,19 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
- Object.i CurrentC.i Policy_ForwardC.h \
+ IOP_IORC.h \
+ IOP_IORC.i \
+ Object.i \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h CurrentC.i Policy_ForwardC.h \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h Encodable.h \
PolicyC.i ORB.i Environment.h \
@@ -1900,7 +1922,6 @@ realclean:
Policy_Set.i \
LocalObject.h \
LocalObject.i \
- debug.h \
Policy_Manager.i Resource_Factory.h \
$(ACE_ROOT)/ace/Service_Object.h \
$(ACE_ROOT)/ace/Shared_Object.h \
@@ -1919,22 +1940,11 @@ realclean:
$(ACE_ROOT)/ace/Managed_Object.i \
$(ACE_ROOT)/ace/Managed_Object.cpp \
TAO_Singleton_Manager.h Adapter.h \
- Adapter.i PolicyFactory_Registry.h PortableInterceptorC.h DynamicC.h \
- StringSeqC.h Sequence.h StringSeqC.i \
- Any_T.h \
- Any.h \
- Any.i \
- AbstractBase.h \
- AbstractBase.inl \
- Any_T.inl \
- Any_T.cpp \
- Marshal.h \
- Marshal.i DynamicC.i \
- ObjectReferenceTemplateC.h OctetSeqC.h ValueBase.h \
- ValueBase.i ObjectReferenceTemplateC.i \
- Messaging_SyncScopeC.h Messaging_SyncScopeC.i IOPC.h Object.h Any_T.h \
- IOPC.i PortableInterceptorC.i \
- $(ACE_ROOT)/ace/Map_Manager.h \
+ Adapter.i PolicyFactory_Registry.h PortableInterceptorC.h PI_ForwardC.h \
+ OctetSeqC.h StringSeqC.h Sequence.h StringSeqC.i PI_ForwardC.i \
+ DynamicC.h DynamicC.i Messaging_SyncScopeC.h Messaging_SyncScopeC.i \
+ IOPC.h IOP_IORC.h IOP_CodecC.h IOP_CodecC.i IOPC.i \
+ PortableInterceptorC.i $(ACE_ROOT)/ace/Map_Manager.h \
$(ACE_ROOT)/ace/Map_Manager.i \
$(ACE_ROOT)/ace/Map_Manager.cpp Parser_Registry.h \
Parser_Registry.i Service_Callbacks.h \
@@ -1966,8 +1976,11 @@ realclean:
$(ACE_ROOT)/ace/Framework_Component_T.cpp \
$(ACE_ROOT)/ace/Thread_Manager.i ORB_Core.i
-.obj/Profile.o .obj/Profile.dll .shobj/Profile.o .shobj/Profile.dll: Profile.cpp Profile.h $(ACE_ROOT)/ace/pre.h \
- corbafwd.h $(ACE_ROOT)/ace/CDR_Base.h \
+.obj/Profile.o .obj/Profile.SO .shobj/Profile.o .shobj/Profile.SO: Profile.cpp Profile.h $(ACE_ROOT)/ace/pre.h \
+ Tagged_Components.h \
+ IOPC.h \
+ corbafwd.h \
+ $(ACE_ROOT)/ace/CDR_Base.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ace_wchar.h \
$(ACE_ROOT)/ace/ace_wchar.inl \
@@ -1996,14 +2009,31 @@ realclean:
$(ACE_ROOT)/ace/CDR_Base.inl \
orbconf.h \
TAO_Export.h \
- corbafwd.i Tagged_Components.h \
- IOPC.h \
- corbafwd.h \
- Exception.h \
+ corbafwd.i \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ Sequence.h \
+ Managed_Types.h \
+ Managed_Types.i \
$(ACE_ROOT)/ace/CORBA_macros.h \
$(ACE_ROOT)/ace/Exception_Macros.h \
- $(ACE_ROOT)/ace/SString.h \
- $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/Log_Msg.h \
+ $(ACE_ROOT)/ace/Log_Priority.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
+ $(ACE_ROOT)/ace/Message_Block.h \
+ $(ACE_ROOT)/ace/Message_Block.i \
+ $(ACE_ROOT)/ace/Message_Block_T.h \
+ $(ACE_ROOT)/ace/Message_Block_T.i \
+ $(ACE_ROOT)/ace/Message_Block_T.cpp \
+ $(ACE_ROOT)/ace/Malloc_Base.h \
+ Sequence.i \
+ Sequence_T.h \
+ Sequence_T.i \
+ Sequence_T.cpp \
+ Typecode.h \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
+ $(ACE_ROOT)/ace/Functor.h \
$(ACE_ROOT)/ace/ACE.h \
$(ACE_ROOT)/ace/Flag_Manip.h \
$(ACE_ROOT)/ace/Flag_Manip.i \
@@ -2016,17 +2046,11 @@ realclean:
$(ACE_ROOT)/ace/Sock_Connect.h \
$(ACE_ROOT)/ace/Sock_Connect.i \
$(ACE_ROOT)/ace/ACE.i \
- $(ACE_ROOT)/ace/String_Base_Const.h \
- $(ACE_ROOT)/ace/String_Base.i \
- $(ACE_ROOT)/ace/Malloc_Base.h \
- $(ACE_ROOT)/ace/String_Base.cpp \
- $(ACE_ROOT)/ace/Malloc.h \
- $(ACE_ROOT)/ace/Log_Msg.h \
- $(ACE_ROOT)/ace/Log_Priority.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
- $(ACE_ROOT)/ace/Malloc.i \
- $(ACE_ROOT)/ace/Malloc_T.h \
+ $(ACE_ROOT)/ace/Functor.i \
+ $(ACE_ROOT)/ace/Functor_T.h \
+ $(ACE_ROOT)/ace/Functor_T.i \
+ $(ACE_ROOT)/ace/Functor_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
$(ACE_ROOT)/ace/Synch.h \
$(ACE_ROOT)/ace/Synch.i \
$(ACE_ROOT)/ace/Synch_T.h \
@@ -2038,6 +2062,24 @@ realclean:
$(ACE_ROOT)/ace/Thread_Adapter.inl \
$(ACE_ROOT)/ace/Thread.i \
$(ACE_ROOT)/ace/Synch_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
+ $(ACE_ROOT)/ace/Service_Config.h \
+ $(ACE_ROOT)/ace/Unbounded_Queue.h \
+ $(ACE_ROOT)/ace/Node.h \
+ $(ACE_ROOT)/ace/Node.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Queue.inl \
+ $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Set.h \
+ $(ACE_ROOT)/ace/Unbounded_Set.inl \
+ $(ACE_ROOT)/ace/Unbounded_Set.cpp \
+ $(ACE_ROOT)/ace/SString.h \
+ $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/String_Base_Const.h \
+ $(ACE_ROOT)/ace/String_Base.i \
+ $(ACE_ROOT)/ace/String_Base.cpp \
+ $(ACE_ROOT)/ace/Malloc.h \
+ $(ACE_ROOT)/ace/Malloc.i \
+ $(ACE_ROOT)/ace/Malloc_T.h \
$(ACE_ROOT)/ace/Malloc_Allocator.h \
$(ACE_ROOT)/ace/Malloc_Allocator.i \
$(ACE_ROOT)/ace/Free_List.h \
@@ -2056,44 +2098,11 @@ realclean:
$(ACE_ROOT)/ace/SV_Semaphore_Simple.h \
$(ACE_ROOT)/ace/SV_Semaphore_Simple.i \
$(ACE_ROOT)/ace/SV_Semaphore_Complex.i \
- $(ACE_ROOT)/ace/Unbounded_Set.h \
- $(ACE_ROOT)/ace/Node.h \
- $(ACE_ROOT)/ace/Node.cpp \
- $(ACE_ROOT)/ace/Unbounded_Set.inl \
- $(ACE_ROOT)/ace/Unbounded_Set.cpp \
$(ACE_ROOT)/ace/Memory_Pool.i \
$(ACE_ROOT)/ace/Auto_Ptr.h \
$(ACE_ROOT)/ace/Auto_Ptr.i \
$(ACE_ROOT)/ace/Auto_Ptr.cpp \
$(ACE_ROOT)/ace/SString.i \
- Exception.i \
- Object.h \
- Policy_ForwardC.h \
- Sequence.h \
- Managed_Types.h \
- Managed_Types.i \
- $(ACE_ROOT)/ace/Message_Block.h \
- $(ACE_ROOT)/ace/Message_Block.i \
- $(ACE_ROOT)/ace/Message_Block_T.h \
- $(ACE_ROOT)/ace/Message_Block_T.i \
- $(ACE_ROOT)/ace/Message_Block_T.cpp \
- Sequence.i \
- Sequence_T.h \
- Sequence_T.i \
- Sequence_T.cpp \
- Typecode.h \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
- $(ACE_ROOT)/ace/Functor.h \
- $(ACE_ROOT)/ace/Functor.i \
- $(ACE_ROOT)/ace/Functor_T.h \
- $(ACE_ROOT)/ace/Functor_T.i \
- $(ACE_ROOT)/ace/Functor_T.cpp \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
- $(ACE_ROOT)/ace/Service_Config.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.inl \
- $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
$(ACE_ROOT)/ace/XML_Svc_Conf.h \
$(ACE_ROOT)/ace/Service_Config.i \
$(ACE_ROOT)/ace/Reactor.h \
@@ -2109,20 +2118,27 @@ realclean:
$(ACE_ROOT)/ace/Reactor.i \
$(ACE_ROOT)/ace/Reactor_Impl.h \
$(ACE_ROOT)/ace/Svc_Conf_Tokens.h \
+ Exception.h \
+ Exception.i \
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
CDR.i \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -2131,24 +2147,26 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
CONV_FRAMEC.h \
CONV_FRAMEC.i \
- Tagged_Components.i PolicyC.h \
- CurrentC.h CurrentC.i Policy_ForwardC.h Exception.h \
+ Tagged_Components.i \
+ PolicyC.h \
+ CurrentC.h \
+ CurrentC.i \
Remote_Object_Proxy_Impl.h \
- Object_Proxy_Impl.h Encodable.h \
- PolicyC.i GIOP_Message_Version.h \
- GIOP_Message_Version.inl Object_KeyC.h \
- Profile.i Messaging_PolicyValueC.h IOPC.h Sequence.h \
+ Object_Proxy_Impl.h \
+ Encodable.h \
+ PolicyC.i \
+ GIOP_Message_Version.h \
+ GIOP_Message_Version.inl Profile.i \
+ Object_KeyC.h Messaging_PolicyValueC.h IOPC.h Sequence.h \
Messaging_PolicyValueC.i Stub.h \
MProfile.h \
- PolicyC.h \
MProfile.i \
ORB.h \
ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i \
ServicesC.i \
CORBA_String.h \
CORBA_String.inl \
@@ -2185,15 +2203,12 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- CurrentC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
PortableInterceptorC.i \
@@ -2237,11 +2252,10 @@ realclean:
ORB_Core.i \
ORB_Core_Auto_Ptr.h \
ORB_Core_Auto_Ptr.inl \
- Stub.i debug.h \
- target_specification.h \
+ Stub.i debug.h target_specification.h \
target_specification.i
-.obj/Endpoint.o .obj/Endpoint.dll .shobj/Endpoint.o .shobj/Endpoint.dll: Endpoint.cpp Endpoint.h \
+.obj/Endpoint.o .obj/Endpoint.SO .shobj/Endpoint.o .shobj/Endpoint.SO: Endpoint.cpp Endpoint.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
@@ -2291,7 +2305,7 @@ realclean:
$(ACE_ROOT)/ace/Log_Priority.h \
Endpoint.i
-.obj/Connector_Registry.o .obj/Connector_Registry.dll .shobj/Connector_Registry.o .shobj/Connector_Registry.dll: Connector_Registry.cpp \
+.obj/Connector_Registry.o .obj/Connector_Registry.SO .shobj/Connector_Registry.o .shobj/Connector_Registry.SO: Connector_Registry.cpp \
Connector_Registry.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
@@ -2462,7 +2476,19 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ IOP_IORC.i \
Object.i \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h \
CurrentC.i \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h \
@@ -2474,7 +2500,6 @@ realclean:
Policy_Set.i \
LocalObject.h \
LocalObject.i \
- debug.h \
Policy_Manager.i \
Resource_Factory.h \
$(ACE_ROOT)/ace/Service_Object.h \
@@ -2500,26 +2525,17 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
- Any_T.h \
- Any.h \
- Any.i \
- AbstractBase.h \
- AbstractBase.inl \
- Any_T.inl \
- Any_T.cpp \
- Marshal.h \
- Marshal.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
IOPC.i \
PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -2572,7 +2588,7 @@ realclean:
Transport_Descriptor_Interface.h \
Transport_Descriptor_Interface.inl
-.obj/Connection_Handler.o .obj/Connection_Handler.dll .shobj/Connection_Handler.o .shobj/Connection_Handler.dll: Connection_Handler.cpp Connection_Handler.h \
+.obj/Connection_Handler.o .obj/Connection_Handler.SO .shobj/Connection_Handler.o .shobj/Connection_Handler.SO: Connection_Handler.cpp Connection_Handler.h \
$(ACE_ROOT)/ace/pre.h LF_CH_Event.h LF_Event.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ace_wchar.h \
@@ -2732,7 +2748,19 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
- Object.i CurrentC.i Policy_ForwardC.h \
+ IOP_IORC.h \
+ IOP_IORC.i \
+ Object.i \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h CurrentC.i Policy_ForwardC.h \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h Encodable.h \
PolicyC.i ORB.i Environment.h \
@@ -2741,7 +2769,6 @@ realclean:
Policy_Set.i \
LocalObject.h \
LocalObject.i \
- debug.h \
Policy_Manager.i Resource_Factory.h \
$(ACE_ROOT)/ace/Service_Object.h \
$(ACE_ROOT)/ace/Shared_Object.h \
@@ -2760,22 +2787,11 @@ realclean:
$(ACE_ROOT)/ace/Managed_Object.i \
$(ACE_ROOT)/ace/Managed_Object.cpp \
TAO_Singleton_Manager.h Adapter.h \
- Adapter.i PolicyFactory_Registry.h PortableInterceptorC.h DynamicC.h \
- StringSeqC.h Sequence.h StringSeqC.i \
- Any_T.h \
- Any.h \
- Any.i \
- AbstractBase.h \
- AbstractBase.inl \
- Any_T.inl \
- Any_T.cpp \
- Marshal.h \
- Marshal.i DynamicC.i \
- ObjectReferenceTemplateC.h OctetSeqC.h ValueBase.h \
- ValueBase.i ObjectReferenceTemplateC.i \
- Messaging_SyncScopeC.h Messaging_SyncScopeC.i IOPC.h Object.h Any_T.h \
- IOPC.i PortableInterceptorC.i \
- $(ACE_ROOT)/ace/Map_Manager.h \
+ Adapter.i PolicyFactory_Registry.h PortableInterceptorC.h PI_ForwardC.h \
+ OctetSeqC.h StringSeqC.h Sequence.h StringSeqC.i PI_ForwardC.i \
+ DynamicC.h DynamicC.i Messaging_SyncScopeC.h Messaging_SyncScopeC.i \
+ IOPC.h IOP_IORC.h IOP_CodecC.h IOP_CodecC.i IOPC.i \
+ PortableInterceptorC.i $(ACE_ROOT)/ace/Map_Manager.h \
$(ACE_ROOT)/ace/Map_Manager.i \
$(ACE_ROOT)/ace/Map_Manager.cpp Parser_Registry.h \
Parser_Registry.i Service_Callbacks.h \
@@ -2806,11 +2822,12 @@ realclean:
$(ACE_ROOT)/ace/Framework_Component_T.inl \
$(ACE_ROOT)/ace/Framework_Component_T.cpp \
$(ACE_ROOT)/ace/Thread_Manager.i ORB_Core.i \
- Server_Strategy_Factory.h debug.h Resume_Handle.h Resume_Handle.inl \
- Transport.h Transport_Cache_Manager.h \
+ Server_Strategy_Factory.h debug.h Object.h Resume_Handle.h \
+ Resume_Handle.inl Transport.h Transport_Descriptor_Interface.h \
+ Transport_Descriptor_Interface.inl \
+ Transport_Cache_Manager.h \
Cache_Entries.h \
Transport_Descriptor_Interface.h \
- Transport_Descriptor_Interface.inl \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
Cache_Entries.inl \
@@ -2820,11 +2837,6 @@ realclean:
Incoming_Message_Queue.inl Synch_Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl Synch_Refcountable.inl \
- Codeset_Translator_Factory.h \
- CONV_FRAMEC.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.cpp \
Transport.inl Wait_Strategy.h Wait_Strategy.inl \
$(ACE_ROOT)/ace/SOCK.h $(ACE_ROOT)/ace/Addr.h \
$(ACE_ROOT)/ace/Addr.i \
@@ -2832,7 +2844,7 @@ realclean:
$(ACE_ROOT)/ace/IPC_SAP.i \
$(ACE_ROOT)/ace/SOCK.i
-.obj/Acceptor_Registry.o .obj/Acceptor_Registry.dll .shobj/Acceptor_Registry.o .shobj/Acceptor_Registry.dll: Acceptor_Registry.cpp \
+.obj/Acceptor_Registry.o .obj/Acceptor_Registry.SO .shobj/Acceptor_Registry.o .shobj/Acceptor_Registry.SO: Acceptor_Registry.cpp \
Acceptor_Registry.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
@@ -2993,6 +3005,13 @@ realclean:
Profile.h \
Tagged_Components.h \
IOPC.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ OctetSeqC.i \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
Object.h \
Policy_ForwardC.h \
varbase.h \
@@ -3000,8 +3019,6 @@ realclean:
Object_KeyC.h \
Object_KeyC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -3010,6 +3027,7 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
Tagged_Components.i \
PolicyC.h \
@@ -3028,8 +3046,6 @@ realclean:
ORB_Core.h \
ORB.h \
ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i \
ServicesC.i \
CORBA_String.h \
CORBA_String.inl \
@@ -3059,14 +3075,12 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
PortableInterceptorC.i \
@@ -3115,7 +3129,7 @@ realclean:
Endpoint.h \
Endpoint.i
-.obj/Protocol_Factory.o .obj/Protocol_Factory.dll .shobj/Protocol_Factory.o .shobj/Protocol_Factory.dll: Protocol_Factory.cpp \
+.obj/Protocol_Factory.o .obj/Protocol_Factory.SO .shobj/Protocol_Factory.o .shobj/Protocol_Factory.SO: Protocol_Factory.cpp \
Protocol_Factory.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
@@ -3224,7 +3238,7 @@ realclean:
$(ACE_ROOT)/ace/Dynamic_Service.i \
$(ACE_ROOT)/ace/Dynamic_Service.cpp
-.obj/Acceptor_Filter.o .obj/Acceptor_Filter.dll .shobj/Acceptor_Filter.o .shobj/Acceptor_Filter.dll: Acceptor_Filter.cpp \
+.obj/Acceptor_Filter.o .obj/Acceptor_Filter.SO .shobj/Acceptor_Filter.o .shobj/Acceptor_Filter.SO: Acceptor_Filter.cpp \
Acceptor_Filter.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
@@ -3373,7 +3387,7 @@ realclean:
Object_KeyC.i \
Acceptor_Filter.i
-.obj/iiop_endpoints.o .obj/iiop_endpoints.dll .shobj/iiop_endpoints.o .shobj/iiop_endpoints.dll: iiop_endpoints.cpp iiop_endpoints.h \
+.obj/iiop_endpoints.o .obj/iiop_endpoints.SO .shobj/iiop_endpoints.o .shobj/iiop_endpoints.SO: iiop_endpoints.cpp iiop_endpoints.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
@@ -3522,7 +3536,7 @@ realclean:
$(ACE_ROOT)/ace/CDR_Stream.i \
CDR.i iiop_endpoints.i
-.obj/IIOP_Factory.o .obj/IIOP_Factory.dll .shobj/IIOP_Factory.o .shobj/IIOP_Factory.dll: IIOP_Factory.cpp IIOP_Factory.h \
+.obj/IIOP_Factory.o .obj/IIOP_Factory.SO .shobj/IIOP_Factory.o .shobj/IIOP_Factory.SO: IIOP_Factory.cpp IIOP_Factory.h \
$(ACE_ROOT)/ace/pre.h \
Protocol_Factory.h \
corbafwd.h \
@@ -3646,15 +3660,13 @@ realclean:
$(ACE_ROOT)/ace/Reactor_Impl.h IIOP_Acceptor.h \
Transport_Acceptor.h \
IOPC.h \
- Exception.h \
- $(ACE_ROOT)/ace/CORBA_macros.h \
- $(ACE_ROOT)/ace/Exception_Macros.h \
- Exception.i \
- Object.h \
- Policy_ForwardC.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
Sequence.h \
Managed_Types.h \
Managed_Types.i \
+ $(ACE_ROOT)/ace/CORBA_macros.h \
+ $(ACE_ROOT)/ace/Exception_Macros.h \
$(ACE_ROOT)/ace/Message_Block.h \
$(ACE_ROOT)/ace/Message_Block.i \
$(ACE_ROOT)/ace/Message_Block_T.h \
@@ -3673,20 +3685,27 @@ realclean:
$(ACE_ROOT)/ace/Functor_T.cpp \
$(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
$(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
+ Exception.h \
+ Exception.i \
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
CDR.i \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -3695,6 +3714,7 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
Transport_Acceptor.inl \
IIOP_Connection_Handler.h \
@@ -3791,8 +3811,6 @@ realclean:
ORB_Core.h \
ORB.h \
ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i \
ServicesC.i \
CORBA_String.h \
CORBA_String.inl \
@@ -3827,14 +3845,12 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
PortableInterceptorC.i \
@@ -3878,9 +3894,6 @@ realclean:
Incoming_Message_Queue.inl \
Synch_Refcountable.h \
Synch_Refcountable.inl \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory_T.cpp \
Transport.inl \
$(ACE_ROOT)/ace/SOCK_Acceptor.h \
$(ACE_ROOT)/ace/SOCK_Acceptor.i \
@@ -3896,7 +3909,7 @@ realclean:
Connector_Impl.inl \
Connector_Impl.cpp IOPC.h
-.obj/IIOP_Lite_Factory.o .obj/IIOP_Lite_Factory.dll .shobj/IIOP_Lite_Factory.o .shobj/IIOP_Lite_Factory.dll: IIOP_Lite_Factory.cpp \
+.obj/IIOP_Lite_Factory.o .obj/IIOP_Lite_Factory.SO .shobj/IIOP_Lite_Factory.o .shobj/IIOP_Lite_Factory.SO: IIOP_Lite_Factory.cpp \
IIOP_Lite_Factory.h \
$(ACE_ROOT)/ace/pre.h \
Protocol_Factory.h \
@@ -4022,15 +4035,13 @@ realclean:
IIOP_Acceptor.h \
Transport_Acceptor.h \
IOPC.h \
- Exception.h \
- $(ACE_ROOT)/ace/CORBA_macros.h \
- $(ACE_ROOT)/ace/Exception_Macros.h \
- Exception.i \
- Object.h \
- Policy_ForwardC.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
Sequence.h \
Managed_Types.h \
Managed_Types.i \
+ $(ACE_ROOT)/ace/CORBA_macros.h \
+ $(ACE_ROOT)/ace/Exception_Macros.h \
$(ACE_ROOT)/ace/Message_Block.h \
$(ACE_ROOT)/ace/Message_Block.i \
$(ACE_ROOT)/ace/Message_Block_T.h \
@@ -4049,20 +4060,27 @@ realclean:
$(ACE_ROOT)/ace/Functor_T.cpp \
$(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
$(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
+ Exception.h \
+ Exception.i \
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
CDR.i \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -4071,6 +4089,7 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
Transport_Acceptor.inl \
IIOP_Connection_Handler.h \
@@ -4167,8 +4186,6 @@ realclean:
ORB_Core.h \
ORB.h \
ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i \
ServicesC.i \
CORBA_String.h \
CORBA_String.inl \
@@ -4203,14 +4220,12 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
PortableInterceptorC.i \
@@ -4254,9 +4269,6 @@ realclean:
Incoming_Message_Queue.inl \
Synch_Refcountable.h \
Synch_Refcountable.inl \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory_T.cpp \
Transport.inl \
$(ACE_ROOT)/ace/SOCK_Acceptor.h \
$(ACE_ROOT)/ace/SOCK_Acceptor.i \
@@ -4280,9 +4292,11 @@ realclean:
$(ACE_ROOT)/ace/Get_Opt.h \
$(ACE_ROOT)/ace/Get_Opt.i
-.obj/IIOP_Profile.o .obj/IIOP_Profile.dll .shobj/IIOP_Profile.o .shobj/IIOP_Profile.dll: IIOP_Profile.cpp IIOP_Profile.h \
+.obj/IIOP_Profile.o .obj/IIOP_Profile.SO .shobj/IIOP_Profile.o .shobj/IIOP_Profile.SO: IIOP_Profile.cpp IIOP_Profile.h \
$(ACE_ROOT)/ace/pre.h \
Profile.h \
+ Tagged_Components.h \
+ IOPC.h \
corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
$(ACE_ROOT)/ace/post.h \
@@ -4314,13 +4328,30 @@ realclean:
orbconf.h \
TAO_Export.h \
corbafwd.i \
- Tagged_Components.h \
- IOPC.h \
- Exception.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ Sequence.h \
+ Managed_Types.h \
+ Managed_Types.i \
$(ACE_ROOT)/ace/CORBA_macros.h \
$(ACE_ROOT)/ace/Exception_Macros.h \
- $(ACE_ROOT)/ace/SString.h \
- $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/Log_Msg.h \
+ $(ACE_ROOT)/ace/Log_Priority.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
+ $(ACE_ROOT)/ace/Message_Block.h \
+ $(ACE_ROOT)/ace/Message_Block.i \
+ $(ACE_ROOT)/ace/Message_Block_T.h \
+ $(ACE_ROOT)/ace/Message_Block_T.i \
+ $(ACE_ROOT)/ace/Message_Block_T.cpp \
+ $(ACE_ROOT)/ace/Malloc_Base.h \
+ Sequence.i \
+ Sequence_T.h \
+ Sequence_T.i \
+ Sequence_T.cpp \
+ Typecode.h \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
+ $(ACE_ROOT)/ace/Functor.h \
$(ACE_ROOT)/ace/ACE.h \
$(ACE_ROOT)/ace/Flag_Manip.h \
$(ACE_ROOT)/ace/Flag_Manip.i \
@@ -4333,17 +4364,11 @@ realclean:
$(ACE_ROOT)/ace/Sock_Connect.h \
$(ACE_ROOT)/ace/Sock_Connect.i \
$(ACE_ROOT)/ace/ACE.i \
- $(ACE_ROOT)/ace/String_Base_Const.h \
- $(ACE_ROOT)/ace/String_Base.i \
- $(ACE_ROOT)/ace/Malloc_Base.h \
- $(ACE_ROOT)/ace/String_Base.cpp \
- $(ACE_ROOT)/ace/Malloc.h \
- $(ACE_ROOT)/ace/Log_Msg.h \
- $(ACE_ROOT)/ace/Log_Priority.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
- $(ACE_ROOT)/ace/Malloc.i \
- $(ACE_ROOT)/ace/Malloc_T.h \
+ $(ACE_ROOT)/ace/Functor.i \
+ $(ACE_ROOT)/ace/Functor_T.h \
+ $(ACE_ROOT)/ace/Functor_T.i \
+ $(ACE_ROOT)/ace/Functor_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
$(ACE_ROOT)/ace/Synch.h \
$(ACE_ROOT)/ace/Synch.i \
$(ACE_ROOT)/ace/Synch_T.h \
@@ -4355,6 +4380,24 @@ realclean:
$(ACE_ROOT)/ace/Thread_Adapter.inl \
$(ACE_ROOT)/ace/Thread.i \
$(ACE_ROOT)/ace/Synch_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
+ $(ACE_ROOT)/ace/Service_Config.h \
+ $(ACE_ROOT)/ace/Unbounded_Queue.h \
+ $(ACE_ROOT)/ace/Node.h \
+ $(ACE_ROOT)/ace/Node.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Queue.inl \
+ $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Set.h \
+ $(ACE_ROOT)/ace/Unbounded_Set.inl \
+ $(ACE_ROOT)/ace/Unbounded_Set.cpp \
+ $(ACE_ROOT)/ace/SString.h \
+ $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/String_Base_Const.h \
+ $(ACE_ROOT)/ace/String_Base.i \
+ $(ACE_ROOT)/ace/String_Base.cpp \
+ $(ACE_ROOT)/ace/Malloc.h \
+ $(ACE_ROOT)/ace/Malloc.i \
+ $(ACE_ROOT)/ace/Malloc_T.h \
$(ACE_ROOT)/ace/Malloc_Allocator.h \
$(ACE_ROOT)/ace/Malloc_Allocator.i \
$(ACE_ROOT)/ace/Free_List.h \
@@ -4373,44 +4416,11 @@ realclean:
$(ACE_ROOT)/ace/SV_Semaphore_Simple.h \
$(ACE_ROOT)/ace/SV_Semaphore_Simple.i \
$(ACE_ROOT)/ace/SV_Semaphore_Complex.i \
- $(ACE_ROOT)/ace/Unbounded_Set.h \
- $(ACE_ROOT)/ace/Node.h \
- $(ACE_ROOT)/ace/Node.cpp \
- $(ACE_ROOT)/ace/Unbounded_Set.inl \
- $(ACE_ROOT)/ace/Unbounded_Set.cpp \
$(ACE_ROOT)/ace/Memory_Pool.i \
$(ACE_ROOT)/ace/Auto_Ptr.h \
$(ACE_ROOT)/ace/Auto_Ptr.i \
$(ACE_ROOT)/ace/Auto_Ptr.cpp \
$(ACE_ROOT)/ace/SString.i \
- Exception.i \
- Object.h \
- Policy_ForwardC.h \
- Sequence.h \
- Managed_Types.h \
- Managed_Types.i \
- $(ACE_ROOT)/ace/Message_Block.h \
- $(ACE_ROOT)/ace/Message_Block.i \
- $(ACE_ROOT)/ace/Message_Block_T.h \
- $(ACE_ROOT)/ace/Message_Block_T.i \
- $(ACE_ROOT)/ace/Message_Block_T.cpp \
- Sequence.i \
- Sequence_T.h \
- Sequence_T.i \
- Sequence_T.cpp \
- Typecode.h \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
- $(ACE_ROOT)/ace/Functor.h \
- $(ACE_ROOT)/ace/Functor.i \
- $(ACE_ROOT)/ace/Functor_T.h \
- $(ACE_ROOT)/ace/Functor_T.i \
- $(ACE_ROOT)/ace/Functor_T.cpp \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
- $(ACE_ROOT)/ace/Service_Config.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.inl \
- $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
$(ACE_ROOT)/ace/XML_Svc_Conf.h \
$(ACE_ROOT)/ace/Service_Config.i \
$(ACE_ROOT)/ace/Reactor.h \
@@ -4426,20 +4436,27 @@ realclean:
$(ACE_ROOT)/ace/Reactor.i \
$(ACE_ROOT)/ace/Reactor_Impl.h \
$(ACE_ROOT)/ace/Svc_Conf_Tokens.h \
+ Exception.h \
+ Exception.i \
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
CDR.i \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -4448,6 +4465,7 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
CONV_FRAMEC.h \
CONV_FRAMEC.i \
@@ -4472,9 +4490,7 @@ realclean:
$(ACE_ROOT)/ace/INET_Addr.i \
IIOP_Endpoint.i \
IIOP_Profile.i CDR.h Environment.h \
- ORB.h corbafwd.h Exception.h ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i ServicesC.i CORBA_String.h \
+ ORB.h corbafwd.h Exception.h ServicesC.h ServicesC.i CORBA_String.h \
ObjectIdListC.h ObjectIdListC.i objectid.h PolicyC.h \
ORB.i ORB_Core.h Policy_Manager.h \
Policy_Set.h \
@@ -4498,19 +4514,19 @@ realclean:
$(ACE_ROOT)/ace/Managed_Object.i \
$(ACE_ROOT)/ace/Managed_Object.cpp \
TAO_Singleton_Manager.h Adapter.h \
- Adapter.i PolicyFactory_Registry.h PortableInterceptorC.h TAO_Export.h \
- CurrentC.h DynamicC.h StringSeqC.h Sequence.h StringSeqC.i DynamicC.i \
- ObjectReferenceTemplateC.h OctetSeqC.h ValueBase.h \
- ValueBase.i ObjectReferenceTemplateC.i \
- Messaging_SyncScopeC.h Messaging_SyncScopeC.i IOPC.h \
- PortableInterceptorC.i $(ACE_ROOT)/ace/Map_Manager.h \
+ Adapter.i PolicyFactory_Registry.h PortableInterceptorC.h PI_ForwardC.h \
+ OctetSeqC.h StringSeqC.h Sequence.h StringSeqC.i PI_ForwardC.i \
+ CurrentC.h DynamicC.h DynamicC.i Messaging_SyncScopeC.h \
+ Messaging_SyncScopeC.i IOPC.h PortableInterceptorC.i \
+ $(ACE_ROOT)/ace/Map_Manager.h \
$(ACE_ROOT)/ace/Map_Manager.i \
$(ACE_ROOT)/ace/Map_Manager.cpp Parser_Registry.h \
Parser_Registry.i Service_Callbacks.h \
Service_Callbacks.i \
Fault_Tolerance_Service.h \
Fault_Tolerance_Service.i \
- Cleanup_Func_Registry.h $(ACE_ROOT)/ace/Array_Base.h \
+ Cleanup_Func_Registry.h TAO_Export.h \
+ $(ACE_ROOT)/ace/Array_Base.h \
$(ACE_ROOT)/ace/Array_Base.inl \
$(ACE_ROOT)/ace/Array_Base.cpp Cleanup_Func_Registry.inl \
Object_Ref_Table.h Interceptor_List.h Interceptor_List.inl PICurrent.h \
@@ -4535,7 +4551,7 @@ realclean:
$(ACE_ROOT)/ace/Thread_Manager.i ORB_Core.i debug.h \
iiop_endpoints.h iiop_endpoints.i
-.obj/IIOP_Transport.o .obj/IIOP_Transport.dll .shobj/IIOP_Transport.o .shobj/IIOP_Transport.dll: IIOP_Transport.cpp IIOP_Transport.h \
+.obj/IIOP_Transport.o .obj/IIOP_Transport.SO .shobj/IIOP_Transport.o .shobj/IIOP_Transport.SO: IIOP_Transport.cpp IIOP_Transport.h \
$(ACE_ROOT)/ace/pre.h \
Transport.h \
corbafwd.h \
@@ -4637,10 +4653,10 @@ realclean:
$(ACE_ROOT)/ace/Auto_Ptr.cpp \
$(ACE_ROOT)/ace/SString.i \
Exception.i \
- Transport_Cache_Manager.h \
- Cache_Entries.h \
Transport_Descriptor_Interface.h \
Transport_Descriptor_Interface.inl \
+ Transport_Cache_Manager.h \
+ Cache_Entries.h \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
Cache_Entries.inl \
@@ -4676,8 +4692,8 @@ realclean:
Incoming_Message_Queue.h \
Pluggable_Messaging_Utils.h \
IOPC.h \
- Object.h \
- Policy_ForwardC.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
Sequence.h \
Managed_Types.h \
Managed_Types.i \
@@ -4694,17 +4710,22 @@ realclean:
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
CDR.i \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -4713,6 +4734,7 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
Pluggable_Messaging_Utils.i \
Incoming_Message_Queue.inl \
@@ -4720,16 +4742,6 @@ realclean:
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl \
Synch_Refcountable.inl \
- CONV_FRAMEC.h \
- CONV_FRAMEC.i \
- Codeset_Translator_Factory.h \
- $(ACE_ROOT)/ace/Service_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.i \
- $(ACE_ROOT)/ace/DLL.h \
- $(ACE_ROOT)/ace/Service_Object.i \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory_T.cpp \
Transport.inl \
IIOPC.h \
IIOPC.i \
@@ -4756,6 +4768,11 @@ realclean:
$(ACE_ROOT)/ace/Synch_Options.h \
$(ACE_ROOT)/ace/Synch_Options.i \
$(ACE_ROOT)/ace/Task.h \
+ $(ACE_ROOT)/ace/Service_Object.h \
+ $(ACE_ROOT)/ace/Shared_Object.h \
+ $(ACE_ROOT)/ace/Shared_Object.i \
+ $(ACE_ROOT)/ace/DLL.h \
+ $(ACE_ROOT)/ace/Service_Object.i \
$(ACE_ROOT)/ace/Thread_Manager.h \
$(ACE_ROOT)/ace/Thread_Exit.h \
$(ACE_ROOT)/ace/Thread_Control.h \
@@ -4825,8 +4842,6 @@ realclean:
ORB_Core.h \
ORB.h \
ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i \
ServicesC.i \
CORBA_String.h \
CORBA_String.inl \
@@ -4848,6 +4863,8 @@ realclean:
LocalObject.i \
Policy_Manager.i \
Resource_Factory.h \
+ CONV_FRAMEC.h \
+ CONV_FRAMEC.i \
params.h \
params.i \
TAO_Singleton_Manager.h \
@@ -4859,14 +4876,12 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
PortableInterceptorC.i \
@@ -4949,7 +4964,7 @@ realclean:
GIOP_Message_Lite.i Protocols_Hooks.h \
Policy_ForwardC.h Adapter.h
-.obj/IIOP_Connector.o .obj/IIOP_Connector.dll .shobj/IIOP_Connector.o .shobj/IIOP_Connector.dll: IIOP_Connector.cpp IIOP_Connector.h \
+.obj/IIOP_Connector.o .obj/IIOP_Connector.SO .shobj/IIOP_Connector.o .shobj/IIOP_Connector.SO: IIOP_Connector.cpp IIOP_Connector.h \
$(ACE_ROOT)/ace/pre.h \
$(ACE_ROOT)/ace/SOCK_Connector.h \
$(ACE_ROOT)/ace/SOCK_Stream.h \
@@ -5199,6 +5214,13 @@ realclean:
IIOP_Profile.h Profile.h \
Tagged_Components.h \
IOPC.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ OctetSeqC.i \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
Object.h \
Policy_ForwardC.h \
varbase.h \
@@ -5206,8 +5228,6 @@ realclean:
Object_KeyC.h \
Object_KeyC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -5216,6 +5236,7 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
CONV_FRAMEC.h \
CONV_FRAMEC.i \
@@ -5237,9 +5258,7 @@ realclean:
CORBA_String.inl \
IIOP_Endpoint.i \
IIOP_Profile.i debug.h ORB_Core.h \
- ORB.h Exception.h ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i ServicesC.i CORBA_String.h \
+ ORB.h Exception.h ServicesC.h ServicesC.i CORBA_String.h \
ObjectIdListC.h ObjectIdListC.i objectid.h PolicyC.h \
ORB.i Environment.h Policy_Manager.h \
Policy_Set.h \
@@ -5254,19 +5273,17 @@ realclean:
TAO_Singleton.cpp \
TAO_Singleton.h \
TAO_Singleton_Manager.h Adapter.h \
- Adapter.i PolicyFactory_Registry.h PortableInterceptorC.h TAO_Export.h \
- CurrentC.h DynamicC.h StringSeqC.h Sequence.h StringSeqC.i DynamicC.i \
- ObjectReferenceTemplateC.h OctetSeqC.h ValueBase.h \
- ValueBase.i ObjectReferenceTemplateC.i \
- Messaging_SyncScopeC.h Messaging_SyncScopeC.i IOPC.h \
- PortableInterceptorC.i Parser_Registry.h \
+ Adapter.i PolicyFactory_Registry.h PortableInterceptorC.h PI_ForwardC.h \
+ OctetSeqC.h StringSeqC.h Sequence.h StringSeqC.i PI_ForwardC.i \
+ CurrentC.h DynamicC.h DynamicC.i Messaging_SyncScopeC.h \
+ Messaging_SyncScopeC.i IOPC.h PortableInterceptorC.i Parser_Registry.h \
Parser_Registry.i Service_Callbacks.h \
Service_Callbacks.i \
Fault_Tolerance_Service.h \
Fault_Tolerance_Service.i \
- Cleanup_Func_Registry.h Cleanup_Func_Registry.inl Object_Ref_Table.h \
- Interceptor_List.h Interceptor_List.inl PICurrent.h LocalObject.h \
- PICurrent.inl ORB_Core.i Client_Strategy_Factory.h \
+ Cleanup_Func_Registry.h TAO_Export.h Cleanup_Func_Registry.inl \
+ Object_Ref_Table.h Interceptor_List.h Interceptor_List.inl PICurrent.h \
+ LocalObject.h PICurrent.inl ORB_Core.i Client_Strategy_Factory.h \
Base_Transport_Property.h \
Transport_Descriptor_Interface.h \
Transport_Descriptor_Interface.inl \
@@ -5285,19 +5302,15 @@ realclean:
operation_details.h Service_Context.h \
Service_Context.inl \
target_specification.h target_specification.i operation_details.i \
- Transport.h Transport_Timer.h Incoming_Message_Queue.h \
- Pluggable_Messaging_Utils.h \
+ Transport.h Transport_Descriptor_Interface.h Transport_Timer.h \
+ Incoming_Message_Queue.h Pluggable_Messaging_Utils.h \
Pluggable_Messaging_Utils.i \
Incoming_Message_Queue.inl Synch_Refcountable.h Synch_Refcountable.inl \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.cpp \
Transport.inl Invocation.i Connect_Strategy.h Thread_Lane_Resources.h \
Thread_Lane_Resources.i \
Wait_Strategy.h Wait_Strategy.inl
-.obj/IIOP_Acceptor.o .obj/IIOP_Acceptor.dll .shobj/IIOP_Acceptor.o .shobj/IIOP_Acceptor.dll: IIOP_Acceptor.cpp \
+.obj/IIOP_Acceptor.o .obj/IIOP_Acceptor.SO .shobj/IIOP_Acceptor.o .shobj/IIOP_Acceptor.SO: IIOP_Acceptor.cpp \
IIOP_Acceptor.h \
$(ACE_ROOT)/ace/pre.h \
Transport_Acceptor.h \
@@ -5333,11 +5346,30 @@ realclean:
orbconf.h \
TAO_Export.h \
corbafwd.i \
- Exception.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ Sequence.h \
+ Managed_Types.h \
+ Managed_Types.i \
$(ACE_ROOT)/ace/CORBA_macros.h \
$(ACE_ROOT)/ace/Exception_Macros.h \
- $(ACE_ROOT)/ace/SString.h \
- $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/Log_Msg.h \
+ $(ACE_ROOT)/ace/Log_Priority.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
+ $(ACE_ROOT)/ace/Message_Block.h \
+ $(ACE_ROOT)/ace/Message_Block.i \
+ $(ACE_ROOT)/ace/Message_Block_T.h \
+ $(ACE_ROOT)/ace/Message_Block_T.i \
+ $(ACE_ROOT)/ace/Message_Block_T.cpp \
+ $(ACE_ROOT)/ace/Malloc_Base.h \
+ Sequence.i \
+ Sequence_T.h \
+ Sequence_T.i \
+ Sequence_T.cpp \
+ Typecode.h \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
+ $(ACE_ROOT)/ace/Functor.h \
$(ACE_ROOT)/ace/ACE.h \
$(ACE_ROOT)/ace/Flag_Manip.h \
$(ACE_ROOT)/ace/Flag_Manip.i \
@@ -5350,17 +5382,11 @@ realclean:
$(ACE_ROOT)/ace/Sock_Connect.h \
$(ACE_ROOT)/ace/Sock_Connect.i \
$(ACE_ROOT)/ace/ACE.i \
- $(ACE_ROOT)/ace/String_Base_Const.h \
- $(ACE_ROOT)/ace/String_Base.i \
- $(ACE_ROOT)/ace/Malloc_Base.h \
- $(ACE_ROOT)/ace/String_Base.cpp \
- $(ACE_ROOT)/ace/Malloc.h \
- $(ACE_ROOT)/ace/Log_Msg.h \
- $(ACE_ROOT)/ace/Log_Priority.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
- $(ACE_ROOT)/ace/Malloc.i \
- $(ACE_ROOT)/ace/Malloc_T.h \
+ $(ACE_ROOT)/ace/Functor.i \
+ $(ACE_ROOT)/ace/Functor_T.h \
+ $(ACE_ROOT)/ace/Functor_T.i \
+ $(ACE_ROOT)/ace/Functor_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
$(ACE_ROOT)/ace/Synch.h \
$(ACE_ROOT)/ace/Synch.i \
$(ACE_ROOT)/ace/Synch_T.h \
@@ -5372,6 +5398,24 @@ realclean:
$(ACE_ROOT)/ace/Thread_Adapter.inl \
$(ACE_ROOT)/ace/Thread.i \
$(ACE_ROOT)/ace/Synch_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
+ $(ACE_ROOT)/ace/Service_Config.h \
+ $(ACE_ROOT)/ace/Unbounded_Queue.h \
+ $(ACE_ROOT)/ace/Node.h \
+ $(ACE_ROOT)/ace/Node.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Queue.inl \
+ $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Set.h \
+ $(ACE_ROOT)/ace/Unbounded_Set.inl \
+ $(ACE_ROOT)/ace/Unbounded_Set.cpp \
+ $(ACE_ROOT)/ace/SString.h \
+ $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/String_Base_Const.h \
+ $(ACE_ROOT)/ace/String_Base.i \
+ $(ACE_ROOT)/ace/String_Base.cpp \
+ $(ACE_ROOT)/ace/Malloc.h \
+ $(ACE_ROOT)/ace/Malloc.i \
+ $(ACE_ROOT)/ace/Malloc_T.h \
$(ACE_ROOT)/ace/Malloc_Allocator.h \
$(ACE_ROOT)/ace/Malloc_Allocator.i \
$(ACE_ROOT)/ace/Free_List.h \
@@ -5390,44 +5434,11 @@ realclean:
$(ACE_ROOT)/ace/SV_Semaphore_Simple.h \
$(ACE_ROOT)/ace/SV_Semaphore_Simple.i \
$(ACE_ROOT)/ace/SV_Semaphore_Complex.i \
- $(ACE_ROOT)/ace/Unbounded_Set.h \
- $(ACE_ROOT)/ace/Node.h \
- $(ACE_ROOT)/ace/Node.cpp \
- $(ACE_ROOT)/ace/Unbounded_Set.inl \
- $(ACE_ROOT)/ace/Unbounded_Set.cpp \
$(ACE_ROOT)/ace/Memory_Pool.i \
$(ACE_ROOT)/ace/Auto_Ptr.h \
$(ACE_ROOT)/ace/Auto_Ptr.i \
$(ACE_ROOT)/ace/Auto_Ptr.cpp \
$(ACE_ROOT)/ace/SString.i \
- Exception.i \
- Object.h \
- Policy_ForwardC.h \
- Sequence.h \
- Managed_Types.h \
- Managed_Types.i \
- $(ACE_ROOT)/ace/Message_Block.h \
- $(ACE_ROOT)/ace/Message_Block.i \
- $(ACE_ROOT)/ace/Message_Block_T.h \
- $(ACE_ROOT)/ace/Message_Block_T.i \
- $(ACE_ROOT)/ace/Message_Block_T.cpp \
- Sequence.i \
- Sequence_T.h \
- Sequence_T.i \
- Sequence_T.cpp \
- Typecode.h \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
- $(ACE_ROOT)/ace/Functor.h \
- $(ACE_ROOT)/ace/Functor.i \
- $(ACE_ROOT)/ace/Functor_T.h \
- $(ACE_ROOT)/ace/Functor_T.i \
- $(ACE_ROOT)/ace/Functor_T.cpp \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
- $(ACE_ROOT)/ace/Service_Config.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.inl \
- $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
$(ACE_ROOT)/ace/XML_Svc_Conf.h \
$(ACE_ROOT)/ace/Service_Config.i \
$(ACE_ROOT)/ace/Reactor.h \
@@ -5443,20 +5454,27 @@ realclean:
$(ACE_ROOT)/ace/Reactor.i \
$(ACE_ROOT)/ace/Reactor_Impl.h \
$(ACE_ROOT)/ace/Svc_Conf_Tokens.h \
+ Exception.h \
+ Exception.i \
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
CDR.i \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -5465,6 +5483,7 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
Transport_Acceptor.inl \
IIOP_Connection_Handler.h \
@@ -5566,8 +5585,6 @@ realclean:
ORB_Core.h \
ORB.h \
ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i \
ServicesC.i \
CORBA_String.h \
CORBA_String.inl \
@@ -5602,14 +5619,12 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
PortableInterceptorC.i \
@@ -5653,9 +5668,6 @@ realclean:
Incoming_Message_Queue.inl \
Synch_Refcountable.h \
Synch_Refcountable.inl \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory_T.cpp \
Transport.inl \
$(ACE_ROOT)/ace/SOCK_Acceptor.h \
$(ACE_ROOT)/ace/SOCK_Acceptor.i \
@@ -5675,7 +5687,7 @@ realclean:
Protocols_Hooks.h \
Codeset_Manager.h
-.obj/IIOP_Connection_Handler.o .obj/IIOP_Connection_Handler.dll .shobj/IIOP_Connection_Handler.o .shobj/IIOP_Connection_Handler.dll: IIOP_Connection_Handler.cpp \
+.obj/IIOP_Connection_Handler.o .obj/IIOP_Connection_Handler.SO .shobj/IIOP_Connection_Handler.o .shobj/IIOP_Connection_Handler.SO: IIOP_Connection_Handler.cpp \
IIOP_Connection_Handler.h \
$(ACE_ROOT)/ace/pre.h \
$(ACE_ROOT)/ace/Reactor.h \
@@ -5924,7 +5936,18 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ IOP_IORC.i \
Object.i \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
CurrentC.i \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h \
@@ -5951,26 +5974,17 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
- Any_T.h \
- Any.h \
- Any.i \
- AbstractBase.h \
- AbstractBase.inl \
- Any_T.inl \
- Any_T.cpp \
- Marshal.h \
- Marshal.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
IOPC.i \
PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -5993,10 +6007,10 @@ realclean:
Server_Strategy_Factory.h \
IIOP_Transport.h \
Transport.h \
- Transport_Cache_Manager.h \
- Cache_Entries.h \
Transport_Descriptor_Interface.h \
Transport_Descriptor_Interface.inl \
+ Transport_Cache_Manager.h \
+ Cache_Entries.h \
Cache_Entries.inl \
Transport_Cache_Manager.inl \
Transport_Timer.h \
@@ -6008,9 +6022,6 @@ realclean:
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl \
Synch_Refcountable.inl \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory_T.cpp \
Transport.inl \
IIOP_Transport.i \
IIOP_Endpoint.h \
@@ -6027,7 +6038,7 @@ realclean:
Wait_Strategy.h \
Wait_Strategy.inl
-.obj/IIOP_Endpoint.o .obj/IIOP_Endpoint.dll .shobj/IIOP_Endpoint.o .shobj/IIOP_Endpoint.dll: IIOP_Endpoint.cpp IIOP_Endpoint.h \
+.obj/IIOP_Endpoint.o .obj/IIOP_Endpoint.SO .shobj/IIOP_Endpoint.o .shobj/IIOP_Endpoint.SO: IIOP_Endpoint.cpp IIOP_Endpoint.h \
$(ACE_ROOT)/ace/pre.h \
Endpoint.h \
corbafwd.h \
@@ -6086,11 +6097,24 @@ realclean:
$(ACE_ROOT)/ace/Sock_Connect.i \
$(ACE_ROOT)/ace/Addr.h $(ACE_ROOT)/ace/Addr.i \
$(ACE_ROOT)/ace/INET_Addr.i \
- IIOP_Endpoint.i IOPC.h Exception.h \
+ IIOP_Endpoint.i IOPC.h TAO_Export.h \
+ IOP_IORC.h OctetSeqC.h \
+ Sequence.h \
$(ACE_ROOT)/ace/CORBA_macros.h \
$(ACE_ROOT)/ace/Exception_Macros.h \
- $(ACE_ROOT)/ace/SString.h \
- $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/Message_Block.h \
+ $(ACE_ROOT)/ace/Message_Block.i \
+ $(ACE_ROOT)/ace/Message_Block_T.h \
+ $(ACE_ROOT)/ace/Message_Block_T.i \
+ $(ACE_ROOT)/ace/Message_Block_T.cpp \
+ $(ACE_ROOT)/ace/Malloc_Base.h \
+ Sequence.i \
+ Sequence_T.h \
+ Sequence_T.i \
+ Sequence_T.cpp \
+ Typecode.h \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
+ $(ACE_ROOT)/ace/Functor.h \
$(ACE_ROOT)/ace/ACE.h \
$(ACE_ROOT)/ace/Flag_Manip.h \
$(ACE_ROOT)/ace/Flag_Manip.i \
@@ -6101,9 +6125,25 @@ realclean:
$(ACE_ROOT)/ace/Init_ACE.h \
$(ACE_ROOT)/ace/Init_ACE.i \
$(ACE_ROOT)/ace/ACE.i \
+ $(ACE_ROOT)/ace/Functor.i \
+ $(ACE_ROOT)/ace/Functor_T.h \
+ $(ACE_ROOT)/ace/Functor_T.i \
+ $(ACE_ROOT)/ace/Functor_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
+ $(ACE_ROOT)/ace/Service_Config.h \
+ $(ACE_ROOT)/ace/Unbounded_Queue.h \
+ $(ACE_ROOT)/ace/Node.h \
+ $(ACE_ROOT)/ace/Node.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Queue.inl \
+ $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Set.h \
+ $(ACE_ROOT)/ace/Unbounded_Set.inl \
+ $(ACE_ROOT)/ace/Unbounded_Set.cpp \
+ $(ACE_ROOT)/ace/SString.h \
+ $(ACE_ROOT)/ace/String_Base.h \
$(ACE_ROOT)/ace/String_Base_Const.h \
$(ACE_ROOT)/ace/String_Base.i \
- $(ACE_ROOT)/ace/Malloc_Base.h \
$(ACE_ROOT)/ace/String_Base.cpp \
$(ACE_ROOT)/ace/Malloc.h \
$(ACE_ROOT)/ace/Malloc.i \
@@ -6126,41 +6166,11 @@ realclean:
$(ACE_ROOT)/ace/SV_Semaphore_Simple.h \
$(ACE_ROOT)/ace/SV_Semaphore_Simple.i \
$(ACE_ROOT)/ace/SV_Semaphore_Complex.i \
- $(ACE_ROOT)/ace/Unbounded_Set.h \
- $(ACE_ROOT)/ace/Node.h \
- $(ACE_ROOT)/ace/Node.cpp \
- $(ACE_ROOT)/ace/Unbounded_Set.inl \
- $(ACE_ROOT)/ace/Unbounded_Set.cpp \
$(ACE_ROOT)/ace/Memory_Pool.i \
$(ACE_ROOT)/ace/Auto_Ptr.h \
$(ACE_ROOT)/ace/Auto_Ptr.i \
$(ACE_ROOT)/ace/Auto_Ptr.cpp \
$(ACE_ROOT)/ace/SString.i \
- Exception.i Object.h \
- Policy_ForwardC.h \
- Sequence.h \
- $(ACE_ROOT)/ace/Message_Block.h \
- $(ACE_ROOT)/ace/Message_Block.i \
- $(ACE_ROOT)/ace/Message_Block_T.h \
- $(ACE_ROOT)/ace/Message_Block_T.i \
- $(ACE_ROOT)/ace/Message_Block_T.cpp \
- Sequence.i \
- Sequence_T.h \
- Sequence_T.i \
- Sequence_T.cpp \
- Typecode.h \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
- $(ACE_ROOT)/ace/Functor.h \
- $(ACE_ROOT)/ace/Functor.i \
- $(ACE_ROOT)/ace/Functor_T.h \
- $(ACE_ROOT)/ace/Functor_T.i \
- $(ACE_ROOT)/ace/Functor_T.cpp \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
- $(ACE_ROOT)/ace/Service_Config.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.inl \
- $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
$(ACE_ROOT)/ace/XML_Svc_Conf.h \
$(ACE_ROOT)/ace/Service_Config.i \
$(ACE_ROOT)/ace/Reactor.h \
@@ -6177,31 +6187,35 @@ realclean:
$(ACE_ROOT)/ace/Reactor_Impl.h \
$(ACE_ROOT)/ace/Svc_Conf_Tokens.h \
Exception.h \
+ Exception.i \
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
- CDR.i \
+ CDR.i IOP_IORC.i IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
- Object.i Any_T.h \
- Any.h \
- Object.h \
+ IOP_IORC.h \
+ Object.i \
Any.i \
AbstractBase.h \
AbstractBase.inl \
Any_T.inl \
Any_T.cpp \
- Any_T.h \
Marshal.h \
Marshal.i \
- debug.h IOPC.i debug.h
+ debug.h IOP_CodecC.i IOPC.i debug.h
-.obj/IIOPC.o .obj/IIOPC.dll .shobj/IIOPC.o .shobj/IIOPC.dll: IIOPC.cpp IIOPC.h \
+.obj/IIOPC.o .obj/IIOPC.SO .shobj/IIOPC.o .shobj/IIOPC.SO: IIOPC.cpp IIOPC.h \
$(ACE_ROOT)/ace/pre.h \
TAO_Export.h \
$(ACE_ROOT)/ace/post.h \
@@ -6358,6 +6372,10 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ OctetSeqC.i \
+ IOP_IORC.i \
Object.i \
Any.i \
AbstractBase.h \
@@ -6368,7 +6386,7 @@ realclean:
Marshal.i \
debug.h
-.obj/default_client.o .obj/default_client.dll .shobj/default_client.o .shobj/default_client.dll: default_client.cpp default_client.h \
+.obj/default_client.o .obj/default_client.SO .shobj/default_client.o .shobj/default_client.SO: default_client.cpp default_client.h \
$(ACE_ROOT)/ace/pre.h \
Client_Strategy_Factory.h \
$(ACE_ROOT)/ace/Service_Object.h \
@@ -6533,7 +6551,19 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
- Object.i CurrentC.i Policy_ForwardC.h \
+ IOP_IORC.h \
+ IOP_IORC.i \
+ Object.i \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h CurrentC.i Policy_ForwardC.h \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h Encodable.h \
PolicyC.i ORB.i Environment.h \
@@ -6542,7 +6572,6 @@ realclean:
Policy_Set.i \
LocalObject.h \
LocalObject.i \
- debug.h \
Policy_Manager.i Resource_Factory.h \
CONV_FRAMEC.h CONV_FRAMEC.i params.h \
params.i TAO_Singleton_Manager.h \
@@ -6556,22 +6585,11 @@ realclean:
$(ACE_ROOT)/ace/Managed_Object.i \
$(ACE_ROOT)/ace/Managed_Object.cpp \
TAO_Singleton_Manager.h Adapter.h \
- Adapter.i PolicyFactory_Registry.h PortableInterceptorC.h TAO_Export.h \
- DynamicC.h StringSeqC.h Sequence.h StringSeqC.i \
- Any_T.h \
- Any.h \
- Any.i \
- AbstractBase.h \
- AbstractBase.inl \
- Any_T.inl \
- Any_T.cpp \
- Marshal.h \
- Marshal.i DynamicC.i \
- ObjectReferenceTemplateC.h OctetSeqC.h ValueBase.h \
- ValueBase.i ObjectReferenceTemplateC.i \
- Messaging_SyncScopeC.h Messaging_SyncScopeC.i IOPC.h Object.h Any_T.h \
- IOPC.i PortableInterceptorC.i \
- $(ACE_ROOT)/ace/Map_Manager.h \
+ Adapter.i PolicyFactory_Registry.h PortableInterceptorC.h PI_ForwardC.h \
+ OctetSeqC.h StringSeqC.h Sequence.h StringSeqC.i PI_ForwardC.i \
+ DynamicC.h DynamicC.i Messaging_SyncScopeC.h Messaging_SyncScopeC.i \
+ IOPC.h TAO_Export.h IOP_IORC.h IOP_CodecC.h IOP_CodecC.i IOPC.i \
+ PortableInterceptorC.i $(ACE_ROOT)/ace/Map_Manager.h \
$(ACE_ROOT)/ace/Map_Manager.i \
$(ACE_ROOT)/ace/Map_Manager.cpp Parser_Registry.h \
Parser_Registry.i Service_Callbacks.h \
@@ -6610,7 +6628,7 @@ realclean:
Blocked_Connect_Strategy.h Connect_Strategy.h \
Reactive_Connect_Strategy.h LF_Connect_Strategy.h
-.obj/default_server.o .obj/default_server.dll .shobj/default_server.o .shobj/default_server.dll: default_server.cpp \
+.obj/default_server.o .obj/default_server.SO .shobj/default_server.o .shobj/default_server.SO: default_server.cpp \
default_server.h \
$(ACE_ROOT)/ace/pre.h \
Server_Strategy_Factory.h \
@@ -6785,7 +6803,19 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ IOP_IORC.i \
Object.i \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h \
CurrentC.i \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h \
@@ -6797,7 +6827,6 @@ realclean:
Policy_Set.i \
LocalObject.h \
LocalObject.i \
- debug.h \
Policy_Manager.i \
Resource_Factory.h \
CONV_FRAMEC.h \
@@ -6818,26 +6847,17 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
- Any_T.h \
- Any.h \
- Any.i \
- AbstractBase.h \
- AbstractBase.inl \
- Any_T.inl \
- Any_T.cpp \
- Marshal.h \
- Marshal.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
IOPC.i \
PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -6879,7 +6899,7 @@ realclean:
$(ACE_ROOT)/ace/Thread_Manager.i \
ORB_Core.i
-.obj/default_resource.o .obj/default_resource.dll .shobj/default_resource.o .shobj/default_resource.dll: default_resource.cpp \
+.obj/default_resource.o .obj/default_resource.SO .shobj/default_resource.o .shobj/default_resource.SO: default_resource.cpp \
default_resource.h \
$(ACE_ROOT)/ace/pre.h \
Resource_Factory.h \
@@ -7056,7 +7076,19 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ IOP_IORC.i \
Object.i \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h \
CurrentC.i \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h \
@@ -7068,7 +7100,6 @@ realclean:
Policy_Set.i \
LocalObject.h \
LocalObject.i \
- debug.h \
Policy_Manager.i \
params.h \
params.i \
@@ -7086,26 +7117,17 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
- Any_T.h \
- Any.h \
- Any.i \
- AbstractBase.h \
- AbstractBase.inl \
- Any_T.inl \
- Any_T.cpp \
- Marshal.h \
- Marshal.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
IOPC.i \
PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -7176,35 +7198,7 @@ realclean:
LF_Strategy.h \
LF_Strategy.inl \
LF_Strategy_Complete.inl \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory_T.cpp \
Codeset_Manager.h \
- Profile.h \
- Tagged_Components.h \
- Tagged_Components.i \
- GIOP_Message_Version.h \
- GIOP_Message_Version.inl \
- Profile.i \
- Transport.h \
- Transport_Cache_Manager.h \
- Cache_Entries.h \
- Transport_Descriptor_Interface.h \
- Transport_Descriptor_Interface.inl \
- $(ACE_ROOT)/ace/Recyclable.h \
- $(ACE_ROOT)/ace/Recyclable.inl \
- Cache_Entries.inl \
- Transport_Cache_Manager.inl \
- Transport_Timer.h \
- Incoming_Message_Queue.h \
- Pluggable_Messaging_Utils.h \
- Pluggable_Messaging_Utils.i \
- Incoming_Message_Queue.inl \
- Synch_Refcountable.h \
- $(ACE_ROOT)/ace/Refcountable.h \
- $(ACE_ROOT)/ace/Refcountable.inl \
- Synch_Refcountable.inl \
- Transport.inl \
$(ACE_ROOT)/ace/TP_Reactor.h \
$(ACE_ROOT)/ace/Select_Reactor.h \
$(ACE_ROOT)/ace/Select_Reactor_T.h \
@@ -7226,7 +7220,7 @@ realclean:
$(ACE_ROOT)/ace/Codeset_Registry.h \
$(ACE_ROOT)/ace/Codeset_Registry.inl
-.obj/xt_resource.o .obj/xt_resource.dll .shobj/xt_resource.o .shobj/xt_resource.dll: xt_resource.cpp \
+.obj/xt_resource.o .obj/xt_resource.SO .shobj/xt_resource.o .shobj/xt_resource.SO: xt_resource.cpp \
xt_resource.h \
$(ACE_ROOT)/ace/pre.h \
default_resource.h \
@@ -7386,7 +7380,7 @@ realclean:
CONV_FRAMEC.i \
default_resource.i
-.obj/qt_resource.o .obj/qt_resource.dll .shobj/qt_resource.o .shobj/qt_resource.dll: qt_resource.cpp \
+.obj/qt_resource.o .obj/qt_resource.SO .shobj/qt_resource.o .shobj/qt_resource.SO: qt_resource.cpp \
qt_resource.h \
$(ACE_ROOT)/ace/pre.h \
default_resource.h \
@@ -7546,7 +7540,7 @@ realclean:
CONV_FRAMEC.i \
default_resource.i
-.obj/append.o .obj/append.dll .shobj/append.o .shobj/append.dll: append.cpp Marshal.h \
+.obj/append.o .obj/append.SO .shobj/append.o .shobj/append.SO: append.cpp Marshal.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
@@ -7702,13 +7696,17 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ OctetSeqC.i \
+ IOP_IORC.i \
Object.i \
Any.i \
ValueBase.h \
ValueBase.i \
debug.h
-.obj/Marshal.o .obj/Marshal.dll .shobj/Marshal.o .shobj/Marshal.dll: Marshal.cpp Marshal.h \
+.obj/Marshal.o .obj/Marshal.SO .shobj/Marshal.o .shobj/Marshal.SO: Marshal.cpp Marshal.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
@@ -7851,7 +7849,7 @@ realclean:
Environment.h \
Environment.i
-.obj/skip.o .obj/skip.dll .shobj/skip.o .shobj/skip.dll: skip.cpp Marshal.h \
+.obj/skip.o .obj/skip.SO .shobj/skip.o .shobj/skip.SO: skip.cpp Marshal.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
@@ -8007,13 +8005,17 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ OctetSeqC.i \
+ IOP_IORC.i \
Object.i \
Any.i \
ValueBase.h \
ValueBase.i \
debug.h
-.obj/Managed_Types.o .obj/Managed_Types.dll .shobj/Managed_Types.o .shobj/Managed_Types.dll: Managed_Types.cpp \
+.obj/Managed_Types.o .obj/Managed_Types.SO .shobj/Managed_Types.o .shobj/Managed_Types.SO: Managed_Types.cpp \
Managed_Types.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
@@ -8179,7 +8181,19 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ IOP_IORC.i \
Object.i \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h \
CurrentC.i \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h \
@@ -8187,7 +8201,7 @@ realclean:
PolicyC.i \
ORB.i
-.obj/Any.o .obj/Any.dll .shobj/Any.o .shobj/Any.dll: Any.cpp Any_T.h \
+.obj/Any.o .obj/Any.SO .shobj/Any.o .shobj/Any.SO: Any.cpp Any_T.h \
$(ACE_ROOT)/ace/pre.h \
Any.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
@@ -8342,6 +8356,10 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ OctetSeqC.i \
+ IOP_IORC.i \
Object.i \
Any.i \
AbstractBase.h \
@@ -8354,8 +8372,6 @@ realclean:
ORB_Core.h \
ORB.h \
ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i \
ServicesC.i \
CORBA_String.h \
CORBA_String.inl \
@@ -8400,17 +8416,17 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
IOPC.i \
PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -8455,7 +8471,7 @@ realclean:
Codeset_Translator_Factory_T.h \
Codeset_Translator_Factory_T.cpp
-.obj/CORBA_String.o .obj/CORBA_String.dll .shobj/CORBA_String.o .shobj/CORBA_String.dll: CORBA_String.cpp \
+.obj/CORBA_String.o .obj/CORBA_String.SO .shobj/CORBA_String.o .shobj/CORBA_String.SO: CORBA_String.cpp \
CORBA_String.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
@@ -8493,7 +8509,7 @@ realclean:
Managed_Types.i \
CORBA_String.inl
-.obj/CurrentC.o .obj/CurrentC.dll .shobj/CurrentC.o .shobj/CurrentC.dll: CurrentC.cpp CurrentC.h $(ACE_ROOT)/ace/pre.h \
+.obj/CurrentC.o .obj/CurrentC.SO .shobj/CurrentC.o .shobj/CurrentC.SO: CurrentC.cpp CurrentC.h $(ACE_ROOT)/ace/pre.h \
Object.h \
corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
@@ -8646,7 +8662,11 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
- Object.i CurrentC.i \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ OctetSeqC.i \
+ IOP_IORC.i \
+ Object.i \
Any_T.h \
Any.h \
Any.i \
@@ -8656,9 +8676,9 @@ realclean:
Any_T.cpp \
Marshal.h \
Marshal.i \
- debug.h
+ debug.h CurrentC.i
-.obj/Exception.o .obj/Exception.dll .shobj/Exception.o .shobj/Exception.dll: Exception.cpp $(ACE_ROOT)/ace/streams.h \
+.obj/Exception.o .obj/Exception.SO .shobj/Exception.o .shobj/Exception.SO: Exception.cpp $(ACE_ROOT)/ace/streams.h \
$(ACE_ROOT)/ace/pre.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ace_wchar.h \
@@ -8821,12 +8841,14 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ OctetSeqC.i \
+ IOP_IORC.i \
Object.i \
Any.i \
ORB.h \
ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i \
ServicesC.i \
CORBA_String.h \
CORBA_String.inl \
@@ -8835,6 +8857,14 @@ realclean:
objectid.h \
PolicyC.h \
CurrentC.h \
+ Any_T.h \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h \
CurrentC.i \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h \
@@ -8847,7 +8877,6 @@ realclean:
Policy_Set.i \
LocalObject.h \
LocalObject.i \
- debug.h \
Policy_Manager.i \
Resource_Factory.h \
CONV_FRAMEC.h \
@@ -8868,24 +8897,17 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
- Any_T.h \
- AbstractBase.h \
- AbstractBase.inl \
- Any_T.inl \
- Any_T.cpp \
- Marshal.h \
- Marshal.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
IOPC.i \
PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -8928,7 +8950,7 @@ realclean:
ORB_Core.i \
Dynamic_Adapter.h
-.obj/WrongTransactionC.o .obj/WrongTransactionC.dll .shobj/WrongTransactionC.o .shobj/WrongTransactionC.dll: WrongTransactionC.cpp WrongTransactionC.h \
+.obj/WrongTransactionC.o .obj/WrongTransactionC.SO .shobj/WrongTransactionC.o .shobj/WrongTransactionC.SO: WrongTransactionC.cpp WrongTransactionC.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
@@ -9086,7 +9108,21 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ OctetSeqC.i \
+ IOP_IORC.i \
Object.i \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h \
CurrentC.i \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h \
@@ -9095,8 +9131,6 @@ realclean:
MProfile.i \
ORB.h \
ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i \
ServicesC.i \
CORBA_String.h \
CORBA_String.inl \
@@ -9110,7 +9144,6 @@ realclean:
Policy_Set.i \
LocalObject.h \
LocalObject.i \
- debug.h \
Policy_Manager.i \
Resource_Factory.h \
$(ACE_ROOT)/ace/Service_Object.h \
@@ -9136,26 +9169,17 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
- Any_T.h \
- Any.h \
- Any.i \
- AbstractBase.h \
- AbstractBase.inl \
- Any_T.inl \
- Any_T.cpp \
- Marshal.h \
- Marshal.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
IOPC.i \
PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -9219,10 +9243,10 @@ realclean:
target_specification.i \
operation_details.i \
Transport.h \
- Transport_Cache_Manager.h \
- Cache_Entries.h \
Transport_Descriptor_Interface.h \
Transport_Descriptor_Interface.inl \
+ Transport_Cache_Manager.h \
+ Cache_Entries.h \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
Cache_Entries.inl \
@@ -9236,9 +9260,6 @@ realclean:
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl \
Synch_Refcountable.inl \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory_T.cpp \
Transport.inl \
Invocation.i \
PortableInterceptor.h \
@@ -9248,7 +9269,7 @@ realclean:
ClientInterceptorAdapter.h \
ClientInterceptorAdapter.inl
-.obj/Environment.o .obj/Environment.dll .shobj/Environment.o .shobj/Environment.dll: Environment.cpp \
+.obj/Environment.o .obj/Environment.SO .shobj/Environment.o .shobj/Environment.SO: Environment.cpp \
Environment.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
@@ -9415,7 +9436,19 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ IOP_IORC.i \
Object.i \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h \
CurrentC.i \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h \
@@ -9427,7 +9460,6 @@ realclean:
Policy_Set.i \
LocalObject.h \
LocalObject.i \
- debug.h \
Policy_Manager.i \
Resource_Factory.h \
$(ACE_ROOT)/ace/Service_Object.h \
@@ -9453,26 +9485,17 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
- Any_T.h \
- Any.h \
- Any.i \
- AbstractBase.h \
- AbstractBase.inl \
- Any_T.inl \
- Any_T.cpp \
- Marshal.h \
- Marshal.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
IOPC.i \
PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -9514,7 +9537,7 @@ realclean:
$(ACE_ROOT)/ace/Thread_Manager.i \
ORB_Core.i
-.obj/Object.o .obj/Object.dll .shobj/Object.o .shobj/Object.dll: Object.cpp Object.h \
+.obj/Object.o .obj/Object.SO .shobj/Object.o .shobj/Object.SO: Object.cpp Object.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
@@ -9667,11 +9690,25 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ OctetSeqC.i \
+ IOP_IORC.i \
Object.i \
Stub.h \
MProfile.h \
PolicyC.h \
CurrentC.h \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h \
CurrentC.i \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h \
@@ -9680,8 +9717,6 @@ realclean:
MProfile.i \
ORB.h \
ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i \
ServicesC.i \
CORBA_String.h \
CORBA_String.inl \
@@ -9695,7 +9730,6 @@ realclean:
Policy_Set.i \
LocalObject.h \
LocalObject.i \
- debug.h \
Policy_Manager.i \
Resource_Factory.h \
$(ACE_ROOT)/ace/Service_Object.h \
@@ -9721,26 +9755,17 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
- Any_T.h \
- Any.h \
- Any.i \
- AbstractBase.h \
- AbstractBase.inl \
- Any_T.inl \
- Any_T.cpp \
- Marshal.h \
- Marshal.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
IOPC.i \
PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -9808,10 +9833,10 @@ realclean:
target_specification.i \
operation_details.i \
Transport.h \
- Transport_Cache_Manager.h \
- Cache_Entries.h \
Transport_Descriptor_Interface.h \
Transport_Descriptor_Interface.inl \
+ Transport_Cache_Manager.h \
+ Cache_Entries.h \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
Cache_Entries.inl \
@@ -9825,9 +9850,6 @@ realclean:
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl \
Synch_Refcountable.inl \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory_T.cpp \
Transport.inl \
Invocation.i \
Connector_Registry.h \
@@ -9843,7 +9865,7 @@ realclean:
$(ACE_ROOT)/ace/Dynamic_Service.i \
$(ACE_ROOT)/ace/Dynamic_Service.cpp
-.obj/LocalObject.o .obj/LocalObject.dll .shobj/LocalObject.o .shobj/LocalObject.dll: LocalObject.cpp LocalObject.h \
+.obj/LocalObject.o .obj/LocalObject.SO .shobj/LocalObject.o .shobj/LocalObject.SO: LocalObject.cpp LocalObject.h \
$(ACE_ROOT)/ace/pre.h Object.h \
corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
@@ -9996,13 +10018,27 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ OctetSeqC.i \
+ IOP_IORC.i \
Object.i Object_KeyC.h LocalObject.i \
PolicyC.h CurrentC.h Object.h \
- CurrentC.i Policy_ForwardC.h Exception.h Remote_Object_Proxy_Impl.h \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h CurrentC.i Policy_ForwardC.h \
+ Exception.h Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h Encodable.h \
PolicyC.i debug.h
-.obj/ObjectIdListC.o .obj/ObjectIdListC.dll .shobj/ObjectIdListC.o .shobj/ObjectIdListC.dll: ObjectIdListC.cpp ObjectIdListC.h \
+.obj/ObjectIdListC.o .obj/ObjectIdListC.SO .shobj/ObjectIdListC.o .shobj/ObjectIdListC.SO: ObjectIdListC.cpp ObjectIdListC.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
@@ -10160,7 +10196,21 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ OctetSeqC.i \
+ IOP_IORC.i \
Object.i \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h \
CurrentC.i \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h \
@@ -10169,8 +10219,6 @@ realclean:
MProfile.i \
ORB.h \
ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i \
ServicesC.i \
CORBA_String.h \
CORBA_String.inl \
@@ -10183,7 +10231,6 @@ realclean:
Policy_Set.i \
LocalObject.h \
LocalObject.i \
- debug.h \
Policy_Manager.i \
Resource_Factory.h \
$(ACE_ROOT)/ace/Service_Object.h \
@@ -10209,26 +10256,17 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
- Any_T.h \
- Any.h \
- Any.i \
- AbstractBase.h \
- AbstractBase.inl \
- Any_T.inl \
- Any_T.cpp \
- Marshal.h \
- Marshal.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
IOPC.i \
PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -10292,10 +10330,10 @@ realclean:
target_specification.i \
operation_details.i \
Transport.h \
- Transport_Cache_Manager.h \
- Cache_Entries.h \
Transport_Descriptor_Interface.h \
Transport_Descriptor_Interface.inl \
+ Transport_Cache_Manager.h \
+ Cache_Entries.h \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
Cache_Entries.inl \
@@ -10309,9 +10347,6 @@ realclean:
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl \
Synch_Refcountable.inl \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory_T.cpp \
Transport.inl \
Invocation.i \
PortableInterceptor.h \
@@ -10321,7 +10356,7 @@ realclean:
ClientInterceptorAdapter.h \
ClientInterceptorAdapter.inl
-.obj/ORB.o .obj/ORB.dll .shobj/ORB.o .shobj/ORB.dll: ORB.cpp ORB.h $(ACE_ROOT)/ace/pre.h corbafwd.h \
+.obj/ORB.o .obj/ORB.SO .shobj/ORB.o .shobj/ORB.SO: ORB.cpp ORB.h $(ACE_ROOT)/ace/pre.h corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ace_wchar.h \
@@ -10478,7 +10513,19 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
- Object.i CurrentC.i Policy_ForwardC.h \
+ IOP_IORC.h \
+ IOP_IORC.i \
+ Object.i \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h CurrentC.i Policy_ForwardC.h \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h Encodable.h \
PolicyC.i ORB.i ORB_Table.h \
@@ -10502,7 +10549,6 @@ realclean:
Policy_Set.i \
LocalObject.h \
LocalObject.i \
- debug.h \
Policy_Manager.i \
Resource_Factory.h \
CONV_FRAMEC.h \
@@ -10525,27 +10571,18 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- CurrentC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
- Any_T.h \
- Any.h \
- Any.i \
- AbstractBase.h \
- AbstractBase.inl \
- Any_T.inl \
- Any_T.cpp \
- Marshal.h \
- Marshal.i \
+ PI_ForwardC.i \
+ CurrentC.h \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
IOPC.i \
PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -10590,15 +10627,16 @@ realclean:
Stub.i ORB_Core.h debug.h \
TAO_Internal.h TAO_Export.h NVList.h \
NVList.i Dynamic_Adapter.h CDR.h \
- MProfile.h Profile.h Tagged_Components.h \
+ MProfile.h Profile.h \
+ Tagged_Components.h \
Tagged_Components.i \
GIOP_Message_Version.h \
- GIOP_Message_Version.inl Object_KeyC.h \
- Profile.i default_ports.h ORBInitInfo.h PortableInterceptorC.h \
- LocalObject.h StringSeqC.h ORBInitInfo.inl ORBInitializer_Registry.h \
+ GIOP_Message_Version.inl Profile.i \
+ default_ports.h ORBInitInfo.h PortableInterceptorC.h LocalObject.h \
+ StringSeqC.h ORBInitInfo.inl ORBInitializer_Registry.h \
CodecFactory_ORBInitializer.h TypeCodeFactory_Adapter.h \
PICurrent_ORBInitializer.h PICurrent.h ValueFactory_Map.h \
- ValueFactory_Map.i \
+ ValueFactory_Map.i Object_KeyC.h \
$(ACE_ROOT)/ace/Dynamic_Service.h \
$(ACE_ROOT)/ace/Dynamic_Service_Base.h \
$(ACE_ROOT)/ace/Dynamic_Service.i \
@@ -10626,7 +10664,7 @@ realclean:
$(ACE_ROOT)/ace/Argv_Type_Converter.h \
$(ACE_ROOT)/ace/Argv_Type_Converter.inl
-.obj/corbafwd.o .obj/corbafwd.dll .shobj/corbafwd.o .shobj/corbafwd.dll: corbafwd.cpp corbafwd.h \
+.obj/corbafwd.o .obj/corbafwd.SO .shobj/corbafwd.o .shobj/corbafwd.SO: corbafwd.cpp corbafwd.h \
$(ACE_ROOT)/ace/pre.h \
$(ACE_ROOT)/ace/CDR_Base.h \
$(ACE_ROOT)/ace/post.h \
@@ -10659,7 +10697,7 @@ realclean:
TAO_Export.h \
corbafwd.i
-.obj/Policy_ForwardC.o .obj/Policy_ForwardC.dll .shobj/Policy_ForwardC.o .shobj/Policy_ForwardC.dll: Policy_ForwardC.cpp Policy_ForwardC.h \
+.obj/Policy_ForwardC.o .obj/Policy_ForwardC.SO .shobj/Policy_ForwardC.o .shobj/Policy_ForwardC.SO: Policy_ForwardC.cpp Policy_ForwardC.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
@@ -10814,7 +10852,22 @@ realclean:
Policy_ForwardC.h \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ OctetSeqC.i \
+ CDR.h \
+ IOP_IORC.i \
Object.i \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h \
varbase.h \
CurrentC.i \
Remote_Object_Proxy_Impl.h \
@@ -10824,9 +10877,6 @@ realclean:
MProfile.i \
ORB.h \
ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i \
- CDR.h \
ServicesC.i \
CORBA_String.h \
CORBA_String.inl \
@@ -10840,7 +10890,6 @@ realclean:
Policy_Set.i \
LocalObject.h \
LocalObject.i \
- debug.h \
Policy_Manager.i \
Resource_Factory.h \
$(ACE_ROOT)/ace/Service_Object.h \
@@ -10866,26 +10915,17 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
- Any_T.h \
- Any.h \
- Any.i \
- AbstractBase.h \
- AbstractBase.inl \
- Any_T.inl \
- Any_T.cpp \
- Marshal.h \
- Marshal.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
IOPC.i \
PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -10949,10 +10989,10 @@ realclean:
target_specification.i \
operation_details.i \
Transport.h \
- Transport_Cache_Manager.h \
- Cache_Entries.h \
Transport_Descriptor_Interface.h \
Transport_Descriptor_Interface.inl \
+ Transport_Cache_Manager.h \
+ Cache_Entries.h \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
Cache_Entries.inl \
@@ -10966,9 +11006,6 @@ realclean:
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl \
Synch_Refcountable.inl \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory_T.cpp \
Transport.inl \
Invocation.i \
PortableInterceptor.h \
@@ -10978,7 +11015,7 @@ realclean:
ClientInterceptorAdapter.h \
ClientInterceptorAdapter.inl
-.obj/PolicyC.o .obj/PolicyC.dll .shobj/PolicyC.o .shobj/PolicyC.dll: PolicyC.cpp PolicyC.h $(ACE_ROOT)/ace/pre.h \
+.obj/PolicyC.o .obj/PolicyC.SO .shobj/PolicyC.o .shobj/PolicyC.SO: PolicyC.cpp PolicyC.h $(ACE_ROOT)/ace/pre.h \
corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
$(ACE_ROOT)/ace/post.h \
@@ -11131,7 +11168,21 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
- Object.i CurrentC.i Policy_ForwardC.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ OctetSeqC.i \
+ IOP_IORC.i \
+ Object.i \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h CurrentC.i Policy_ForwardC.h \
Exception.h Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h Encodable.h \
PolicyC.i Stub.h \
@@ -11140,8 +11191,6 @@ realclean:
MProfile.i \
ORB.h \
ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i \
ServicesC.i \
CORBA_String.h \
CORBA_String.inl \
@@ -11155,7 +11204,6 @@ realclean:
Policy_Set.i \
LocalObject.h \
LocalObject.i \
- debug.h \
Policy_Manager.i \
Resource_Factory.h \
$(ACE_ROOT)/ace/Service_Object.h \
@@ -11181,27 +11229,18 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- CurrentC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
- Any_T.h \
- Any.h \
- Any.i \
- AbstractBase.h \
- AbstractBase.inl \
- Any_T.inl \
- Any_T.cpp \
- Marshal.h \
- Marshal.i \
+ PI_ForwardC.i \
+ CurrentC.h \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
IOPC.i \
PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -11265,10 +11304,10 @@ realclean:
target_specification.i \
operation_details.i \
Transport.h \
- Transport_Cache_Manager.h \
- Cache_Entries.h \
Transport_Descriptor_Interface.h \
Transport_Descriptor_Interface.inl \
+ Transport_Cache_Manager.h \
+ Cache_Entries.h \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
Cache_Entries.inl \
@@ -11282,9 +11321,6 @@ realclean:
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl \
Synch_Refcountable.inl \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory_T.cpp \
Transport.inl \
Invocation.i \
PortableInterceptor.h \
@@ -11294,7 +11330,7 @@ realclean:
ClientInterceptorAdapter.h \
ClientInterceptorAdapter.inl
-.obj/Policy_Validator.o .obj/Policy_Validator.dll .shobj/Policy_Validator.o .shobj/Policy_Validator.dll: Policy_Validator.cpp Policy_Validator.h \
+.obj/Policy_Validator.o .obj/Policy_Validator.SO .shobj/Policy_Validator.o .shobj/Policy_Validator.SO: Policy_Validator.cpp Policy_Validator.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
@@ -11453,7 +11489,19 @@ realclean:
Object.h \
Object_KeyC.h \
Object_KeyC.i \
- Object.i CurrentC.i Policy_ForwardC.h \
+ IOP_IORC.h \
+ IOP_IORC.i \
+ Object.i \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h CurrentC.i Policy_ForwardC.h \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h Encodable.h \
PolicyC.i ORB.i Policy_Manager.h \
@@ -11462,7 +11510,6 @@ realclean:
Policy_Set.i \
LocalObject.h \
LocalObject.i \
- debug.h \
Policy_Manager.i Resource_Factory.h \
$(ACE_ROOT)/ace/Service_Object.h \
$(ACE_ROOT)/ace/Shared_Object.h \
@@ -11481,22 +11528,11 @@ realclean:
$(ACE_ROOT)/ace/Managed_Object.i \
$(ACE_ROOT)/ace/Managed_Object.cpp \
TAO_Singleton_Manager.h Adapter.h \
- Adapter.i PolicyFactory_Registry.h PortableInterceptorC.h TAO_Export.h \
- DynamicC.h StringSeqC.h Sequence.h StringSeqC.i \
- Any_T.h \
- Any.h \
- Any.i \
- AbstractBase.h \
- AbstractBase.inl \
- Any_T.inl \
- Any_T.cpp \
- Marshal.h \
- Marshal.i DynamicC.i \
- ObjectReferenceTemplateC.h OctetSeqC.h ValueBase.h \
- ValueBase.i ObjectReferenceTemplateC.i \
- Messaging_SyncScopeC.h Messaging_SyncScopeC.i IOPC.h Object.h Any_T.h \
- IOPC.i PortableInterceptorC.i \
- $(ACE_ROOT)/ace/Map_Manager.h \
+ Adapter.i PolicyFactory_Registry.h PortableInterceptorC.h PI_ForwardC.h \
+ OctetSeqC.h StringSeqC.h Sequence.h StringSeqC.i PI_ForwardC.i \
+ DynamicC.h DynamicC.i Messaging_SyncScopeC.h Messaging_SyncScopeC.i \
+ IOPC.h TAO_Export.h IOP_IORC.h IOP_CodecC.h IOP_CodecC.i IOPC.i \
+ PortableInterceptorC.i $(ACE_ROOT)/ace/Map_Manager.h \
$(ACE_ROOT)/ace/Map_Manager.i \
$(ACE_ROOT)/ace/Map_Manager.cpp Parser_Registry.h \
Parser_Registry.i Service_Callbacks.h \
@@ -11528,7 +11564,7 @@ realclean:
$(ACE_ROOT)/ace/Framework_Component_T.cpp \
$(ACE_ROOT)/ace/Thread_Manager.i ORB_Core.i debug.h
-.obj/Encodable.o .obj/Encodable.dll .shobj/Encodable.o .shobj/Encodable.dll: Encodable.cpp Encodable.h \
+.obj/Encodable.o .obj/Encodable.SO .shobj/Encodable.o .shobj/Encodable.SO: Encodable.cpp Encodable.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
@@ -11562,7 +11598,7 @@ realclean:
TAO_Export.h \
corbafwd.i
-.obj/Abstract_Servant_Base.o .obj/Abstract_Servant_Base.dll .shobj/Abstract_Servant_Base.o .shobj/Abstract_Servant_Base.dll: Abstract_Servant_Base.cpp \
+.obj/Abstract_Servant_Base.o .obj/Abstract_Servant_Base.SO .shobj/Abstract_Servant_Base.o .shobj/Abstract_Servant_Base.SO: Abstract_Servant_Base.cpp \
Abstract_Servant_Base.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
@@ -11599,7 +11635,7 @@ realclean:
$(ACE_ROOT)/ace/CORBA_macros.h \
$(ACE_ROOT)/ace/Exception_Macros.h
-.obj/Object_Proxy_Broker.o .obj/Object_Proxy_Broker.dll .shobj/Object_Proxy_Broker.o .shobj/Object_Proxy_Broker.dll: Object_Proxy_Broker.cpp \
+.obj/Object_Proxy_Broker.o .obj/Object_Proxy_Broker.SO .shobj/Object_Proxy_Broker.o .shobj/Object_Proxy_Broker.SO: Object_Proxy_Broker.cpp \
Object_Proxy_Broker.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
@@ -11636,7 +11672,7 @@ realclean:
$(ACE_ROOT)/ace/CORBA_macros.h \
$(ACE_ROOT)/ace/Exception_Macros.h
-.obj/Remote_Object_Proxy_Broker.o .obj/Remote_Object_Proxy_Broker.dll .shobj/Remote_Object_Proxy_Broker.o .shobj/Remote_Object_Proxy_Broker.dll: Remote_Object_Proxy_Broker.cpp \
+.obj/Remote_Object_Proxy_Broker.o .obj/Remote_Object_Proxy_Broker.SO .shobj/Remote_Object_Proxy_Broker.o .shobj/Remote_Object_Proxy_Broker.SO: Remote_Object_Proxy_Broker.cpp \
Remote_Object_Proxy_Broker.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
@@ -11676,7 +11712,7 @@ realclean:
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h
-.obj/Object_Proxy_Impl.o .obj/Object_Proxy_Impl.dll .shobj/Object_Proxy_Impl.o .shobj/Object_Proxy_Impl.dll: Object_Proxy_Impl.cpp \
+.obj/Object_Proxy_Impl.o .obj/Object_Proxy_Impl.SO .shobj/Object_Proxy_Impl.o .shobj/Object_Proxy_Impl.SO: Object_Proxy_Impl.cpp \
Object_Proxy_Impl.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
@@ -11713,7 +11749,7 @@ realclean:
$(ACE_ROOT)/ace/CORBA_macros.h \
$(ACE_ROOT)/ace/Exception_Macros.h
-.obj/Remote_Object_Proxy_Impl.o .obj/Remote_Object_Proxy_Impl.dll .shobj/Remote_Object_Proxy_Impl.o .shobj/Remote_Object_Proxy_Impl.dll: Remote_Object_Proxy_Impl.cpp \
+.obj/Remote_Object_Proxy_Impl.o .obj/Remote_Object_Proxy_Impl.SO .shobj/Remote_Object_Proxy_Impl.o .shobj/Remote_Object_Proxy_Impl.SO: Remote_Object_Proxy_Impl.cpp \
Remote_Object_Proxy_Impl.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
@@ -11873,15 +11909,27 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ OctetSeqC.i \
+ IOP_IORC.i \
Object.i \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h \
CurrentC.i \
Encodable.h \
PolicyC.i \
MProfile.i \
ORB.h \
ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i \
ServicesC.i \
CORBA_String.h \
CORBA_String.inl \
@@ -11895,7 +11943,6 @@ realclean:
Policy_Set.i \
LocalObject.h \
LocalObject.i \
- debug.h \
Policy_Manager.i \
Resource_Factory.h \
$(ACE_ROOT)/ace/Service_Object.h \
@@ -11921,26 +11968,17 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
- Any_T.h \
- Any.h \
- Any.i \
- AbstractBase.h \
- AbstractBase.inl \
- Any_T.inl \
- Any_T.cpp \
- Marshal.h \
- Marshal.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
IOPC.i \
PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -12004,10 +12042,10 @@ realclean:
target_specification.i \
operation_details.i \
Transport.h \
- Transport_Cache_Manager.h \
- Cache_Entries.h \
Transport_Descriptor_Interface.h \
Transport_Descriptor_Interface.inl \
+ Transport_Cache_Manager.h \
+ Cache_Entries.h \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
Cache_Entries.inl \
@@ -12021,9 +12059,6 @@ realclean:
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl \
Synch_Refcountable.inl \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory_T.cpp \
Transport.inl \
Invocation.i \
IFR_Client_Adapter.h \
@@ -12032,7 +12067,7 @@ realclean:
$(ACE_ROOT)/ace/Dynamic_Service.i \
$(ACE_ROOT)/ace/Dynamic_Service.cpp
-.obj/DomainC.o .obj/DomainC.dll .shobj/DomainC.o .shobj/DomainC.dll: DomainC.cpp DomainC.h $(ACE_ROOT)/ace/pre.h \
+.obj/DomainC.o .obj/DomainC.SO .shobj/DomainC.o .shobj/DomainC.SO: DomainC.cpp DomainC.h $(ACE_ROOT)/ace/pre.h \
corba.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ace_wchar.h \
@@ -12188,6 +12223,10 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ OctetSeqC.i \
+ IOP_IORC.i \
Object.i \
Any.i \
AbstractBase.h \
@@ -12202,8 +12241,6 @@ realclean:
LocalObject.h \
LocalObject.i \
Principal.h \
- OctetSeqC.h \
- OctetSeqC.i \
Principal.i \
ORB.h \
ServicesC.h \
@@ -12233,13 +12270,15 @@ realclean:
StringSeqC.h \
StringSeqC.i \
PortableInterceptorC.h \
+ PI_ForwardC.h \
+ PI_ForwardC.i \
DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
IOPC.i \
PortableInterceptorC.i PolicyC.h \
DomainC.i Stub.h \
@@ -12334,10 +12373,10 @@ realclean:
target_specification.i \
operation_details.i \
Transport.h \
- Transport_Cache_Manager.h \
- Cache_Entries.h \
Transport_Descriptor_Interface.h \
Transport_Descriptor_Interface.inl \
+ Transport_Cache_Manager.h \
+ Cache_Entries.h \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
Cache_Entries.inl \
@@ -12351,9 +12390,6 @@ realclean:
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl \
Synch_Refcountable.inl \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory_T.cpp \
Transport.inl \
Invocation.i \
PortableInterceptor.h \
@@ -12368,7 +12404,7 @@ realclean:
$(ACE_ROOT)/ace/Dynamic_Service.i \
$(ACE_ROOT)/ace/Dynamic_Service.cpp
-.obj/TimeBaseC.o .obj/TimeBaseC.dll .shobj/TimeBaseC.o .shobj/TimeBaseC.dll: TimeBaseC.cpp TimeBaseC.h $(ACE_ROOT)/ace/pre.h \
+.obj/TimeBaseC.o .obj/TimeBaseC.SO .shobj/TimeBaseC.o .shobj/TimeBaseC.SO: TimeBaseC.cpp TimeBaseC.h $(ACE_ROOT)/ace/pre.h \
corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
$(ACE_ROOT)/ace/post.h \
@@ -12523,6 +12559,10 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ OctetSeqC.i \
+ IOP_IORC.i \
Object.i \
Any.i \
AbstractBase.h \
@@ -12557,8 +12597,6 @@ realclean:
MProfile.i \
ORB.h \
ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i \
ServicesC.i \
CORBA_String.h \
CORBA_String.inl \
@@ -12587,17 +12625,17 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
IOPC.i \
PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -12661,10 +12699,10 @@ realclean:
target_specification.i \
operation_details.i \
Transport.h \
- Transport_Cache_Manager.h \
- Cache_Entries.h \
Transport_Descriptor_Interface.h \
Transport_Descriptor_Interface.inl \
+ Transport_Cache_Manager.h \
+ Cache_Entries.h \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
Cache_Entries.inl \
@@ -12678,14 +12716,11 @@ realclean:
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl \
Synch_Refcountable.inl \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory_T.cpp \
Transport.inl \
Invocation.i \
RequestInfo_Util.h
-.obj/Principal.o .obj/Principal.dll .shobj/Principal.o .shobj/Principal.dll: Principal.cpp Principal.h \
+.obj/Principal.o .obj/Principal.SO .shobj/Principal.o .shobj/Principal.SO: Principal.cpp Principal.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
@@ -12837,7 +12872,7 @@ realclean:
$(ACE_ROOT)/ace/CDR_Stream.i \
CDR.i
-.obj/Sequence.o .obj/Sequence.dll .shobj/Sequence.o .shobj/Sequence.dll: Sequence.cpp Sequence.h \
+.obj/Sequence.o .obj/Sequence.SO .shobj/Sequence.o .shobj/Sequence.SO: Sequence.cpp Sequence.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
@@ -12981,7 +13016,7 @@ realclean:
Environment.h \
Environment.i
-.obj/MProfile.o .obj/MProfile.dll .shobj/MProfile.o .shobj/MProfile.dll: MProfile.cpp MProfile.h \
+.obj/MProfile.o .obj/MProfile.SO .shobj/MProfile.o .shobj/MProfile.SO: MProfile.cpp MProfile.h \
$(ACE_ROOT)/ace/pre.h $(ACE_ROOT)/ace/Synch.h \
$(ACE_ROOT)/ace/ACE_export.h \
$(ACE_ROOT)/ace/post.h \
@@ -13136,16 +13171,11 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ OctetSeqC.i \
+ IOP_IORC.i \
Object.i \
- CurrentC.i \
- Remote_Object_Proxy_Impl.h \
- Object_Proxy_Impl.h \
- Encodable.h \
- PolicyC.i \
- MProfile.i \
- Profile.h \
- Tagged_Components.h \
- IOPC.h \
Any_T.h \
Any.h \
Any.i \
@@ -13156,6 +13186,17 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ CurrentC.i \
+ Remote_Object_Proxy_Impl.h \
+ Object_Proxy_Impl.h \
+ Encodable.h \
+ PolicyC.i \
+ MProfile.i \
+ Profile.h \
+ Tagged_Components.h \
+ IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
IOPC.i \
CONV_FRAMEC.h \
CONV_FRAMEC.i \
@@ -13164,7 +13205,7 @@ realclean:
GIOP_Message_Version.inl \
Profile.i
-.obj/Stub.o .obj/Stub.dll .shobj/Stub.o .shobj/Stub.dll: Stub.cpp Endpoint.h $(ACE_ROOT)/ace/pre.h \
+.obj/Stub.o .obj/Stub.SO .shobj/Stub.o .shobj/Stub.SO: Stub.cpp Endpoint.h $(ACE_ROOT)/ace/pre.h \
corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
$(ACE_ROOT)/ace/post.h \
@@ -13321,7 +13362,21 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ OctetSeqC.i \
+ IOP_IORC.i \
Object.i \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h \
CurrentC.i \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h \
@@ -13330,8 +13385,6 @@ realclean:
MProfile.i \
ORB.h \
ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i \
ServicesC.i \
CORBA_String.h \
CORBA_String.inl \
@@ -13345,7 +13398,6 @@ realclean:
Policy_Set.i \
LocalObject.h \
LocalObject.i \
- debug.h \
Policy_Manager.i \
Resource_Factory.h \
$(ACE_ROOT)/ace/Service_Object.h \
@@ -13371,26 +13423,17 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
- Any_T.h \
- Any.h \
- Any.i \
- AbstractBase.h \
- AbstractBase.inl \
- Any_T.inl \
- Any_T.cpp \
- Marshal.h \
- Marshal.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
IOPC.i \
PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -13433,13 +13476,12 @@ realclean:
ORB_Core.i \
ORB_Core_Auto_Ptr.h \
ORB_Core_Auto_Ptr.inl \
- Stub.i Profile.h corbafwd.h \
+ Stub.i Profile.h \
Tagged_Components.h \
- Tagged_Components.i PolicyC.h \
+ Tagged_Components.i \
GIOP_Message_Version.h \
- GIOP_Message_Version.inl Object_KeyC.h \
- Profile.i Sequence.h Object.h Invocation.h CDR.h \
- Synch_Reply_Dispatcher.h \
+ GIOP_Message_Version.inl Profile.i \
+ Sequence.h Object.h Invocation.h CDR.h Synch_Reply_Dispatcher.h \
Reply_Dispatcher.h \
Condition.h \
Condition.inl \
@@ -13449,14 +13491,14 @@ realclean:
LF_Event.h \
LF_Event.inl \
LF_Invocation_Event.inl \
- GIOP_Message_Version.h \
- Messaging_SyncScopeC.h operation_details.h Service_Context.h \
+ Messaging_SyncScopeC.h operation_details.h corbafwd.h Service_Context.h \
Service_Context.inl \
target_specification.h target_specification.i operation_details.i \
- Transport.h Exception.h Transport_Cache_Manager.h \
+ Transport.h Exception.h Transport_Descriptor_Interface.h \
+ Transport_Descriptor_Interface.inl \
+ Transport_Cache_Manager.h \
Cache_Entries.h \
Transport_Descriptor_Interface.h \
- Transport_Descriptor_Interface.inl \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
Cache_Entries.inl \
@@ -13467,10 +13509,6 @@ realclean:
Incoming_Message_Queue.inl Synch_Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl Synch_Refcountable.inl \
- CONV_FRAMEC.h Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.cpp \
Transport.inl Invocation.i Asynch_Invocation.h \
Invocation.h \
Asynch_Invocation.i ORB_Core.h \
@@ -13487,7 +13525,7 @@ realclean:
Buffering_Constraint_Policy.h \
Buffering_Constraint_Policy.i debug.h
-.obj/Typecode.o .obj/Typecode.dll .shobj/Typecode.o .shobj/Typecode.dll: Typecode.cpp Typecode.h \
+.obj/Typecode.o .obj/Typecode.SO .shobj/Typecode.o .shobj/Typecode.SO: Typecode.cpp Typecode.h \
$(ACE_ROOT)/ace/pre.h \
$(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
$(ACE_ROOT)/ace/post.h \
@@ -13640,6 +13678,10 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ OctetSeqC.i \
+ IOP_IORC.i \
Object.i \
Any.i \
Marshal.h \
@@ -13648,7 +13690,7 @@ realclean:
CORBA_String.inl \
debug.h
-.obj/AbstractBase.o .obj/AbstractBase.dll .shobj/AbstractBase.o .shobj/AbstractBase.dll: AbstractBase.cpp \
+.obj/AbstractBase.o .obj/AbstractBase.SO .shobj/AbstractBase.o .shobj/AbstractBase.SO: AbstractBase.cpp \
AbstractBase.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
@@ -13685,11 +13727,10 @@ realclean:
$(ACE_ROOT)/ace/CORBA_macros.h \
$(ACE_ROOT)/ace/Exception_Macros.h \
AbstractBase.inl \
- Stub.h \
- MProfile.h \
+ ValueBase.h \
+ $(ACE_ROOT)/ace/Synch_T.h \
$(ACE_ROOT)/ace/Synch.h \
$(ACE_ROOT)/ace/Synch.i \
- $(ACE_ROOT)/ace/Synch_T.h \
$(ACE_ROOT)/ace/Synch_T.i \
$(ACE_ROOT)/ace/Thread.h \
$(ACE_ROOT)/ace/Thread_Adapter.h \
@@ -13702,6 +13743,9 @@ realclean:
$(ACE_ROOT)/ace/Synch_T.cpp \
$(ACE_ROOT)/ace/Log_Msg.h \
$(ACE_ROOT)/ace/Log_Priority.h \
+ ValueBase.i \
+ Stub.h \
+ MProfile.h \
PolicyC.h \
CurrentC.h \
Object.h \
@@ -13808,7 +13852,19 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ OctetSeqC.i \
+ IOP_IORC.i \
Object.i \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h \
CurrentC.i \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h \
@@ -13817,8 +13873,6 @@ realclean:
MProfile.i \
ORB.h \
ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i \
ServicesC.i \
CORBA_String.h \
CORBA_String.inl \
@@ -13832,7 +13886,6 @@ realclean:
Policy_Set.i \
LocalObject.h \
LocalObject.i \
- debug.h \
Policy_Manager.i \
Resource_Factory.h \
$(ACE_ROOT)/ace/Service_Object.h \
@@ -13858,24 +13911,17 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
- Any_T.h \
- Any.h \
- Any.i \
- Any_T.inl \
- Any_T.cpp \
- Marshal.h \
- Marshal.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
IOPC.i \
PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -13928,7 +13974,7 @@ realclean:
ValueFactory.h \
ValueFactory.i
-.obj/ValueBase.o .obj/ValueBase.dll .shobj/ValueBase.o .shobj/ValueBase.dll: ValueBase.cpp CDR.h \
+.obj/ValueBase.o .obj/ValueBase.SO .shobj/ValueBase.o .shobj/ValueBase.SO: ValueBase.cpp CDR.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
@@ -14093,7 +14139,19 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ IOP_IORC.i \
Object.i \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h \
CurrentC.i \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h \
@@ -14106,7 +14164,6 @@ realclean:
Policy_Set.i \
LocalObject.h \
LocalObject.i \
- debug.h \
Policy_Manager.i \
Resource_Factory.h \
$(ACE_ROOT)/ace/Service_Object.h \
@@ -14132,26 +14189,17 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
- Any_T.h \
- Any.h \
- Any.i \
- AbstractBase.h \
- AbstractBase.inl \
- Any_T.inl \
- Any_T.cpp \
- Marshal.h \
- Marshal.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
IOPC.i \
PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -14192,10 +14240,12 @@ realclean:
$(ACE_ROOT)/ace/Framework_Component_T.cpp \
$(ACE_ROOT)/ace/Thread_Manager.i \
ORB_Core.i \
+ ValueBase.h \
+ ValueBase.i \
ValueFactory.h \
ValueFactory.i
-.obj/ValueFactory.o .obj/ValueFactory.dll .shobj/ValueFactory.o .shobj/ValueFactory.dll: ValueFactory.cpp \
+.obj/ValueFactory.o .obj/ValueFactory.SO .shobj/ValueFactory.o .shobj/ValueFactory.SO: ValueFactory.cpp \
ValueFactory.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
@@ -14246,7 +14296,7 @@ realclean:
$(ACE_ROOT)/ace/Log_Priority.h \
ValueFactory.i
-.obj/ValueFactory_Map.o .obj/ValueFactory_Map.dll .shobj/ValueFactory_Map.o .shobj/ValueFactory_Map.dll: ValueFactory_Map.cpp \
+.obj/ValueFactory_Map.o .obj/ValueFactory_Map.SO .shobj/ValueFactory_Map.o .shobj/ValueFactory_Map.SO: ValueFactory_Map.cpp \
ValueFactory_Map.h \
$(ACE_ROOT)/ace/pre.h \
$(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
@@ -14384,7 +14434,7 @@ realclean:
ValueFactory.h \
ValueFactory.i
-.obj/CDR.o .obj/CDR.dll .shobj/CDR.o .shobj/CDR.dll: CDR.cpp Timeprobe.h \
+.obj/CDR.o .obj/CDR.SO .shobj/CDR.o .shobj/CDR.SO: CDR.cpp Timeprobe.h \
$(ACE_ROOT)/ace/pre.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ace_wchar.h \
@@ -14552,7 +14602,19 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ IOP_IORC.i \
Object.i \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h \
CurrentC.i \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h \
@@ -14564,7 +14626,6 @@ realclean:
Policy_Set.i \
LocalObject.h \
LocalObject.i \
- debug.h \
Policy_Manager.i \
Resource_Factory.h \
$(ACE_ROOT)/ace/Service_Object.h \
@@ -14590,26 +14651,17 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
- Any_T.h \
- Any.h \
- Any.i \
- AbstractBase.h \
- AbstractBase.inl \
- Any_T.inl \
- Any_T.cpp \
- Marshal.h \
- Marshal.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
IOPC.i \
PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -14651,7 +14703,7 @@ realclean:
$(ACE_ROOT)/ace/Thread_Manager.i \
ORB_Core.i
-.obj/Client_Strategy_Factory.o .obj/Client_Strategy_Factory.dll .shobj/Client_Strategy_Factory.o .shobj/Client_Strategy_Factory.dll: Client_Strategy_Factory.cpp \
+.obj/Client_Strategy_Factory.o .obj/Client_Strategy_Factory.SO .shobj/Client_Strategy_Factory.o .shobj/Client_Strategy_Factory.SO: Client_Strategy_Factory.cpp \
Client_Strategy_Factory.h \
$(ACE_ROOT)/ace/pre.h \
$(ACE_ROOT)/ace/Service_Object.h \
@@ -14689,14 +14741,14 @@ realclean:
$(ACE_ROOT)/ace/Service_Object.i \
TAO_Export.h
-.obj/debug.o .obj/debug.dll .shobj/debug.o .shobj/debug.dll: debug.cpp debug.h \
+.obj/debug.o .obj/debug.SO .shobj/debug.o .shobj/debug.SO: debug.cpp debug.h \
$(ACE_ROOT)/ace/pre.h \
TAO_Export.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ace_wchar.h \
$(ACE_ROOT)/ace/ace_wchar.inl
-.obj/Object_KeyC.o .obj/Object_KeyC.dll .shobj/Object_KeyC.o .shobj/Object_KeyC.dll: Object_KeyC.cpp Object_KeyC.h \
+.obj/Object_KeyC.o .obj/Object_KeyC.SO .shobj/Object_KeyC.o .shobj/Object_KeyC.SO: Object_KeyC.cpp Object_KeyC.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
@@ -14862,7 +14914,19 @@ realclean:
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
+ IOP_IORC.h \
+ IOP_IORC.i \
Object.i \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h \
CurrentC.i \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h \
@@ -14874,7 +14938,6 @@ realclean:
Policy_Set.i \
LocalObject.h \
LocalObject.i \
- debug.h \
Policy_Manager.i \
Resource_Factory.h \
$(ACE_ROOT)/ace/Service_Object.h \
@@ -14900,26 +14963,17 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
- Any_T.h \
- Any.h \
- Any.i \
- AbstractBase.h \
- AbstractBase.inl \
- Any_T.inl \
- Any_T.cpp \
- Marshal.h \
- Marshal.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
IOPC.i \
PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -14961,7 +15015,7 @@ realclean:
$(ACE_ROOT)/ace/Thread_Manager.i \
ORB_Core.i
-.obj/Protocols_Hooks.o .obj/Protocols_Hooks.dll .shobj/Protocols_Hooks.o .shobj/Protocols_Hooks.dll: Protocols_Hooks.cpp Protocols_Hooks.h \
+.obj/Protocols_Hooks.o .obj/Protocols_Hooks.SO .shobj/Protocols_Hooks.o .shobj/Protocols_Hooks.SO: Protocols_Hooks.cpp Protocols_Hooks.h \
$(ACE_ROOT)/ace/pre.h corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
$(ACE_ROOT)/ace/post.h \
@@ -15118,7 +15172,7 @@ realclean:
$(ACE_ROOT)/ace/Dynamic_Service.i \
$(ACE_ROOT)/ace/Dynamic_Service.cpp
-.obj/Default_Protocols_Hooks.o .obj/Default_Protocols_Hooks.dll .shobj/Default_Protocols_Hooks.o .shobj/Default_Protocols_Hooks.dll: Default_Protocols_Hooks.cpp \
+.obj/Default_Protocols_Hooks.o .obj/Default_Protocols_Hooks.SO .shobj/Default_Protocols_Hooks.o .shobj/Default_Protocols_Hooks.SO: Default_Protocols_Hooks.cpp \
Default_Protocols_Hooks.h $(ACE_ROOT)/ace/pre.h \
Protocols_Hooks.h corbafwd.h $(ACE_ROOT)/ace/CDR_Base.h \
$(ACE_ROOT)/ace/post.h \
@@ -15275,7 +15329,22 @@ realclean:
Policy_ForwardC.h \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ OctetSeqC.i \
+ CDR.h \
+ IOP_IORC.i \
Object.i \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h \
varbase.h CurrentC.i Exception.h \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h Encodable.h \
@@ -15290,7 +15359,7 @@ realclean:
LF_Invocation_Event.inl \
Connection_Handler.inl
-.obj/Messaging_SyncScopeC.o .obj/Messaging_SyncScopeC.dll .shobj/Messaging_SyncScopeC.o .shobj/Messaging_SyncScopeC.dll: Messaging_SyncScopeC.cpp Messaging_SyncScopeC.h \
+.obj/Messaging_SyncScopeC.o .obj/Messaging_SyncScopeC.SO .shobj/Messaging_SyncScopeC.o .shobj/Messaging_SyncScopeC.SO: Messaging_SyncScopeC.cpp Messaging_SyncScopeC.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
@@ -15421,7 +15490,7 @@ realclean:
Exception.i \
Typecode.i
-.obj/Invocation.o .obj/Invocation.dll .shobj/Invocation.o .shobj/Invocation.dll: Invocation.cpp Invocation.h \
+.obj/Invocation.o .obj/Invocation.SO .shobj/Invocation.o .shobj/Invocation.SO: Invocation.cpp Invocation.h \
$(ACE_ROOT)/ace/pre.h CDR.h \
corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
@@ -15530,10 +15599,8 @@ realclean:
CDR.i Synch_Reply_Dispatcher.h \
Reply_Dispatcher.h \
IOPC.h \
- Exception.h \
- Exception.i \
- Object.h \
- Policy_ForwardC.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
Sequence.h \
Managed_Types.h \
Managed_Types.i \
@@ -15569,17 +15636,24 @@ realclean:
$(ACE_ROOT)/ace/Reactor.i \
$(ACE_ROOT)/ace/Reactor_Impl.h \
$(ACE_ROOT)/ace/Svc_Conf_Tokens.h \
+ Exception.h \
+ Exception.i \
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
CDR.h \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -15588,6 +15662,7 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
Condition.h \
Condition.inl \
@@ -15603,10 +15678,11 @@ realclean:
corbafwd.h Service_Context.h \
Service_Context.inl \
target_specification.h target_specification.i operation_details.i \
- Transport.h Exception.h Transport_Cache_Manager.h \
+ Transport.h Exception.h Transport_Descriptor_Interface.h \
+ Transport_Descriptor_Interface.inl \
+ Transport_Cache_Manager.h \
Cache_Entries.h \
Transport_Descriptor_Interface.h \
- Transport_Descriptor_Interface.inl \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
Cache_Entries.inl \
@@ -15617,16 +15693,6 @@ realclean:
Incoming_Message_Queue.inl Synch_Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl Synch_Refcountable.inl \
- CONV_FRAMEC.h CONV_FRAMEC.i Codeset_Translator_Factory.h \
- $(ACE_ROOT)/ace/Service_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.i \
- $(ACE_ROOT)/ace/DLL.h \
- $(ACE_ROOT)/ace/Service_Object.i \
- CONV_FRAMEC.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.cpp \
Transport.inl Invocation.i Stub.h \
MProfile.h \
PolicyC.h \
@@ -15639,8 +15705,6 @@ realclean:
MProfile.i \
ORB.h \
ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i \
ServicesC.i \
CORBA_String.h \
CORBA_String.inl \
@@ -15656,6 +15720,13 @@ realclean:
LocalObject.i \
Policy_Manager.i \
Resource_Factory.h \
+ $(ACE_ROOT)/ace/Service_Object.h \
+ $(ACE_ROOT)/ace/Shared_Object.h \
+ $(ACE_ROOT)/ace/Shared_Object.i \
+ $(ACE_ROOT)/ace/DLL.h \
+ $(ACE_ROOT)/ace/Service_Object.i \
+ CONV_FRAMEC.h \
+ CONV_FRAMEC.i \
params.h \
params.i \
TAO_Singleton_Manager.h \
@@ -15672,14 +15743,12 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -15722,11 +15791,12 @@ realclean:
ORB_Core.i \
ORB_Core_Auto_Ptr.h \
ORB_Core_Auto_Ptr.inl \
- Stub.i Profile.h Tagged_Components.h \
- Tagged_Components.i PolicyC.h \
- GIOP_Message_Version.h Object_KeyC.h Profile.i Timeprobe.h \
- $(ACE_ROOT)/ace/Timeprobe.h debug.h Connector_Registry.h \
- Endpoint.h Endpoint.i \
+ Stub.i Profile.h \
+ Tagged_Components.h \
+ Tagged_Components.i Profile.i \
+ Timeprobe.h $(ACE_ROOT)/ace/Timeprobe.h Object_KeyC.h \
+ debug.h Connector_Registry.h Endpoint.h \
+ Endpoint.i \
Connector_Registry.i Wait_Strategy.h \
Wait_Strategy.inl Transport_Mux_Strategy.h Bind_Dispatcher_Guard.h \
Bind_Dispatcher_Guard.i \
@@ -15735,15 +15805,13 @@ realclean:
GIOP_Utils.i ORB_Core.h \
Endpoint_Selector_Factory.h Invocation_Endpoint_Selectors.h \
Invocation_Endpoint_Selectors.i TAOC.h \
- TimeBaseC.h \
+ PolicyC.h TimeBaseC.h \
SmartProxies/Smart_Proxies.h \
SmartProxies/smartproxies_export.h \
SmartProxies/Smart_Proxies.inl \
- TimeBaseC.i TAOC.i Codeset_Manager.h \
- Profile.h \
- Transport.h
+ TimeBaseC.i TAOC.i Codeset_Manager.h
-.obj/Invocation_Endpoint_Selectors.o .obj/Invocation_Endpoint_Selectors.dll .shobj/Invocation_Endpoint_Selectors.o .shobj/Invocation_Endpoint_Selectors.dll: Invocation_Endpoint_Selectors.cpp \
+.obj/Invocation_Endpoint_Selectors.o .obj/Invocation_Endpoint_Selectors.SO .shobj/Invocation_Endpoint_Selectors.o .shobj/Invocation_Endpoint_Selectors.SO: Invocation_Endpoint_Selectors.cpp \
Invocation_Endpoint_Selectors.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
@@ -15857,10 +15925,8 @@ realclean:
Synch_Reply_Dispatcher.h \
Reply_Dispatcher.h \
IOPC.h \
- Exception.h \
- Exception.i \
- Object.h \
- Policy_ForwardC.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
Sequence.h \
Managed_Types.h \
Managed_Types.i \
@@ -15896,16 +15962,23 @@ realclean:
$(ACE_ROOT)/ace/Reactor.i \
$(ACE_ROOT)/ace/Reactor_Impl.h \
$(ACE_ROOT)/ace/Svc_Conf_Tokens.h \
+ Exception.h \
+ Exception.i \
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -15914,6 +15987,7 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
Condition.h \
Condition.inl \
@@ -15934,10 +16008,10 @@ realclean:
target_specification.i \
operation_details.i \
Transport.h \
- Transport_Cache_Manager.h \
- Cache_Entries.h \
Transport_Descriptor_Interface.h \
Transport_Descriptor_Interface.inl \
+ Transport_Cache_Manager.h \
+ Cache_Entries.h \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
Cache_Entries.inl \
@@ -15951,16 +16025,6 @@ realclean:
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl \
Synch_Refcountable.inl \
- CONV_FRAMEC.h \
- CONV_FRAMEC.i \
- Codeset_Translator_Factory.h \
- $(ACE_ROOT)/ace/Service_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.i \
- $(ACE_ROOT)/ace/DLL.h \
- $(ACE_ROOT)/ace/Service_Object.i \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory_T.cpp \
Transport.inl \
Invocation.i \
Stub.h \
@@ -15975,8 +16039,6 @@ realclean:
MProfile.i \
ORB.h \
ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i \
ServicesC.i \
CORBA_String.h \
CORBA_String.inl \
@@ -15992,6 +16054,13 @@ realclean:
LocalObject.i \
Policy_Manager.i \
Resource_Factory.h \
+ $(ACE_ROOT)/ace/Service_Object.h \
+ $(ACE_ROOT)/ace/Shared_Object.h \
+ $(ACE_ROOT)/ace/Shared_Object.i \
+ $(ACE_ROOT)/ace/DLL.h \
+ $(ACE_ROOT)/ace/Service_Object.i \
+ CONV_FRAMEC.h \
+ CONV_FRAMEC.i \
params.h \
params.i \
TAO_Singleton_Manager.h \
@@ -16008,14 +16077,12 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
$(ACE_ROOT)/ace/Map_Manager.i \
@@ -16067,7 +16134,7 @@ realclean:
Base_Transport_Property.h \
Base_Transport_Property.inl
-.obj/Asynch_Invocation.o .obj/Asynch_Invocation.dll .shobj/Asynch_Invocation.o .shobj/Asynch_Invocation.dll: Asynch_Invocation.cpp \
+.obj/Asynch_Invocation.o .obj/Asynch_Invocation.SO .shobj/Asynch_Invocation.o .shobj/Asynch_Invocation.SO: Asynch_Invocation.cpp \
Asynch_Invocation.h \
$(ACE_ROOT)/ace/pre.h \
Invocation.h \
@@ -16180,10 +16247,8 @@ realclean:
Synch_Reply_Dispatcher.h \
Reply_Dispatcher.h \
IOPC.h \
- Exception.h \
- Exception.i \
- Object.h \
- Policy_ForwardC.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
Sequence.h \
Managed_Types.h \
Managed_Types.i \
@@ -16219,16 +16284,23 @@ realclean:
$(ACE_ROOT)/ace/Reactor.i \
$(ACE_ROOT)/ace/Reactor_Impl.h \
$(ACE_ROOT)/ace/Svc_Conf_Tokens.h \
+ Exception.h \
+ Exception.i \
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -16237,6 +16309,7 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
Condition.h \
Condition.inl \
@@ -16257,10 +16330,10 @@ realclean:
target_specification.i \
operation_details.i \
Transport.h \
- Transport_Cache_Manager.h \
- Cache_Entries.h \
Transport_Descriptor_Interface.h \
Transport_Descriptor_Interface.inl \
+ Transport_Cache_Manager.h \
+ Cache_Entries.h \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
Cache_Entries.inl \
@@ -16274,16 +16347,6 @@ realclean:
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl \
Synch_Refcountable.inl \
- CONV_FRAMEC.h \
- CONV_FRAMEC.i \
- Codeset_Translator_Factory.h \
- $(ACE_ROOT)/ace/Service_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.i \
- $(ACE_ROOT)/ace/DLL.h \
- $(ACE_ROOT)/ace/Service_Object.i \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory_T.cpp \
Transport.inl \
Invocation.i \
Asynch_Invocation.i \
@@ -16301,8 +16364,6 @@ realclean:
MProfile.i \
ORB.h \
ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i \
ServicesC.i \
CORBA_String.h \
CORBA_String.inl \
@@ -16318,6 +16379,13 @@ realclean:
LocalObject.i \
Policy_Manager.i \
Resource_Factory.h \
+ $(ACE_ROOT)/ace/Service_Object.h \
+ $(ACE_ROOT)/ace/Shared_Object.h \
+ $(ACE_ROOT)/ace/Shared_Object.i \
+ $(ACE_ROOT)/ace/DLL.h \
+ $(ACE_ROOT)/ace/Service_Object.i \
+ CONV_FRAMEC.h \
+ CONV_FRAMEC.i \
params.h \
params.i \
TAO_Singleton_Manager.h \
@@ -16334,14 +16402,12 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
$(ACE_ROOT)/ace/Map_Manager.i \
@@ -16390,7 +16456,7 @@ realclean:
Profile.i \
Transport_Mux_Strategy.h
-.obj/operation_details.o .obj/operation_details.dll .shobj/operation_details.o .shobj/operation_details.dll: operation_details.cpp \
+.obj/operation_details.o .obj/operation_details.SO .shobj/operation_details.o .shobj/operation_details.SO: operation_details.cpp \
operation_details.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
@@ -16426,11 +16492,30 @@ realclean:
corbafwd.i \
Service_Context.h \
IOPC.h \
- Exception.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ Sequence.h \
+ Managed_Types.h \
+ Managed_Types.i \
$(ACE_ROOT)/ace/CORBA_macros.h \
$(ACE_ROOT)/ace/Exception_Macros.h \
- $(ACE_ROOT)/ace/SString.h \
- $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/Log_Msg.h \
+ $(ACE_ROOT)/ace/Log_Priority.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
+ $(ACE_ROOT)/ace/Message_Block.h \
+ $(ACE_ROOT)/ace/Message_Block.i \
+ $(ACE_ROOT)/ace/Message_Block_T.h \
+ $(ACE_ROOT)/ace/Message_Block_T.i \
+ $(ACE_ROOT)/ace/Message_Block_T.cpp \
+ $(ACE_ROOT)/ace/Malloc_Base.h \
+ Sequence.i \
+ Sequence_T.h \
+ Sequence_T.i \
+ Sequence_T.cpp \
+ Typecode.h \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
+ $(ACE_ROOT)/ace/Functor.h \
$(ACE_ROOT)/ace/ACE.h \
$(ACE_ROOT)/ace/Flag_Manip.h \
$(ACE_ROOT)/ace/Flag_Manip.i \
@@ -16443,17 +16528,11 @@ realclean:
$(ACE_ROOT)/ace/Sock_Connect.h \
$(ACE_ROOT)/ace/Sock_Connect.i \
$(ACE_ROOT)/ace/ACE.i \
- $(ACE_ROOT)/ace/String_Base_Const.h \
- $(ACE_ROOT)/ace/String_Base.i \
- $(ACE_ROOT)/ace/Malloc_Base.h \
- $(ACE_ROOT)/ace/String_Base.cpp \
- $(ACE_ROOT)/ace/Malloc.h \
- $(ACE_ROOT)/ace/Log_Msg.h \
- $(ACE_ROOT)/ace/Log_Priority.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
- $(ACE_ROOT)/ace/Malloc.i \
- $(ACE_ROOT)/ace/Malloc_T.h \
+ $(ACE_ROOT)/ace/Functor.i \
+ $(ACE_ROOT)/ace/Functor_T.h \
+ $(ACE_ROOT)/ace/Functor_T.i \
+ $(ACE_ROOT)/ace/Functor_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
$(ACE_ROOT)/ace/Synch.h \
$(ACE_ROOT)/ace/Synch.i \
$(ACE_ROOT)/ace/Synch_T.h \
@@ -16465,6 +16544,24 @@ realclean:
$(ACE_ROOT)/ace/Thread_Adapter.inl \
$(ACE_ROOT)/ace/Thread.i \
$(ACE_ROOT)/ace/Synch_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
+ $(ACE_ROOT)/ace/Service_Config.h \
+ $(ACE_ROOT)/ace/Unbounded_Queue.h \
+ $(ACE_ROOT)/ace/Node.h \
+ $(ACE_ROOT)/ace/Node.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Queue.inl \
+ $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Set.h \
+ $(ACE_ROOT)/ace/Unbounded_Set.inl \
+ $(ACE_ROOT)/ace/Unbounded_Set.cpp \
+ $(ACE_ROOT)/ace/SString.h \
+ $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/String_Base_Const.h \
+ $(ACE_ROOT)/ace/String_Base.i \
+ $(ACE_ROOT)/ace/String_Base.cpp \
+ $(ACE_ROOT)/ace/Malloc.h \
+ $(ACE_ROOT)/ace/Malloc.i \
+ $(ACE_ROOT)/ace/Malloc_T.h \
$(ACE_ROOT)/ace/Malloc_Allocator.h \
$(ACE_ROOT)/ace/Malloc_Allocator.i \
$(ACE_ROOT)/ace/Free_List.h \
@@ -16483,44 +16580,11 @@ realclean:
$(ACE_ROOT)/ace/SV_Semaphore_Simple.h \
$(ACE_ROOT)/ace/SV_Semaphore_Simple.i \
$(ACE_ROOT)/ace/SV_Semaphore_Complex.i \
- $(ACE_ROOT)/ace/Unbounded_Set.h \
- $(ACE_ROOT)/ace/Node.h \
- $(ACE_ROOT)/ace/Node.cpp \
- $(ACE_ROOT)/ace/Unbounded_Set.inl \
- $(ACE_ROOT)/ace/Unbounded_Set.cpp \
$(ACE_ROOT)/ace/Memory_Pool.i \
$(ACE_ROOT)/ace/Auto_Ptr.h \
$(ACE_ROOT)/ace/Auto_Ptr.i \
$(ACE_ROOT)/ace/Auto_Ptr.cpp \
$(ACE_ROOT)/ace/SString.i \
- Exception.i \
- Object.h \
- Policy_ForwardC.h \
- Sequence.h \
- Managed_Types.h \
- Managed_Types.i \
- $(ACE_ROOT)/ace/Message_Block.h \
- $(ACE_ROOT)/ace/Message_Block.i \
- $(ACE_ROOT)/ace/Message_Block_T.h \
- $(ACE_ROOT)/ace/Message_Block_T.i \
- $(ACE_ROOT)/ace/Message_Block_T.cpp \
- Sequence.i \
- Sequence_T.h \
- Sequence_T.i \
- Sequence_T.cpp \
- Typecode.h \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
- $(ACE_ROOT)/ace/Functor.h \
- $(ACE_ROOT)/ace/Functor.i \
- $(ACE_ROOT)/ace/Functor_T.h \
- $(ACE_ROOT)/ace/Functor_T.i \
- $(ACE_ROOT)/ace/Functor_T.cpp \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
- $(ACE_ROOT)/ace/Service_Config.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.inl \
- $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
$(ACE_ROOT)/ace/XML_Svc_Conf.h \
$(ACE_ROOT)/ace/Service_Config.i \
$(ACE_ROOT)/ace/Reactor.h \
@@ -16536,20 +16600,27 @@ realclean:
$(ACE_ROOT)/ace/Reactor.i \
$(ACE_ROOT)/ace/Reactor_Impl.h \
$(ACE_ROOT)/ace/Svc_Conf_Tokens.h \
+ Exception.h \
+ Exception.i \
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
CDR.i \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -16558,14 +16629,16 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
Service_Context.inl \
target_specification.h \
target_specification.i \
operation_details.i
-.obj/ClientRequestInfo.o .obj/ClientRequestInfo.dll .shobj/ClientRequestInfo.o .shobj/ClientRequestInfo.dll: ClientRequestInfo.cpp ClientRequestInfo.h \
- $(ACE_ROOT)/ace/pre.h orbconf.h \
+.obj/ClientRequestInfo.o .obj/ClientRequestInfo.SO .shobj/ClientRequestInfo.o .shobj/ClientRequestInfo.SO: ClientRequestInfo.cpp ClientRequestInfo.h \
+ $(ACE_ROOT)/ace/pre.h \
+ orbconf.h \
$(ACE_ROOT)/ace/Basic_Types.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ace_wchar.h \
@@ -16573,7 +16646,11 @@ realclean:
$(ACE_ROOT)/ace/ACE_export.h \
$(ACE_ROOT)/ace/Basic_Types.i \
$(ACE_ROOT)/ace/Global_Macros.h \
- $(ACE_ROOT)/ace/OS_Export.h PortableInterceptorC.h \
+ $(ACE_ROOT)/ace/OS_Export.h \
+ PortableInterceptorC.h \
+ PI_ForwardC.h \
+ TAO_Export.h \
+ OctetSeqC.h \
corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
$(ACE_ROOT)/ace/OS.h \
@@ -16594,11 +16671,7 @@ realclean:
$(ACE_ROOT)/ace/streams.h \
$(ACE_ROOT)/ace/Trace.h $(ACE_ROOT)/ace/OS.i \
$(ACE_ROOT)/ace/CDR_Base.inl \
- orbconf.h \
- TAO_Export.h \
- corbafwd.i TAO_Export.h CurrentC.h \
- Object.h \
- Policy_ForwardC.h \
+ corbafwd.i \
Sequence.h \
Managed_Types.h \
Managed_Types.i \
@@ -16710,6 +16783,13 @@ realclean:
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
+ StringSeqC.h \
+ StringSeqC.i \
+ PI_ForwardC.i \
+ CurrentC.h \
+ Object.h \
+ Policy_ForwardC.h \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
@@ -16718,8 +16798,9 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
- Object.i CurrentC.i DynamicC.h \
- StringSeqC.h corbafwd.h Sequence.h StringSeqC.i \
+ IOP_IORC.h \
+ IOP_IORC.i \
+ Object.i \
Any_T.h \
Any.h \
Any.i \
@@ -16729,22 +16810,33 @@ realclean:
Any_T.cpp \
Marshal.h \
Marshal.i \
- debug.h DynamicC.i \
- ObjectReferenceTemplateC.h OctetSeqC.h OctetSeqC.i ValueBase.h \
- ValueBase.i Exception.h \
- ObjectReferenceTemplateC.i Messaging_SyncScopeC.h \
- Messaging_SyncScopeC.i IOPC.h Object.h Any_T.h IOPC.i PolicyC.h \
- Policy_ForwardC.h Remote_Object_Proxy_Impl.h \
- Object_Proxy_Impl.h Encodable.h \
- PolicyC.i PortableInterceptorC.i LocalObject.h Object_KeyC.h \
- LocalObject.i ClientRequestInfo.inl ClientRequestInfo_i.h PICurrent.h \
+ debug.h \
+ CurrentC.i \
+ DynamicC.h \
+ DynamicC.i \
+ Messaging_SyncScopeC.h \
+ Messaging_SyncScopeC.i \
+ IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
+ IOPC.i \
+ PolicyC.h \
+ Remote_Object_Proxy_Impl.h \
+ Object_Proxy_Impl.h \
+ Encodable.h \
+ PolicyC.i \
+ PortableInterceptorC.i \
+ LocalObject.h \
+ LocalObject.i ClientRequestInfo.inl \
+ ClientRequestInfo_i.h PICurrent.h \
$(ACE_ROOT)/ace/Array_Base.h \
$(ACE_ROOT)/ace/Array_Base.inl \
- $(ACE_ROOT)/ace/Array_Base.cpp PICurrent.inl \
- ClientRequestInfo_i.inl
+ $(ACE_ROOT)/ace/Array_Base.cpp \
+ PICurrent.inl ClientRequestInfo_i.inl
-.obj/ClientRequestInfo_i.o .obj/ClientRequestInfo_i.dll .shobj/ClientRequestInfo_i.o .shobj/ClientRequestInfo_i.dll: ClientRequestInfo_i.cpp ClientRequestInfo_i.h \
- $(ACE_ROOT)/ace/pre.h corbafwd.h \
+.obj/ClientRequestInfo_i.o .obj/ClientRequestInfo_i.SO .shobj/ClientRequestInfo_i.o .shobj/ClientRequestInfo_i.SO: ClientRequestInfo_i.cpp ClientRequestInfo_i.h \
+ $(ACE_ROOT)/ace/pre.h \
+ corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ace_wchar.h \
@@ -16774,10 +16866,10 @@ realclean:
$(ACE_ROOT)/ace/CDR_Base.inl \
orbconf.h \
TAO_Export.h \
- corbafwd.i PortableInterceptorC.h \
- corbafwd.h TAO_Export.h CurrentC.h \
- Object.h \
- Policy_ForwardC.h \
+ corbafwd.i \
+ PortableInterceptorC.h \
+ PI_ForwardC.h \
+ OctetSeqC.h \
Sequence.h \
Managed_Types.h \
Managed_Types.i \
@@ -16889,6 +16981,13 @@ realclean:
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
+ StringSeqC.h \
+ StringSeqC.i \
+ PI_ForwardC.i \
+ CurrentC.h \
+ Object.h \
+ Policy_ForwardC.h \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
@@ -16897,8 +16996,9 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
- Object.i CurrentC.i DynamicC.h \
- StringSeqC.h Sequence.h StringSeqC.i \
+ IOP_IORC.h \
+ IOP_IORC.i \
+ Object.i \
Any_T.h \
Any.h \
Any.i \
@@ -16908,21 +17008,31 @@ realclean:
Any_T.cpp \
Marshal.h \
Marshal.i \
- debug.h DynamicC.i \
- ObjectReferenceTemplateC.h OctetSeqC.h OctetSeqC.i ValueBase.h \
- ValueBase.i Exception.h \
- ObjectReferenceTemplateC.i Messaging_SyncScopeC.h \
- Messaging_SyncScopeC.i IOPC.h Object.h Any_T.h IOPC.i PolicyC.h \
- Policy_ForwardC.h Remote_Object_Proxy_Impl.h \
- Object_Proxy_Impl.h Encodable.h \
- PolicyC.i PortableInterceptorC.i PICurrent.h \
+ debug.h \
+ CurrentC.i \
+ DynamicC.h \
+ DynamicC.i \
+ Messaging_SyncScopeC.h \
+ Messaging_SyncScopeC.i \
+ IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
+ IOPC.i \
+ PolicyC.h \
+ Remote_Object_Proxy_Impl.h \
+ Object_Proxy_Impl.h \
+ Encodable.h \
+ PolicyC.i \
+ PortableInterceptorC.i \
+ PICurrent.h \
$(ACE_ROOT)/ace/Array_Base.h \
$(ACE_ROOT)/ace/Array_Base.inl \
- $(ACE_ROOT)/ace/Array_Base.cpp LocalObject.h Object_KeyC.h \
- LocalObject.i PICurrent.inl ClientRequestInfo_i.inl Invocation.h CDR.h \
- Synch_Reply_Dispatcher.h \
+ $(ACE_ROOT)/ace/Array_Base.cpp \
+ LocalObject.h \
+ LocalObject.i \
+ PICurrent.inl ClientRequestInfo_i.inl \
+ Invocation.h CDR.h Synch_Reply_Dispatcher.h \
Reply_Dispatcher.h \
- IOPC.h \
Condition.h \
Condition.inl \
Condition.cpp \
@@ -16933,39 +17043,29 @@ realclean:
LF_Invocation_Event.inl \
GIOP_Message_Version.h \
GIOP_Message_Version.inl \
- operation_details.h Service_Context.h \
+ Messaging_SyncScopeC.h operation_details.h corbafwd.h Service_Context.h \
Service_Context.inl \
target_specification.h target_specification.i operation_details.i \
- Transport.h Transport_Cache_Manager.h \
+ Transport.h Exception.h Transport_Descriptor_Interface.h \
+ Transport_Descriptor_Interface.inl \
+ Transport_Cache_Manager.h \
Cache_Entries.h \
Transport_Descriptor_Interface.h \
- Transport_Descriptor_Interface.inl \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
Cache_Entries.inl \
Transport_Cache_Manager.inl \
- Transport_Timer.h Incoming_Message_Queue.h Pluggable_Messaging_Utils.h \
+ Transport_Timer.h TAO_Export.h Incoming_Message_Queue.h \
+ Pluggable_Messaging_Utils.h \
Pluggable_Messaging_Utils.i \
Incoming_Message_Queue.inl Synch_Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl Synch_Refcountable.inl \
- CONV_FRAMEC.h CONV_FRAMEC.i Codeset_Translator_Factory.h \
- $(ACE_ROOT)/ace/Service_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.i \
- $(ACE_ROOT)/ace/DLL.h \
- $(ACE_ROOT)/ace/Service_Object.i \
- CONV_FRAMEC.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.cpp \
Transport.inl Invocation.i Stub.h \
MProfile.h \
- PolicyC.h \
MProfile.i \
ORB.h \
ServicesC.h \
- OctetSeqC.h \
ServicesC.i \
CORBA_String.h \
CORBA_String.inl \
@@ -16977,9 +17077,15 @@ realclean:
Policy_Manager.h \
Policy_Set.h \
Policy_Set.i \
- LocalObject.h \
Policy_Manager.i \
Resource_Factory.h \
+ $(ACE_ROOT)/ace/Service_Object.h \
+ $(ACE_ROOT)/ace/Shared_Object.h \
+ $(ACE_ROOT)/ace/Shared_Object.i \
+ $(ACE_ROOT)/ace/DLL.h \
+ $(ACE_ROOT)/ace/Service_Object.i \
+ CONV_FRAMEC.h \
+ CONV_FRAMEC.i \
params.h \
params.i \
TAO_Singleton_Manager.h \
@@ -16995,7 +17101,6 @@ realclean:
Adapter.h \
Adapter.i \
PolicyFactory_Registry.h \
- PortableInterceptorC.h \
$(ACE_ROOT)/ace/Map_Manager.h \
$(ACE_ROOT)/ace/Map_Manager.i \
$(ACE_ROOT)/ace/Map_Manager.cpp \
@@ -17010,7 +17115,6 @@ realclean:
Object_Ref_Table.h \
Interceptor_List.h \
Interceptor_List.inl \
- PICurrent.h \
$(ACE_ROOT)/ace/Thread_Manager.h \
$(ACE_ROOT)/ace/Thread_Exit.h \
$(ACE_ROOT)/ace/Thread_Control.h \
@@ -17034,10 +17138,10 @@ realclean:
ORB_Core_Auto_Ptr.inl \
Stub.i AbstractBase.h Profile.h \
Tagged_Components.h \
- Tagged_Components.i \
- GIOP_Message_Version.h Profile.i debug.h
+ Tagged_Components.i Profile.i \
+ Tagged_Components.h debug.h
-.obj/RequestInfo_Util.o .obj/RequestInfo_Util.dll .shobj/RequestInfo_Util.o .shobj/RequestInfo_Util.dll: RequestInfo_Util.cpp RequestInfo_Util.h \
+.obj/RequestInfo_Util.o .obj/RequestInfo_Util.SO .shobj/RequestInfo_Util.o .shobj/RequestInfo_Util.SO: RequestInfo_Util.cpp RequestInfo_Util.h \
$(ACE_ROOT)/ace/pre.h corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
$(ACE_ROOT)/ace/post.h \
@@ -17193,6 +17297,10 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ OctetSeqC.i \
+ IOP_IORC.i \
Object.i \
Any.i \
AbstractBase.h \
@@ -17203,7 +17311,7 @@ realclean:
Marshal.i \
debug.h DynamicC.i Any.h
-.obj/ClientInterceptorAdapter.o .obj/ClientInterceptorAdapter.dll .shobj/ClientInterceptorAdapter.o .shobj/ClientInterceptorAdapter.dll: ClientInterceptorAdapter.cpp \
+.obj/ClientInterceptorAdapter.o .obj/ClientInterceptorAdapter.SO .shobj/ClientInterceptorAdapter.o .shobj/ClientInterceptorAdapter.SO: ClientInterceptorAdapter.cpp \
ClientInterceptorAdapter.h $(ACE_ROOT)/ace/pre.h orbconf.h \
$(ACE_ROOT)/ace/Basic_Types.h \
$(ACE_ROOT)/ace/post.h \
@@ -17235,10 +17343,8 @@ realclean:
orbconf.h \
TAO_Export.h \
corbafwd.i PortableInterceptorC.h \
- corbafwd.h TAO_Export.h CurrentC.h \
- Object.h \
- Policy_ForwardC.h \
- Sequence.h \
+ PI_ForwardC.h OctetSeqC.h Sequence.h \
+ corbafwd.h \
Managed_Types.h \
Managed_Types.i \
$(ACE_ROOT)/ace/CORBA_macros.h \
@@ -17255,6 +17361,7 @@ realclean:
$(ACE_ROOT)/ace/Malloc_Base.h \
Sequence.i \
Sequence_T.h \
+ Sequence.h \
Sequence_T.i \
Sequence_T.cpp \
Typecode.h \
@@ -17348,7 +17455,10 @@ realclean:
Exception.i \
Typecode.i \
Environment.h \
- Environment.i \
+ Environment.i OctetSeqC.i StringSeqC.h \
+ StringSeqC.i PI_ForwardC.i CurrentC.h \
+ Object.h \
+ Policy_ForwardC.h \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
@@ -17357,8 +17467,10 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
- Object.i CurrentC.i DynamicC.h \
- StringSeqC.h Sequence.h StringSeqC.i \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ IOP_IORC.i \
+ Object.i \
Any_T.h \
Any.h \
Any.i \
@@ -17368,21 +17480,23 @@ realclean:
Any_T.cpp \
Marshal.h \
Marshal.i \
- debug.h DynamicC.i \
- ObjectReferenceTemplateC.h OctetSeqC.h OctetSeqC.i ValueBase.h \
- ValueBase.i Exception.h \
- ObjectReferenceTemplateC.i Messaging_SyncScopeC.h \
- Messaging_SyncScopeC.i IOPC.h Object.h Any_T.h IOPC.i PolicyC.h \
- Policy_ForwardC.h Remote_Object_Proxy_Impl.h \
+ debug.h CurrentC.i DynamicC.h \
+ DynamicC.i Messaging_SyncScopeC.h Messaging_SyncScopeC.i IOPC.h \
+ TAO_Export.h IOP_IORC.h IOP_CodecC.h IOP_CodecC.i IOPC.i PolicyC.h \
+ Policy_ForwardC.h Exception.h Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h Encodable.h \
PolicyC.i PortableInterceptorC.i \
$(ACE_ROOT)/ace/Array_Base.h \
$(ACE_ROOT)/ace/Array_Base.inl \
$(ACE_ROOT)/ace/Array_Base.cpp Interceptor_List.inl \
- ClientInterceptorAdapter.inl ClientRequestInfo.h LocalObject.h \
- Object_KeyC.h LocalObject.i ClientRequestInfo.inl ClientRequestInfo_i.h \
- PICurrent.h PICurrent.inl ClientRequestInfo_i.inl Invocation.h CDR.h \
- Synch_Reply_Dispatcher.h \
+ ClientInterceptorAdapter.inl ClientRequestInfo.h \
+ PortableInterceptorC.h \
+ LocalObject.h \
+ LocalObject.i ClientRequestInfo.inl \
+ ClientRequestInfo_i.h StringSeqC.h \
+ PICurrent.h \
+ PICurrent.inl ClientRequestInfo_i.inl \
+ Invocation.h CDR.h Synch_Reply_Dispatcher.h \
Reply_Dispatcher.h \
IOPC.h \
Condition.h \
@@ -17398,10 +17512,11 @@ realclean:
operation_details.h Service_Context.h \
Service_Context.inl \
target_specification.h target_specification.i operation_details.i \
- Transport.h Transport_Cache_Manager.h \
+ Transport.h Transport_Descriptor_Interface.h \
+ Transport_Descriptor_Interface.inl \
+ Transport_Cache_Manager.h \
Cache_Entries.h \
Transport_Descriptor_Interface.h \
- Transport_Descriptor_Interface.inl \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
Cache_Entries.inl \
@@ -17411,27 +17526,20 @@ realclean:
Incoming_Message_Queue.inl Synch_Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl Synch_Refcountable.inl \
- CONV_FRAMEC.h CONV_FRAMEC.i Codeset_Translator_Factory.h \
- $(ACE_ROOT)/ace/Service_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.i \
- $(ACE_ROOT)/ace/DLL.h \
- $(ACE_ROOT)/ace/Service_Object.i \
- CONV_FRAMEC.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.cpp \
- Transport.inl Invocation.i ORB_Core.h ORB.h ServicesC.h \
- OctetSeqC.h ServicesC.i CORBA_String.h \
- CORBA_String.inl ObjectIdListC.h \
- ObjectIdListC.i objectid.h ORB.i \
- Environment.h Policy_Manager.h \
+ Transport.inl Invocation.i ORB_Core.h ORB.h ServicesC.h ServicesC.i \
+ CORBA_String.h CORBA_String.inl \
+ ObjectIdListC.h ObjectIdListC.i objectid.h \
+ ORB.i Environment.h Policy_Manager.h \
Policy_Set.h \
PolicyC.h \
Policy_Set.i \
- LocalObject.h \
Policy_Manager.i Resource_Factory.h \
- params.h params.i \
+ $(ACE_ROOT)/ace/Service_Object.h \
+ $(ACE_ROOT)/ace/Shared_Object.h \
+ $(ACE_ROOT)/ace/Shared_Object.i \
+ $(ACE_ROOT)/ace/DLL.h \
+ $(ACE_ROOT)/ace/Service_Object.i CONV_FRAMEC.h \
+ CONV_FRAMEC.i params.h params.i \
TAO_Singleton_Manager.h \
TAO_Singleton_Manager.inl \
TAO_Singleton.h TAO_Singleton.inl \
@@ -17452,7 +17560,7 @@ realclean:
Fault_Tolerance_Service.h \
Fault_Tolerance_Service.i \
Cleanup_Func_Registry.h Cleanup_Func_Registry.inl Object_Ref_Table.h \
- $(ACE_ROOT)/ace/Thread_Manager.h \
+ PICurrent.h $(ACE_ROOT)/ace/Thread_Manager.h \
$(ACE_ROOT)/ace/Thread_Exit.h \
$(ACE_ROOT)/ace/Thread_Control.h \
$(ACE_ROOT)/ace/Thread_Control.inl \
@@ -17471,13 +17579,13 @@ realclean:
$(ACE_ROOT)/ace/Framework_Component_T.cpp \
$(ACE_ROOT)/ace/Thread_Manager.i ORB_Core.i
-.obj/ObjectReferenceTemplateC.o .obj/ObjectReferenceTemplateC.dll .shobj/ObjectReferenceTemplateC.o .shobj/ObjectReferenceTemplateC.dll: ObjectReferenceTemplateC.cpp \
- ObjectReferenceTemplateC.h $(ACE_ROOT)/ace/pre.h \
- corbafwd.h \
- $(ACE_ROOT)/ace/CDR_Base.h \
+.obj/PI_ForwardC.o .obj/PI_ForwardC.SO .shobj/PI_ForwardC.o .shobj/PI_ForwardC.SO: PI_ForwardC.cpp PI_ForwardC.h \
+ $(ACE_ROOT)/ace/pre.h \
+ TAO_Export.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ace_wchar.h \
- $(ACE_ROOT)/ace/ace_wchar.inl \
+ $(ACE_ROOT)/ace/ace_wchar.inl OctetSeqC.h corbafwd.h \
+ $(ACE_ROOT)/ace/CDR_Base.h \
$(ACE_ROOT)/ace/Basic_Types.h \
$(ACE_ROOT)/ace/ACE_export.h \
$(ACE_ROOT)/ace/Basic_Types.i \
@@ -17502,9 +17610,9 @@ realclean:
$(ACE_ROOT)/ace/Trace.h $(ACE_ROOT)/ace/OS.i \
$(ACE_ROOT)/ace/CDR_Base.inl \
orbconf.h \
- TAO_Export.h \
- corbafwd.i OctetSeqC.h corbafwd.h \
- Sequence.h Managed_Types.h \
+ corbafwd.i Sequence.h \
+ corbafwd.h \
+ Managed_Types.h \
Managed_Types.i \
$(ACE_ROOT)/ace/CORBA_macros.h \
$(ACE_ROOT)/ace/Exception_Macros.h \
@@ -17615,188 +17723,15 @@ realclean:
Typecode.i \
Environment.h \
Environment.i OctetSeqC.i StringSeqC.h \
- StringSeqC.i ValueBase.h ValueBase.i \
- Exception.h ObjectReferenceTemplateC.i \
- Stub.h \
- MProfile.h \
- PolicyC.h \
- CurrentC.h \
- Object.h \
- Policy_ForwardC.h \
- CDR.h \
- $(ACE_ROOT)/ace/CDR_Stream.h \
- $(ACE_ROOT)/ace/CDR_Stream.i \
- CDR.i \
- varbase.h \
- Policy_ForwardC.i \
- Object_KeyC.h \
- Object_KeyC.i \
- Object.i \
- CurrentC.i \
- Remote_Object_Proxy_Impl.h \
- Object_Proxy_Impl.h \
- Encodable.h \
- PolicyC.i \
- MProfile.i \
- ORB.h \
- ServicesC.h \
- OctetSeqC.h \
- ServicesC.i \
- CORBA_String.h \
- CORBA_String.inl \
- ObjectIdListC.h \
- ObjectIdListC.i \
- objectid.h \
- ORB.i \
- ORB_Core.h \
- Policy_Manager.h \
- Policy_Set.h \
- Policy_Set.i \
- LocalObject.h \
- LocalObject.i \
- debug.h \
- Policy_Manager.i \
- Resource_Factory.h \
- $(ACE_ROOT)/ace/Service_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.i \
- $(ACE_ROOT)/ace/DLL.h \
- $(ACE_ROOT)/ace/Service_Object.i \
- CONV_FRAMEC.h \
- CONV_FRAMEC.i \
- params.h \
- params.i \
- TAO_Singleton_Manager.h \
- TAO_Singleton_Manager.inl \
- TAO_Singleton.h \
- TAO_Singleton.inl \
- TAO_Singleton.cpp \
- $(ACE_ROOT)/ace/Object_Manager.h \
- $(ACE_ROOT)/ace/Object_Manager.i \
- $(ACE_ROOT)/ace/Managed_Object.h \
- $(ACE_ROOT)/ace/Managed_Object.i \
- $(ACE_ROOT)/ace/Managed_Object.cpp \
- Adapter.h \
- Adapter.i \
- PolicyFactory_Registry.h \
- PortableInterceptorC.h \
- DynamicC.h \
- StringSeqC.h \
- Any_T.h \
- Any.h \
- Any.i \
- AbstractBase.h \
- AbstractBase.inl \
- Any_T.inl \
- Any_T.cpp \
- Marshal.h \
- Marshal.i \
- DynamicC.i \
- ObjectReferenceTemplateC.h \
- Messaging_SyncScopeC.h \
- Messaging_SyncScopeC.i \
- IOPC.h \
- IOPC.i \
- PortableInterceptorC.i \
- $(ACE_ROOT)/ace/Map_Manager.h \
- $(ACE_ROOT)/ace/Map_Manager.i \
- $(ACE_ROOT)/ace/Map_Manager.cpp \
- Parser_Registry.h \
- Parser_Registry.i \
- Service_Callbacks.h \
- Service_Callbacks.i \
- Fault_Tolerance_Service.h \
- Fault_Tolerance_Service.i \
- Cleanup_Func_Registry.h \
- $(ACE_ROOT)/ace/Array_Base.h \
- $(ACE_ROOT)/ace/Array_Base.inl \
- $(ACE_ROOT)/ace/Array_Base.cpp \
- Cleanup_Func_Registry.inl \
- Object_Ref_Table.h \
- Interceptor_List.h \
- Interceptor_List.inl \
- PICurrent.h \
- PICurrent.inl \
- $(ACE_ROOT)/ace/Thread_Manager.h \
- $(ACE_ROOT)/ace/Thread_Exit.h \
- $(ACE_ROOT)/ace/Thread_Control.h \
- $(ACE_ROOT)/ace/Thread_Control.inl \
- $(ACE_ROOT)/ace/Containers.h \
- $(ACE_ROOT)/ace/Containers.i \
- $(ACE_ROOT)/ace/Containers_T.h \
- $(ACE_ROOT)/ace/Containers_T.i \
- $(ACE_ROOT)/ace/Containers_T.cpp \
- $(ACE_ROOT)/ace/Singleton.h \
- $(ACE_ROOT)/ace/Singleton.i \
- $(ACE_ROOT)/ace/Singleton.cpp \
- $(ACE_ROOT)/ace/Framework_Component.h \
- $(ACE_ROOT)/ace/Framework_Component.inl \
- $(ACE_ROOT)/ace/Framework_Component_T.h \
- $(ACE_ROOT)/ace/Framework_Component_T.inl \
- $(ACE_ROOT)/ace/Framework_Component_T.cpp \
- $(ACE_ROOT)/ace/Thread_Manager.i \
- ORB_Core.i \
- ORB_Core_Auto_Ptr.h \
- ORB_Core_Auto_Ptr.inl \
- Stub.i \
- Invocation.h \
- Synch_Reply_Dispatcher.h \
- Reply_Dispatcher.h \
- Condition.h \
- Condition.inl \
- Condition.cpp \
- Reply_Dispatcher.i \
- LF_Invocation_Event.h \
- LF_Event.h \
- LF_Event.inl \
- LF_Invocation_Event.inl \
- GIOP_Message_Version.h \
- GIOP_Message_Version.inl \
- operation_details.h \
- Service_Context.h \
- Service_Context.inl \
- target_specification.h \
- target_specification.i \
- operation_details.i \
- Transport.h \
- Transport_Cache_Manager.h \
- Cache_Entries.h \
- Transport_Descriptor_Interface.h \
- Transport_Descriptor_Interface.inl \
- $(ACE_ROOT)/ace/Recyclable.h \
- $(ACE_ROOT)/ace/Recyclable.inl \
- Cache_Entries.inl \
- Transport_Cache_Manager.inl \
- Transport_Timer.h \
- Incoming_Message_Queue.h \
- Pluggable_Messaging_Utils.h \
- Pluggable_Messaging_Utils.i \
- Incoming_Message_Queue.inl \
- Synch_Refcountable.h \
- $(ACE_ROOT)/ace/Refcountable.h \
- $(ACE_ROOT)/ace/Refcountable.inl \
- Synch_Refcountable.inl \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory_T.cpp \
- Transport.inl \
- Invocation.i \
- PortableInterceptor.h \
- ValueFactory.h \
- ValueFactory.i \
- RequestInfo_Util.h \
- ClientRequestInfo_i.h \
- ClientRequestInfo_i.inl \
- ClientInterceptorAdapter.h \
- ClientInterceptorAdapter.inl
+ StringSeqC.i PI_ForwardC.i
-.obj/PortableInterceptorC.o .obj/PortableInterceptorC.dll .shobj/PortableInterceptorC.o .shobj/PortableInterceptorC.dll: PortableInterceptorC.cpp PortableInterceptorC.h \
- $(ACE_ROOT)/ace/pre.h \
- corbafwd.h \
- $(ACE_ROOT)/ace/CDR_Base.h \
+.obj/PortableInterceptorC.o .obj/PortableInterceptorC.SO .shobj/PortableInterceptorC.o .shobj/PortableInterceptorC.SO: PortableInterceptorC.cpp PortableInterceptorC.h \
+ $(ACE_ROOT)/ace/pre.h PI_ForwardC.h \
+ TAO_Export.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ace_wchar.h \
- $(ACE_ROOT)/ace/ace_wchar.inl \
+ $(ACE_ROOT)/ace/ace_wchar.inl OctetSeqC.h corbafwd.h \
+ $(ACE_ROOT)/ace/CDR_Base.h \
$(ACE_ROOT)/ace/Basic_Types.h \
$(ACE_ROOT)/ace/ACE_export.h \
$(ACE_ROOT)/ace/Basic_Types.i \
@@ -17821,11 +17756,8 @@ realclean:
$(ACE_ROOT)/ace/Trace.h $(ACE_ROOT)/ace/OS.i \
$(ACE_ROOT)/ace/CDR_Base.inl \
orbconf.h \
- TAO_Export.h \
- corbafwd.i TAO_Export.h CurrentC.h \
- Object.h \
- Policy_ForwardC.h \
- Sequence.h \
+ corbafwd.i Sequence.h \
+ corbafwd.h \
Managed_Types.h \
Managed_Types.i \
$(ACE_ROOT)/ace/CORBA_macros.h \
@@ -17842,6 +17774,7 @@ realclean:
$(ACE_ROOT)/ace/Malloc_Base.h \
Sequence.i \
Sequence_T.h \
+ Sequence.h \
Sequence_T.i \
Sequence_T.cpp \
Typecode.h \
@@ -17935,7 +17868,10 @@ realclean:
Exception.i \
Typecode.i \
Environment.h \
- Environment.i \
+ Environment.i OctetSeqC.i StringSeqC.h \
+ StringSeqC.i PI_ForwardC.i CurrentC.h \
+ Object.h \
+ Policy_ForwardC.h \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
@@ -17944,8 +17880,10 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
- Object.i CurrentC.i DynamicC.h \
- StringSeqC.h corbafwd.h Sequence.h StringSeqC.i \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ IOP_IORC.i \
+ Object.i \
Any_T.h \
Any.h \
Any.i \
@@ -17955,12 +17893,10 @@ realclean:
Any_T.cpp \
Marshal.h \
Marshal.i \
- debug.h DynamicC.i \
- ObjectReferenceTemplateC.h OctetSeqC.h OctetSeqC.i ValueBase.h \
- ValueBase.i Exception.h \
- ObjectReferenceTemplateC.i Messaging_SyncScopeC.h \
- Messaging_SyncScopeC.i IOPC.h Object.h Any_T.h IOPC.i PolicyC.h \
- Policy_ForwardC.h Remote_Object_Proxy_Impl.h \
+ debug.h CurrentC.i DynamicC.h \
+ DynamicC.i Messaging_SyncScopeC.h Messaging_SyncScopeC.i IOPC.h \
+ TAO_Export.h IOP_IORC.h IOP_CodecC.h IOP_CodecC.i IOPC.i PolicyC.h \
+ Policy_ForwardC.h Exception.h Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h Encodable.h \
PolicyC.i PortableInterceptorC.i \
Stub.h \
@@ -17969,7 +17905,6 @@ realclean:
MProfile.i \
ORB.h \
ServicesC.h \
- OctetSeqC.h \
ServicesC.i \
CORBA_String.h \
CORBA_String.inl \
@@ -18071,10 +18006,10 @@ realclean:
target_specification.i \
operation_details.i \
Transport.h \
- Transport_Cache_Manager.h \
- Cache_Entries.h \
Transport_Descriptor_Interface.h \
Transport_Descriptor_Interface.inl \
+ Transport_Cache_Manager.h \
+ Cache_Entries.h \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
Cache_Entries.inl \
@@ -18088,9 +18023,6 @@ realclean:
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl \
Synch_Refcountable.inl \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory_T.cpp \
Transport.inl \
Invocation.i \
PortableInterceptor.h \
@@ -18102,7 +18034,7 @@ realclean:
ClientInterceptorAdapter.h \
ClientInterceptorAdapter.inl
-.obj/PICurrent.o .obj/PICurrent.dll .shobj/PICurrent.o .shobj/PICurrent.dll: PICurrent.cpp PICurrent.h $(ACE_ROOT)/ace/pre.h \
+.obj/PICurrent.o .obj/PICurrent.SO .shobj/PICurrent.o .shobj/PICurrent.SO: PICurrent.cpp PICurrent.h $(ACE_ROOT)/ace/pre.h \
corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
$(ACE_ROOT)/ace/post.h \
@@ -18138,9 +18070,7 @@ realclean:
$(ACE_ROOT)/ace/Malloc_Base.h \
$(ACE_ROOT)/ace/Array_Base.inl \
$(ACE_ROOT)/ace/Array_Base.cpp PortableInterceptorC.h \
- TAO_Export.h CurrentC.h Object.h \
- Policy_ForwardC.h \
- Sequence.h \
+ PI_ForwardC.h OctetSeqC.h corbafwd.h Sequence.h \
Managed_Types.h \
Managed_Types.i \
$(ACE_ROOT)/ace/CORBA_macros.h \
@@ -18156,6 +18086,7 @@ realclean:
$(ACE_ROOT)/ace/Message_Block_T.cpp \
Sequence.i \
Sequence_T.h \
+ Sequence.h \
Sequence_T.i \
Sequence_T.cpp \
Typecode.h \
@@ -18249,7 +18180,10 @@ realclean:
Exception.i \
Typecode.i \
Environment.h \
- Environment.i \
+ Environment.i OctetSeqC.i StringSeqC.h \
+ StringSeqC.i PI_ForwardC.i CurrentC.h \
+ Object.h \
+ Policy_ForwardC.h \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
@@ -18258,8 +18192,10 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
- Object.i CurrentC.i DynamicC.h \
- StringSeqC.h corbafwd.h Sequence.h StringSeqC.i \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ IOP_IORC.i \
+ Object.i \
Any_T.h \
Any.h \
Any.i \
@@ -18269,19 +18205,16 @@ realclean:
Any_T.cpp \
Marshal.h \
Marshal.i \
- debug.h DynamicC.i \
- ObjectReferenceTemplateC.h OctetSeqC.h OctetSeqC.i ValueBase.h \
- ValueBase.i Exception.h \
- ObjectReferenceTemplateC.i Messaging_SyncScopeC.h \
- Messaging_SyncScopeC.i IOPC.h Object.h Any_T.h IOPC.i PolicyC.h \
- Policy_ForwardC.h Remote_Object_Proxy_Impl.h \
+ debug.h CurrentC.i DynamicC.h \
+ DynamicC.i Messaging_SyncScopeC.h Messaging_SyncScopeC.i IOPC.h \
+ TAO_Export.h IOP_IORC.h IOP_CodecC.h IOP_CodecC.i IOPC.i PolicyC.h \
+ Policy_ForwardC.h Exception.h Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h Encodable.h \
- PolicyC.i PortableInterceptorC.i LocalObject.h Object_KeyC.h \
- LocalObject.i PICurrent.inl ORB_Core.h ORB.h ServicesC.h \
- OctetSeqC.h ServicesC.i CORBA_String.h \
- CORBA_String.inl ObjectIdListC.h \
- ObjectIdListC.i objectid.h ORB.i \
- Environment.h Policy_Manager.h \
+ PolicyC.i PortableInterceptorC.i LocalObject.h Object.h Object_KeyC.h \
+ LocalObject.i PICurrent.inl ORB_Core.h ORB.h ServicesC.h ServicesC.i \
+ CORBA_String.h CORBA_String.inl \
+ ObjectIdListC.h ObjectIdListC.i objectid.h \
+ ORB.i Environment.h Policy_Manager.h \
Policy_Set.h \
PolicyC.h \
Policy_Set.i \
@@ -18340,7 +18273,7 @@ realclean:
Service_Context.inl \
TAO_Server_Request.i debug.h
-.obj/PICurrent_ORBInitializer.o .obj/PICurrent_ORBInitializer.dll .shobj/PICurrent_ORBInitializer.o .shobj/PICurrent_ORBInitializer.dll: PICurrent_ORBInitializer.cpp \
+.obj/PICurrent_ORBInitializer.o .obj/PICurrent_ORBInitializer.SO .shobj/PICurrent_ORBInitializer.o .shobj/PICurrent_ORBInitializer.SO: PICurrent_ORBInitializer.cpp \
PICurrent_ORBInitializer.h $(ACE_ROOT)/ace/pre.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ace_wchar.h \
@@ -18493,10 +18426,14 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ OctetSeqC.i \
+ IOP_IORC.i \
Object.i Object_KeyC.h LocalObject.i \
- PortableInterceptorC.h CurrentC.h \
- Object.h CurrentC.i DynamicC.h \
- StringSeqC.h corbafwd.h Sequence.h StringSeqC.i \
+ PortableInterceptorC.h PI_ForwardC.h OctetSeqC.h StringSeqC.h \
+ corbafwd.h Sequence.h StringSeqC.i PI_ForwardC.i CurrentC.h \
+ Object.h \
Any_T.h \
Any.h \
Any.i \
@@ -18506,19 +18443,16 @@ realclean:
Any_T.cpp \
Marshal.h \
Marshal.i \
- debug.h DynamicC.i \
- ObjectReferenceTemplateC.h OctetSeqC.h OctetSeqC.i ValueBase.h \
- ValueBase.i Exception.h \
- ObjectReferenceTemplateC.i Messaging_SyncScopeC.h \
- Messaging_SyncScopeC.i IOPC.h Any_T.h IOPC.i PolicyC.h \
- Policy_ForwardC.h Remote_Object_Proxy_Impl.h \
+ debug.h CurrentC.i DynamicC.h \
+ DynamicC.i Messaging_SyncScopeC.h Messaging_SyncScopeC.i IOPC.h \
+ IOP_IORC.h IOP_CodecC.h IOP_CodecC.i IOPC.i PolicyC.h Policy_ForwardC.h \
+ Exception.h Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h Encodable.h \
PolicyC.i PortableInterceptorC.i PICurrent.h \
$(ACE_ROOT)/ace/Array_Base.h \
$(ACE_ROOT)/ace/Array_Base.inl \
$(ACE_ROOT)/ace/Array_Base.cpp PICurrent.inl ORB_Core.h \
- ORB.h ServicesC.h OctetSeqC.h \
- ServicesC.i CORBA_String.h \
+ ORB.h ServicesC.h ServicesC.i CORBA_String.h \
CORBA_String.inl ObjectIdListC.h \
ObjectIdListC.i objectid.h ORB.i \
Environment.h Policy_Manager.h \
@@ -18575,7 +18509,7 @@ realclean:
$(ACE_ROOT)/ace/Thread_Manager.i ORB_Core.i ORBInitInfo.h \
ORBInitInfo.inl
-.obj/DynamicC.o .obj/DynamicC.dll .shobj/DynamicC.o .shobj/DynamicC.dll: DynamicC.cpp DynamicC.h $(ACE_ROOT)/ace/pre.h \
+.obj/DynamicC.o .obj/DynamicC.SO .shobj/DynamicC.o .shobj/DynamicC.SO: DynamicC.cpp DynamicC.h $(ACE_ROOT)/ace/pre.h \
corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
$(ACE_ROOT)/ace/post.h \
@@ -18730,6 +18664,10 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ OctetSeqC.i \
+ IOP_IORC.i \
Object.i \
Any.i \
AbstractBase.h \
@@ -18751,8 +18689,6 @@ realclean:
MProfile.i \
ORB.h \
ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i \
ServicesC.i \
CORBA_String.h \
CORBA_String.inl \
@@ -18791,15 +18727,15 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
- ObjectReferenceTemplateC.h \
+ PI_ForwardC.h \
StringSeqC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
+ PI_ForwardC.i \
+ DynamicC.h \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
IOPC.i \
PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -18863,10 +18799,10 @@ realclean:
target_specification.i \
operation_details.i \
Transport.h \
- Transport_Cache_Manager.h \
- Cache_Entries.h \
Transport_Descriptor_Interface.h \
Transport_Descriptor_Interface.inl \
+ Transport_Cache_Manager.h \
+ Cache_Entries.h \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
Cache_Entries.inl \
@@ -18880,9 +18816,6 @@ realclean:
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl \
Synch_Refcountable.inl \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory_T.cpp \
Transport.inl \
Invocation.i \
PortableInterceptor.h \
@@ -18892,7 +18825,7 @@ realclean:
ClientInterceptorAdapter.h \
ClientInterceptorAdapter.inl
-.obj/OctetSeqC.o .obj/OctetSeqC.dll .shobj/OctetSeqC.o .shobj/OctetSeqC.dll: OctetSeqC.cpp OctetSeqC.h $(ACE_ROOT)/ace/pre.h \
+.obj/OctetSeqC.o .obj/OctetSeqC.SO .shobj/OctetSeqC.o .shobj/OctetSeqC.SO: OctetSeqC.cpp OctetSeqC.h $(ACE_ROOT)/ace/pre.h \
corbafwd.h $(ACE_ROOT)/ace/CDR_Base.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ace_wchar.h \
@@ -19046,6 +18979,9 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ IOP_IORC.i \
Object.i \
Any.i \
AbstractBase.h \
@@ -19056,10 +18992,10 @@ realclean:
Marshal.h \
Marshal.i \
debug.h ORB_Core.h ORB.h Exception.h \
- ServicesC.h OctetSeqC.h ServicesC.i \
- CORBA_String.h CORBA_String.inl \
- ObjectIdListC.h ObjectIdListC.i objectid.h PolicyC.h CurrentC.h \
- CurrentC.i Policy_ForwardC.h Remote_Object_Proxy_Impl.h \
+ ServicesC.h ServicesC.i CORBA_String.h \
+ CORBA_String.inl ObjectIdListC.h \
+ ObjectIdListC.i objectid.h PolicyC.h CurrentC.h CurrentC.i \
+ Policy_ForwardC.h Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h Encodable.h \
PolicyC.i ORB.i Environment.h \
Policy_Manager.h Policy_Set.h \
@@ -19085,12 +19021,11 @@ realclean:
$(ACE_ROOT)/ace/Managed_Object.i \
$(ACE_ROOT)/ace/Managed_Object.cpp \
TAO_Singleton_Manager.h Adapter.h \
- Adapter.i PolicyFactory_Registry.h PortableInterceptorC.h TAO_Export.h \
- DynamicC.h StringSeqC.h StringSeqC.i DynamicC.i \
- ObjectReferenceTemplateC.h ValueBase.h \
- ValueBase.i ObjectReferenceTemplateC.i \
- Messaging_SyncScopeC.h Messaging_SyncScopeC.i IOPC.h Object.h IOPC.i \
- PortableInterceptorC.i $(ACE_ROOT)/ace/Map_Manager.h \
+ Adapter.i PolicyFactory_Registry.h PortableInterceptorC.h PI_ForwardC.h \
+ StringSeqC.h StringSeqC.i PI_ForwardC.i DynamicC.h DynamicC.i \
+ Messaging_SyncScopeC.h Messaging_SyncScopeC.i IOPC.h TAO_Export.h \
+ IOP_IORC.h IOP_CodecC.h IOP_CodecC.i IOPC.i PortableInterceptorC.i \
+ $(ACE_ROOT)/ace/Map_Manager.h \
$(ACE_ROOT)/ace/Map_Manager.i \
$(ACE_ROOT)/ace/Map_Manager.cpp Parser_Registry.h \
Parser_Registry.i Service_Callbacks.h \
@@ -19122,7 +19057,7 @@ realclean:
$(ACE_ROOT)/ace/Framework_Component_T.cpp \
$(ACE_ROOT)/ace/Thread_Manager.i ORB_Core.i
-.obj/StringSeqC.o .obj/StringSeqC.dll .shobj/StringSeqC.o .shobj/StringSeqC.dll: StringSeqC.cpp StringSeqC.h \
+.obj/StringSeqC.o .obj/StringSeqC.SO .shobj/StringSeqC.o .shobj/StringSeqC.SO: StringSeqC.cpp StringSeqC.h \
$(ACE_ROOT)/ace/pre.h corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
$(ACE_ROOT)/ace/post.h \
@@ -19277,6 +19212,10 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ OctetSeqC.i \
+ IOP_IORC.i \
Object.i \
Any.i \
AbstractBase.h \
@@ -19288,10 +19227,10 @@ realclean:
Marshal.i \
debug.h
-.obj/Codeset_Manager.o .obj/Codeset_Manager.dll .shobj/Codeset_Manager.o .shobj/Codeset_Manager.dll: Codeset_Manager.cpp \
+.obj/Codeset_Manager.o .obj/Codeset_Manager.SO .shobj/Codeset_Manager.o .shobj/Codeset_Manager.SO: Codeset_Manager.cpp \
Codeset_Manager.h \
- CONV_FRAMEC.h \
$(ACE_ROOT)/ace/pre.h \
+ CONV_FRAMEC.h \
CDR.h \
corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
@@ -19439,9 +19378,17 @@ realclean:
Environment.h \
Environment.i \
CONV_FRAMEC.i \
- Profile.h \
- Tagged_Components.h \
+ debug.h \
+ TAO_Server_Request.h \
+ Tagged_Profile.h \
IOPC.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ OctetSeqC.i \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
Object.h \
Policy_ForwardC.h \
varbase.h \
@@ -19449,8 +19396,6 @@ realclean:
Object_KeyC.h \
Object_KeyC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -19458,24 +19403,47 @@ realclean:
Any_T.cpp \
Marshal.h \
Marshal.i \
- debug.h \
+ IOP_CodecC.i \
IOPC.i \
- Tagged_Components.i \
- PolicyC.h \
+ GIOPC.h \
+ GIOPC.i \
+ Tagged_Profile.i \
+ Service_Context.h \
+ Service_Context.inl \
+ PICurrent.h \
+ $(ACE_ROOT)/ace/Array_Base.h \
+ $(ACE_ROOT)/ace/Array_Base.inl \
+ $(ACE_ROOT)/ace/Array_Base.cpp \
+ PortableInterceptorC.h \
+ PI_ForwardC.h \
+ StringSeqC.h \
+ StringSeqC.i \
+ PI_ForwardC.i \
CurrentC.h \
CurrentC.i \
+ DynamicC.h \
+ DynamicC.i \
+ Messaging_SyncScopeC.h \
+ Messaging_SyncScopeC.i \
+ PolicyC.h \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h \
Encodable.h \
PolicyC.i \
- GIOP_Message_Version.h \
- GIOP_Message_Version.inl \
- Profile.i \
+ PortableInterceptorC.i \
+ LocalObject.h \
+ LocalObject.i \
+ PICurrent.inl \
+ TAO_Server_Request.i \
+ operation_details.h \
+ target_specification.h \
+ target_specification.i \
+ operation_details.i \
Transport.h \
- Transport_Cache_Manager.h \
- Cache_Entries.h \
Transport_Descriptor_Interface.h \
Transport_Descriptor_Interface.inl \
+ Transport_Cache_Manager.h \
+ Cache_Entries.h \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
Cache_Entries.inl \
@@ -19489,6 +19457,13 @@ realclean:
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl \
Synch_Refcountable.inl \
+ Transport.inl \
+ Profile.h \
+ Tagged_Components.h \
+ Tagged_Components.i \
+ GIOP_Message_Version.h \
+ GIOP_Message_Version.inl \
+ Profile.i \
Codeset_Translator_Factory.h \
$(ACE_ROOT)/ace/Service_Object.h \
$(ACE_ROOT)/ace/Shared_Object.h \
@@ -19497,107 +19472,14 @@ realclean:
$(ACE_ROOT)/ace/Service_Object.i \
Codeset_Translator_Factory_T.h \
Codeset_Translator_Factory_T.cpp \
- Transport.inl \
- TAO_Server_Request.h \
- Tagged_Profile.h \
- GIOPC.h \
- GIOPC.i \
- Tagged_Profile.i \
- OctetSeqC.h \
- OctetSeqC.i \
- Service_Context.h \
- Service_Context.inl \
- PICurrent.h \
- $(ACE_ROOT)/ace/Array_Base.h \
- $(ACE_ROOT)/ace/Array_Base.inl \
- $(ACE_ROOT)/ace/Array_Base.cpp \
- PortableInterceptorC.h \
- DynamicC.h \
- StringSeqC.h \
- StringSeqC.i \
- DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
- Messaging_SyncScopeC.h \
- Messaging_SyncScopeC.i \
- PortableInterceptorC.i \
- LocalObject.h \
- LocalObject.i \
- PICurrent.inl \
- TAO_Server_Request.i \
- operation_details.h \
- target_specification.h \
- target_specification.i \
- operation_details.i \
- ORB_Core.h \
- ORB.h \
- ServicesC.h \
- ServicesC.i \
- CORBA_String.h \
- CORBA_String.inl \
- ObjectIdListC.h \
- ObjectIdListC.i \
- objectid.h \
- ORB.i \
- Policy_Manager.h \
- Policy_Set.h \
- Policy_Set.i \
- Policy_Manager.i \
- Resource_Factory.h \
- params.h \
- params.i \
- TAO_Singleton_Manager.h \
- TAO_Singleton_Manager.inl \
- TAO_Singleton.h \
- TAO_Singleton.inl \
- TAO_Singleton.cpp \
- $(ACE_ROOT)/ace/Object_Manager.h \
- $(ACE_ROOT)/ace/Object_Manager.i \
- $(ACE_ROOT)/ace/Managed_Object.h \
- $(ACE_ROOT)/ace/Managed_Object.i \
- $(ACE_ROOT)/ace/Managed_Object.cpp \
- Adapter.h \
- Adapter.i \
- PolicyFactory_Registry.h \
- $(ACE_ROOT)/ace/Map_Manager.h \
- $(ACE_ROOT)/ace/Map_Manager.i \
- $(ACE_ROOT)/ace/Map_Manager.cpp \
- Parser_Registry.h \
- Parser_Registry.i \
- Service_Callbacks.h \
- Service_Callbacks.i \
- Fault_Tolerance_Service.h \
- Fault_Tolerance_Service.i \
- Cleanup_Func_Registry.h \
- Cleanup_Func_Registry.inl \
- Object_Ref_Table.h \
- Interceptor_List.h \
- Interceptor_List.inl \
- $(ACE_ROOT)/ace/Thread_Manager.h \
- $(ACE_ROOT)/ace/Thread_Exit.h \
- $(ACE_ROOT)/ace/Thread_Control.h \
- $(ACE_ROOT)/ace/Thread_Control.inl \
- $(ACE_ROOT)/ace/Containers.h \
- $(ACE_ROOT)/ace/Containers.i \
- $(ACE_ROOT)/ace/Containers_T.h \
- $(ACE_ROOT)/ace/Containers_T.i \
- $(ACE_ROOT)/ace/Containers_T.cpp \
- $(ACE_ROOT)/ace/Singleton.h \
- $(ACE_ROOT)/ace/Singleton.i \
- $(ACE_ROOT)/ace/Singleton.cpp \
- $(ACE_ROOT)/ace/Framework_Component.h \
- $(ACE_ROOT)/ace/Framework_Component.inl \
- $(ACE_ROOT)/ace/Framework_Component_T.h \
- $(ACE_ROOT)/ace/Framework_Component_T.inl \
- $(ACE_ROOT)/ace/Framework_Component_T.cpp \
- $(ACE_ROOT)/ace/Thread_Manager.i \
- ORB_Core.i \
+ $(ACE_ROOT)/ace/Dynamic_Service.h \
+ $(ACE_ROOT)/ace/Dynamic_Service_Base.h \
+ $(ACE_ROOT)/ace/Dynamic_Service.i \
+ $(ACE_ROOT)/ace/Dynamic_Service.cpp \
$(ACE_ROOT)/ace/Codeset_Registry.h \
$(ACE_ROOT)/ace/Codeset_Registry.inl
-.obj/Codeset_Translator_Factory.o .obj/Codeset_Translator_Factory.dll .shobj/Codeset_Translator_Factory.o .shobj/Codeset_Translator_Factory.dll: Codeset_Translator_Factory.cpp \
+.obj/Codeset_Translator_Factory.o .obj/Codeset_Translator_Factory.SO .shobj/Codeset_Translator_Factory.o .shobj/Codeset_Translator_Factory.SO: Codeset_Translator_Factory.cpp \
Codeset_Translator_Factory.h $(ACE_ROOT)/ace/pre.h \
$(ACE_ROOT)/ace/Service_Object.h \
$(ACE_ROOT)/ace/Shared_Object.h \
@@ -19757,7 +19639,7 @@ realclean:
Codeset_Translator_Factory_T.cpp \
debug.h
-.obj/ORB_Core.o .obj/ORB_Core.dll .shobj/ORB_Core.o .shobj/ORB_Core.dll: ORB_Core.cpp ORB_Core.h $(ACE_ROOT)/ace/pre.h \
+.obj/ORB_Core.o .obj/ORB_Core.SO .shobj/ORB_Core.o .shobj/ORB_Core.SO: ORB_Core.cpp ORB_Core.h $(ACE_ROOT)/ace/pre.h \
corbafwd.h $(ACE_ROOT)/ace/CDR_Base.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ace_wchar.h \
@@ -19914,7 +19796,19 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
- Object.i CurrentC.i Policy_ForwardC.h \
+ IOP_IORC.h \
+ IOP_IORC.i \
+ Object.i \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h CurrentC.i Policy_ForwardC.h \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h Encodable.h \
PolicyC.i ORB.i Environment.h \
@@ -19923,7 +19817,6 @@ realclean:
Policy_Set.i \
LocalObject.h \
LocalObject.i \
- debug.h \
Policy_Manager.i Resource_Factory.h \
$(ACE_ROOT)/ace/Service_Object.h \
$(ACE_ROOT)/ace/Shared_Object.h \
@@ -19942,22 +19835,11 @@ realclean:
$(ACE_ROOT)/ace/Managed_Object.i \
$(ACE_ROOT)/ace/Managed_Object.cpp \
TAO_Singleton_Manager.h Adapter.h \
- Adapter.i PolicyFactory_Registry.h PortableInterceptorC.h TAO_Export.h \
- DynamicC.h StringSeqC.h Sequence.h StringSeqC.i \
- Any_T.h \
- Any.h \
- Any.i \
- AbstractBase.h \
- AbstractBase.inl \
- Any_T.inl \
- Any_T.cpp \
- Marshal.h \
- Marshal.i DynamicC.i \
- ObjectReferenceTemplateC.h OctetSeqC.h ValueBase.h \
- ValueBase.i ObjectReferenceTemplateC.i \
- Messaging_SyncScopeC.h Messaging_SyncScopeC.i IOPC.h Object.h Any_T.h \
- IOPC.i PortableInterceptorC.i \
- $(ACE_ROOT)/ace/Map_Manager.h \
+ Adapter.i PolicyFactory_Registry.h PortableInterceptorC.h PI_ForwardC.h \
+ OctetSeqC.h StringSeqC.h Sequence.h StringSeqC.i PI_ForwardC.i \
+ DynamicC.h DynamicC.i Messaging_SyncScopeC.h Messaging_SyncScopeC.i \
+ IOPC.h TAO_Export.h IOP_IORC.h IOP_CodecC.h IOP_CodecC.i IOPC.i \
+ PortableInterceptorC.i $(ACE_ROOT)/ace/Map_Manager.h \
$(ACE_ROOT)/ace/Map_Manager.i \
$(ACE_ROOT)/ace/Map_Manager.cpp Parser_Registry.h \
Parser_Registry.i Service_Callbacks.h \
@@ -20001,8 +19883,8 @@ realclean:
Tagged_Components.h \
Tagged_Components.i \
GIOP_Message_Version.h \
- GIOP_Message_Version.inl Object_KeyC.h \
- Profile.i Stub.h MProfile.h \
+ GIOP_Message_Version.inl Profile.i \
+ Stub.h MProfile.h \
ORB.h \
ORB_Core.h \
ORB_Core_Auto_Ptr.h \
@@ -20021,10 +19903,10 @@ realclean:
Endpoint.h Endpoint.i \
Connector_Registry.i Sync_Strategies.h \
Transport.h \
- Transport_Cache_Manager.h \
- Cache_Entries.h \
Transport_Descriptor_Interface.h \
Transport_Descriptor_Interface.inl \
+ Transport_Cache_Manager.h \
+ Cache_Entries.h \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
Cache_Entries.inl \
@@ -20038,9 +19920,6 @@ realclean:
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl \
Synch_Refcountable.inl \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory_T.cpp \
Transport.inl \
TAOC.h \
TimeBaseC.h \
@@ -20061,7 +19940,6 @@ realclean:
LF_Event.h \
LF_Event.inl \
LF_Invocation_Event.inl \
- GIOP_Message_Version.h \
operation_details.h Service_Context.h \
Service_Context.inl \
target_specification.h target_specification.i operation_details.i \
@@ -20072,7 +19950,9 @@ realclean:
Thread_Lane_Resources.i \
Thread_Lane_Resources_Manager.h \
Thread_Lane_Resources_Manager.i \
- Protocols_Hooks.h Buffering_Constraint_Policy.h \
+ Protocols_Hooks.h IORInterceptor_Adapter.h \
+ Interceptor_List.h \
+ Buffering_Constraint_Policy.h \
Buffering_Constraint_Policy.i \
LF_Event_Loop_Thread_Helper.h \
LF_Strategy.h \
@@ -20087,10 +19967,9 @@ realclean:
$(ACE_ROOT)/ace/Dynamic_Service.cpp \
$(ACE_ROOT)/ace/Arg_Shifter.h \
$(ACE_ROOT)/ace/Argv_Type_Converter.h \
- $(ACE_ROOT)/ace/Argv_Type_Converter.inl Codeset_Manager.h \
- Profile.h
+ $(ACE_ROOT)/ace/Argv_Type_Converter.inl Codeset_Manager.h
-.obj/ORB_Core_Auto_Ptr.o .obj/ORB_Core_Auto_Ptr.dll .shobj/ORB_Core_Auto_Ptr.o .shobj/ORB_Core_Auto_Ptr.dll: ORB_Core_Auto_Ptr.cpp ORB_Core_Auto_Ptr.h \
+.obj/ORB_Core_Auto_Ptr.o .obj/ORB_Core_Auto_Ptr.SO .shobj/ORB_Core_Auto_Ptr.o .shobj/ORB_Core_Auto_Ptr.SO: ORB_Core_Auto_Ptr.cpp ORB_Core_Auto_Ptr.h \
$(ACE_ROOT)/ace/pre.h \
TAO_Export.h \
$(ACE_ROOT)/ace/post.h \
@@ -20248,7 +20127,19 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
- Object.i CurrentC.i Policy_ForwardC.h \
+ IOP_IORC.h \
+ IOP_IORC.i \
+ Object.i \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h CurrentC.i Policy_ForwardC.h \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h Encodable.h \
PolicyC.i ORB.i Environment.h \
@@ -20257,7 +20148,6 @@ realclean:
Policy_Set.i \
LocalObject.h \
LocalObject.i \
- debug.h \
Policy_Manager.i Resource_Factory.h \
$(ACE_ROOT)/ace/Service_Object.h \
$(ACE_ROOT)/ace/Shared_Object.h \
@@ -20276,22 +20166,11 @@ realclean:
$(ACE_ROOT)/ace/Managed_Object.i \
$(ACE_ROOT)/ace/Managed_Object.cpp \
TAO_Singleton_Manager.h Adapter.h \
- Adapter.i PolicyFactory_Registry.h PortableInterceptorC.h TAO_Export.h \
- DynamicC.h StringSeqC.h Sequence.h StringSeqC.i \
- Any_T.h \
- Any.h \
- Any.i \
- AbstractBase.h \
- AbstractBase.inl \
- Any_T.inl \
- Any_T.cpp \
- Marshal.h \
- Marshal.i DynamicC.i \
- ObjectReferenceTemplateC.h OctetSeqC.h ValueBase.h \
- ValueBase.i ObjectReferenceTemplateC.i \
- Messaging_SyncScopeC.h Messaging_SyncScopeC.i IOPC.h Object.h Any_T.h \
- IOPC.i PortableInterceptorC.i \
- $(ACE_ROOT)/ace/Map_Manager.h \
+ Adapter.i PolicyFactory_Registry.h PortableInterceptorC.h PI_ForwardC.h \
+ OctetSeqC.h StringSeqC.h Sequence.h StringSeqC.i PI_ForwardC.i \
+ DynamicC.h DynamicC.i Messaging_SyncScopeC.h Messaging_SyncScopeC.i \
+ IOPC.h TAO_Export.h IOP_IORC.h IOP_CodecC.h IOP_CodecC.i IOPC.i \
+ PortableInterceptorC.i $(ACE_ROOT)/ace/Map_Manager.h \
$(ACE_ROOT)/ace/Map_Manager.i \
$(ACE_ROOT)/ace/Map_Manager.cpp Parser_Registry.h \
Parser_Registry.i Service_Callbacks.h \
@@ -20323,7 +20202,7 @@ realclean:
$(ACE_ROOT)/ace/Framework_Component_T.cpp \
$(ACE_ROOT)/ace/Thread_Manager.i ORB_Core.i
-.obj/Collocation_Resolver.o .obj/Collocation_Resolver.dll .shobj/Collocation_Resolver.o .shobj/Collocation_Resolver.dll: Collocation_Resolver.cpp \
+.obj/Collocation_Resolver.o .obj/Collocation_Resolver.SO .shobj/Collocation_Resolver.o .shobj/Collocation_Resolver.SO: Collocation_Resolver.cpp \
Collocation_Resolver.h \
$(ACE_ROOT)/ace/pre.h \
orbconf.h \
@@ -20373,7 +20252,7 @@ realclean:
$(ACE_ROOT)/ace/Dynamic_Service.i \
$(ACE_ROOT)/ace/Dynamic_Service.cpp
-.obj/Default_Collocation_Resolver.o .obj/Default_Collocation_Resolver.dll .shobj/Default_Collocation_Resolver.o .shobj/Default_Collocation_Resolver.dll: Default_Collocation_Resolver.cpp \
+.obj/Default_Collocation_Resolver.o .obj/Default_Collocation_Resolver.SO .shobj/Default_Collocation_Resolver.o .shobj/Default_Collocation_Resolver.SO: Default_Collocation_Resolver.cpp \
Default_Collocation_Resolver.h \
$(ACE_ROOT)/ace/pre.h \
orbconf.h \
@@ -20536,9 +20415,13 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ OctetSeqC.i \
+ IOP_IORC.i \
Object.i
-.obj/Stub_Factory.o .obj/Stub_Factory.dll .shobj/Stub_Factory.o .shobj/Stub_Factory.dll: Stub_Factory.cpp Stub_Factory.h \
+.obj/Stub_Factory.o .obj/Stub_Factory.SO .shobj/Stub_Factory.o .shobj/Stub_Factory.SO: Stub_Factory.cpp Stub_Factory.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
@@ -20586,7 +20469,7 @@ realclean:
$(ACE_ROOT)/ace/Dynamic_Service.i \
$(ACE_ROOT)/ace/Dynamic_Service.cpp
-.obj/ORB_Table.o .obj/ORB_Table.dll .shobj/ORB_Table.o .shobj/ORB_Table.dll: ORB_Table.cpp ORB_Table.h $(ACE_ROOT)/ace/pre.h \
+.obj/ORB_Table.o .obj/ORB_Table.SO .shobj/ORB_Table.o .shobj/ORB_Table.SO: ORB_Table.cpp ORB_Table.h $(ACE_ROOT)/ace/pre.h \
TAO_Export.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ace_wchar.h \
@@ -20744,7 +20627,19 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
- Object.i CurrentC.i Policy_ForwardC.h \
+ IOP_IORC.h \
+ IOP_IORC.i \
+ Object.i \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h CurrentC.i Policy_ForwardC.h \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h Encodable.h \
PolicyC.i ORB.i Environment.h \
@@ -20753,7 +20648,6 @@ realclean:
Policy_Set.i \
LocalObject.h \
LocalObject.i \
- debug.h \
Policy_Manager.i Resource_Factory.h \
$(ACE_ROOT)/ace/Service_Object.h \
$(ACE_ROOT)/ace/Shared_Object.h \
@@ -20772,22 +20666,11 @@ realclean:
$(ACE_ROOT)/ace/Managed_Object.i \
$(ACE_ROOT)/ace/Managed_Object.cpp \
TAO_Singleton_Manager.h Adapter.h \
- Adapter.i PolicyFactory_Registry.h PortableInterceptorC.h TAO_Export.h \
- DynamicC.h StringSeqC.h Sequence.h StringSeqC.i \
- Any_T.h \
- Any.h \
- Any.i \
- AbstractBase.h \
- AbstractBase.inl \
- Any_T.inl \
- Any_T.cpp \
- Marshal.h \
- Marshal.i DynamicC.i \
- ObjectReferenceTemplateC.h OctetSeqC.h ValueBase.h \
- ValueBase.i ObjectReferenceTemplateC.i \
- Messaging_SyncScopeC.h Messaging_SyncScopeC.i IOPC.h Object.h Any_T.h \
- IOPC.i PortableInterceptorC.i \
- $(ACE_ROOT)/ace/Map_Manager.h \
+ Adapter.i PolicyFactory_Registry.h PortableInterceptorC.h PI_ForwardC.h \
+ OctetSeqC.h StringSeqC.h Sequence.h StringSeqC.i PI_ForwardC.i \
+ DynamicC.h DynamicC.i Messaging_SyncScopeC.h Messaging_SyncScopeC.i \
+ IOPC.h TAO_Export.h IOP_IORC.h IOP_CodecC.h IOP_CodecC.i IOPC.i \
+ PortableInterceptorC.i $(ACE_ROOT)/ace/Map_Manager.h \
$(ACE_ROOT)/ace/Map_Manager.i \
$(ACE_ROOT)/ace/Map_Manager.cpp Parser_Registry.h \
Parser_Registry.i Service_Callbacks.h \
@@ -20819,7 +20702,7 @@ realclean:
$(ACE_ROOT)/ace/Framework_Component_T.cpp \
$(ACE_ROOT)/ace/Thread_Manager.i ORB_Core.i
-.obj/LF_Follower.o .obj/LF_Follower.dll .shobj/LF_Follower.o .shobj/LF_Follower.dll: LF_Follower.cpp \
+.obj/LF_Follower.o .obj/LF_Follower.SO .shobj/LF_Follower.o .shobj/LF_Follower.SO: LF_Follower.cpp \
LF_Follower.h \
$(ACE_ROOT)/ace/pre.h \
orbconf.h \
@@ -20991,7 +20874,19 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ IOP_IORC.i \
Object.i \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h \
CurrentC.i \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h \
@@ -21003,7 +20898,6 @@ realclean:
Policy_Set.i \
LocalObject.h \
LocalObject.i \
- debug.h \
Policy_Manager.i \
Resource_Factory.h \
$(ACE_ROOT)/ace/Service_Object.h \
@@ -21029,26 +20923,17 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
- Any_T.h \
- Any.h \
- Any.i \
- AbstractBase.h \
- AbstractBase.inl \
- Any_T.inl \
- Any_T.cpp \
- Marshal.h \
- Marshal.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
IOPC.i \
PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -21095,7 +20980,7 @@ realclean:
$(ACE_ROOT)/ace/Intrusive_List.cpp \
Leader_Follower.i
-.obj/LF_Follower_Auto_Ptr.o .obj/LF_Follower_Auto_Ptr.dll .shobj/LF_Follower_Auto_Ptr.o .shobj/LF_Follower_Auto_Ptr.dll: LF_Follower_Auto_Ptr.cpp \
+.obj/LF_Follower_Auto_Ptr.o .obj/LF_Follower_Auto_Ptr.SO .shobj/LF_Follower_Auto_Ptr.o .shobj/LF_Follower_Auto_Ptr.SO: LF_Follower_Auto_Ptr.cpp \
LF_Follower_Auto_Ptr.h \
$(ACE_ROOT)/ace/pre.h \
orbconf.h \
@@ -21268,7 +21153,19 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ IOP_IORC.i \
Object.i \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h \
CurrentC.i \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h \
@@ -21280,7 +21177,6 @@ realclean:
Policy_Set.i \
LocalObject.h \
LocalObject.i \
- debug.h \
Policy_Manager.i \
Resource_Factory.h \
$(ACE_ROOT)/ace/Service_Object.h \
@@ -21306,26 +21202,17 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
- Any_T.h \
- Any.h \
- Any.i \
- AbstractBase.h \
- AbstractBase.inl \
- Any_T.inl \
- Any_T.cpp \
- Marshal.h \
- Marshal.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
IOPC.i \
PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -21373,7 +21260,7 @@ realclean:
Leader_Follower.i \
LF_Follower_Auto_Ptr.inl
-.obj/LF_Follower_Auto_Adder.o .obj/LF_Follower_Auto_Adder.dll .shobj/LF_Follower_Auto_Adder.o .shobj/LF_Follower_Auto_Adder.dll: LF_Follower_Auto_Adder.cpp \
+.obj/LF_Follower_Auto_Adder.o .obj/LF_Follower_Auto_Adder.SO .shobj/LF_Follower_Auto_Adder.o .shobj/LF_Follower_Auto_Adder.SO: LF_Follower_Auto_Adder.cpp \
LF_Follower_Auto_Adder.h \
$(ACE_ROOT)/ace/pre.h \
orbconf.h \
@@ -21546,7 +21433,19 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ IOP_IORC.i \
Object.i \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h \
CurrentC.i \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h \
@@ -21558,7 +21457,6 @@ realclean:
Policy_Set.i \
LocalObject.h \
LocalObject.i \
- debug.h \
Policy_Manager.i \
Resource_Factory.h \
$(ACE_ROOT)/ace/Service_Object.h \
@@ -21584,26 +21482,17 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
- Any_T.h \
- Any.h \
- Any.i \
- AbstractBase.h \
- AbstractBase.inl \
- Any_T.inl \
- Any_T.cpp \
- Marshal.h \
- Marshal.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
IOPC.i \
PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -21651,7 +21540,7 @@ realclean:
Leader_Follower.i \
LF_Follower_Auto_Adder.inl
-.obj/Leader_Follower.o .obj/Leader_Follower.dll .shobj/Leader_Follower.o .shobj/Leader_Follower.dll: Leader_Follower.cpp \
+.obj/Leader_Follower.o .obj/Leader_Follower.SO .shobj/Leader_Follower.o .shobj/Leader_Follower.SO: Leader_Follower.cpp \
Leader_Follower.h \
$(ACE_ROOT)/ace/pre.h \
LF_Follower.h \
@@ -21823,7 +21712,19 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ IOP_IORC.i \
Object.i \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h \
CurrentC.i \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h \
@@ -21835,7 +21736,6 @@ realclean:
Policy_Set.i \
LocalObject.h \
LocalObject.i \
- debug.h \
Policy_Manager.i \
Resource_Factory.h \
$(ACE_ROOT)/ace/Service_Object.h \
@@ -21861,26 +21761,17 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
- Any_T.h \
- Any.h \
- Any.i \
- AbstractBase.h \
- AbstractBase.inl \
- Any_T.inl \
- Any_T.cpp \
- Marshal.h \
- Marshal.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
IOPC.i \
PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -21935,10 +21826,10 @@ realclean:
LF_Event_Binder.h \
LF_Event_Binder.inl \
Transport.h \
- Transport_Cache_Manager.h \
- Cache_Entries.h \
Transport_Descriptor_Interface.h \
Transport_Descriptor_Interface.inl \
+ Transport_Cache_Manager.h \
+ Cache_Entries.h \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
Cache_Entries.inl \
@@ -21952,12 +21843,9 @@ realclean:
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl \
Synch_Refcountable.inl \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory_T.cpp \
Transport.inl
-.obj/Leader_Follower_Flushing_Strategy.o .obj/Leader_Follower_Flushing_Strategy.dll .shobj/Leader_Follower_Flushing_Strategy.o .shobj/Leader_Follower_Flushing_Strategy.dll: \
+.obj/Leader_Follower_Flushing_Strategy.o .obj/Leader_Follower_Flushing_Strategy.SO .shobj/Leader_Follower_Flushing_Strategy.o .shobj/Leader_Follower_Flushing_Strategy.SO: \
Leader_Follower_Flushing_Strategy.cpp \
Leader_Follower_Flushing_Strategy.h \
$(ACE_ROOT)/ace/pre.h \
@@ -22132,7 +22020,19 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ IOP_IORC.i \
Object.i \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h \
CurrentC.i \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h \
@@ -22144,7 +22044,6 @@ realclean:
Policy_Set.i \
LocalObject.h \
LocalObject.i \
- debug.h \
Policy_Manager.i \
Resource_Factory.h \
$(ACE_ROOT)/ace/Service_Object.h \
@@ -22170,26 +22069,17 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
- Any_T.h \
- Any.h \
- Any.i \
- AbstractBase.h \
- AbstractBase.inl \
- Any_T.inl \
- Any_T.cpp \
- Marshal.h \
- Marshal.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
IOPC.i \
PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -22236,10 +22126,10 @@ realclean:
$(ACE_ROOT)/ace/Intrusive_List.cpp \
Leader_Follower.i \
Transport.h \
- Transport_Cache_Manager.h \
- Cache_Entries.h \
Transport_Descriptor_Interface.h \
Transport_Descriptor_Interface.inl \
+ Transport_Cache_Manager.h \
+ Cache_Entries.h \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
Cache_Entries.inl \
@@ -22253,9 +22143,6 @@ realclean:
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl \
Synch_Refcountable.inl \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory_T.cpp \
Transport.inl \
Queued_Message.h \
LF_Invocation_Event.h \
@@ -22264,7 +22151,7 @@ realclean:
LF_Invocation_Event.inl \
Queued_Message.inl
-.obj/LF_Event.o .obj/LF_Event.dll .shobj/LF_Event.o .shobj/LF_Event.dll: LF_Event.cpp LF_Event.h \
+.obj/LF_Event.o .obj/LF_Event.SO .shobj/LF_Event.o .shobj/LF_Event.SO: LF_Event.cpp LF_Event.h \
$(ACE_ROOT)/ace/pre.h \
TAO_Export.h \
$(ACE_ROOT)/ace/post.h \
@@ -22436,7 +22323,19 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ IOP_IORC.i \
Object.i \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h \
CurrentC.i \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h \
@@ -22448,7 +22347,6 @@ realclean:
Policy_Set.i \
LocalObject.h \
LocalObject.i \
- debug.h \
Policy_Manager.i \
Resource_Factory.h \
$(ACE_ROOT)/ace/Service_Object.h \
@@ -22474,26 +22372,17 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
- Any_T.h \
- Any.h \
- Any.i \
- AbstractBase.h \
- AbstractBase.inl \
- Any_T.inl \
- Any_T.cpp \
- Marshal.h \
- Marshal.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
IOPC.i \
PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -22540,14 +22429,14 @@ realclean:
$(ACE_ROOT)/ace/Intrusive_List.cpp \
Leader_Follower.i
-.obj/LF_Invocation_Event.o .obj/LF_Invocation_Event.dll .shobj/LF_Invocation_Event.o .shobj/LF_Invocation_Event.dll: LF_Invocation_Event.cpp LF_Invocation_Event.h \
+.obj/LF_Invocation_Event.o .obj/LF_Invocation_Event.SO .shobj/LF_Invocation_Event.o .shobj/LF_Invocation_Event.SO: LF_Invocation_Event.cpp LF_Invocation_Event.h \
$(ACE_ROOT)/ace/pre.h LF_Event.h TAO_Export.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ace_wchar.h \
$(ACE_ROOT)/ace/ace_wchar.inl LF_Event.inl \
LF_Invocation_Event.inl
-.obj/LF_CH_Event.o .obj/LF_CH_Event.dll .shobj/LF_CH_Event.o .shobj/LF_CH_Event.dll: LF_CH_Event.cpp LF_CH_Event.h \
+.obj/LF_CH_Event.o .obj/LF_CH_Event.SO .shobj/LF_CH_Event.o .shobj/LF_CH_Event.SO: LF_CH_Event.cpp LF_CH_Event.h \
$(ACE_ROOT)/ace/pre.h LF_Event.h TAO_Export.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ace_wchar.h \
@@ -22579,7 +22468,7 @@ realclean:
$(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
$(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl
-.obj/LF_Event_Binder.o .obj/LF_Event_Binder.dll .shobj/LF_Event_Binder.o .shobj/LF_Event_Binder.dll: LF_Event_Binder.cpp \
+.obj/LF_Event_Binder.o .obj/LF_Event_Binder.SO .shobj/LF_Event_Binder.o .shobj/LF_Event_Binder.SO: LF_Event_Binder.cpp \
LF_Event_Binder.h \
$(ACE_ROOT)/ace/pre.h \
LF_Event.h \
@@ -22590,7 +22479,7 @@ realclean:
LF_Event.inl \
LF_Event_Binder.inl
-.obj/LF_Event_Loop_Thread_Helper.o .obj/LF_Event_Loop_Thread_Helper.dll .shobj/LF_Event_Loop_Thread_Helper.o .shobj/LF_Event_Loop_Thread_Helper.dll: LF_Event_Loop_Thread_Helper.cpp \
+.obj/LF_Event_Loop_Thread_Helper.o .obj/LF_Event_Loop_Thread_Helper.SO .shobj/LF_Event_Loop_Thread_Helper.o .shobj/LF_Event_Loop_Thread_Helper.SO: LF_Event_Loop_Thread_Helper.cpp \
LF_Event_Loop_Thread_Helper.h \
$(ACE_ROOT)/ace/pre.h \
LF_Strategy.h \
@@ -22601,7 +22490,7 @@ realclean:
LF_Strategy.inl \
LF_Event_Loop_Thread_Helper.inl
-.obj/LF_Strategy.o .obj/LF_Strategy.dll .shobj/LF_Strategy.o .shobj/LF_Strategy.dll: LF_Strategy.cpp \
+.obj/LF_Strategy.o .obj/LF_Strategy.SO .shobj/LF_Strategy.o .shobj/LF_Strategy.SO: LF_Strategy.cpp \
LF_Strategy.h \
$(ACE_ROOT)/ace/pre.h \
TAO_Export.h \
@@ -22610,7 +22499,7 @@ realclean:
$(ACE_ROOT)/ace/ace_wchar.inl \
LF_Strategy.inl
-.obj/LF_Strategy_Complete.o .obj/LF_Strategy_Complete.dll .shobj/LF_Strategy_Complete.o .shobj/LF_Strategy_Complete.dll: LF_Strategy_Complete.cpp \
+.obj/LF_Strategy_Complete.o .obj/LF_Strategy_Complete.SO .shobj/LF_Strategy_Complete.o .shobj/LF_Strategy_Complete.SO: LF_Strategy_Complete.cpp \
LF_Strategy_Complete.h \
$(ACE_ROOT)/ace/pre.h \
LF_Strategy.h \
@@ -22786,7 +22675,19 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ IOP_IORC.i \
Object.i \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h \
CurrentC.i \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h \
@@ -22798,7 +22699,6 @@ realclean:
Policy_Set.i \
LocalObject.h \
LocalObject.i \
- debug.h \
Policy_Manager.i \
Resource_Factory.h \
$(ACE_ROOT)/ace/Service_Object.h \
@@ -22824,26 +22724,17 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
- Any_T.h \
- Any.h \
- Any.i \
- AbstractBase.h \
- AbstractBase.inl \
- Any_T.inl \
- Any_T.cpp \
- Marshal.h \
- Marshal.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
IOPC.i \
PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -22890,7 +22781,7 @@ realclean:
$(ACE_ROOT)/ace/Intrusive_List.cpp \
Leader_Follower.i
-.obj/params.o .obj/params.dll .shobj/params.o .shobj/params.dll: params.cpp params.h \
+.obj/params.o .obj/params.SO .shobj/params.o .shobj/params.SO: params.cpp params.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
@@ -22997,7 +22888,7 @@ realclean:
$(ACE_ROOT)/ace/Unbounded_Queue.cpp \
params.i
-.obj/Resource_Factory.o .obj/Resource_Factory.dll .shobj/Resource_Factory.o .shobj/Resource_Factory.dll: Resource_Factory.cpp \
+.obj/Resource_Factory.o .obj/Resource_Factory.SO .shobj/Resource_Factory.o .shobj/Resource_Factory.SO: Resource_Factory.cpp \
$(ACE_ROOT)/ace/Auto_Ptr.h \
$(ACE_ROOT)/ace/pre.h \
$(ACE_ROOT)/ace/post.h \
@@ -23178,7 +23069,19 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ IOP_IORC.i \
Object.i \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h \
CurrentC.i \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h \
@@ -23190,7 +23093,6 @@ realclean:
Policy_Set.i \
LocalObject.h \
LocalObject.i \
- debug.h \
Policy_Manager.i \
params.h \
params.i \
@@ -23208,26 +23110,17 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
- Any_T.h \
- Any.h \
- Any.i \
- AbstractBase.h \
- AbstractBase.inl \
- Any_T.inl \
- Any_T.cpp \
- Marshal.h \
- Marshal.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
IOPC.i \
PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -23268,12 +23161,9 @@ realclean:
$(ACE_ROOT)/ace/Framework_Component_T.cpp \
$(ACE_ROOT)/ace/Thread_Manager.i \
ORB_Core.i \
- Client_Strategy_Factory.h \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory_T.cpp
+ Client_Strategy_Factory.h
-.obj/Server_Strategy_Factory.o .obj/Server_Strategy_Factory.dll .shobj/Server_Strategy_Factory.o .shobj/Server_Strategy_Factory.dll: Server_Strategy_Factory.cpp \
+.obj/Server_Strategy_Factory.o .obj/Server_Strategy_Factory.SO .shobj/Server_Strategy_Factory.o .shobj/Server_Strategy_Factory.SO: Server_Strategy_Factory.cpp \
Server_Strategy_Factory.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
@@ -23316,7 +23206,7 @@ realclean:
$(ACE_ROOT)/ace/DLL.h \
$(ACE_ROOT)/ace/Service_Object.i
-.obj/Sync_Strategies.o .obj/Sync_Strategies.dll .shobj/Sync_Strategies.o .shobj/Sync_Strategies.dll: Sync_Strategies.cpp \
+.obj/Sync_Strategies.o .obj/Sync_Strategies.SO .shobj/Sync_Strategies.o .shobj/Sync_Strategies.SO: Sync_Strategies.cpp \
Sync_Strategies.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
@@ -23419,10 +23309,10 @@ realclean:
$(ACE_ROOT)/ace/Auto_Ptr.cpp \
$(ACE_ROOT)/ace/SString.i \
Exception.i \
- Transport_Cache_Manager.h \
- Cache_Entries.h \
Transport_Descriptor_Interface.h \
Transport_Descriptor_Interface.inl \
+ Transport_Cache_Manager.h \
+ Cache_Entries.h \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
Cache_Entries.inl \
@@ -23458,8 +23348,8 @@ realclean:
Incoming_Message_Queue.h \
Pluggable_Messaging_Utils.h \
IOPC.h \
- Object.h \
- Policy_ForwardC.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
Sequence.h \
Managed_Types.h \
Managed_Types.i \
@@ -23476,17 +23366,22 @@ realclean:
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
CDR.i \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -23495,6 +23390,7 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
Pluggable_Messaging_Utils.i \
Incoming_Message_Queue.inl \
@@ -23502,16 +23398,6 @@ realclean:
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl \
Synch_Refcountable.inl \
- CONV_FRAMEC.h \
- CONV_FRAMEC.i \
- Codeset_Translator_Factory.h \
- $(ACE_ROOT)/ace/Service_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.i \
- $(ACE_ROOT)/ace/DLL.h \
- $(ACE_ROOT)/ace/Service_Object.i \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory_T.cpp \
Transport.inl \
TAOC.h \
PolicyC.h \
@@ -23547,8 +23433,6 @@ realclean:
MProfile.i \
ORB.h \
ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i \
ServicesC.i \
CORBA_String.h \
CORBA_String.inl \
@@ -23562,20 +23446,25 @@ realclean:
Policy_Set.i \
Policy_Manager.i \
Resource_Factory.h \
+ $(ACE_ROOT)/ace/Service_Object.h \
+ $(ACE_ROOT)/ace/Shared_Object.h \
+ $(ACE_ROOT)/ace/Shared_Object.i \
+ $(ACE_ROOT)/ace/DLL.h \
+ $(ACE_ROOT)/ace/Service_Object.i \
+ CONV_FRAMEC.h \
+ CONV_FRAMEC.i \
params.h \
params.i \
Adapter.h \
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
PortableInterceptorC.i \
@@ -23621,7 +23510,7 @@ realclean:
ORB_Core_Auto_Ptr.inl \
Stub.i
-.obj/TAO_Internal.o .obj/TAO_Internal.dll .shobj/TAO_Internal.o .shobj/TAO_Internal.dll: TAO_Internal.cpp TAO_Internal.h \
+.obj/TAO_Internal.o .obj/TAO_Internal.SO .shobj/TAO_Internal.o .shobj/TAO_Internal.SO: TAO_Internal.cpp TAO_Internal.h \
$(ACE_ROOT)/ace/pre.h TAO_Export.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ace_wchar.h \
@@ -23799,7 +23688,19 @@ realclean:
Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
- Object.i CurrentC.i Policy_ForwardC.h \
+ IOP_IORC.h \
+ IOP_IORC.i \
+ Object.i \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h CurrentC.i Policy_ForwardC.h \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h Encodable.h \
PolicyC.i ORB.i Environment.h \
@@ -23808,7 +23709,6 @@ realclean:
Policy_Set.i \
LocalObject.h \
LocalObject.i \
- debug.h \
Policy_Manager.i Resource_Factory.h \
params.h params.i \
TAO_Singleton_Manager.h \
@@ -23822,19 +23722,9 @@ realclean:
$(ACE_ROOT)/ace/Managed_Object.i \
$(ACE_ROOT)/ace/Managed_Object.cpp \
TAO_Singleton_Manager.h \
- PolicyFactory_Registry.h PortableInterceptorC.h DynamicC.h \
- Any_T.h \
- Any.h \
- Any.i \
- AbstractBase.h \
- AbstractBase.inl \
- Any_T.inl \
- Any_T.cpp \
- Marshal.h \
- Marshal.i DynamicC.i \
- ObjectReferenceTemplateC.h OctetSeqC.h ValueBase.h \
- ValueBase.i ObjectReferenceTemplateC.i \
- Messaging_SyncScopeC.h Messaging_SyncScopeC.i IOPC.h Object.h Any_T.h \
+ PolicyFactory_Registry.h PortableInterceptorC.h PI_ForwardC.h \
+ OctetSeqC.h PI_ForwardC.i DynamicC.h DynamicC.i Messaging_SyncScopeC.h \
+ Messaging_SyncScopeC.i IOPC.h IOP_IORC.h IOP_CodecC.h IOP_CodecC.i \
IOPC.i PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
$(ACE_ROOT)/ace/Map_Manager.i \
@@ -23894,7 +23784,7 @@ realclean:
$(ACE_ROOT)/ace/Argv_Type_Converter.h \
$(ACE_ROOT)/ace/Argv_Type_Converter.inl debug.h
-.obj/TAO_Server_Request.o .obj/TAO_Server_Request.dll .shobj/TAO_Server_Request.o .shobj/TAO_Server_Request.dll: TAO_Server_Request.cpp TAO_Server_Request.h \
+.obj/TAO_Server_Request.o .obj/TAO_Server_Request.SO .shobj/TAO_Server_Request.o .shobj/TAO_Server_Request.SO: TAO_Server_Request.cpp TAO_Server_Request.h \
$(ACE_ROOT)/ace/pre.h corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
$(ACE_ROOT)/ace/post.h \
@@ -23992,15 +23882,13 @@ realclean:
$(ACE_ROOT)/ace/SString.i Tagged_Profile.h \
IOPC.h \
corbafwd.h \
- Exception.h \
- $(ACE_ROOT)/ace/CORBA_macros.h \
- $(ACE_ROOT)/ace/Exception_Macros.h \
- Exception.i \
- Object.h \
- Policy_ForwardC.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
Sequence.h \
Managed_Types.h \
Managed_Types.i \
+ $(ACE_ROOT)/ace/CORBA_macros.h \
+ $(ACE_ROOT)/ace/Exception_Macros.h \
$(ACE_ROOT)/ace/Message_Block.h \
$(ACE_ROOT)/ace/Message_Block.i \
$(ACE_ROOT)/ace/Message_Block_T.h \
@@ -24038,20 +23926,27 @@ realclean:
$(ACE_ROOT)/ace/Reactor.i \
$(ACE_ROOT)/ace/Reactor_Impl.h \
$(ACE_ROOT)/ace/Svc_Conf_Tokens.h \
+ Exception.h \
+ Exception.i \
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
CDR.i \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -24060,27 +23955,24 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
GIOPC.h \
GIOPC.i \
Tagged_Profile.i OctetSeqC.h \
- Sequence.h OctetSeqC.i Service_Context.h \
- Service_Context.inl Object.h \
- PICurrent.h $(ACE_ROOT)/ace/Array_Base.h \
+ Service_Context.h Service_Context.inl \
+ Object.h PICurrent.h $(ACE_ROOT)/ace/Array_Base.h \
$(ACE_ROOT)/ace/Array_Base.inl \
$(ACE_ROOT)/ace/Array_Base.cpp PortableInterceptorC.h \
- TAO_Export.h CurrentC.h CurrentC.i DynamicC.h StringSeqC.h StringSeqC.i \
- DynamicC.i ObjectReferenceTemplateC.h ValueBase.h \
- ValueBase.i Exception.h \
- ObjectReferenceTemplateC.i Messaging_SyncScopeC.h \
- Messaging_SyncScopeC.i IOPC.h PolicyC.h Policy_ForwardC.h \
+ PI_ForwardC.h StringSeqC.h Sequence.h StringSeqC.i PI_ForwardC.i \
+ CurrentC.h CurrentC.i DynamicC.h DynamicC.i Messaging_SyncScopeC.h \
+ Messaging_SyncScopeC.i IOPC.h PolicyC.h Policy_ForwardC.h Exception.h \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h Encodable.h \
PolicyC.i PortableInterceptorC.i LocalObject.h Object_KeyC.h \
LocalObject.i PICurrent.inl TAO_Server_Request.i CDR.h Environment.h \
Principal.h Principal.i ORB_Core.h \
- ORB.h ServicesC.h OctetSeqC.h \
- ServicesC.i CORBA_String.h \
+ ORB.h ServicesC.h ServicesC.i CORBA_String.h \
CORBA_String.inl ObjectIdListC.h \
ObjectIdListC.i objectid.h ORB.i \
Policy_Manager.h Policy_Set.h \
@@ -24113,8 +24005,8 @@ realclean:
Service_Callbacks.i \
Fault_Tolerance_Service.h \
Fault_Tolerance_Service.i \
- Cleanup_Func_Registry.h Cleanup_Func_Registry.inl Object_Ref_Table.h \
- Interceptor_List.h Interceptor_List.inl \
+ Cleanup_Func_Registry.h TAO_Export.h Cleanup_Func_Registry.inl \
+ Object_Ref_Table.h Interceptor_List.h Interceptor_List.inl \
$(ACE_ROOT)/ace/Thread_Manager.h \
$(ACE_ROOT)/ace/Thread_Exit.h \
$(ACE_ROOT)/ace/Thread_Control.h \
@@ -24140,10 +24032,11 @@ realclean:
Pluggable_Messaging_Utils.h \
Pluggable_Messaging.i GIOP_Utils.h \
GIOP_Utils.i Transport.h \
+ Transport_Descriptor_Interface.h \
+ Transport_Descriptor_Interface.inl \
Transport_Cache_Manager.h \
Cache_Entries.h \
Transport_Descriptor_Interface.h \
- Transport_Descriptor_Interface.inl \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
Cache_Entries.inl \
@@ -24151,14 +24044,9 @@ realclean:
Transport_Timer.h Incoming_Message_Queue.h Incoming_Message_Queue.inl \
Synch_Refcountable.h $(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl Synch_Refcountable.inl \
- Codeset_Translator_Factory.h \
- CONV_FRAMEC.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.cpp \
Transport.inl
-.obj/Typecode_Constants.o .obj/Typecode_Constants.dll .shobj/Typecode_Constants.o .shobj/Typecode_Constants.dll: Typecode_Constants.cpp \
+.obj/Typecode_Constants.o .obj/Typecode_Constants.SO .shobj/Typecode_Constants.o .shobj/Typecode_Constants.SO: Typecode_Constants.cpp \
Typecode.h \
$(ACE_ROOT)/ace/pre.h \
$(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
@@ -24323,15 +24211,9 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ IOP_IORC.i \
Object.i \
- CurrentC.i \
- Remote_Object_Proxy_Impl.h \
- Object_Proxy_Impl.h \
- Encodable.h \
- PolicyC.i \
- ORB.i \
- DomainC.h \
- corba.h \
Any_T.h \
Any.h \
Any.i \
@@ -24342,6 +24224,14 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ CurrentC.i \
+ Remote_Object_Proxy_Impl.h \
+ Object_Proxy_Impl.h \
+ Encodable.h \
+ PolicyC.i \
+ ORB.i \
+ DomainC.h \
+ corba.h \
NVList.h \
NVList.i \
LocalObject.h \
@@ -24359,20 +24249,20 @@ realclean:
StringSeqC.h \
StringSeqC.i \
PortableInterceptorC.h \
+ PI_ForwardC.h \
+ PI_ForwardC.i \
DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
IOPC.i \
PortableInterceptorC.i \
- DomainC.i \
- PollableC.h \
- PollableC.i
+ DomainC.i
-.obj/TypeCodeFactory_Adapter.o .obj/TypeCodeFactory_Adapter.dll .shobj/TypeCodeFactory_Adapter.o .shobj/TypeCodeFactory_Adapter.dll: TypeCodeFactory_Adapter.cpp \
+.obj/TypeCodeFactory_Adapter.o .obj/TypeCodeFactory_Adapter.SO .shobj/TypeCodeFactory_Adapter.o .shobj/TypeCodeFactory_Adapter.SO: TypeCodeFactory_Adapter.cpp \
TypeCodeFactory_Adapter.h \
$(ACE_ROOT)/ace/pre.h \
Exception.h \
@@ -24485,7 +24375,7 @@ realclean:
$(ACE_ROOT)/ace/Dynamic_Service.i \
$(ACE_ROOT)/ace/Dynamic_Service.cpp
-.obj/Wait_Strategy.o .obj/Wait_Strategy.dll .shobj/Wait_Strategy.o .shobj/Wait_Strategy.dll: Wait_Strategy.cpp \
+.obj/Wait_Strategy.o .obj/Wait_Strategy.SO .shobj/Wait_Strategy.o .shobj/Wait_Strategy.SO: Wait_Strategy.cpp \
Wait_Strategy.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
@@ -24521,7 +24411,7 @@ realclean:
corbafwd.i \
Wait_Strategy.inl
-.obj/Wait_On_Read.o .obj/Wait_On_Read.dll .shobj/Wait_On_Read.o .shobj/Wait_On_Read.dll: Wait_On_Read.cpp \
+.obj/Wait_On_Read.o .obj/Wait_On_Read.SO .shobj/Wait_On_Read.o .shobj/Wait_On_Read.SO: Wait_On_Read.cpp \
Wait_On_Read.h \
$(ACE_ROOT)/ace/pre.h \
Wait_Strategy.h \
@@ -24626,10 +24516,10 @@ realclean:
$(ACE_ROOT)/ace/Auto_Ptr.cpp \
$(ACE_ROOT)/ace/SString.i \
Exception.i \
- Transport_Cache_Manager.h \
- Cache_Entries.h \
Transport_Descriptor_Interface.h \
Transport_Descriptor_Interface.inl \
+ Transport_Cache_Manager.h \
+ Cache_Entries.h \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
Cache_Entries.inl \
@@ -24665,8 +24555,8 @@ realclean:
Incoming_Message_Queue.h \
Pluggable_Messaging_Utils.h \
IOPC.h \
- Object.h \
- Policy_ForwardC.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
Sequence.h \
Managed_Types.h \
Managed_Types.i \
@@ -24683,17 +24573,22 @@ realclean:
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
CDR.i \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -24702,6 +24597,7 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
Pluggable_Messaging_Utils.i \
Incoming_Message_Queue.inl \
@@ -24709,16 +24605,6 @@ realclean:
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl \
Synch_Refcountable.inl \
- CONV_FRAMEC.h \
- CONV_FRAMEC.i \
- Codeset_Translator_Factory.h \
- $(ACE_ROOT)/ace/Service_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.i \
- $(ACE_ROOT)/ace/DLL.h \
- $(ACE_ROOT)/ace/Service_Object.i \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory_T.cpp \
Transport.inl \
Resume_Handle.h \
Resume_Handle.inl \
@@ -24735,7 +24621,7 @@ realclean:
GIOP_Message_Version.h \
GIOP_Message_Version.inl
-.obj/Wait_On_Reactor.o .obj/Wait_On_Reactor.dll .shobj/Wait_On_Reactor.o .shobj/Wait_On_Reactor.dll: Wait_On_Reactor.cpp \
+.obj/Wait_On_Reactor.o .obj/Wait_On_Reactor.SO .shobj/Wait_On_Reactor.o .shobj/Wait_On_Reactor.SO: Wait_On_Reactor.cpp \
$(ACE_ROOT)/ace/Reactor.h \
$(ACE_ROOT)/ace/pre.h \
$(ACE_ROOT)/ace/Handle_Set.h \
@@ -24905,7 +24791,19 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ IOP_IORC.i \
Object.i \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h \
CurrentC.i \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h \
@@ -24917,7 +24815,6 @@ realclean:
Policy_Set.i \
LocalObject.h \
LocalObject.i \
- debug.h \
Policy_Manager.i \
Resource_Factory.h \
$(ACE_ROOT)/ace/Service_Object.h \
@@ -24943,26 +24840,17 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
- Any_T.h \
- Any.h \
- Any.i \
- AbstractBase.h \
- AbstractBase.inl \
- Any_T.inl \
- Any_T.cpp \
- Marshal.h \
- Marshal.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
IOPC.i \
PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -25004,10 +24892,10 @@ realclean:
$(ACE_ROOT)/ace/Thread_Manager.i \
ORB_Core.i \
Transport.h \
- Transport_Cache_Manager.h \
- Cache_Entries.h \
Transport_Descriptor_Interface.h \
Transport_Descriptor_Interface.inl \
+ Transport_Cache_Manager.h \
+ Cache_Entries.h \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
Cache_Entries.inl \
@@ -25021,9 +24909,6 @@ realclean:
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl \
Synch_Refcountable.inl \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory_T.cpp \
Transport.inl \
Synch_Reply_Dispatcher.h \
Reply_Dispatcher.h \
@@ -25038,7 +24923,7 @@ realclean:
GIOP_Message_Version.h \
GIOP_Message_Version.inl
-.obj/Wait_On_Leader_Follower.o .obj/Wait_On_Leader_Follower.dll .shobj/Wait_On_Leader_Follower.o .shobj/Wait_On_Leader_Follower.dll: Wait_On_Leader_Follower.cpp \
+.obj/Wait_On_Leader_Follower.o .obj/Wait_On_Leader_Follower.SO .shobj/Wait_On_Leader_Follower.o .shobj/Wait_On_Leader_Follower.SO: Wait_On_Leader_Follower.cpp \
Wait_On_Leader_Follower.h \
$(ACE_ROOT)/ace/pre.h \
Wait_Strategy.h \
@@ -25208,7 +25093,19 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ IOP_IORC.i \
Object.i \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h \
CurrentC.i \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h \
@@ -25220,7 +25117,6 @@ realclean:
Policy_Set.i \
LocalObject.h \
LocalObject.i \
- debug.h \
Policy_Manager.i \
Resource_Factory.h \
$(ACE_ROOT)/ace/Service_Object.h \
@@ -25246,26 +25142,17 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
- Any_T.h \
- Any.h \
- Any.i \
- AbstractBase.h \
- AbstractBase.inl \
- Any_T.inl \
- Any_T.cpp \
- Marshal.h \
- Marshal.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
IOPC.i \
PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -25318,10 +25205,10 @@ realclean:
$(ACE_ROOT)/ace/Intrusive_List.cpp \
Leader_Follower.i \
Transport.h \
- Transport_Cache_Manager.h \
- Cache_Entries.h \
Transport_Descriptor_Interface.h \
Transport_Descriptor_Interface.inl \
+ Transport_Cache_Manager.h \
+ Cache_Entries.h \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
Cache_Entries.inl \
@@ -25335,9 +25222,6 @@ realclean:
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl \
Synch_Refcountable.inl \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory_T.cpp \
Transport.inl \
Synch_Reply_Dispatcher.h \
Reply_Dispatcher.h \
@@ -25352,7 +25236,7 @@ realclean:
GIOP_Message_Version.h \
GIOP_Message_Version.inl
-.obj/Transport_Mux_Strategy.o .obj/Transport_Mux_Strategy.dll .shobj/Transport_Mux_Strategy.o .shobj/Transport_Mux_Strategy.dll: Transport_Mux_Strategy.cpp \
+.obj/Transport_Mux_Strategy.o .obj/Transport_Mux_Strategy.SO .shobj/Transport_Mux_Strategy.o .shobj/Transport_Mux_Strategy.SO: Transport_Mux_Strategy.cpp \
Transport_Mux_Strategy.h \
$(ACE_ROOT)/ace/pre.h \
IOPC.h \
@@ -25387,11 +25271,30 @@ realclean:
orbconf.h \
TAO_Export.h \
corbafwd.i \
- Exception.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ Sequence.h \
+ Managed_Types.h \
+ Managed_Types.i \
$(ACE_ROOT)/ace/CORBA_macros.h \
$(ACE_ROOT)/ace/Exception_Macros.h \
- $(ACE_ROOT)/ace/SString.h \
- $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/Log_Msg.h \
+ $(ACE_ROOT)/ace/Log_Priority.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
+ $(ACE_ROOT)/ace/Message_Block.h \
+ $(ACE_ROOT)/ace/Message_Block.i \
+ $(ACE_ROOT)/ace/Message_Block_T.h \
+ $(ACE_ROOT)/ace/Message_Block_T.i \
+ $(ACE_ROOT)/ace/Message_Block_T.cpp \
+ $(ACE_ROOT)/ace/Malloc_Base.h \
+ Sequence.i \
+ Sequence_T.h \
+ Sequence_T.i \
+ Sequence_T.cpp \
+ Typecode.h \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
+ $(ACE_ROOT)/ace/Functor.h \
$(ACE_ROOT)/ace/ACE.h \
$(ACE_ROOT)/ace/Flag_Manip.h \
$(ACE_ROOT)/ace/Flag_Manip.i \
@@ -25404,17 +25307,11 @@ realclean:
$(ACE_ROOT)/ace/Sock_Connect.h \
$(ACE_ROOT)/ace/Sock_Connect.i \
$(ACE_ROOT)/ace/ACE.i \
- $(ACE_ROOT)/ace/String_Base_Const.h \
- $(ACE_ROOT)/ace/String_Base.i \
- $(ACE_ROOT)/ace/Malloc_Base.h \
- $(ACE_ROOT)/ace/String_Base.cpp \
- $(ACE_ROOT)/ace/Malloc.h \
- $(ACE_ROOT)/ace/Log_Msg.h \
- $(ACE_ROOT)/ace/Log_Priority.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
- $(ACE_ROOT)/ace/Malloc.i \
- $(ACE_ROOT)/ace/Malloc_T.h \
+ $(ACE_ROOT)/ace/Functor.i \
+ $(ACE_ROOT)/ace/Functor_T.h \
+ $(ACE_ROOT)/ace/Functor_T.i \
+ $(ACE_ROOT)/ace/Functor_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
$(ACE_ROOT)/ace/Synch.h \
$(ACE_ROOT)/ace/Synch.i \
$(ACE_ROOT)/ace/Synch_T.h \
@@ -25426,6 +25323,24 @@ realclean:
$(ACE_ROOT)/ace/Thread_Adapter.inl \
$(ACE_ROOT)/ace/Thread.i \
$(ACE_ROOT)/ace/Synch_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
+ $(ACE_ROOT)/ace/Service_Config.h \
+ $(ACE_ROOT)/ace/Unbounded_Queue.h \
+ $(ACE_ROOT)/ace/Node.h \
+ $(ACE_ROOT)/ace/Node.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Queue.inl \
+ $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Set.h \
+ $(ACE_ROOT)/ace/Unbounded_Set.inl \
+ $(ACE_ROOT)/ace/Unbounded_Set.cpp \
+ $(ACE_ROOT)/ace/SString.h \
+ $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/String_Base_Const.h \
+ $(ACE_ROOT)/ace/String_Base.i \
+ $(ACE_ROOT)/ace/String_Base.cpp \
+ $(ACE_ROOT)/ace/Malloc.h \
+ $(ACE_ROOT)/ace/Malloc.i \
+ $(ACE_ROOT)/ace/Malloc_T.h \
$(ACE_ROOT)/ace/Malloc_Allocator.h \
$(ACE_ROOT)/ace/Malloc_Allocator.i \
$(ACE_ROOT)/ace/Free_List.h \
@@ -25444,44 +25359,11 @@ realclean:
$(ACE_ROOT)/ace/SV_Semaphore_Simple.h \
$(ACE_ROOT)/ace/SV_Semaphore_Simple.i \
$(ACE_ROOT)/ace/SV_Semaphore_Complex.i \
- $(ACE_ROOT)/ace/Unbounded_Set.h \
- $(ACE_ROOT)/ace/Node.h \
- $(ACE_ROOT)/ace/Node.cpp \
- $(ACE_ROOT)/ace/Unbounded_Set.inl \
- $(ACE_ROOT)/ace/Unbounded_Set.cpp \
$(ACE_ROOT)/ace/Memory_Pool.i \
$(ACE_ROOT)/ace/Auto_Ptr.h \
$(ACE_ROOT)/ace/Auto_Ptr.i \
$(ACE_ROOT)/ace/Auto_Ptr.cpp \
$(ACE_ROOT)/ace/SString.i \
- Exception.i \
- Object.h \
- Policy_ForwardC.h \
- Sequence.h \
- Managed_Types.h \
- Managed_Types.i \
- $(ACE_ROOT)/ace/Message_Block.h \
- $(ACE_ROOT)/ace/Message_Block.i \
- $(ACE_ROOT)/ace/Message_Block_T.h \
- $(ACE_ROOT)/ace/Message_Block_T.i \
- $(ACE_ROOT)/ace/Message_Block_T.cpp \
- Sequence.i \
- Sequence_T.h \
- Sequence_T.i \
- Sequence_T.cpp \
- Typecode.h \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
- $(ACE_ROOT)/ace/Functor.h \
- $(ACE_ROOT)/ace/Functor.i \
- $(ACE_ROOT)/ace/Functor_T.h \
- $(ACE_ROOT)/ace/Functor_T.i \
- $(ACE_ROOT)/ace/Functor_T.cpp \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
- $(ACE_ROOT)/ace/Service_Config.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.inl \
- $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
$(ACE_ROOT)/ace/XML_Svc_Conf.h \
$(ACE_ROOT)/ace/Service_Config.i \
$(ACE_ROOT)/ace/Reactor.h \
@@ -25497,20 +25379,27 @@ realclean:
$(ACE_ROOT)/ace/Reactor.i \
$(ACE_ROOT)/ace/Reactor_Impl.h \
$(ACE_ROOT)/ace/Svc_Conf_Tokens.h \
+ Exception.h \
+ Exception.i \
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
CDR.i \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -25519,6 +25408,7 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
Reply_Dispatcher.h \
Condition.h \
@@ -25526,7 +25416,7 @@ realclean:
Condition.cpp \
Reply_Dispatcher.i
-.obj/Exclusive_TMS.o .obj/Exclusive_TMS.dll .shobj/Exclusive_TMS.o .shobj/Exclusive_TMS.dll: Exclusive_TMS.cpp \
+.obj/Exclusive_TMS.o .obj/Exclusive_TMS.SO .shobj/Exclusive_TMS.o .shobj/Exclusive_TMS.SO: Exclusive_TMS.cpp \
Exclusive_TMS.h \
$(ACE_ROOT)/ace/pre.h \
Transport_Mux_Strategy.h \
@@ -25562,11 +25452,30 @@ realclean:
orbconf.h \
TAO_Export.h \
corbafwd.i \
- Exception.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ Sequence.h \
+ Managed_Types.h \
+ Managed_Types.i \
$(ACE_ROOT)/ace/CORBA_macros.h \
$(ACE_ROOT)/ace/Exception_Macros.h \
- $(ACE_ROOT)/ace/SString.h \
- $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/Log_Msg.h \
+ $(ACE_ROOT)/ace/Log_Priority.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
+ $(ACE_ROOT)/ace/Message_Block.h \
+ $(ACE_ROOT)/ace/Message_Block.i \
+ $(ACE_ROOT)/ace/Message_Block_T.h \
+ $(ACE_ROOT)/ace/Message_Block_T.i \
+ $(ACE_ROOT)/ace/Message_Block_T.cpp \
+ $(ACE_ROOT)/ace/Malloc_Base.h \
+ Sequence.i \
+ Sequence_T.h \
+ Sequence_T.i \
+ Sequence_T.cpp \
+ Typecode.h \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
+ $(ACE_ROOT)/ace/Functor.h \
$(ACE_ROOT)/ace/ACE.h \
$(ACE_ROOT)/ace/Flag_Manip.h \
$(ACE_ROOT)/ace/Flag_Manip.i \
@@ -25579,17 +25488,11 @@ realclean:
$(ACE_ROOT)/ace/Sock_Connect.h \
$(ACE_ROOT)/ace/Sock_Connect.i \
$(ACE_ROOT)/ace/ACE.i \
- $(ACE_ROOT)/ace/String_Base_Const.h \
- $(ACE_ROOT)/ace/String_Base.i \
- $(ACE_ROOT)/ace/Malloc_Base.h \
- $(ACE_ROOT)/ace/String_Base.cpp \
- $(ACE_ROOT)/ace/Malloc.h \
- $(ACE_ROOT)/ace/Log_Msg.h \
- $(ACE_ROOT)/ace/Log_Priority.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
- $(ACE_ROOT)/ace/Malloc.i \
- $(ACE_ROOT)/ace/Malloc_T.h \
+ $(ACE_ROOT)/ace/Functor.i \
+ $(ACE_ROOT)/ace/Functor_T.h \
+ $(ACE_ROOT)/ace/Functor_T.i \
+ $(ACE_ROOT)/ace/Functor_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
$(ACE_ROOT)/ace/Synch.h \
$(ACE_ROOT)/ace/Synch.i \
$(ACE_ROOT)/ace/Synch_T.h \
@@ -25601,6 +25504,24 @@ realclean:
$(ACE_ROOT)/ace/Thread_Adapter.inl \
$(ACE_ROOT)/ace/Thread.i \
$(ACE_ROOT)/ace/Synch_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
+ $(ACE_ROOT)/ace/Service_Config.h \
+ $(ACE_ROOT)/ace/Unbounded_Queue.h \
+ $(ACE_ROOT)/ace/Node.h \
+ $(ACE_ROOT)/ace/Node.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Queue.inl \
+ $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Set.h \
+ $(ACE_ROOT)/ace/Unbounded_Set.inl \
+ $(ACE_ROOT)/ace/Unbounded_Set.cpp \
+ $(ACE_ROOT)/ace/SString.h \
+ $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/String_Base_Const.h \
+ $(ACE_ROOT)/ace/String_Base.i \
+ $(ACE_ROOT)/ace/String_Base.cpp \
+ $(ACE_ROOT)/ace/Malloc.h \
+ $(ACE_ROOT)/ace/Malloc.i \
+ $(ACE_ROOT)/ace/Malloc_T.h \
$(ACE_ROOT)/ace/Malloc_Allocator.h \
$(ACE_ROOT)/ace/Malloc_Allocator.i \
$(ACE_ROOT)/ace/Free_List.h \
@@ -25619,44 +25540,11 @@ realclean:
$(ACE_ROOT)/ace/SV_Semaphore_Simple.h \
$(ACE_ROOT)/ace/SV_Semaphore_Simple.i \
$(ACE_ROOT)/ace/SV_Semaphore_Complex.i \
- $(ACE_ROOT)/ace/Unbounded_Set.h \
- $(ACE_ROOT)/ace/Node.h \
- $(ACE_ROOT)/ace/Node.cpp \
- $(ACE_ROOT)/ace/Unbounded_Set.inl \
- $(ACE_ROOT)/ace/Unbounded_Set.cpp \
$(ACE_ROOT)/ace/Memory_Pool.i \
$(ACE_ROOT)/ace/Auto_Ptr.h \
$(ACE_ROOT)/ace/Auto_Ptr.i \
$(ACE_ROOT)/ace/Auto_Ptr.cpp \
$(ACE_ROOT)/ace/SString.i \
- Exception.i \
- Object.h \
- Policy_ForwardC.h \
- Sequence.h \
- Managed_Types.h \
- Managed_Types.i \
- $(ACE_ROOT)/ace/Message_Block.h \
- $(ACE_ROOT)/ace/Message_Block.i \
- $(ACE_ROOT)/ace/Message_Block_T.h \
- $(ACE_ROOT)/ace/Message_Block_T.i \
- $(ACE_ROOT)/ace/Message_Block_T.cpp \
- Sequence.i \
- Sequence_T.h \
- Sequence_T.i \
- Sequence_T.cpp \
- Typecode.h \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
- $(ACE_ROOT)/ace/Functor.h \
- $(ACE_ROOT)/ace/Functor.i \
- $(ACE_ROOT)/ace/Functor_T.h \
- $(ACE_ROOT)/ace/Functor_T.i \
- $(ACE_ROOT)/ace/Functor_T.cpp \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
- $(ACE_ROOT)/ace/Service_Config.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.inl \
- $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
$(ACE_ROOT)/ace/XML_Svc_Conf.h \
$(ACE_ROOT)/ace/Service_Config.i \
$(ACE_ROOT)/ace/Reactor.h \
@@ -25672,20 +25560,27 @@ realclean:
$(ACE_ROOT)/ace/Reactor.i \
$(ACE_ROOT)/ace/Reactor_Impl.h \
$(ACE_ROOT)/ace/Svc_Conf_Tokens.h \
+ Exception.h \
+ Exception.i \
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
CDR.i \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -25694,6 +25589,7 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
Reply_Dispatcher.h \
Condition.h \
@@ -25702,10 +25598,11 @@ realclean:
Reply_Dispatcher.i \
Pluggable_Messaging_Utils.h \
Pluggable_Messaging_Utils.i \
- Transport.h corbafwd.h Exception.h Transport_Cache_Manager.h \
+ Transport.h corbafwd.h Exception.h Transport_Descriptor_Interface.h \
+ Transport_Descriptor_Interface.inl \
+ Transport_Cache_Manager.h \
Cache_Entries.h \
Transport_Descriptor_Interface.h \
- Transport_Descriptor_Interface.inl \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
Cache_Entries.inl \
@@ -25714,19 +25611,9 @@ realclean:
Pluggable_Messaging_Utils.h Incoming_Message_Queue.inl \
Synch_Refcountable.h $(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl Synch_Refcountable.inl \
- CONV_FRAMEC.h CONV_FRAMEC.i Codeset_Translator_Factory.h \
- $(ACE_ROOT)/ace/Service_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.i \
- $(ACE_ROOT)/ace/DLL.h \
- $(ACE_ROOT)/ace/Service_Object.i \
- CONV_FRAMEC.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.cpp \
Transport.inl
-.obj/Muxed_TMS.o .obj/Muxed_TMS.dll .shobj/Muxed_TMS.o .shobj/Muxed_TMS.dll: Muxed_TMS.cpp Muxed_TMS.h \
+.obj/Muxed_TMS.o .obj/Muxed_TMS.SO .shobj/Muxed_TMS.o .shobj/Muxed_TMS.SO: Muxed_TMS.cpp Muxed_TMS.h \
$(ACE_ROOT)/ace/pre.h \
Transport_Mux_Strategy.h \
IOPC.h \
@@ -25761,11 +25648,30 @@ realclean:
orbconf.h \
TAO_Export.h \
corbafwd.i \
- Exception.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ Sequence.h \
+ Managed_Types.h \
+ Managed_Types.i \
$(ACE_ROOT)/ace/CORBA_macros.h \
$(ACE_ROOT)/ace/Exception_Macros.h \
- $(ACE_ROOT)/ace/SString.h \
- $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/Log_Msg.h \
+ $(ACE_ROOT)/ace/Log_Priority.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
+ $(ACE_ROOT)/ace/Message_Block.h \
+ $(ACE_ROOT)/ace/Message_Block.i \
+ $(ACE_ROOT)/ace/Message_Block_T.h \
+ $(ACE_ROOT)/ace/Message_Block_T.i \
+ $(ACE_ROOT)/ace/Message_Block_T.cpp \
+ $(ACE_ROOT)/ace/Malloc_Base.h \
+ Sequence.i \
+ Sequence_T.h \
+ Sequence_T.i \
+ Sequence_T.cpp \
+ Typecode.h \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
+ $(ACE_ROOT)/ace/Functor.h \
$(ACE_ROOT)/ace/ACE.h \
$(ACE_ROOT)/ace/Flag_Manip.h \
$(ACE_ROOT)/ace/Flag_Manip.i \
@@ -25778,17 +25684,11 @@ realclean:
$(ACE_ROOT)/ace/Sock_Connect.h \
$(ACE_ROOT)/ace/Sock_Connect.i \
$(ACE_ROOT)/ace/ACE.i \
- $(ACE_ROOT)/ace/String_Base_Const.h \
- $(ACE_ROOT)/ace/String_Base.i \
- $(ACE_ROOT)/ace/Malloc_Base.h \
- $(ACE_ROOT)/ace/String_Base.cpp \
- $(ACE_ROOT)/ace/Malloc.h \
- $(ACE_ROOT)/ace/Log_Msg.h \
- $(ACE_ROOT)/ace/Log_Priority.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
- $(ACE_ROOT)/ace/Malloc.i \
- $(ACE_ROOT)/ace/Malloc_T.h \
+ $(ACE_ROOT)/ace/Functor.i \
+ $(ACE_ROOT)/ace/Functor_T.h \
+ $(ACE_ROOT)/ace/Functor_T.i \
+ $(ACE_ROOT)/ace/Functor_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
$(ACE_ROOT)/ace/Synch.h \
$(ACE_ROOT)/ace/Synch.i \
$(ACE_ROOT)/ace/Synch_T.h \
@@ -25800,6 +25700,24 @@ realclean:
$(ACE_ROOT)/ace/Thread_Adapter.inl \
$(ACE_ROOT)/ace/Thread.i \
$(ACE_ROOT)/ace/Synch_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
+ $(ACE_ROOT)/ace/Service_Config.h \
+ $(ACE_ROOT)/ace/Unbounded_Queue.h \
+ $(ACE_ROOT)/ace/Node.h \
+ $(ACE_ROOT)/ace/Node.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Queue.inl \
+ $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Set.h \
+ $(ACE_ROOT)/ace/Unbounded_Set.inl \
+ $(ACE_ROOT)/ace/Unbounded_Set.cpp \
+ $(ACE_ROOT)/ace/SString.h \
+ $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/String_Base_Const.h \
+ $(ACE_ROOT)/ace/String_Base.i \
+ $(ACE_ROOT)/ace/String_Base.cpp \
+ $(ACE_ROOT)/ace/Malloc.h \
+ $(ACE_ROOT)/ace/Malloc.i \
+ $(ACE_ROOT)/ace/Malloc_T.h \
$(ACE_ROOT)/ace/Malloc_Allocator.h \
$(ACE_ROOT)/ace/Malloc_Allocator.i \
$(ACE_ROOT)/ace/Free_List.h \
@@ -25818,44 +25736,11 @@ realclean:
$(ACE_ROOT)/ace/SV_Semaphore_Simple.h \
$(ACE_ROOT)/ace/SV_Semaphore_Simple.i \
$(ACE_ROOT)/ace/SV_Semaphore_Complex.i \
- $(ACE_ROOT)/ace/Unbounded_Set.h \
- $(ACE_ROOT)/ace/Node.h \
- $(ACE_ROOT)/ace/Node.cpp \
- $(ACE_ROOT)/ace/Unbounded_Set.inl \
- $(ACE_ROOT)/ace/Unbounded_Set.cpp \
$(ACE_ROOT)/ace/Memory_Pool.i \
$(ACE_ROOT)/ace/Auto_Ptr.h \
$(ACE_ROOT)/ace/Auto_Ptr.i \
$(ACE_ROOT)/ace/Auto_Ptr.cpp \
$(ACE_ROOT)/ace/SString.i \
- Exception.i \
- Object.h \
- Policy_ForwardC.h \
- Sequence.h \
- Managed_Types.h \
- Managed_Types.i \
- $(ACE_ROOT)/ace/Message_Block.h \
- $(ACE_ROOT)/ace/Message_Block.i \
- $(ACE_ROOT)/ace/Message_Block_T.h \
- $(ACE_ROOT)/ace/Message_Block_T.i \
- $(ACE_ROOT)/ace/Message_Block_T.cpp \
- Sequence.i \
- Sequence_T.h \
- Sequence_T.i \
- Sequence_T.cpp \
- Typecode.h \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
- $(ACE_ROOT)/ace/Functor.h \
- $(ACE_ROOT)/ace/Functor.i \
- $(ACE_ROOT)/ace/Functor_T.h \
- $(ACE_ROOT)/ace/Functor_T.i \
- $(ACE_ROOT)/ace/Functor_T.cpp \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
- $(ACE_ROOT)/ace/Service_Config.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.inl \
- $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
$(ACE_ROOT)/ace/XML_Svc_Conf.h \
$(ACE_ROOT)/ace/Service_Config.i \
$(ACE_ROOT)/ace/Reactor.h \
@@ -25871,20 +25756,27 @@ realclean:
$(ACE_ROOT)/ace/Reactor.i \
$(ACE_ROOT)/ace/Reactor_Impl.h \
$(ACE_ROOT)/ace/Svc_Conf_Tokens.h \
+ Exception.h \
+ Exception.i \
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
CDR.i \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -25893,6 +25785,7 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
$(ACE_ROOT)/ace/Hash_Map_Manager.h \
Reply_Dispatcher.h \
@@ -25904,10 +25797,11 @@ realclean:
GIOP_Message_Version.inl \
Pluggable_Messaging_Utils.h \
Pluggable_Messaging_Utils.i \
- Transport.h corbafwd.h Exception.h Transport_Cache_Manager.h \
+ Transport.h corbafwd.h Exception.h Transport_Descriptor_Interface.h \
+ Transport_Descriptor_Interface.inl \
+ Transport_Cache_Manager.h \
Cache_Entries.h \
Transport_Descriptor_Interface.h \
- Transport_Descriptor_Interface.inl \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
Cache_Entries.inl \
@@ -25916,19 +25810,7 @@ realclean:
Pluggable_Messaging_Utils.h Incoming_Message_Queue.inl \
Synch_Refcountable.h $(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl Synch_Refcountable.inl \
- CONV_FRAMEC.h CONV_FRAMEC.i Codeset_Translator_Factory.h \
- $(ACE_ROOT)/ace/Service_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.i \
- $(ACE_ROOT)/ace/DLL.h \
- $(ACE_ROOT)/ace/Service_Object.i \
- CONV_FRAMEC.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.cpp \
- Transport.inl ORB_Core.h ORB.h ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i ServicesC.i CORBA_String.h \
+ Transport.inl ORB_Core.h ORB.h ServicesC.h ServicesC.i CORBA_String.h \
CORBA_String.inl ObjectIdListC.h \
ObjectIdListC.i objectid.h PolicyC.h CurrentC.h CurrentC.i \
Policy_ForwardC.h Remote_Object_Proxy_Impl.h \
@@ -25940,7 +25822,12 @@ realclean:
LocalObject.h \
LocalObject.i \
Policy_Manager.i Resource_Factory.h \
- params.h params.i \
+ $(ACE_ROOT)/ace/Service_Object.h \
+ $(ACE_ROOT)/ace/Shared_Object.h \
+ $(ACE_ROOT)/ace/Shared_Object.i \
+ $(ACE_ROOT)/ace/DLL.h \
+ $(ACE_ROOT)/ace/Service_Object.i CONV_FRAMEC.h \
+ CONV_FRAMEC.i params.h params.i \
TAO_Singleton_Manager.h \
TAO_Singleton_Manager.inl \
TAO_Singleton.h TAO_Singleton.inl \
@@ -25952,12 +25839,11 @@ realclean:
$(ACE_ROOT)/ace/Managed_Object.i \
$(ACE_ROOT)/ace/Managed_Object.cpp \
TAO_Singleton_Manager.h Adapter.h \
- Adapter.i PolicyFactory_Registry.h PortableInterceptorC.h DynamicC.h \
- StringSeqC.h Sequence.h StringSeqC.i DynamicC.i \
- ObjectReferenceTemplateC.h OctetSeqC.h ValueBase.h \
- ValueBase.i ObjectReferenceTemplateC.i \
- Messaging_SyncScopeC.h Messaging_SyncScopeC.i IOPC.h \
- PortableInterceptorC.i $(ACE_ROOT)/ace/Map_Manager.h \
+ Adapter.i PolicyFactory_Registry.h PortableInterceptorC.h PI_ForwardC.h \
+ OctetSeqC.h StringSeqC.h Sequence.h StringSeqC.i PI_ForwardC.i \
+ DynamicC.h DynamicC.i Messaging_SyncScopeC.h Messaging_SyncScopeC.i \
+ IOPC.h PortableInterceptorC.i \
+ $(ACE_ROOT)/ace/Map_Manager.h \
$(ACE_ROOT)/ace/Map_Manager.i \
$(ACE_ROOT)/ace/Map_Manager.cpp Parser_Registry.h \
Parser_Registry.i Service_Callbacks.h \
@@ -25989,7 +25875,7 @@ realclean:
$(ACE_ROOT)/ace/Thread_Manager.i ORB_Core.i \
Client_Strategy_Factory.h
-.obj/Reply_Dispatcher.o .obj/Reply_Dispatcher.dll .shobj/Reply_Dispatcher.o .shobj/Reply_Dispatcher.dll: Reply_Dispatcher.cpp \
+.obj/Reply_Dispatcher.o .obj/Reply_Dispatcher.SO .shobj/Reply_Dispatcher.o .shobj/Reply_Dispatcher.SO: Reply_Dispatcher.cpp \
Reply_Dispatcher.h \
$(ACE_ROOT)/ace/pre.h \
IOPC.h \
@@ -26024,11 +25910,30 @@ realclean:
orbconf.h \
TAO_Export.h \
corbafwd.i \
- Exception.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ Sequence.h \
+ Managed_Types.h \
+ Managed_Types.i \
$(ACE_ROOT)/ace/CORBA_macros.h \
$(ACE_ROOT)/ace/Exception_Macros.h \
- $(ACE_ROOT)/ace/SString.h \
- $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/Log_Msg.h \
+ $(ACE_ROOT)/ace/Log_Priority.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
+ $(ACE_ROOT)/ace/Message_Block.h \
+ $(ACE_ROOT)/ace/Message_Block.i \
+ $(ACE_ROOT)/ace/Message_Block_T.h \
+ $(ACE_ROOT)/ace/Message_Block_T.i \
+ $(ACE_ROOT)/ace/Message_Block_T.cpp \
+ $(ACE_ROOT)/ace/Malloc_Base.h \
+ Sequence.i \
+ Sequence_T.h \
+ Sequence_T.i \
+ Sequence_T.cpp \
+ Typecode.h \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
+ $(ACE_ROOT)/ace/Functor.h \
$(ACE_ROOT)/ace/ACE.h \
$(ACE_ROOT)/ace/Flag_Manip.h \
$(ACE_ROOT)/ace/Flag_Manip.i \
@@ -26041,17 +25946,11 @@ realclean:
$(ACE_ROOT)/ace/Sock_Connect.h \
$(ACE_ROOT)/ace/Sock_Connect.i \
$(ACE_ROOT)/ace/ACE.i \
- $(ACE_ROOT)/ace/String_Base_Const.h \
- $(ACE_ROOT)/ace/String_Base.i \
- $(ACE_ROOT)/ace/Malloc_Base.h \
- $(ACE_ROOT)/ace/String_Base.cpp \
- $(ACE_ROOT)/ace/Malloc.h \
- $(ACE_ROOT)/ace/Log_Msg.h \
- $(ACE_ROOT)/ace/Log_Priority.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
- $(ACE_ROOT)/ace/Malloc.i \
- $(ACE_ROOT)/ace/Malloc_T.h \
+ $(ACE_ROOT)/ace/Functor.i \
+ $(ACE_ROOT)/ace/Functor_T.h \
+ $(ACE_ROOT)/ace/Functor_T.i \
+ $(ACE_ROOT)/ace/Functor_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
$(ACE_ROOT)/ace/Synch.h \
$(ACE_ROOT)/ace/Synch.i \
$(ACE_ROOT)/ace/Synch_T.h \
@@ -26063,6 +25962,24 @@ realclean:
$(ACE_ROOT)/ace/Thread_Adapter.inl \
$(ACE_ROOT)/ace/Thread.i \
$(ACE_ROOT)/ace/Synch_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
+ $(ACE_ROOT)/ace/Service_Config.h \
+ $(ACE_ROOT)/ace/Unbounded_Queue.h \
+ $(ACE_ROOT)/ace/Node.h \
+ $(ACE_ROOT)/ace/Node.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Queue.inl \
+ $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Set.h \
+ $(ACE_ROOT)/ace/Unbounded_Set.inl \
+ $(ACE_ROOT)/ace/Unbounded_Set.cpp \
+ $(ACE_ROOT)/ace/SString.h \
+ $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/String_Base_Const.h \
+ $(ACE_ROOT)/ace/String_Base.i \
+ $(ACE_ROOT)/ace/String_Base.cpp \
+ $(ACE_ROOT)/ace/Malloc.h \
+ $(ACE_ROOT)/ace/Malloc.i \
+ $(ACE_ROOT)/ace/Malloc_T.h \
$(ACE_ROOT)/ace/Malloc_Allocator.h \
$(ACE_ROOT)/ace/Malloc_Allocator.i \
$(ACE_ROOT)/ace/Free_List.h \
@@ -26081,44 +25998,11 @@ realclean:
$(ACE_ROOT)/ace/SV_Semaphore_Simple.h \
$(ACE_ROOT)/ace/SV_Semaphore_Simple.i \
$(ACE_ROOT)/ace/SV_Semaphore_Complex.i \
- $(ACE_ROOT)/ace/Unbounded_Set.h \
- $(ACE_ROOT)/ace/Node.h \
- $(ACE_ROOT)/ace/Node.cpp \
- $(ACE_ROOT)/ace/Unbounded_Set.inl \
- $(ACE_ROOT)/ace/Unbounded_Set.cpp \
$(ACE_ROOT)/ace/Memory_Pool.i \
$(ACE_ROOT)/ace/Auto_Ptr.h \
$(ACE_ROOT)/ace/Auto_Ptr.i \
$(ACE_ROOT)/ace/Auto_Ptr.cpp \
$(ACE_ROOT)/ace/SString.i \
- Exception.i \
- Object.h \
- Policy_ForwardC.h \
- Sequence.h \
- Managed_Types.h \
- Managed_Types.i \
- $(ACE_ROOT)/ace/Message_Block.h \
- $(ACE_ROOT)/ace/Message_Block.i \
- $(ACE_ROOT)/ace/Message_Block_T.h \
- $(ACE_ROOT)/ace/Message_Block_T.i \
- $(ACE_ROOT)/ace/Message_Block_T.cpp \
- Sequence.i \
- Sequence_T.h \
- Sequence_T.i \
- Sequence_T.cpp \
- Typecode.h \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
- $(ACE_ROOT)/ace/Functor.h \
- $(ACE_ROOT)/ace/Functor.i \
- $(ACE_ROOT)/ace/Functor_T.h \
- $(ACE_ROOT)/ace/Functor_T.i \
- $(ACE_ROOT)/ace/Functor_T.cpp \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
- $(ACE_ROOT)/ace/Service_Config.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.inl \
- $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
$(ACE_ROOT)/ace/XML_Svc_Conf.h \
$(ACE_ROOT)/ace/Service_Config.i \
$(ACE_ROOT)/ace/Reactor.h \
@@ -26134,20 +26018,27 @@ realclean:
$(ACE_ROOT)/ace/Reactor.i \
$(ACE_ROOT)/ace/Reactor_Impl.h \
$(ACE_ROOT)/ace/Svc_Conf_Tokens.h \
+ Exception.h \
+ Exception.i \
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
CDR.i \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -26156,13 +26047,14 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
Condition.h \
Condition.inl \
Condition.cpp \
Reply_Dispatcher.i
-.obj/Synch_Reply_Dispatcher.o .obj/Synch_Reply_Dispatcher.dll .shobj/Synch_Reply_Dispatcher.o .shobj/Synch_Reply_Dispatcher.dll: Synch_Reply_Dispatcher.cpp \
+.obj/Synch_Reply_Dispatcher.o .obj/Synch_Reply_Dispatcher.SO .shobj/Synch_Reply_Dispatcher.o .shobj/Synch_Reply_Dispatcher.SO: Synch_Reply_Dispatcher.cpp \
Synch_Reply_Dispatcher.h \
$(ACE_ROOT)/ace/pre.h \
Reply_Dispatcher.h \
@@ -26198,11 +26090,30 @@ realclean:
orbconf.h \
TAO_Export.h \
corbafwd.i \
- Exception.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ Sequence.h \
+ Managed_Types.h \
+ Managed_Types.i \
$(ACE_ROOT)/ace/CORBA_macros.h \
$(ACE_ROOT)/ace/Exception_Macros.h \
- $(ACE_ROOT)/ace/SString.h \
- $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/Log_Msg.h \
+ $(ACE_ROOT)/ace/Log_Priority.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
+ $(ACE_ROOT)/ace/Message_Block.h \
+ $(ACE_ROOT)/ace/Message_Block.i \
+ $(ACE_ROOT)/ace/Message_Block_T.h \
+ $(ACE_ROOT)/ace/Message_Block_T.i \
+ $(ACE_ROOT)/ace/Message_Block_T.cpp \
+ $(ACE_ROOT)/ace/Malloc_Base.h \
+ Sequence.i \
+ Sequence_T.h \
+ Sequence_T.i \
+ Sequence_T.cpp \
+ Typecode.h \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
+ $(ACE_ROOT)/ace/Functor.h \
$(ACE_ROOT)/ace/ACE.h \
$(ACE_ROOT)/ace/Flag_Manip.h \
$(ACE_ROOT)/ace/Flag_Manip.i \
@@ -26215,17 +26126,11 @@ realclean:
$(ACE_ROOT)/ace/Sock_Connect.h \
$(ACE_ROOT)/ace/Sock_Connect.i \
$(ACE_ROOT)/ace/ACE.i \
- $(ACE_ROOT)/ace/String_Base_Const.h \
- $(ACE_ROOT)/ace/String_Base.i \
- $(ACE_ROOT)/ace/Malloc_Base.h \
- $(ACE_ROOT)/ace/String_Base.cpp \
- $(ACE_ROOT)/ace/Malloc.h \
- $(ACE_ROOT)/ace/Log_Msg.h \
- $(ACE_ROOT)/ace/Log_Priority.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
- $(ACE_ROOT)/ace/Malloc.i \
- $(ACE_ROOT)/ace/Malloc_T.h \
+ $(ACE_ROOT)/ace/Functor.i \
+ $(ACE_ROOT)/ace/Functor_T.h \
+ $(ACE_ROOT)/ace/Functor_T.i \
+ $(ACE_ROOT)/ace/Functor_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
$(ACE_ROOT)/ace/Synch.h \
$(ACE_ROOT)/ace/Synch.i \
$(ACE_ROOT)/ace/Synch_T.h \
@@ -26237,6 +26142,24 @@ realclean:
$(ACE_ROOT)/ace/Thread_Adapter.inl \
$(ACE_ROOT)/ace/Thread.i \
$(ACE_ROOT)/ace/Synch_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
+ $(ACE_ROOT)/ace/Service_Config.h \
+ $(ACE_ROOT)/ace/Unbounded_Queue.h \
+ $(ACE_ROOT)/ace/Node.h \
+ $(ACE_ROOT)/ace/Node.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Queue.inl \
+ $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Set.h \
+ $(ACE_ROOT)/ace/Unbounded_Set.inl \
+ $(ACE_ROOT)/ace/Unbounded_Set.cpp \
+ $(ACE_ROOT)/ace/SString.h \
+ $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/String_Base_Const.h \
+ $(ACE_ROOT)/ace/String_Base.i \
+ $(ACE_ROOT)/ace/String_Base.cpp \
+ $(ACE_ROOT)/ace/Malloc.h \
+ $(ACE_ROOT)/ace/Malloc.i \
+ $(ACE_ROOT)/ace/Malloc_T.h \
$(ACE_ROOT)/ace/Malloc_Allocator.h \
$(ACE_ROOT)/ace/Malloc_Allocator.i \
$(ACE_ROOT)/ace/Free_List.h \
@@ -26255,44 +26178,11 @@ realclean:
$(ACE_ROOT)/ace/SV_Semaphore_Simple.h \
$(ACE_ROOT)/ace/SV_Semaphore_Simple.i \
$(ACE_ROOT)/ace/SV_Semaphore_Complex.i \
- $(ACE_ROOT)/ace/Unbounded_Set.h \
- $(ACE_ROOT)/ace/Node.h \
- $(ACE_ROOT)/ace/Node.cpp \
- $(ACE_ROOT)/ace/Unbounded_Set.inl \
- $(ACE_ROOT)/ace/Unbounded_Set.cpp \
$(ACE_ROOT)/ace/Memory_Pool.i \
$(ACE_ROOT)/ace/Auto_Ptr.h \
$(ACE_ROOT)/ace/Auto_Ptr.i \
$(ACE_ROOT)/ace/Auto_Ptr.cpp \
$(ACE_ROOT)/ace/SString.i \
- Exception.i \
- Object.h \
- Policy_ForwardC.h \
- Sequence.h \
- Managed_Types.h \
- Managed_Types.i \
- $(ACE_ROOT)/ace/Message_Block.h \
- $(ACE_ROOT)/ace/Message_Block.i \
- $(ACE_ROOT)/ace/Message_Block_T.h \
- $(ACE_ROOT)/ace/Message_Block_T.i \
- $(ACE_ROOT)/ace/Message_Block_T.cpp \
- Sequence.i \
- Sequence_T.h \
- Sequence_T.i \
- Sequence_T.cpp \
- Typecode.h \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
- $(ACE_ROOT)/ace/Functor.h \
- $(ACE_ROOT)/ace/Functor.i \
- $(ACE_ROOT)/ace/Functor_T.h \
- $(ACE_ROOT)/ace/Functor_T.i \
- $(ACE_ROOT)/ace/Functor_T.cpp \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
- $(ACE_ROOT)/ace/Service_Config.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.inl \
- $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
$(ACE_ROOT)/ace/XML_Svc_Conf.h \
$(ACE_ROOT)/ace/Service_Config.i \
$(ACE_ROOT)/ace/Reactor.h \
@@ -26308,20 +26198,27 @@ realclean:
$(ACE_ROOT)/ace/Reactor.i \
$(ACE_ROOT)/ace/Reactor_Impl.h \
$(ACE_ROOT)/ace/Svc_Conf_Tokens.h \
+ Exception.h \
+ Exception.i \
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
CDR.i \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -26330,6 +26227,7 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
Condition.h \
Condition.inl \
@@ -26344,8 +26242,6 @@ realclean:
ORB_Core.h \
ORB.h \
ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i \
ServicesC.i \
CORBA_String.h \
CORBA_String.inl \
@@ -26390,14 +26286,12 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
PortableInterceptorC.i \
@@ -26442,10 +26336,10 @@ realclean:
Pluggable_Messaging_Utils.h \
Pluggable_Messaging_Utils.i \
Transport.h \
- Transport_Cache_Manager.h \
- Cache_Entries.h \
Transport_Descriptor_Interface.h \
Transport_Descriptor_Interface.inl \
+ Transport_Cache_Manager.h \
+ Cache_Entries.h \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
Cache_Entries.inl \
@@ -26457,12 +26351,9 @@ realclean:
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl \
Synch_Refcountable.inl \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory_T.cpp \
Transport.inl
-.obj/Synch_Refcountable.o .obj/Synch_Refcountable.dll .shobj/Synch_Refcountable.o .shobj/Synch_Refcountable.dll: Synch_Refcountable.cpp Synch_Refcountable.h \
+.obj/Synch_Refcountable.o .obj/Synch_Refcountable.SO .shobj/Synch_Refcountable.o .shobj/Synch_Refcountable.SO: Synch_Refcountable.cpp Synch_Refcountable.h \
$(ACE_ROOT)/ace/pre.h \
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/ACE_export.h \
@@ -26506,7 +26397,7 @@ realclean:
$(ACE_ROOT)/ace/Log_Msg.h \
$(ACE_ROOT)/ace/Log_Priority.h Synch_Refcountable.inl
-.obj/Asynch_Reply_Dispatcher_Base.o .obj/Asynch_Reply_Dispatcher_Base.dll .shobj/Asynch_Reply_Dispatcher_Base.o .shobj/Asynch_Reply_Dispatcher_Base.dll: Asynch_Reply_Dispatcher_Base.cpp \
+.obj/Asynch_Reply_Dispatcher_Base.o .obj/Asynch_Reply_Dispatcher_Base.SO .shobj/Asynch_Reply_Dispatcher_Base.o .shobj/Asynch_Reply_Dispatcher_Base.SO: Asynch_Reply_Dispatcher_Base.cpp \
Asynch_Reply_Dispatcher_Base.h \
$(ACE_ROOT)/ace/pre.h \
TAO_Export.h \
@@ -26609,10 +26500,10 @@ realclean:
$(ACE_ROOT)/ace/Auto_Ptr.cpp \
$(ACE_ROOT)/ace/SString.i \
Exception.i \
- Transport_Cache_Manager.h \
- Cache_Entries.h \
Transport_Descriptor_Interface.h \
Transport_Descriptor_Interface.inl \
+ Transport_Cache_Manager.h \
+ Cache_Entries.h \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
Cache_Entries.inl \
@@ -26648,8 +26539,8 @@ realclean:
Incoming_Message_Queue.h \
Pluggable_Messaging_Utils.h \
IOPC.h \
- Object.h \
- Policy_ForwardC.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
Sequence.h \
Managed_Types.h \
Managed_Types.i \
@@ -26666,17 +26557,22 @@ realclean:
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
CDR.i \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -26685,6 +26581,7 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
Pluggable_Messaging_Utils.i \
Incoming_Message_Queue.inl \
@@ -26692,16 +26589,6 @@ realclean:
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl \
Synch_Refcountable.inl \
- CONV_FRAMEC.h \
- CONV_FRAMEC.i \
- Codeset_Translator_Factory.h \
- $(ACE_ROOT)/ace/Service_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.i \
- $(ACE_ROOT)/ace/DLL.h \
- $(ACE_ROOT)/ace/Service_Object.i \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory_T.cpp \
Transport.inl \
Reply_Dispatcher.h \
Condition.h \
@@ -26712,8 +26599,6 @@ realclean:
ORB_Core.h \
ORB.h \
ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i \
ServicesC.i \
CORBA_String.h \
CORBA_String.inl \
@@ -26735,6 +26620,13 @@ realclean:
LocalObject.i \
Policy_Manager.i \
Resource_Factory.h \
+ $(ACE_ROOT)/ace/Service_Object.h \
+ $(ACE_ROOT)/ace/Shared_Object.h \
+ $(ACE_ROOT)/ace/Shared_Object.i \
+ $(ACE_ROOT)/ace/DLL.h \
+ $(ACE_ROOT)/ace/Service_Object.i \
+ CONV_FRAMEC.h \
+ CONV_FRAMEC.i \
params.h \
params.i \
TAO_Singleton_Manager.h \
@@ -26751,14 +26643,12 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
PortableInterceptorC.i \
@@ -26801,7 +26691,7 @@ realclean:
$(ACE_ROOT)/ace/Thread_Manager.i \
ORB_Core.i
-.obj/IOPC.o .obj/IOPC.dll .shobj/IOPC.o .shobj/IOPC.dll: IOPC.cpp IOPC.h $(ACE_ROOT)/ace/pre.h \
+.obj/IOP_IORC.o .obj/IOP_IORC.SO .shobj/IOP_IORC.o .shobj/IOP_IORC.SO: IOP_IORC.cpp IOP_IORC.h $(ACE_ROOT)/ace/pre.h \
corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
$(ACE_ROOT)/ace/post.h \
@@ -26832,11 +26722,30 @@ realclean:
$(ACE_ROOT)/ace/CDR_Base.inl \
orbconf.h \
TAO_Export.h \
- corbafwd.i Exception.h \
+ corbafwd.i \
+ OctetSeqC.h \
+ Sequence.h \
+ Managed_Types.h \
+ Managed_Types.i \
$(ACE_ROOT)/ace/CORBA_macros.h \
$(ACE_ROOT)/ace/Exception_Macros.h \
- $(ACE_ROOT)/ace/SString.h \
- $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/Log_Msg.h \
+ $(ACE_ROOT)/ace/Log_Priority.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
+ $(ACE_ROOT)/ace/Message_Block.h \
+ $(ACE_ROOT)/ace/Message_Block.i \
+ $(ACE_ROOT)/ace/Message_Block_T.h \
+ $(ACE_ROOT)/ace/Message_Block_T.i \
+ $(ACE_ROOT)/ace/Message_Block_T.cpp \
+ $(ACE_ROOT)/ace/Malloc_Base.h \
+ Sequence.i \
+ Sequence_T.h \
+ Sequence_T.i \
+ Sequence_T.cpp \
+ Typecode.h \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
+ $(ACE_ROOT)/ace/Functor.h \
$(ACE_ROOT)/ace/ACE.h \
$(ACE_ROOT)/ace/Flag_Manip.h \
$(ACE_ROOT)/ace/Flag_Manip.i \
@@ -26849,17 +26758,11 @@ realclean:
$(ACE_ROOT)/ace/Sock_Connect.h \
$(ACE_ROOT)/ace/Sock_Connect.i \
$(ACE_ROOT)/ace/ACE.i \
- $(ACE_ROOT)/ace/String_Base_Const.h \
- $(ACE_ROOT)/ace/String_Base.i \
- $(ACE_ROOT)/ace/Malloc_Base.h \
- $(ACE_ROOT)/ace/String_Base.cpp \
- $(ACE_ROOT)/ace/Malloc.h \
- $(ACE_ROOT)/ace/Log_Msg.h \
- $(ACE_ROOT)/ace/Log_Priority.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
- $(ACE_ROOT)/ace/Malloc.i \
- $(ACE_ROOT)/ace/Malloc_T.h \
+ $(ACE_ROOT)/ace/Functor.i \
+ $(ACE_ROOT)/ace/Functor_T.h \
+ $(ACE_ROOT)/ace/Functor_T.i \
+ $(ACE_ROOT)/ace/Functor_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
$(ACE_ROOT)/ace/Synch.h \
$(ACE_ROOT)/ace/Synch.i \
$(ACE_ROOT)/ace/Synch_T.h \
@@ -26871,6 +26774,24 @@ realclean:
$(ACE_ROOT)/ace/Thread_Adapter.inl \
$(ACE_ROOT)/ace/Thread.i \
$(ACE_ROOT)/ace/Synch_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
+ $(ACE_ROOT)/ace/Service_Config.h \
+ $(ACE_ROOT)/ace/Unbounded_Queue.h \
+ $(ACE_ROOT)/ace/Node.h \
+ $(ACE_ROOT)/ace/Node.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Queue.inl \
+ $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Set.h \
+ $(ACE_ROOT)/ace/Unbounded_Set.inl \
+ $(ACE_ROOT)/ace/Unbounded_Set.cpp \
+ $(ACE_ROOT)/ace/SString.h \
+ $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/String_Base_Const.h \
+ $(ACE_ROOT)/ace/String_Base.i \
+ $(ACE_ROOT)/ace/String_Base.cpp \
+ $(ACE_ROOT)/ace/Malloc.h \
+ $(ACE_ROOT)/ace/Malloc.i \
+ $(ACE_ROOT)/ace/Malloc_T.h \
$(ACE_ROOT)/ace/Malloc_Allocator.h \
$(ACE_ROOT)/ace/Malloc_Allocator.i \
$(ACE_ROOT)/ace/Free_List.h \
@@ -26889,43 +26810,11 @@ realclean:
$(ACE_ROOT)/ace/SV_Semaphore_Simple.h \
$(ACE_ROOT)/ace/SV_Semaphore_Simple.i \
$(ACE_ROOT)/ace/SV_Semaphore_Complex.i \
- $(ACE_ROOT)/ace/Unbounded_Set.h \
- $(ACE_ROOT)/ace/Node.h \
- $(ACE_ROOT)/ace/Node.cpp \
- $(ACE_ROOT)/ace/Unbounded_Set.inl \
- $(ACE_ROOT)/ace/Unbounded_Set.cpp \
$(ACE_ROOT)/ace/Memory_Pool.i \
$(ACE_ROOT)/ace/Auto_Ptr.h \
$(ACE_ROOT)/ace/Auto_Ptr.i \
$(ACE_ROOT)/ace/Auto_Ptr.cpp \
$(ACE_ROOT)/ace/SString.i \
- Exception.i Object.h \
- Policy_ForwardC.h \
- Sequence.h \
- Managed_Types.h \
- Managed_Types.i \
- $(ACE_ROOT)/ace/Message_Block.h \
- $(ACE_ROOT)/ace/Message_Block.i \
- $(ACE_ROOT)/ace/Message_Block_T.h \
- $(ACE_ROOT)/ace/Message_Block_T.i \
- $(ACE_ROOT)/ace/Message_Block_T.cpp \
- Sequence.i \
- Sequence_T.h \
- Sequence_T.i \
- Sequence_T.cpp \
- Typecode.h \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
- $(ACE_ROOT)/ace/Functor.h \
- $(ACE_ROOT)/ace/Functor.i \
- $(ACE_ROOT)/ace/Functor_T.h \
- $(ACE_ROOT)/ace/Functor_T.i \
- $(ACE_ROOT)/ace/Functor_T.cpp \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
- $(ACE_ROOT)/ace/Service_Config.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.inl \
- $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
$(ACE_ROOT)/ace/XML_Svc_Conf.h \
$(ACE_ROOT)/ace/Service_Config.i \
$(ACE_ROOT)/ace/Reactor.h \
@@ -26942,33 +26831,37 @@ realclean:
$(ACE_ROOT)/ace/Reactor_Impl.h \
$(ACE_ROOT)/ace/Svc_Conf_Tokens.h \
Exception.h \
+ Exception.i \
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
- CDR.i \
+ CDR.i IOP_IORC.i \
+ Stub.h \
+ MProfile.h \
+ PolicyC.h \
+ CurrentC.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
- Object.i Any_T.h \
+ IOP_IORC.h \
+ Object.i \
+ Any_T.h \
Any.h \
- Object.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
Any_T.inl \
Any_T.cpp \
- Any_T.h \
Marshal.h \
Marshal.i \
- debug.h IOPC.i \
- Stub.h \
- MProfile.h \
- PolicyC.h \
- CurrentC.h \
+ debug.h \
CurrentC.i \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h \
@@ -26977,8 +26870,6 @@ realclean:
MProfile.i \
ORB.h \
ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i \
ServicesC.i \
CORBA_String.h \
CORBA_String.inl \
@@ -27017,17 +26908,18 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
+ IOPC.i \
PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
$(ACE_ROOT)/ace/Map_Manager.i \
@@ -27090,10 +26982,10 @@ realclean:
target_specification.i \
operation_details.i \
Transport.h \
- Transport_Cache_Manager.h \
- Cache_Entries.h \
Transport_Descriptor_Interface.h \
Transport_Descriptor_Interface.inl \
+ Transport_Cache_Manager.h \
+ Cache_Entries.h \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
Cache_Entries.inl \
@@ -27107,9 +26999,6 @@ realclean:
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl \
Synch_Refcountable.inl \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory_T.cpp \
Transport.inl \
Invocation.i \
PortableInterceptor.h \
@@ -27119,7 +27008,8 @@ realclean:
ClientInterceptorAdapter.h \
ClientInterceptorAdapter.inl
-.obj/PollableC.o .obj/PollableC.dll .shobj/PollableC.o .shobj/PollableC.dll: PollableC.cpp PollableC.h $(ACE_ROOT)/ace/pre.h \
+.obj/IOP_CodecC.o .obj/IOP_CodecC.SO .shobj/IOP_CodecC.o .shobj/IOP_CodecC.SO: IOP_CodecC.cpp IOP_CodecC.h \
+ $(ACE_ROOT)/ace/pre.h \
corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
$(ACE_ROOT)/ace/post.h \
@@ -27150,9 +27040,10 @@ realclean:
$(ACE_ROOT)/ace/CDR_Base.inl \
orbconf.h \
TAO_Export.h \
- corbafwd.i TAO_Export.h Exception.h \
- $(ACE_ROOT)/ace/CORBA_macros.h \
- $(ACE_ROOT)/ace/Exception_Macros.h \
+ corbafwd.i \
+ Any_T.h \
+ Any.h \
+ $(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/SString.h \
$(ACE_ROOT)/ace/String_Base.h \
$(ACE_ROOT)/ace/ACE.h \
@@ -27217,16 +27108,19 @@ realclean:
$(ACE_ROOT)/ace/Auto_Ptr.i \
$(ACE_ROOT)/ace/Auto_Ptr.cpp \
$(ACE_ROOT)/ace/SString.i \
- Exception.i Object.h \
- Policy_ForwardC.h \
- Sequence.h \
- Managed_Types.h \
- Managed_Types.i \
$(ACE_ROOT)/ace/Message_Block.h \
$(ACE_ROOT)/ace/Message_Block.i \
$(ACE_ROOT)/ace/Message_Block_T.h \
$(ACE_ROOT)/ace/Message_Block_T.i \
$(ACE_ROOT)/ace/Message_Block_T.cpp \
+ $(ACE_ROOT)/ace/CDR_Stream.i \
+ Object.h \
+ Policy_ForwardC.h \
+ Sequence.h \
+ Managed_Types.h \
+ Managed_Types.i \
+ $(ACE_ROOT)/ace/CORBA_macros.h \
+ $(ACE_ROOT)/ace/Exception_Macros.h \
Sequence.i \
Sequence_T.h \
Sequence_T.i \
@@ -27260,23 +27154,33 @@ realclean:
$(ACE_ROOT)/ace/Reactor_Impl.h \
$(ACE_ROOT)/ace/Svc_Conf_Tokens.h \
Exception.h \
+ Exception.i \
Typecode.i \
Environment.h \
Environment.i \
CDR.h \
- $(ACE_ROOT)/ace/CDR_Stream.h \
- $(ACE_ROOT)/ace/CDR_Stream.i \
CDR.i \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
- Object.i PollableC.i \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ OctetSeqC.i \
+ IOP_IORC.i \
+ Object.i \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h IOP_CodecC.i \
Stub.h \
MProfile.h \
PolicyC.h \
CurrentC.h \
- Object.h \
CurrentC.i \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h \
@@ -27285,8 +27189,6 @@ realclean:
MProfile.i \
ORB.h \
ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i \
ServicesC.i \
CORBA_String.h \
CORBA_String.inl \
@@ -27300,7 +27202,6 @@ realclean:
Policy_Set.i \
LocalObject.h \
LocalObject.i \
- debug.h \
Policy_Manager.i \
Resource_Factory.h \
$(ACE_ROOT)/ace/Service_Object.h \
@@ -27326,11 +27227,264 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
+ PI_ForwardC.i \
+ DynamicC.h \
+ DynamicC.i \
+ Messaging_SyncScopeC.h \
+ Messaging_SyncScopeC.i \
+ IOPC.h \
+ IOP_CodecC.h \
+ IOPC.i \
+ PortableInterceptorC.i \
+ $(ACE_ROOT)/ace/Map_Manager.h \
+ $(ACE_ROOT)/ace/Map_Manager.i \
+ $(ACE_ROOT)/ace/Map_Manager.cpp \
+ Parser_Registry.h \
+ Parser_Registry.i \
+ Service_Callbacks.h \
+ Service_Callbacks.i \
+ Fault_Tolerance_Service.h \
+ Fault_Tolerance_Service.i \
+ Cleanup_Func_Registry.h \
+ $(ACE_ROOT)/ace/Array_Base.h \
+ $(ACE_ROOT)/ace/Array_Base.inl \
+ $(ACE_ROOT)/ace/Array_Base.cpp \
+ Cleanup_Func_Registry.inl \
+ Object_Ref_Table.h \
+ Interceptor_List.h \
+ Interceptor_List.inl \
+ PICurrent.h \
+ PICurrent.inl \
+ $(ACE_ROOT)/ace/Thread_Manager.h \
+ $(ACE_ROOT)/ace/Thread_Exit.h \
+ $(ACE_ROOT)/ace/Thread_Control.h \
+ $(ACE_ROOT)/ace/Thread_Control.inl \
+ $(ACE_ROOT)/ace/Containers.h \
+ $(ACE_ROOT)/ace/Containers.i \
+ $(ACE_ROOT)/ace/Containers_T.h \
+ $(ACE_ROOT)/ace/Containers_T.i \
+ $(ACE_ROOT)/ace/Containers_T.cpp \
+ $(ACE_ROOT)/ace/Singleton.h \
+ $(ACE_ROOT)/ace/Singleton.i \
+ $(ACE_ROOT)/ace/Singleton.cpp \
+ $(ACE_ROOT)/ace/Framework_Component.h \
+ $(ACE_ROOT)/ace/Framework_Component.inl \
+ $(ACE_ROOT)/ace/Framework_Component_T.h \
+ $(ACE_ROOT)/ace/Framework_Component_T.inl \
+ $(ACE_ROOT)/ace/Framework_Component_T.cpp \
+ $(ACE_ROOT)/ace/Thread_Manager.i \
+ ORB_Core.i \
+ ORB_Core_Auto_Ptr.h \
+ ORB_Core_Auto_Ptr.inl \
+ Stub.i \
+ Invocation.h \
+ Synch_Reply_Dispatcher.h \
+ Reply_Dispatcher.h \
+ Condition.h \
+ Condition.inl \
+ Condition.cpp \
+ Reply_Dispatcher.i \
+ LF_Invocation_Event.h \
+ LF_Event.h \
+ LF_Event.inl \
+ LF_Invocation_Event.inl \
+ GIOP_Message_Version.h \
+ GIOP_Message_Version.inl \
+ operation_details.h \
+ Service_Context.h \
+ Service_Context.inl \
+ target_specification.h \
+ target_specification.i \
+ operation_details.i \
+ Transport.h \
+ Transport_Descriptor_Interface.h \
+ Transport_Descriptor_Interface.inl \
+ Transport_Cache_Manager.h \
+ Cache_Entries.h \
+ $(ACE_ROOT)/ace/Recyclable.h \
+ $(ACE_ROOT)/ace/Recyclable.inl \
+ Cache_Entries.inl \
+ Transport_Cache_Manager.inl \
+ Transport_Timer.h \
+ Incoming_Message_Queue.h \
+ Pluggable_Messaging_Utils.h \
+ Pluggable_Messaging_Utils.i \
+ Incoming_Message_Queue.inl \
+ Synch_Refcountable.h \
+ $(ACE_ROOT)/ace/Refcountable.h \
+ $(ACE_ROOT)/ace/Refcountable.inl \
+ Synch_Refcountable.inl \
+ Transport.inl \
+ Invocation.i \
+ PortableInterceptor.h \
+ RequestInfo_Util.h \
+ ClientRequestInfo_i.h \
+ ClientRequestInfo_i.inl \
+ ClientInterceptorAdapter.h \
+ ClientInterceptorAdapter.inl
+
+.obj/IOPC.o .obj/IOPC.SO .shobj/IOPC.o .shobj/IOPC.SO: IOPC.cpp IOPC.h $(ACE_ROOT)/ace/pre.h \
+ corbafwd.h \
+ $(ACE_ROOT)/ace/CDR_Base.h \
+ $(ACE_ROOT)/ace/post.h \
+ $(ACE_ROOT)/ace/ace_wchar.h \
+ $(ACE_ROOT)/ace/ace_wchar.inl \
+ $(ACE_ROOT)/ace/Basic_Types.h \
+ $(ACE_ROOT)/ace/ACE_export.h \
+ $(ACE_ROOT)/ace/Basic_Types.i \
+ $(ACE_ROOT)/ace/OS.h \
+ $(ACE_ROOT)/ace/OS_Dirent.h \
+ $(ACE_ROOT)/ace/OS_Export.h \
+ $(ACE_ROOT)/ace/OS_Errno.h \
+ $(ACE_ROOT)/ace/OS_Errno.inl \
+ $(ACE_ROOT)/ace/OS_Dirent.inl \
+ $(ACE_ROOT)/ace/OS_String.h \
+ $(ACE_ROOT)/ace/OS_String.inl \
+ $(ACE_ROOT)/ace/OS_Memory.h \
+ $(ACE_ROOT)/ace/OS_Memory.inl \
+ $(ACE_ROOT)/ace/OS_TLI.h \
+ $(ACE_ROOT)/ace/OS_TLI.inl \
+ $(ACE_ROOT)/ace/Time_Value.h \
+ $(ACE_ROOT)/ace/Time_Value.inl \
+ $(ACE_ROOT)/ace/Default_Constants.h \
+ $(ACE_ROOT)/ace/Global_Macros.h \
+ $(ACE_ROOT)/ace/Min_Max.h \
+ $(ACE_ROOT)/ace/streams.h \
+ $(ACE_ROOT)/ace/Trace.h $(ACE_ROOT)/ace/OS.i \
+ $(ACE_ROOT)/ace/CDR_Base.inl \
+ orbconf.h \
+ TAO_Export.h \
+ corbafwd.i TAO_Export.h IOP_IORC.h \
+ OctetSeqC.h \
+ Sequence.h \
+ Managed_Types.h \
+ Managed_Types.i \
+ $(ACE_ROOT)/ace/CORBA_macros.h \
+ $(ACE_ROOT)/ace/Exception_Macros.h \
+ $(ACE_ROOT)/ace/Log_Msg.h \
+ $(ACE_ROOT)/ace/Log_Priority.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
+ $(ACE_ROOT)/ace/Message_Block.h \
+ $(ACE_ROOT)/ace/Message_Block.i \
+ $(ACE_ROOT)/ace/Message_Block_T.h \
+ $(ACE_ROOT)/ace/Message_Block_T.i \
+ $(ACE_ROOT)/ace/Message_Block_T.cpp \
+ $(ACE_ROOT)/ace/Malloc_Base.h \
+ Sequence.i \
+ Sequence_T.h \
+ Sequence_T.i \
+ Sequence_T.cpp \
+ Typecode.h \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
+ $(ACE_ROOT)/ace/Functor.h \
+ $(ACE_ROOT)/ace/ACE.h \
+ $(ACE_ROOT)/ace/Flag_Manip.h \
+ $(ACE_ROOT)/ace/Flag_Manip.i \
+ $(ACE_ROOT)/ace/Handle_Ops.h \
+ $(ACE_ROOT)/ace/Handle_Ops.i \
+ $(ACE_ROOT)/ace/Lib_Find.h \
+ $(ACE_ROOT)/ace/Lib_Find.i \
+ $(ACE_ROOT)/ace/Init_ACE.h \
+ $(ACE_ROOT)/ace/Init_ACE.i \
+ $(ACE_ROOT)/ace/Sock_Connect.h \
+ $(ACE_ROOT)/ace/Sock_Connect.i \
+ $(ACE_ROOT)/ace/ACE.i \
+ $(ACE_ROOT)/ace/Functor.i \
+ $(ACE_ROOT)/ace/Functor_T.h \
+ $(ACE_ROOT)/ace/Functor_T.i \
+ $(ACE_ROOT)/ace/Functor_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
+ $(ACE_ROOT)/ace/Synch.h \
+ $(ACE_ROOT)/ace/Synch.i \
+ $(ACE_ROOT)/ace/Synch_T.h \
+ $(ACE_ROOT)/ace/Synch_T.i \
+ $(ACE_ROOT)/ace/Thread.h \
+ $(ACE_ROOT)/ace/Thread_Adapter.h \
+ $(ACE_ROOT)/ace/Base_Thread_Adapter.h \
+ $(ACE_ROOT)/ace/Base_Thread_Adapter.inl \
+ $(ACE_ROOT)/ace/Thread_Adapter.inl \
+ $(ACE_ROOT)/ace/Thread.i \
+ $(ACE_ROOT)/ace/Synch_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
+ $(ACE_ROOT)/ace/Service_Config.h \
+ $(ACE_ROOT)/ace/Unbounded_Queue.h \
+ $(ACE_ROOT)/ace/Node.h \
+ $(ACE_ROOT)/ace/Node.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Queue.inl \
+ $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Set.h \
+ $(ACE_ROOT)/ace/Unbounded_Set.inl \
+ $(ACE_ROOT)/ace/Unbounded_Set.cpp \
+ $(ACE_ROOT)/ace/SString.h \
+ $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/String_Base_Const.h \
+ $(ACE_ROOT)/ace/String_Base.i \
+ $(ACE_ROOT)/ace/String_Base.cpp \
+ $(ACE_ROOT)/ace/Malloc.h \
+ $(ACE_ROOT)/ace/Malloc.i \
+ $(ACE_ROOT)/ace/Malloc_T.h \
+ $(ACE_ROOT)/ace/Malloc_Allocator.h \
+ $(ACE_ROOT)/ace/Malloc_Allocator.i \
+ $(ACE_ROOT)/ace/Free_List.h \
+ $(ACE_ROOT)/ace/Free_List.i \
+ $(ACE_ROOT)/ace/Free_List.cpp \
+ $(ACE_ROOT)/ace/Malloc_T.i \
+ $(ACE_ROOT)/ace/Malloc_T.cpp \
+ $(ACE_ROOT)/ace/Memory_Pool.h \
+ $(ACE_ROOT)/ace/Event_Handler.h \
+ $(ACE_ROOT)/ace/Event_Handler.i \
+ $(ACE_ROOT)/ace/Signal.h \
+ $(ACE_ROOT)/ace/Signal.i \
+ $(ACE_ROOT)/ace/Mem_Map.h \
+ $(ACE_ROOT)/ace/Mem_Map.i \
+ $(ACE_ROOT)/ace/SV_Semaphore_Complex.h \
+ $(ACE_ROOT)/ace/SV_Semaphore_Simple.h \
+ $(ACE_ROOT)/ace/SV_Semaphore_Simple.i \
+ $(ACE_ROOT)/ace/SV_Semaphore_Complex.i \
+ $(ACE_ROOT)/ace/Memory_Pool.i \
+ $(ACE_ROOT)/ace/Auto_Ptr.h \
+ $(ACE_ROOT)/ace/Auto_Ptr.i \
+ $(ACE_ROOT)/ace/Auto_Ptr.cpp \
+ $(ACE_ROOT)/ace/SString.i \
+ $(ACE_ROOT)/ace/XML_Svc_Conf.h \
+ $(ACE_ROOT)/ace/Service_Config.i \
+ $(ACE_ROOT)/ace/Reactor.h \
+ $(ACE_ROOT)/ace/Handle_Set.h \
+ $(ACE_ROOT)/ace/Handle_Set.i \
+ $(ACE_ROOT)/ace/Timer_Queue.h \
+ $(ACE_ROOT)/ace/Timer_Queue_T.h \
+ $(ACE_ROOT)/ace/Test_and_Set.h \
+ $(ACE_ROOT)/ace/Test_and_Set.i \
+ $(ACE_ROOT)/ace/Test_and_Set.cpp \
+ $(ACE_ROOT)/ace/Timer_Queue_T.i \
+ $(ACE_ROOT)/ace/Timer_Queue_T.cpp \
+ $(ACE_ROOT)/ace/Reactor.i \
+ $(ACE_ROOT)/ace/Reactor_Impl.h \
+ $(ACE_ROOT)/ace/Svc_Conf_Tokens.h \
+ Exception.h \
+ Exception.i \
+ Typecode.i \
+ Environment.h \
+ Environment.i \
+ OctetSeqC.i \
+ CDR.h \
+ $(ACE_ROOT)/ace/CDR_Stream.h \
+ $(ACE_ROOT)/ace/CDR_Stream.i \
+ CDR.i IOP_IORC.i IOP_CodecC.h \
Any_T.h \
Any.h \
+ Object.h \
+ Policy_ForwardC.h \
+ varbase.h \
+ Policy_ForwardC.i \
+ Object_KeyC.h \
+ Object_KeyC.i \
+ IOP_IORC.h \
+ Object.i \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -27338,15 +27492,66 @@ realclean:
Any_T.cpp \
Marshal.h \
Marshal.i \
+ debug.h IOP_CodecC.i IOPC.i \
+ Stub.h \
+ MProfile.h \
+ PolicyC.h \
+ CurrentC.h \
+ CurrentC.i \
+ Remote_Object_Proxy_Impl.h \
+ Object_Proxy_Impl.h \
+ Encodable.h \
+ PolicyC.i \
+ MProfile.i \
+ ORB.h \
+ ServicesC.h \
+ ServicesC.i \
+ CORBA_String.h \
+ CORBA_String.inl \
+ ObjectIdListC.h \
+ ObjectIdListC.i \
+ objectid.h \
+ ORB.i \
+ ORB_Core.h \
+ Policy_Manager.h \
+ Policy_Set.h \
+ Policy_Set.i \
+ LocalObject.h \
+ LocalObject.i \
+ Policy_Manager.i \
+ Resource_Factory.h \
+ $(ACE_ROOT)/ace/Service_Object.h \
+ $(ACE_ROOT)/ace/Shared_Object.h \
+ $(ACE_ROOT)/ace/Shared_Object.i \
+ $(ACE_ROOT)/ace/DLL.h \
+ $(ACE_ROOT)/ace/Service_Object.i \
+ CONV_FRAMEC.h \
+ CONV_FRAMEC.i \
+ params.h \
+ params.i \
+ TAO_Singleton_Manager.h \
+ TAO_Singleton_Manager.inl \
+ TAO_Singleton.h \
+ TAO_Singleton.inl \
+ TAO_Singleton.cpp \
+ $(ACE_ROOT)/ace/Object_Manager.h \
+ $(ACE_ROOT)/ace/Object_Manager.i \
+ $(ACE_ROOT)/ace/Managed_Object.h \
+ $(ACE_ROOT)/ace/Managed_Object.i \
+ $(ACE_ROOT)/ace/Managed_Object.cpp \
+ Adapter.h \
+ Adapter.i \
+ PolicyFactory_Registry.h \
+ PortableInterceptorC.h \
+ PI_ForwardC.h \
+ StringSeqC.h \
+ StringSeqC.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
IOPC.h \
- IOPC.i \
PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
$(ACE_ROOT)/ace/Map_Manager.i \
@@ -27409,10 +27614,10 @@ realclean:
target_specification.i \
operation_details.i \
Transport.h \
- Transport_Cache_Manager.h \
- Cache_Entries.h \
Transport_Descriptor_Interface.h \
Transport_Descriptor_Interface.inl \
+ Transport_Cache_Manager.h \
+ Cache_Entries.h \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
Cache_Entries.inl \
@@ -27426,9 +27631,6 @@ realclean:
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl \
Synch_Refcountable.inl \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory_T.cpp \
Transport.inl \
Invocation.i \
PortableInterceptor.h \
@@ -27438,7 +27640,40 @@ realclean:
ClientInterceptorAdapter.h \
ClientInterceptorAdapter.inl
-.obj/CONV_FRAMEC.o .obj/CONV_FRAMEC.dll .shobj/CONV_FRAMEC.o .shobj/CONV_FRAMEC.dll: CONV_FRAMEC.cpp \
+.obj/PollableC.o .obj/PollableC.SO .shobj/PollableC.o .shobj/PollableC.SO: PollableC.cpp PollableC.h $(ACE_ROOT)/ace/pre.h \
+ corbafwd.h \
+ $(ACE_ROOT)/ace/CDR_Base.h \
+ $(ACE_ROOT)/ace/post.h \
+ $(ACE_ROOT)/ace/ace_wchar.h \
+ $(ACE_ROOT)/ace/ace_wchar.inl \
+ $(ACE_ROOT)/ace/Basic_Types.h \
+ $(ACE_ROOT)/ace/ACE_export.h \
+ $(ACE_ROOT)/ace/Basic_Types.i \
+ $(ACE_ROOT)/ace/OS.h \
+ $(ACE_ROOT)/ace/OS_Dirent.h \
+ $(ACE_ROOT)/ace/OS_Export.h \
+ $(ACE_ROOT)/ace/OS_Errno.h \
+ $(ACE_ROOT)/ace/OS_Errno.inl \
+ $(ACE_ROOT)/ace/OS_Dirent.inl \
+ $(ACE_ROOT)/ace/OS_String.h \
+ $(ACE_ROOT)/ace/OS_String.inl \
+ $(ACE_ROOT)/ace/OS_Memory.h \
+ $(ACE_ROOT)/ace/OS_Memory.inl \
+ $(ACE_ROOT)/ace/OS_TLI.h \
+ $(ACE_ROOT)/ace/OS_TLI.inl \
+ $(ACE_ROOT)/ace/Time_Value.h \
+ $(ACE_ROOT)/ace/Time_Value.inl \
+ $(ACE_ROOT)/ace/Default_Constants.h \
+ $(ACE_ROOT)/ace/Global_Macros.h \
+ $(ACE_ROOT)/ace/Min_Max.h \
+ $(ACE_ROOT)/ace/streams.h \
+ $(ACE_ROOT)/ace/Trace.h $(ACE_ROOT)/ace/OS.i \
+ $(ACE_ROOT)/ace/CDR_Base.inl \
+ orbconf.h \
+ TAO_Export.h \
+ corbafwd.i
+
+.obj/CONV_FRAMEC.o .obj/CONV_FRAMEC.SO .shobj/CONV_FRAMEC.o .shobj/CONV_FRAMEC.SO: CONV_FRAMEC.cpp \
CONV_FRAMEC.h \
$(ACE_ROOT)/ace/pre.h \
CDR.h \
@@ -27596,6 +27831,10 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ OctetSeqC.i \
+ IOP_IORC.i \
Object.i \
Any.i \
AbstractBase.h \
@@ -27606,7 +27845,7 @@ realclean:
Marshal.i \
debug.h
-.obj/Tagged_Components.o .obj/Tagged_Components.dll .shobj/Tagged_Components.o .shobj/Tagged_Components.dll: Tagged_Components.cpp \
+.obj/Tagged_Components.o .obj/Tagged_Components.SO .shobj/Tagged_Components.o .shobj/Tagged_Components.SO: Tagged_Components.cpp \
Tagged_Components.h \
$(ACE_ROOT)/ace/pre.h \
IOPC.h \
@@ -27641,11 +27880,30 @@ realclean:
orbconf.h \
TAO_Export.h \
corbafwd.i \
- Exception.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ Sequence.h \
+ Managed_Types.h \
+ Managed_Types.i \
$(ACE_ROOT)/ace/CORBA_macros.h \
$(ACE_ROOT)/ace/Exception_Macros.h \
- $(ACE_ROOT)/ace/SString.h \
- $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/Log_Msg.h \
+ $(ACE_ROOT)/ace/Log_Priority.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
+ $(ACE_ROOT)/ace/Message_Block.h \
+ $(ACE_ROOT)/ace/Message_Block.i \
+ $(ACE_ROOT)/ace/Message_Block_T.h \
+ $(ACE_ROOT)/ace/Message_Block_T.i \
+ $(ACE_ROOT)/ace/Message_Block_T.cpp \
+ $(ACE_ROOT)/ace/Malloc_Base.h \
+ Sequence.i \
+ Sequence_T.h \
+ Sequence_T.i \
+ Sequence_T.cpp \
+ Typecode.h \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
+ $(ACE_ROOT)/ace/Functor.h \
$(ACE_ROOT)/ace/ACE.h \
$(ACE_ROOT)/ace/Flag_Manip.h \
$(ACE_ROOT)/ace/Flag_Manip.i \
@@ -27658,17 +27916,11 @@ realclean:
$(ACE_ROOT)/ace/Sock_Connect.h \
$(ACE_ROOT)/ace/Sock_Connect.i \
$(ACE_ROOT)/ace/ACE.i \
- $(ACE_ROOT)/ace/String_Base_Const.h \
- $(ACE_ROOT)/ace/String_Base.i \
- $(ACE_ROOT)/ace/Malloc_Base.h \
- $(ACE_ROOT)/ace/String_Base.cpp \
- $(ACE_ROOT)/ace/Malloc.h \
- $(ACE_ROOT)/ace/Log_Msg.h \
- $(ACE_ROOT)/ace/Log_Priority.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
- $(ACE_ROOT)/ace/Malloc.i \
- $(ACE_ROOT)/ace/Malloc_T.h \
+ $(ACE_ROOT)/ace/Functor.i \
+ $(ACE_ROOT)/ace/Functor_T.h \
+ $(ACE_ROOT)/ace/Functor_T.i \
+ $(ACE_ROOT)/ace/Functor_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
$(ACE_ROOT)/ace/Synch.h \
$(ACE_ROOT)/ace/Synch.i \
$(ACE_ROOT)/ace/Synch_T.h \
@@ -27680,6 +27932,24 @@ realclean:
$(ACE_ROOT)/ace/Thread_Adapter.inl \
$(ACE_ROOT)/ace/Thread.i \
$(ACE_ROOT)/ace/Synch_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
+ $(ACE_ROOT)/ace/Service_Config.h \
+ $(ACE_ROOT)/ace/Unbounded_Queue.h \
+ $(ACE_ROOT)/ace/Node.h \
+ $(ACE_ROOT)/ace/Node.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Queue.inl \
+ $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Set.h \
+ $(ACE_ROOT)/ace/Unbounded_Set.inl \
+ $(ACE_ROOT)/ace/Unbounded_Set.cpp \
+ $(ACE_ROOT)/ace/SString.h \
+ $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/String_Base_Const.h \
+ $(ACE_ROOT)/ace/String_Base.i \
+ $(ACE_ROOT)/ace/String_Base.cpp \
+ $(ACE_ROOT)/ace/Malloc.h \
+ $(ACE_ROOT)/ace/Malloc.i \
+ $(ACE_ROOT)/ace/Malloc_T.h \
$(ACE_ROOT)/ace/Malloc_Allocator.h \
$(ACE_ROOT)/ace/Malloc_Allocator.i \
$(ACE_ROOT)/ace/Free_List.h \
@@ -27698,44 +27968,11 @@ realclean:
$(ACE_ROOT)/ace/SV_Semaphore_Simple.h \
$(ACE_ROOT)/ace/SV_Semaphore_Simple.i \
$(ACE_ROOT)/ace/SV_Semaphore_Complex.i \
- $(ACE_ROOT)/ace/Unbounded_Set.h \
- $(ACE_ROOT)/ace/Node.h \
- $(ACE_ROOT)/ace/Node.cpp \
- $(ACE_ROOT)/ace/Unbounded_Set.inl \
- $(ACE_ROOT)/ace/Unbounded_Set.cpp \
$(ACE_ROOT)/ace/Memory_Pool.i \
$(ACE_ROOT)/ace/Auto_Ptr.h \
$(ACE_ROOT)/ace/Auto_Ptr.i \
$(ACE_ROOT)/ace/Auto_Ptr.cpp \
$(ACE_ROOT)/ace/SString.i \
- Exception.i \
- Object.h \
- Policy_ForwardC.h \
- Sequence.h \
- Managed_Types.h \
- Managed_Types.i \
- $(ACE_ROOT)/ace/Message_Block.h \
- $(ACE_ROOT)/ace/Message_Block.i \
- $(ACE_ROOT)/ace/Message_Block_T.h \
- $(ACE_ROOT)/ace/Message_Block_T.i \
- $(ACE_ROOT)/ace/Message_Block_T.cpp \
- Sequence.i \
- Sequence_T.h \
- Sequence_T.i \
- Sequence_T.cpp \
- Typecode.h \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
- $(ACE_ROOT)/ace/Functor.h \
- $(ACE_ROOT)/ace/Functor.i \
- $(ACE_ROOT)/ace/Functor_T.h \
- $(ACE_ROOT)/ace/Functor_T.i \
- $(ACE_ROOT)/ace/Functor_T.cpp \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
- $(ACE_ROOT)/ace/Service_Config.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.inl \
- $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
$(ACE_ROOT)/ace/XML_Svc_Conf.h \
$(ACE_ROOT)/ace/Service_Config.i \
$(ACE_ROOT)/ace/Reactor.h \
@@ -27751,20 +27988,27 @@ realclean:
$(ACE_ROOT)/ace/Reactor.i \
$(ACE_ROOT)/ace/Reactor_Impl.h \
$(ACE_ROOT)/ace/Svc_Conf_Tokens.h \
+ Exception.h \
+ Exception.i \
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
CDR.i \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -27773,6 +28017,7 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
CONV_FRAMEC.h \
CONV_FRAMEC.i \
@@ -27791,8 +28036,6 @@ realclean:
ORB_Core.h \
ORB.h \
ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i \
ServicesC.i \
CORBA_String.h \
CORBA_String.inl \
@@ -27828,14 +28071,12 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
PortableInterceptorC.i \
@@ -27878,7 +28119,7 @@ realclean:
$(ACE_ROOT)/ace/Thread_Manager.i \
ORB_Core.i
-.obj/Service_Context.o .obj/Service_Context.dll .shobj/Service_Context.o .shobj/Service_Context.dll: Service_Context.cpp \
+.obj/Service_Context.o .obj/Service_Context.SO .shobj/Service_Context.o .shobj/Service_Context.SO: Service_Context.cpp \
Service_Context.h \
$(ACE_ROOT)/ace/pre.h \
IOPC.h \
@@ -27913,11 +28154,30 @@ realclean:
orbconf.h \
TAO_Export.h \
corbafwd.i \
- Exception.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ Sequence.h \
+ Managed_Types.h \
+ Managed_Types.i \
$(ACE_ROOT)/ace/CORBA_macros.h \
$(ACE_ROOT)/ace/Exception_Macros.h \
- $(ACE_ROOT)/ace/SString.h \
- $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/Log_Msg.h \
+ $(ACE_ROOT)/ace/Log_Priority.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
+ $(ACE_ROOT)/ace/Message_Block.h \
+ $(ACE_ROOT)/ace/Message_Block.i \
+ $(ACE_ROOT)/ace/Message_Block_T.h \
+ $(ACE_ROOT)/ace/Message_Block_T.i \
+ $(ACE_ROOT)/ace/Message_Block_T.cpp \
+ $(ACE_ROOT)/ace/Malloc_Base.h \
+ Sequence.i \
+ Sequence_T.h \
+ Sequence_T.i \
+ Sequence_T.cpp \
+ Typecode.h \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
+ $(ACE_ROOT)/ace/Functor.h \
$(ACE_ROOT)/ace/ACE.h \
$(ACE_ROOT)/ace/Flag_Manip.h \
$(ACE_ROOT)/ace/Flag_Manip.i \
@@ -27930,17 +28190,11 @@ realclean:
$(ACE_ROOT)/ace/Sock_Connect.h \
$(ACE_ROOT)/ace/Sock_Connect.i \
$(ACE_ROOT)/ace/ACE.i \
- $(ACE_ROOT)/ace/String_Base_Const.h \
- $(ACE_ROOT)/ace/String_Base.i \
- $(ACE_ROOT)/ace/Malloc_Base.h \
- $(ACE_ROOT)/ace/String_Base.cpp \
- $(ACE_ROOT)/ace/Malloc.h \
- $(ACE_ROOT)/ace/Log_Msg.h \
- $(ACE_ROOT)/ace/Log_Priority.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
- $(ACE_ROOT)/ace/Malloc.i \
- $(ACE_ROOT)/ace/Malloc_T.h \
+ $(ACE_ROOT)/ace/Functor.i \
+ $(ACE_ROOT)/ace/Functor_T.h \
+ $(ACE_ROOT)/ace/Functor_T.i \
+ $(ACE_ROOT)/ace/Functor_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
$(ACE_ROOT)/ace/Synch.h \
$(ACE_ROOT)/ace/Synch.i \
$(ACE_ROOT)/ace/Synch_T.h \
@@ -27952,6 +28206,24 @@ realclean:
$(ACE_ROOT)/ace/Thread_Adapter.inl \
$(ACE_ROOT)/ace/Thread.i \
$(ACE_ROOT)/ace/Synch_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
+ $(ACE_ROOT)/ace/Service_Config.h \
+ $(ACE_ROOT)/ace/Unbounded_Queue.h \
+ $(ACE_ROOT)/ace/Node.h \
+ $(ACE_ROOT)/ace/Node.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Queue.inl \
+ $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Set.h \
+ $(ACE_ROOT)/ace/Unbounded_Set.inl \
+ $(ACE_ROOT)/ace/Unbounded_Set.cpp \
+ $(ACE_ROOT)/ace/SString.h \
+ $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/String_Base_Const.h \
+ $(ACE_ROOT)/ace/String_Base.i \
+ $(ACE_ROOT)/ace/String_Base.cpp \
+ $(ACE_ROOT)/ace/Malloc.h \
+ $(ACE_ROOT)/ace/Malloc.i \
+ $(ACE_ROOT)/ace/Malloc_T.h \
$(ACE_ROOT)/ace/Malloc_Allocator.h \
$(ACE_ROOT)/ace/Malloc_Allocator.i \
$(ACE_ROOT)/ace/Free_List.h \
@@ -27970,44 +28242,11 @@ realclean:
$(ACE_ROOT)/ace/SV_Semaphore_Simple.h \
$(ACE_ROOT)/ace/SV_Semaphore_Simple.i \
$(ACE_ROOT)/ace/SV_Semaphore_Complex.i \
- $(ACE_ROOT)/ace/Unbounded_Set.h \
- $(ACE_ROOT)/ace/Node.h \
- $(ACE_ROOT)/ace/Node.cpp \
- $(ACE_ROOT)/ace/Unbounded_Set.inl \
- $(ACE_ROOT)/ace/Unbounded_Set.cpp \
$(ACE_ROOT)/ace/Memory_Pool.i \
$(ACE_ROOT)/ace/Auto_Ptr.h \
$(ACE_ROOT)/ace/Auto_Ptr.i \
$(ACE_ROOT)/ace/Auto_Ptr.cpp \
$(ACE_ROOT)/ace/SString.i \
- Exception.i \
- Object.h \
- Policy_ForwardC.h \
- Sequence.h \
- Managed_Types.h \
- Managed_Types.i \
- $(ACE_ROOT)/ace/Message_Block.h \
- $(ACE_ROOT)/ace/Message_Block.i \
- $(ACE_ROOT)/ace/Message_Block_T.h \
- $(ACE_ROOT)/ace/Message_Block_T.i \
- $(ACE_ROOT)/ace/Message_Block_T.cpp \
- Sequence.i \
- Sequence_T.h \
- Sequence_T.i \
- Sequence_T.cpp \
- Typecode.h \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
- $(ACE_ROOT)/ace/Functor.h \
- $(ACE_ROOT)/ace/Functor.i \
- $(ACE_ROOT)/ace/Functor_T.h \
- $(ACE_ROOT)/ace/Functor_T.i \
- $(ACE_ROOT)/ace/Functor_T.cpp \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
- $(ACE_ROOT)/ace/Service_Config.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.inl \
- $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
$(ACE_ROOT)/ace/XML_Svc_Conf.h \
$(ACE_ROOT)/ace/Service_Config.i \
$(ACE_ROOT)/ace/Reactor.h \
@@ -28023,20 +28262,27 @@ realclean:
$(ACE_ROOT)/ace/Reactor.i \
$(ACE_ROOT)/ace/Reactor_Impl.h \
$(ACE_ROOT)/ace/Svc_Conf_Tokens.h \
+ Exception.h \
+ Exception.i \
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
CDR.i \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -28045,10 +28291,11 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
Service_Context.inl
-.obj/GIOPC.o .obj/GIOPC.dll .shobj/GIOPC.o .shobj/GIOPC.dll: GIOPC.cpp GIOPC.h $(ACE_ROOT)/ace/pre.h \
+.obj/GIOPC.o .obj/GIOPC.SO .shobj/GIOPC.o .shobj/GIOPC.SO: GIOPC.cpp GIOPC.h $(ACE_ROOT)/ace/pre.h \
corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
$(ACE_ROOT)/ace/post.h \
@@ -28081,11 +28328,30 @@ realclean:
TAO_Export.h \
corbafwd.i \
IOPC.h \
- Exception.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ Sequence.h \
+ Managed_Types.h \
+ Managed_Types.i \
$(ACE_ROOT)/ace/CORBA_macros.h \
$(ACE_ROOT)/ace/Exception_Macros.h \
- $(ACE_ROOT)/ace/SString.h \
- $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/Log_Msg.h \
+ $(ACE_ROOT)/ace/Log_Priority.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
+ $(ACE_ROOT)/ace/Message_Block.h \
+ $(ACE_ROOT)/ace/Message_Block.i \
+ $(ACE_ROOT)/ace/Message_Block_T.h \
+ $(ACE_ROOT)/ace/Message_Block_T.i \
+ $(ACE_ROOT)/ace/Message_Block_T.cpp \
+ $(ACE_ROOT)/ace/Malloc_Base.h \
+ Sequence.i \
+ Sequence_T.h \
+ Sequence_T.i \
+ Sequence_T.cpp \
+ Typecode.h \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
+ $(ACE_ROOT)/ace/Functor.h \
$(ACE_ROOT)/ace/ACE.h \
$(ACE_ROOT)/ace/Flag_Manip.h \
$(ACE_ROOT)/ace/Flag_Manip.i \
@@ -28098,17 +28364,11 @@ realclean:
$(ACE_ROOT)/ace/Sock_Connect.h \
$(ACE_ROOT)/ace/Sock_Connect.i \
$(ACE_ROOT)/ace/ACE.i \
- $(ACE_ROOT)/ace/String_Base_Const.h \
- $(ACE_ROOT)/ace/String_Base.i \
- $(ACE_ROOT)/ace/Malloc_Base.h \
- $(ACE_ROOT)/ace/String_Base.cpp \
- $(ACE_ROOT)/ace/Malloc.h \
- $(ACE_ROOT)/ace/Log_Msg.h \
- $(ACE_ROOT)/ace/Log_Priority.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
- $(ACE_ROOT)/ace/Malloc.i \
- $(ACE_ROOT)/ace/Malloc_T.h \
+ $(ACE_ROOT)/ace/Functor.i \
+ $(ACE_ROOT)/ace/Functor_T.h \
+ $(ACE_ROOT)/ace/Functor_T.i \
+ $(ACE_ROOT)/ace/Functor_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
$(ACE_ROOT)/ace/Synch.h \
$(ACE_ROOT)/ace/Synch.i \
$(ACE_ROOT)/ace/Synch_T.h \
@@ -28120,6 +28380,24 @@ realclean:
$(ACE_ROOT)/ace/Thread_Adapter.inl \
$(ACE_ROOT)/ace/Thread.i \
$(ACE_ROOT)/ace/Synch_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
+ $(ACE_ROOT)/ace/Service_Config.h \
+ $(ACE_ROOT)/ace/Unbounded_Queue.h \
+ $(ACE_ROOT)/ace/Node.h \
+ $(ACE_ROOT)/ace/Node.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Queue.inl \
+ $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Set.h \
+ $(ACE_ROOT)/ace/Unbounded_Set.inl \
+ $(ACE_ROOT)/ace/Unbounded_Set.cpp \
+ $(ACE_ROOT)/ace/SString.h \
+ $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/String_Base_Const.h \
+ $(ACE_ROOT)/ace/String_Base.i \
+ $(ACE_ROOT)/ace/String_Base.cpp \
+ $(ACE_ROOT)/ace/Malloc.h \
+ $(ACE_ROOT)/ace/Malloc.i \
+ $(ACE_ROOT)/ace/Malloc_T.h \
$(ACE_ROOT)/ace/Malloc_Allocator.h \
$(ACE_ROOT)/ace/Malloc_Allocator.i \
$(ACE_ROOT)/ace/Free_List.h \
@@ -28138,44 +28416,11 @@ realclean:
$(ACE_ROOT)/ace/SV_Semaphore_Simple.h \
$(ACE_ROOT)/ace/SV_Semaphore_Simple.i \
$(ACE_ROOT)/ace/SV_Semaphore_Complex.i \
- $(ACE_ROOT)/ace/Unbounded_Set.h \
- $(ACE_ROOT)/ace/Node.h \
- $(ACE_ROOT)/ace/Node.cpp \
- $(ACE_ROOT)/ace/Unbounded_Set.inl \
- $(ACE_ROOT)/ace/Unbounded_Set.cpp \
$(ACE_ROOT)/ace/Memory_Pool.i \
$(ACE_ROOT)/ace/Auto_Ptr.h \
$(ACE_ROOT)/ace/Auto_Ptr.i \
$(ACE_ROOT)/ace/Auto_Ptr.cpp \
$(ACE_ROOT)/ace/SString.i \
- Exception.i \
- Object.h \
- Policy_ForwardC.h \
- Sequence.h \
- Managed_Types.h \
- Managed_Types.i \
- $(ACE_ROOT)/ace/Message_Block.h \
- $(ACE_ROOT)/ace/Message_Block.i \
- $(ACE_ROOT)/ace/Message_Block_T.h \
- $(ACE_ROOT)/ace/Message_Block_T.i \
- $(ACE_ROOT)/ace/Message_Block_T.cpp \
- Sequence.i \
- Sequence_T.h \
- Sequence_T.i \
- Sequence_T.cpp \
- Typecode.h \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
- $(ACE_ROOT)/ace/Functor.h \
- $(ACE_ROOT)/ace/Functor.i \
- $(ACE_ROOT)/ace/Functor_T.h \
- $(ACE_ROOT)/ace/Functor_T.i \
- $(ACE_ROOT)/ace/Functor_T.cpp \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
- $(ACE_ROOT)/ace/Service_Config.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.inl \
- $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
$(ACE_ROOT)/ace/XML_Svc_Conf.h \
$(ACE_ROOT)/ace/Service_Config.i \
$(ACE_ROOT)/ace/Reactor.h \
@@ -28191,20 +28436,27 @@ realclean:
$(ACE_ROOT)/ace/Reactor.i \
$(ACE_ROOT)/ace/Reactor_Impl.h \
$(ACE_ROOT)/ace/Svc_Conf_Tokens.h \
+ Exception.h \
+ Exception.i \
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
CDR.i \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -28213,12 +28465,11 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i GIOPC.i \
ORB_Core.h \
ORB.h \
ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i \
ServicesC.i \
CORBA_String.h \
CORBA_String.inl \
@@ -28263,14 +28514,12 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
PortableInterceptorC.i \
@@ -28313,7 +28562,7 @@ realclean:
$(ACE_ROOT)/ace/Thread_Manager.i \
ORB_Core.i
-.obj/BoundsC.o .obj/BoundsC.dll .shobj/BoundsC.o .shobj/BoundsC.dll: BoundsC.cpp BoundsC.h $(ACE_ROOT)/ace/pre.h \
+.obj/BoundsC.o .obj/BoundsC.SO .shobj/BoundsC.o .shobj/BoundsC.SO: BoundsC.cpp BoundsC.h $(ACE_ROOT)/ace/pre.h \
corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
$(ACE_ROOT)/ace/post.h \
@@ -28470,7 +28719,21 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ OctetSeqC.i \
+ IOP_IORC.i \
Object.i \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h \
CurrentC.i \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h \
@@ -28479,8 +28742,6 @@ realclean:
MProfile.i \
ORB.h \
ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i \
ServicesC.i \
CORBA_String.h \
CORBA_String.inl \
@@ -28494,7 +28755,6 @@ realclean:
Policy_Set.i \
LocalObject.h \
LocalObject.i \
- debug.h \
Policy_Manager.i \
Resource_Factory.h \
$(ACE_ROOT)/ace/Service_Object.h \
@@ -28520,26 +28780,17 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
- Any_T.h \
- Any.h \
- Any.i \
- AbstractBase.h \
- AbstractBase.inl \
- Any_T.inl \
- Any_T.cpp \
- Marshal.h \
- Marshal.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
IOPC.i \
PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -28603,10 +28854,10 @@ realclean:
target_specification.i \
operation_details.i \
Transport.h \
- Transport_Cache_Manager.h \
- Cache_Entries.h \
Transport_Descriptor_Interface.h \
Transport_Descriptor_Interface.inl \
+ Transport_Cache_Manager.h \
+ Cache_Entries.h \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
Cache_Entries.inl \
@@ -28620,9 +28871,6 @@ realclean:
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl \
Synch_Refcountable.inl \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory_T.cpp \
Transport.inl \
Invocation.i \
PortableInterceptor.h \
@@ -28632,7 +28880,7 @@ realclean:
ClientInterceptorAdapter.h \
ClientInterceptorAdapter.inl
-.obj/TAOC.o .obj/TAOC.dll .shobj/TAOC.o .shobj/TAOC.dll: TAOC.cpp TAOC.h $(ACE_ROOT)/ace/pre.h \
+.obj/TAOC.o .obj/TAOC.SO .shobj/TAOC.o .shobj/TAOC.SO: TAOC.cpp TAOC.h $(ACE_ROOT)/ace/pre.h \
corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
$(ACE_ROOT)/ace/post.h \
@@ -28785,10 +29033,12 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
- Object.i CurrentC.i Policy_ForwardC.h \
- Exception.h Remote_Object_Proxy_Impl.h \
- Object_Proxy_Impl.h Encodable.h \
- PolicyC.i TimeBaseC.h Any_T.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ OctetSeqC.i \
+ IOP_IORC.i \
+ Object.i \
+ Any_T.h \
Any.h \
Any.i \
AbstractBase.h \
@@ -28797,7 +29047,10 @@ realclean:
Any_T.cpp \
Marshal.h \
Marshal.i \
- debug.h TAO_Export.h \
+ debug.h CurrentC.i Policy_ForwardC.h \
+ Exception.h Remote_Object_Proxy_Impl.h \
+ Object_Proxy_Impl.h Encodable.h \
+ PolicyC.i TimeBaseC.h TAO_Export.h \
SmartProxies/Smart_Proxies.h \
SmartProxies/smartproxies_export.h \
TAO_Singleton.h \
@@ -28813,7 +29066,7 @@ realclean:
SmartProxies/Smart_Proxies.inl \
TimeBaseC.i TAOC.i
-.obj/Object_Loader.o .obj/Object_Loader.dll .shobj/Object_Loader.o .shobj/Object_Loader.dll: Object_Loader.cpp Object_Loader.h \
+.obj/Object_Loader.o .obj/Object_Loader.SO .shobj/Object_Loader.o .shobj/Object_Loader.SO: Object_Loader.cpp Object_Loader.h \
$(ACE_ROOT)/ace/pre.h \
Exception.h \
corbafwd.h \
@@ -28925,7 +29178,7 @@ realclean:
$(ACE_ROOT)/ace/Dynamic_Service.i \
$(ACE_ROOT)/ace/Dynamic_Service.cpp
-.obj/TAO_Singleton_Manager.o .obj/TAO_Singleton_Manager.dll .shobj/TAO_Singleton_Manager.o .shobj/TAO_Singleton_Manager.dll: TAO_Singleton_Manager.cpp \
+.obj/TAO_Singleton_Manager.o .obj/TAO_Singleton_Manager.SO .shobj/TAO_Singleton_Manager.o .shobj/TAO_Singleton_Manager.SO: TAO_Singleton_Manager.cpp \
orbconf.h \
$(ACE_ROOT)/ace/pre.h \
$(ACE_ROOT)/ace/Basic_Types.h \
@@ -29063,7 +29316,7 @@ realclean:
$(ACE_ROOT)/ace/Svc_Conf_Tokens.h \
Typecode.i
-.obj/DLL_ORB.o .obj/DLL_ORB.dll .shobj/DLL_ORB.o .shobj/DLL_ORB.dll: DLL_ORB.cpp DLL_ORB.h \
+.obj/DLL_ORB.o .obj/DLL_ORB.SO .shobj/DLL_ORB.o .shobj/DLL_ORB.SO: DLL_ORB.cpp DLL_ORB.h \
$(ACE_ROOT)/ace/pre.h $(ACE_ROOT)/ace/Task.h \
$(ACE_ROOT)/ace/Service_Object.h \
$(ACE_ROOT)/ace/Shared_Object.h \
@@ -29277,7 +29530,19 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ IOP_IORC.i \
Object.i \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h \
CurrentC.i \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h \
@@ -29287,7 +29552,6 @@ realclean:
DLL_ORB.inl \
TAO_Singleton_Manager.h \
TAO_Singleton_Manager.inl \
- debug.h \
$(ACE_ROOT)/ace/ARGV.h $(ACE_ROOT)/ace/ARGV.i \
$(ACE_ROOT)/ace/Dynamic_Service.h \
$(ACE_ROOT)/ace/Dynamic_Service_Base.h \
@@ -29296,7 +29560,7 @@ realclean:
$(ACE_ROOT)/ace/Argv_Type_Converter.h \
$(ACE_ROOT)/ace/Argv_Type_Converter.inl
-.obj/Adapter.o .obj/Adapter.dll .shobj/Adapter.o .shobj/Adapter.dll: Adapter.cpp Adapter.h \
+.obj/Adapter.o .obj/Adapter.SO .shobj/Adapter.o .shobj/Adapter.SO: Adapter.cpp Adapter.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
@@ -29456,12 +29720,14 @@ realclean:
CDR.i \
varbase.h \
Policy_ForwardC.i \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ OctetSeqC.i \
+ IOP_IORC.i \
Object.i \
ORB_Core.h \
ORB.h \
ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i \
ServicesC.i \
CORBA_String.h \
CORBA_String.inl \
@@ -29470,6 +29736,16 @@ realclean:
objectid.h \
PolicyC.h \
CurrentC.h \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h \
CurrentC.i \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h \
@@ -29481,7 +29757,6 @@ realclean:
Policy_Set.i \
LocalObject.h \
LocalObject.i \
- debug.h \
Policy_Manager.i \
Resource_Factory.h \
CONV_FRAMEC.h \
@@ -29500,26 +29775,17 @@ realclean:
$(ACE_ROOT)/ace/Managed_Object.cpp \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
- Any_T.h \
- Any.h \
- Any.i \
- AbstractBase.h \
- AbstractBase.inl \
- Any_T.inl \
- Any_T.cpp \
- Marshal.h \
- Marshal.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
IOPC.i \
PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -29565,7 +29831,7 @@ realclean:
$(ACE_ROOT)/ace/Dynamic_Service.i \
$(ACE_ROOT)/ace/Dynamic_Service.cpp debug.h
-.obj/Services_Activate.o .obj/Services_Activate.dll .shobj/Services_Activate.o .shobj/Services_Activate.dll: Services_Activate.cpp \
+.obj/Services_Activate.o .obj/Services_Activate.SO .shobj/Services_Activate.o .shobj/Services_Activate.SO: Services_Activate.cpp \
Services_Activate.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
@@ -29678,7 +29944,7 @@ realclean:
$(ACE_ROOT)/ace/Dynamic_Service.i \
$(ACE_ROOT)/ace/Dynamic_Service.cpp
-.obj/Service_Callbacks.o .obj/Service_Callbacks.dll .shobj/Service_Callbacks.o .shobj/Service_Callbacks.dll: Service_Callbacks.cpp \
+.obj/Service_Callbacks.o .obj/Service_Callbacks.SO .shobj/Service_Callbacks.o .shobj/Service_Callbacks.SO: Service_Callbacks.cpp \
Service_Callbacks.h \
$(ACE_ROOT)/ace/pre.h \
IOPC.h \
@@ -29713,11 +29979,30 @@ realclean:
orbconf.h \
TAO_Export.h \
corbafwd.i \
- Exception.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ Sequence.h \
+ Managed_Types.h \
+ Managed_Types.i \
$(ACE_ROOT)/ace/CORBA_macros.h \
$(ACE_ROOT)/ace/Exception_Macros.h \
- $(ACE_ROOT)/ace/SString.h \
- $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/Log_Msg.h \
+ $(ACE_ROOT)/ace/Log_Priority.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
+ $(ACE_ROOT)/ace/Message_Block.h \
+ $(ACE_ROOT)/ace/Message_Block.i \
+ $(ACE_ROOT)/ace/Message_Block_T.h \
+ $(ACE_ROOT)/ace/Message_Block_T.i \
+ $(ACE_ROOT)/ace/Message_Block_T.cpp \
+ $(ACE_ROOT)/ace/Malloc_Base.h \
+ Sequence.i \
+ Sequence_T.h \
+ Sequence_T.i \
+ Sequence_T.cpp \
+ Typecode.h \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
+ $(ACE_ROOT)/ace/Functor.h \
$(ACE_ROOT)/ace/ACE.h \
$(ACE_ROOT)/ace/Flag_Manip.h \
$(ACE_ROOT)/ace/Flag_Manip.i \
@@ -29730,17 +30015,11 @@ realclean:
$(ACE_ROOT)/ace/Sock_Connect.h \
$(ACE_ROOT)/ace/Sock_Connect.i \
$(ACE_ROOT)/ace/ACE.i \
- $(ACE_ROOT)/ace/String_Base_Const.h \
- $(ACE_ROOT)/ace/String_Base.i \
- $(ACE_ROOT)/ace/Malloc_Base.h \
- $(ACE_ROOT)/ace/String_Base.cpp \
- $(ACE_ROOT)/ace/Malloc.h \
- $(ACE_ROOT)/ace/Log_Msg.h \
- $(ACE_ROOT)/ace/Log_Priority.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
- $(ACE_ROOT)/ace/Malloc.i \
- $(ACE_ROOT)/ace/Malloc_T.h \
+ $(ACE_ROOT)/ace/Functor.i \
+ $(ACE_ROOT)/ace/Functor_T.h \
+ $(ACE_ROOT)/ace/Functor_T.i \
+ $(ACE_ROOT)/ace/Functor_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
$(ACE_ROOT)/ace/Synch.h \
$(ACE_ROOT)/ace/Synch.i \
$(ACE_ROOT)/ace/Synch_T.h \
@@ -29752,6 +30031,24 @@ realclean:
$(ACE_ROOT)/ace/Thread_Adapter.inl \
$(ACE_ROOT)/ace/Thread.i \
$(ACE_ROOT)/ace/Synch_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
+ $(ACE_ROOT)/ace/Service_Config.h \
+ $(ACE_ROOT)/ace/Unbounded_Queue.h \
+ $(ACE_ROOT)/ace/Node.h \
+ $(ACE_ROOT)/ace/Node.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Queue.inl \
+ $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Set.h \
+ $(ACE_ROOT)/ace/Unbounded_Set.inl \
+ $(ACE_ROOT)/ace/Unbounded_Set.cpp \
+ $(ACE_ROOT)/ace/SString.h \
+ $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/String_Base_Const.h \
+ $(ACE_ROOT)/ace/String_Base.i \
+ $(ACE_ROOT)/ace/String_Base.cpp \
+ $(ACE_ROOT)/ace/Malloc.h \
+ $(ACE_ROOT)/ace/Malloc.i \
+ $(ACE_ROOT)/ace/Malloc_T.h \
$(ACE_ROOT)/ace/Malloc_Allocator.h \
$(ACE_ROOT)/ace/Malloc_Allocator.i \
$(ACE_ROOT)/ace/Free_List.h \
@@ -29770,44 +30067,11 @@ realclean:
$(ACE_ROOT)/ace/SV_Semaphore_Simple.h \
$(ACE_ROOT)/ace/SV_Semaphore_Simple.i \
$(ACE_ROOT)/ace/SV_Semaphore_Complex.i \
- $(ACE_ROOT)/ace/Unbounded_Set.h \
- $(ACE_ROOT)/ace/Node.h \
- $(ACE_ROOT)/ace/Node.cpp \
- $(ACE_ROOT)/ace/Unbounded_Set.inl \
- $(ACE_ROOT)/ace/Unbounded_Set.cpp \
$(ACE_ROOT)/ace/Memory_Pool.i \
$(ACE_ROOT)/ace/Auto_Ptr.h \
$(ACE_ROOT)/ace/Auto_Ptr.i \
$(ACE_ROOT)/ace/Auto_Ptr.cpp \
$(ACE_ROOT)/ace/SString.i \
- Exception.i \
- Object.h \
- Policy_ForwardC.h \
- Sequence.h \
- Managed_Types.h \
- Managed_Types.i \
- $(ACE_ROOT)/ace/Message_Block.h \
- $(ACE_ROOT)/ace/Message_Block.i \
- $(ACE_ROOT)/ace/Message_Block_T.h \
- $(ACE_ROOT)/ace/Message_Block_T.i \
- $(ACE_ROOT)/ace/Message_Block_T.cpp \
- Sequence.i \
- Sequence_T.h \
- Sequence_T.i \
- Sequence_T.cpp \
- Typecode.h \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
- $(ACE_ROOT)/ace/Functor.h \
- $(ACE_ROOT)/ace/Functor.i \
- $(ACE_ROOT)/ace/Functor_T.h \
- $(ACE_ROOT)/ace/Functor_T.i \
- $(ACE_ROOT)/ace/Functor_T.cpp \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
- $(ACE_ROOT)/ace/Service_Config.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.inl \
- $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
$(ACE_ROOT)/ace/XML_Svc_Conf.h \
$(ACE_ROOT)/ace/Service_Config.i \
$(ACE_ROOT)/ace/Reactor.h \
@@ -29823,20 +30087,27 @@ realclean:
$(ACE_ROOT)/ace/Reactor.i \
$(ACE_ROOT)/ace/Reactor_Impl.h \
$(ACE_ROOT)/ace/Svc_Conf_Tokens.h \
+ Exception.h \
+ Exception.i \
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
CDR.i \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -29845,6 +30116,7 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
Service_Callbacks.i \
PolicyC.h \
@@ -29855,7 +30127,7 @@ realclean:
Encodable.h \
PolicyC.i
-.obj/Parser_Registry.o .obj/Parser_Registry.dll .shobj/Parser_Registry.o .shobj/Parser_Registry.dll: Parser_Registry.cpp \
+.obj/Parser_Registry.o .obj/Parser_Registry.SO .shobj/Parser_Registry.o .shobj/Parser_Registry.SO: Parser_Registry.cpp \
Parser_Registry.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
@@ -30031,7 +30303,19 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ IOP_IORC.i \
Object.i \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h \
CurrentC.i \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h \
@@ -30043,7 +30327,6 @@ realclean:
Policy_Set.i \
LocalObject.h \
LocalObject.i \
- debug.h \
Policy_Manager.i \
Resource_Factory.h \
CONV_FRAMEC.h \
@@ -30064,26 +30347,17 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
- Any_T.h \
- Any.h \
- Any.i \
- AbstractBase.h \
- AbstractBase.inl \
- Any_T.inl \
- Any_T.cpp \
- Marshal.h \
- Marshal.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
IOPC.i \
PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -30131,7 +30405,7 @@ realclean:
$(ACE_ROOT)/ace/Service_Repository.h \
$(ACE_ROOT)/ace/Service_Repository.i
-.obj/IOR_Parser.o .obj/IOR_Parser.dll .shobj/IOR_Parser.o .shobj/IOR_Parser.dll: IOR_Parser.cpp \
+.obj/IOR_Parser.o .obj/IOR_Parser.SO .shobj/IOR_Parser.o .shobj/IOR_Parser.SO: IOR_Parser.cpp \
IOR_Parser.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
@@ -30245,7 +30519,7 @@ realclean:
$(ACE_ROOT)/ace/Dynamic_Service.i \
$(ACE_ROOT)/ace/Dynamic_Service.cpp
-.obj/DLL_Parser.o .obj/DLL_Parser.dll .shobj/DLL_Parser.o .shobj/DLL_Parser.dll: DLL_Parser.cpp DLL_Parser.h \
+.obj/DLL_Parser.o .obj/DLL_Parser.SO .shobj/DLL_Parser.o .shobj/DLL_Parser.SO: DLL_Parser.cpp DLL_Parser.h \
$(ACE_ROOT)/ace/pre.h \
IOR_Parser.h \
corbafwd.h \
@@ -30407,13 +30681,17 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ OctetSeqC.i \
+ IOP_IORC.i \
Object.i \
$(ACE_ROOT)/ace/Dynamic_Service.h \
$(ACE_ROOT)/ace/Dynamic_Service_Base.h \
$(ACE_ROOT)/ace/Dynamic_Service.i \
$(ACE_ROOT)/ace/Dynamic_Service.cpp
-.obj/FILE_Parser.o .obj/FILE_Parser.dll .shobj/FILE_Parser.o .shobj/FILE_Parser.dll: FILE_Parser.cpp FILE_Parser.h \
+.obj/FILE_Parser.o .obj/FILE_Parser.SO .shobj/FILE_Parser.o .shobj/FILE_Parser.SO: FILE_Parser.cpp FILE_Parser.h \
$(ACE_ROOT)/ace/pre.h \
IOR_Parser.h \
corbafwd.h \
@@ -30576,11 +30854,13 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ OctetSeqC.i \
+ IOP_IORC.i \
Object.i \
ORB.h \
ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i \
ServicesC.i \
CORBA_String.h \
CORBA_String.inl \
@@ -30589,6 +30869,16 @@ realclean:
objectid.h \
PolicyC.h \
CurrentC.h \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h \
CurrentC.i \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h \
@@ -30598,7 +30888,7 @@ realclean:
$(ACE_ROOT)/ace/Read_Buffer.h \
$(ACE_ROOT)/ace/Read_Buffer.i
-.obj/CORBALOC_Parser.o .obj/CORBALOC_Parser.dll .shobj/CORBALOC_Parser.o .shobj/CORBALOC_Parser.dll: CORBALOC_Parser.cpp CORBALOC_Parser.h \
+.obj/CORBALOC_Parser.o .obj/CORBALOC_Parser.SO .shobj/CORBALOC_Parser.o .shobj/CORBALOC_Parser.SO: CORBALOC_Parser.cpp CORBALOC_Parser.h \
$(ACE_ROOT)/ace/pre.h \
IOR_Parser.h \
corbafwd.h \
@@ -30764,7 +31054,19 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
- Object.i CurrentC.i Policy_ForwardC.h \
+ IOP_IORC.h \
+ IOP_IORC.i \
+ Object.i \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h CurrentC.i Policy_ForwardC.h \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h Encodable.h \
PolicyC.i ORB.i Environment.h \
@@ -30773,7 +31075,6 @@ realclean:
Policy_Set.i \
LocalObject.h \
LocalObject.i \
- debug.h \
Policy_Manager.i Resource_Factory.h \
CONV_FRAMEC.h CONV_FRAMEC.i params.h \
params.i TAO_Singleton_Manager.h \
@@ -30787,22 +31088,11 @@ realclean:
$(ACE_ROOT)/ace/Managed_Object.i \
$(ACE_ROOT)/ace/Managed_Object.cpp \
TAO_Singleton_Manager.h Adapter.h \
- Adapter.i PolicyFactory_Registry.h PortableInterceptorC.h TAO_Export.h \
- DynamicC.h StringSeqC.h Sequence.h StringSeqC.i \
- Any_T.h \
- Any.h \
- Any.i \
- AbstractBase.h \
- AbstractBase.inl \
- Any_T.inl \
- Any_T.cpp \
- Marshal.h \
- Marshal.i DynamicC.i \
- ObjectReferenceTemplateC.h OctetSeqC.h ValueBase.h \
- ValueBase.i ObjectReferenceTemplateC.i \
- Messaging_SyncScopeC.h Messaging_SyncScopeC.i IOPC.h Object.h Any_T.h \
- IOPC.i PortableInterceptorC.i \
- $(ACE_ROOT)/ace/Map_Manager.h \
+ Adapter.i PolicyFactory_Registry.h PortableInterceptorC.h PI_ForwardC.h \
+ OctetSeqC.h StringSeqC.h Sequence.h StringSeqC.i PI_ForwardC.i \
+ DynamicC.h DynamicC.i Messaging_SyncScopeC.h Messaging_SyncScopeC.i \
+ IOPC.h TAO_Export.h IOP_IORC.h IOP_CodecC.h IOP_CodecC.i IOPC.i \
+ PortableInterceptorC.i $(ACE_ROOT)/ace/Map_Manager.h \
$(ACE_ROOT)/ace/Map_Manager.i \
$(ACE_ROOT)/ace/Map_Manager.cpp Parser_Registry.h \
Parser_Registry.i Service_Callbacks.h \
@@ -30843,7 +31133,7 @@ realclean:
Endpoint.h Endpoint.i \
Connector_Registry.i
-.obj/CORBANAME_Parser.o .obj/CORBANAME_Parser.dll .shobj/CORBANAME_Parser.o .shobj/CORBANAME_Parser.dll: CORBANAME_Parser.cpp CORBANAME_Parser.h \
+.obj/CORBANAME_Parser.o .obj/CORBANAME_Parser.SO .shobj/CORBANAME_Parser.o .shobj/CORBANAME_Parser.SO: CORBANAME_Parser.cpp CORBANAME_Parser.h \
$(ACE_ROOT)/ace/pre.h \
IOR_Parser.h \
corbafwd.h \
@@ -30980,8 +31270,8 @@ realclean:
CDR.i Synch_Reply_Dispatcher.h \
Reply_Dispatcher.h \
IOPC.h \
- Object.h \
- Policy_ForwardC.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
Sequence.h \
Managed_Types.h \
Managed_Types.i \
@@ -31001,14 +31291,19 @@ realclean:
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
CDR.h \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -31017,6 +31312,7 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
Condition.h \
Condition.inl \
@@ -31032,10 +31328,11 @@ realclean:
corbafwd.h Service_Context.h \
Service_Context.inl \
target_specification.h target_specification.i operation_details.i \
- Transport.h Exception.h Transport_Cache_Manager.h \
+ Transport.h Exception.h Transport_Descriptor_Interface.h \
+ Transport_Descriptor_Interface.inl \
+ Transport_Cache_Manager.h \
Cache_Entries.h \
Transport_Descriptor_Interface.h \
- Transport_Descriptor_Interface.inl \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
Cache_Entries.inl \
@@ -31046,10 +31343,6 @@ realclean:
Incoming_Message_Queue.inl Synch_Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl Synch_Refcountable.inl \
- CONV_FRAMEC.h CONV_FRAMEC.i Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.cpp \
Transport.inl Invocation.i Stub.h \
MProfile.h \
PolicyC.h \
@@ -31062,8 +31355,6 @@ realclean:
MProfile.i \
ORB.h \
ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i \
ServicesC.i \
CORBA_String.h \
CORBA_String.inl \
@@ -31079,6 +31370,8 @@ realclean:
LocalObject.i \
Policy_Manager.i \
Resource_Factory.h \
+ CONV_FRAMEC.h \
+ CONV_FRAMEC.i \
params.h \
params.i \
TAO_Singleton_Manager.h \
@@ -31095,14 +31388,12 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -31147,7 +31438,7 @@ realclean:
ORB_Core_Auto_Ptr.inl \
Stub.i debug.h
-.obj/MCAST_Parser.o .obj/MCAST_Parser.dll .shobj/MCAST_Parser.o .shobj/MCAST_Parser.dll: MCAST_Parser.cpp MCAST_Parser.h \
+.obj/MCAST_Parser.o .obj/MCAST_Parser.SO .shobj/MCAST_Parser.o .shobj/MCAST_Parser.SO: MCAST_Parser.cpp MCAST_Parser.h \
$(ACE_ROOT)/ace/pre.h \
IOR_Parser.h \
corbafwd.h \
@@ -31310,11 +31601,24 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ OctetSeqC.i \
+ IOP_IORC.i \
Object.i ORB_Core.h corbafwd.h ORB.h \
- Exception.h ServicesC.h OctetSeqC.h \
- OctetSeqC.i ServicesC.i CORBA_String.h \
- ObjectIdListC.h ObjectIdListC.i objectid.h PolicyC.h CurrentC.h \
- Object.h CurrentC.i Policy_ForwardC.h \
+ Exception.h ServicesC.h ServicesC.i CORBA_String.h ObjectIdListC.h \
+ ObjectIdListC.i objectid.h PolicyC.h CurrentC.h \
+ Object.h \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h CurrentC.i Policy_ForwardC.h \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h Encodable.h \
PolicyC.i ORB.i Environment.h \
@@ -31323,7 +31627,6 @@ realclean:
Policy_Set.i \
LocalObject.h \
LocalObject.i \
- debug.h \
Policy_Manager.i Resource_Factory.h \
CONV_FRAMEC.h CONV_FRAMEC.i params.h \
params.i TAO_Singleton_Manager.h \
@@ -31337,20 +31640,10 @@ realclean:
$(ACE_ROOT)/ace/Managed_Object.i \
$(ACE_ROOT)/ace/Managed_Object.cpp \
TAO_Singleton_Manager.h Adapter.h \
- Adapter.i PolicyFactory_Registry.h PortableInterceptorC.h TAO_Export.h \
- DynamicC.h StringSeqC.h Sequence.h StringSeqC.i \
- Any_T.h \
- Any.h \
- Any.i \
- AbstractBase.h \
- AbstractBase.inl \
- Any_T.inl \
- Any_T.cpp \
- Marshal.h \
- Marshal.i DynamicC.i \
- ObjectReferenceTemplateC.h OctetSeqC.h ValueBase.h \
- ValueBase.i ObjectReferenceTemplateC.i \
- Messaging_SyncScopeC.h Messaging_SyncScopeC.i IOPC.h Any_T.h IOPC.i \
+ Adapter.i PolicyFactory_Registry.h PortableInterceptorC.h PI_ForwardC.h \
+ OctetSeqC.h StringSeqC.h Sequence.h StringSeqC.i PI_ForwardC.i \
+ DynamicC.h DynamicC.i Messaging_SyncScopeC.h Messaging_SyncScopeC.i \
+ IOPC.h TAO_Export.h IOP_IORC.h IOP_CodecC.h IOP_CodecC.i IOPC.i \
PortableInterceptorC.i $(ACE_ROOT)/ace/Map_Manager.h \
$(ACE_ROOT)/ace/Map_Manager.i \
$(ACE_ROOT)/ace/Map_Manager.cpp Parser_Registry.h \
@@ -31400,7 +31693,7 @@ realclean:
$(ACE_ROOT)/ace/SOCK_Dgram.h \
$(ACE_ROOT)/ace/SOCK_Dgram.i
-.obj/Bind_Dispatcher_Guard.o .obj/Bind_Dispatcher_Guard.dll .shobj/Bind_Dispatcher_Guard.o .shobj/Bind_Dispatcher_Guard.dll: Bind_Dispatcher_Guard.cpp \
+.obj/Bind_Dispatcher_Guard.o .obj/Bind_Dispatcher_Guard.SO .shobj/Bind_Dispatcher_Guard.o .shobj/Bind_Dispatcher_Guard.SO: Bind_Dispatcher_Guard.cpp \
Bind_Dispatcher_Guard.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
@@ -31437,11 +31730,30 @@ realclean:
Bind_Dispatcher_Guard.i \
Reply_Dispatcher.h \
IOPC.h \
- Exception.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ Sequence.h \
+ Managed_Types.h \
+ Managed_Types.i \
$(ACE_ROOT)/ace/CORBA_macros.h \
$(ACE_ROOT)/ace/Exception_Macros.h \
- $(ACE_ROOT)/ace/SString.h \
- $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/Log_Msg.h \
+ $(ACE_ROOT)/ace/Log_Priority.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
+ $(ACE_ROOT)/ace/Message_Block.h \
+ $(ACE_ROOT)/ace/Message_Block.i \
+ $(ACE_ROOT)/ace/Message_Block_T.h \
+ $(ACE_ROOT)/ace/Message_Block_T.i \
+ $(ACE_ROOT)/ace/Message_Block_T.cpp \
+ $(ACE_ROOT)/ace/Malloc_Base.h \
+ Sequence.i \
+ Sequence_T.h \
+ Sequence_T.i \
+ Sequence_T.cpp \
+ Typecode.h \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
+ $(ACE_ROOT)/ace/Functor.h \
$(ACE_ROOT)/ace/ACE.h \
$(ACE_ROOT)/ace/Flag_Manip.h \
$(ACE_ROOT)/ace/Flag_Manip.i \
@@ -31454,17 +31766,11 @@ realclean:
$(ACE_ROOT)/ace/Sock_Connect.h \
$(ACE_ROOT)/ace/Sock_Connect.i \
$(ACE_ROOT)/ace/ACE.i \
- $(ACE_ROOT)/ace/String_Base_Const.h \
- $(ACE_ROOT)/ace/String_Base.i \
- $(ACE_ROOT)/ace/Malloc_Base.h \
- $(ACE_ROOT)/ace/String_Base.cpp \
- $(ACE_ROOT)/ace/Malloc.h \
- $(ACE_ROOT)/ace/Log_Msg.h \
- $(ACE_ROOT)/ace/Log_Priority.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
- $(ACE_ROOT)/ace/Malloc.i \
- $(ACE_ROOT)/ace/Malloc_T.h \
+ $(ACE_ROOT)/ace/Functor.i \
+ $(ACE_ROOT)/ace/Functor_T.h \
+ $(ACE_ROOT)/ace/Functor_T.i \
+ $(ACE_ROOT)/ace/Functor_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
$(ACE_ROOT)/ace/Synch.h \
$(ACE_ROOT)/ace/Synch.i \
$(ACE_ROOT)/ace/Synch_T.h \
@@ -31476,6 +31782,24 @@ realclean:
$(ACE_ROOT)/ace/Thread_Adapter.inl \
$(ACE_ROOT)/ace/Thread.i \
$(ACE_ROOT)/ace/Synch_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
+ $(ACE_ROOT)/ace/Service_Config.h \
+ $(ACE_ROOT)/ace/Unbounded_Queue.h \
+ $(ACE_ROOT)/ace/Node.h \
+ $(ACE_ROOT)/ace/Node.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Queue.inl \
+ $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Set.h \
+ $(ACE_ROOT)/ace/Unbounded_Set.inl \
+ $(ACE_ROOT)/ace/Unbounded_Set.cpp \
+ $(ACE_ROOT)/ace/SString.h \
+ $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/String_Base_Const.h \
+ $(ACE_ROOT)/ace/String_Base.i \
+ $(ACE_ROOT)/ace/String_Base.cpp \
+ $(ACE_ROOT)/ace/Malloc.h \
+ $(ACE_ROOT)/ace/Malloc.i \
+ $(ACE_ROOT)/ace/Malloc_T.h \
$(ACE_ROOT)/ace/Malloc_Allocator.h \
$(ACE_ROOT)/ace/Malloc_Allocator.i \
$(ACE_ROOT)/ace/Free_List.h \
@@ -31494,44 +31818,11 @@ realclean:
$(ACE_ROOT)/ace/SV_Semaphore_Simple.h \
$(ACE_ROOT)/ace/SV_Semaphore_Simple.i \
$(ACE_ROOT)/ace/SV_Semaphore_Complex.i \
- $(ACE_ROOT)/ace/Unbounded_Set.h \
- $(ACE_ROOT)/ace/Node.h \
- $(ACE_ROOT)/ace/Node.cpp \
- $(ACE_ROOT)/ace/Unbounded_Set.inl \
- $(ACE_ROOT)/ace/Unbounded_Set.cpp \
$(ACE_ROOT)/ace/Memory_Pool.i \
$(ACE_ROOT)/ace/Auto_Ptr.h \
$(ACE_ROOT)/ace/Auto_Ptr.i \
$(ACE_ROOT)/ace/Auto_Ptr.cpp \
$(ACE_ROOT)/ace/SString.i \
- Exception.i \
- Object.h \
- Policy_ForwardC.h \
- Sequence.h \
- Managed_Types.h \
- Managed_Types.i \
- $(ACE_ROOT)/ace/Message_Block.h \
- $(ACE_ROOT)/ace/Message_Block.i \
- $(ACE_ROOT)/ace/Message_Block_T.h \
- $(ACE_ROOT)/ace/Message_Block_T.i \
- $(ACE_ROOT)/ace/Message_Block_T.cpp \
- Sequence.i \
- Sequence_T.h \
- Sequence_T.i \
- Sequence_T.cpp \
- Typecode.h \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
- $(ACE_ROOT)/ace/Functor.h \
- $(ACE_ROOT)/ace/Functor.i \
- $(ACE_ROOT)/ace/Functor_T.h \
- $(ACE_ROOT)/ace/Functor_T.i \
- $(ACE_ROOT)/ace/Functor_T.cpp \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
- $(ACE_ROOT)/ace/Service_Config.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.inl \
- $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
$(ACE_ROOT)/ace/XML_Svc_Conf.h \
$(ACE_ROOT)/ace/Service_Config.i \
$(ACE_ROOT)/ace/Reactor.h \
@@ -31547,20 +31838,27 @@ realclean:
$(ACE_ROOT)/ace/Reactor.i \
$(ACE_ROOT)/ace/Reactor_Impl.h \
$(ACE_ROOT)/ace/Svc_Conf_Tokens.h \
+ Exception.h \
+ Exception.i \
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
CDR.i \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -31569,6 +31867,7 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
Condition.h \
Condition.inl \
@@ -31576,7 +31875,7 @@ realclean:
Reply_Dispatcher.i \
Transport_Mux_Strategy.h
-.obj/Fault_Tolerance_Service.o .obj/Fault_Tolerance_Service.dll .shobj/Fault_Tolerance_Service.o .shobj/Fault_Tolerance_Service.dll: Fault_Tolerance_Service.cpp \
+.obj/Fault_Tolerance_Service.o .obj/Fault_Tolerance_Service.SO .shobj/Fault_Tolerance_Service.o .shobj/Fault_Tolerance_Service.SO: Fault_Tolerance_Service.cpp \
Fault_Tolerance_Service.h \
$(ACE_ROOT)/ace/pre.h \
$(ACE_ROOT)/ace/SString.h \
@@ -31676,15 +31975,13 @@ realclean:
Fault_Tolerance_Service.i \
Service_Callbacks.h \
IOPC.h \
- Exception.h \
- $(ACE_ROOT)/ace/CORBA_macros.h \
- $(ACE_ROOT)/ace/Exception_Macros.h \
- Exception.i \
- Object.h \
- Policy_ForwardC.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
Sequence.h \
Managed_Types.h \
Managed_Types.i \
+ $(ACE_ROOT)/ace/CORBA_macros.h \
+ $(ACE_ROOT)/ace/Exception_Macros.h \
$(ACE_ROOT)/ace/Message_Block.h \
$(ACE_ROOT)/ace/Message_Block.i \
$(ACE_ROOT)/ace/Message_Block_T.h \
@@ -31722,20 +32019,27 @@ realclean:
$(ACE_ROOT)/ace/Reactor.i \
$(ACE_ROOT)/ace/Reactor_Impl.h \
$(ACE_ROOT)/ace/Svc_Conf_Tokens.h \
+ Exception.h \
+ Exception.i \
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
CDR.i \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -31744,6 +32048,7 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
Service_Callbacks.i \
$(ACE_ROOT)/ace/Dynamic_Service.h \
@@ -31759,8 +32064,6 @@ realclean:
ORB_Core.h \
ORB.h \
ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i \
ServicesC.i \
CORBA_String.h \
CORBA_String.inl \
@@ -31800,14 +32103,12 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
PortableInterceptorC.i \
@@ -31847,7 +32148,7 @@ realclean:
ORB_Core.i \
Client_Strategy_Factory.h
-.obj/Interceptor_List.o .obj/Interceptor_List.dll .shobj/Interceptor_List.o .shobj/Interceptor_List.dll: Interceptor_List.cpp \
+.obj/Interceptor_List.o .obj/Interceptor_List.SO .shobj/Interceptor_List.o .shobj/Interceptor_List.SO: Interceptor_List.cpp \
Interceptor_List.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
@@ -31882,9 +32183,8 @@ realclean:
TAO_Export.h \
corbafwd.i \
PortableInterceptorC.h \
- CurrentC.h \
- Object.h \
- Policy_ForwardC.h \
+ PI_ForwardC.h \
+ OctetSeqC.h \
Sequence.h \
Managed_Types.h \
Managed_Types.i \
@@ -31996,6 +32296,13 @@ realclean:
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
+ StringSeqC.h \
+ StringSeqC.i \
+ PI_ForwardC.i \
+ CurrentC.h \
+ Object.h \
+ Policy_ForwardC.h \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
@@ -32004,11 +32311,283 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ IOP_IORC.i \
Object.i \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h \
CurrentC.i \
DynamicC.h \
+ DynamicC.i \
+ Messaging_SyncScopeC.h \
+ Messaging_SyncScopeC.i \
+ IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
+ IOPC.i \
+ PolicyC.h \
+ Remote_Object_Proxy_Impl.h \
+ Object_Proxy_Impl.h \
+ Encodable.h \
+ PolicyC.i \
+ PortableInterceptorC.i \
+ $(ACE_ROOT)/ace/Array_Base.h \
+ $(ACE_ROOT)/ace/Array_Base.inl \
+ $(ACE_ROOT)/ace/Array_Base.cpp \
+ Interceptor_List.inl \
+ IORInterceptor_Adapter.h \
+ $(ACE_ROOT)/ace/Service_Object.h \
+ $(ACE_ROOT)/ace/Shared_Object.h \
+ $(ACE_ROOT)/ace/Shared_Object.i \
+ $(ACE_ROOT)/ace/DLL.h \
+ $(ACE_ROOT)/ace/Service_Object.i \
+ CORBA_String.h \
+ CORBA_String.inl \
+ ORB_Core.h \
+ ORB.h \
+ ServicesC.h \
+ ServicesC.i \
+ ObjectIdListC.h \
+ ObjectIdListC.i \
+ objectid.h \
+ ORB.i \
+ Policy_Manager.h \
+ Policy_Set.h \
+ Policy_Set.i \
+ LocalObject.h \
+ LocalObject.i \
+ Policy_Manager.i \
+ Resource_Factory.h \
+ CONV_FRAMEC.h \
+ CONV_FRAMEC.i \
+ params.h \
+ params.i \
+ TAO_Singleton_Manager.h \
+ TAO_Singleton_Manager.inl \
+ TAO_Singleton.h \
+ TAO_Singleton.inl \
+ TAO_Singleton.cpp \
+ $(ACE_ROOT)/ace/Object_Manager.h \
+ $(ACE_ROOT)/ace/Object_Manager.i \
+ $(ACE_ROOT)/ace/Managed_Object.h \
+ $(ACE_ROOT)/ace/Managed_Object.i \
+ $(ACE_ROOT)/ace/Managed_Object.cpp \
+ Adapter.h \
+ Adapter.i \
+ PolicyFactory_Registry.h \
+ $(ACE_ROOT)/ace/Map_Manager.h \
+ $(ACE_ROOT)/ace/Map_Manager.i \
+ $(ACE_ROOT)/ace/Map_Manager.cpp \
+ Parser_Registry.h \
+ Parser_Registry.i \
+ Service_Callbacks.h \
+ Service_Callbacks.i \
+ Fault_Tolerance_Service.h \
+ Fault_Tolerance_Service.i \
+ Cleanup_Func_Registry.h \
+ Cleanup_Func_Registry.inl \
+ Object_Ref_Table.h \
+ PICurrent.h \
+ PICurrent.inl \
+ $(ACE_ROOT)/ace/Thread_Manager.h \
+ $(ACE_ROOT)/ace/Thread_Exit.h \
+ $(ACE_ROOT)/ace/Thread_Control.h \
+ $(ACE_ROOT)/ace/Thread_Control.inl \
+ $(ACE_ROOT)/ace/Containers.h \
+ $(ACE_ROOT)/ace/Containers.i \
+ $(ACE_ROOT)/ace/Containers_T.h \
+ $(ACE_ROOT)/ace/Containers_T.i \
+ $(ACE_ROOT)/ace/Containers_T.cpp \
+ $(ACE_ROOT)/ace/Singleton.h \
+ $(ACE_ROOT)/ace/Singleton.i \
+ $(ACE_ROOT)/ace/Singleton.cpp \
+ $(ACE_ROOT)/ace/Framework_Component.h \
+ $(ACE_ROOT)/ace/Framework_Component.inl \
+ $(ACE_ROOT)/ace/Framework_Component_T.h \
+ $(ACE_ROOT)/ace/Framework_Component_T.inl \
+ $(ACE_ROOT)/ace/Framework_Component_T.cpp \
+ $(ACE_ROOT)/ace/Thread_Manager.i \
+ ORB_Core.i \
+ $(ACE_ROOT)/ace/Dynamic_Service.h \
+ $(ACE_ROOT)/ace/Dynamic_Service_Base.h \
+ $(ACE_ROOT)/ace/Dynamic_Service.i \
+ $(ACE_ROOT)/ace/Dynamic_Service.cpp
+
+.obj/IORInterceptor_Adapter.o .obj/IORInterceptor_Adapter.SO .shobj/IORInterceptor_Adapter.o .shobj/IORInterceptor_Adapter.SO: IORInterceptor_Adapter.cpp \
+ IORInterceptor_Adapter.h \
+ $(ACE_ROOT)/ace/pre.h \
+ corbafwd.h \
+ $(ACE_ROOT)/ace/CDR_Base.h \
+ $(ACE_ROOT)/ace/post.h \
+ $(ACE_ROOT)/ace/ace_wchar.h \
+ $(ACE_ROOT)/ace/ace_wchar.inl \
+ $(ACE_ROOT)/ace/Basic_Types.h \
+ $(ACE_ROOT)/ace/ACE_export.h \
+ $(ACE_ROOT)/ace/Basic_Types.i \
+ $(ACE_ROOT)/ace/OS.h \
+ $(ACE_ROOT)/ace/OS_Dirent.h \
+ $(ACE_ROOT)/ace/OS_Export.h \
+ $(ACE_ROOT)/ace/OS_Errno.h \
+ $(ACE_ROOT)/ace/OS_Errno.inl \
+ $(ACE_ROOT)/ace/OS_Dirent.inl \
+ $(ACE_ROOT)/ace/OS_String.h \
+ $(ACE_ROOT)/ace/OS_String.inl \
+ $(ACE_ROOT)/ace/OS_Memory.h \
+ $(ACE_ROOT)/ace/OS_Memory.inl \
+ $(ACE_ROOT)/ace/OS_TLI.h \
+ $(ACE_ROOT)/ace/OS_TLI.inl \
+ $(ACE_ROOT)/ace/Time_Value.h \
+ $(ACE_ROOT)/ace/Time_Value.inl \
+ $(ACE_ROOT)/ace/Default_Constants.h \
+ $(ACE_ROOT)/ace/Global_Macros.h \
+ $(ACE_ROOT)/ace/Min_Max.h \
+ $(ACE_ROOT)/ace/streams.h \
+ $(ACE_ROOT)/ace/Trace.h $(ACE_ROOT)/ace/OS.i \
+ $(ACE_ROOT)/ace/CDR_Base.inl \
+ orbconf.h \
+ TAO_Export.h \
+ corbafwd.i \
+ Interceptor_List.h \
+ PortableInterceptorC.h \
+ PI_ForwardC.h \
+ OctetSeqC.h \
+ Sequence.h \
+ Managed_Types.h \
+ Managed_Types.i \
+ $(ACE_ROOT)/ace/CORBA_macros.h \
+ $(ACE_ROOT)/ace/Exception_Macros.h \
+ $(ACE_ROOT)/ace/Log_Msg.h \
+ $(ACE_ROOT)/ace/Log_Priority.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
+ $(ACE_ROOT)/ace/Message_Block.h \
+ $(ACE_ROOT)/ace/Message_Block.i \
+ $(ACE_ROOT)/ace/Message_Block_T.h \
+ $(ACE_ROOT)/ace/Message_Block_T.i \
+ $(ACE_ROOT)/ace/Message_Block_T.cpp \
+ $(ACE_ROOT)/ace/Malloc_Base.h \
+ Sequence.i \
+ Sequence_T.h \
+ Sequence_T.i \
+ Sequence_T.cpp \
+ Typecode.h \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
+ $(ACE_ROOT)/ace/Functor.h \
+ $(ACE_ROOT)/ace/ACE.h \
+ $(ACE_ROOT)/ace/Flag_Manip.h \
+ $(ACE_ROOT)/ace/Flag_Manip.i \
+ $(ACE_ROOT)/ace/Handle_Ops.h \
+ $(ACE_ROOT)/ace/Handle_Ops.i \
+ $(ACE_ROOT)/ace/Lib_Find.h \
+ $(ACE_ROOT)/ace/Lib_Find.i \
+ $(ACE_ROOT)/ace/Init_ACE.h \
+ $(ACE_ROOT)/ace/Init_ACE.i \
+ $(ACE_ROOT)/ace/Sock_Connect.h \
+ $(ACE_ROOT)/ace/Sock_Connect.i \
+ $(ACE_ROOT)/ace/ACE.i \
+ $(ACE_ROOT)/ace/Functor.i \
+ $(ACE_ROOT)/ace/Functor_T.h \
+ $(ACE_ROOT)/ace/Functor_T.i \
+ $(ACE_ROOT)/ace/Functor_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
+ $(ACE_ROOT)/ace/Synch.h \
+ $(ACE_ROOT)/ace/Synch.i \
+ $(ACE_ROOT)/ace/Synch_T.h \
+ $(ACE_ROOT)/ace/Synch_T.i \
+ $(ACE_ROOT)/ace/Thread.h \
+ $(ACE_ROOT)/ace/Thread_Adapter.h \
+ $(ACE_ROOT)/ace/Base_Thread_Adapter.h \
+ $(ACE_ROOT)/ace/Base_Thread_Adapter.inl \
+ $(ACE_ROOT)/ace/Thread_Adapter.inl \
+ $(ACE_ROOT)/ace/Thread.i \
+ $(ACE_ROOT)/ace/Synch_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
+ $(ACE_ROOT)/ace/Service_Config.h \
+ $(ACE_ROOT)/ace/Unbounded_Queue.h \
+ $(ACE_ROOT)/ace/Node.h \
+ $(ACE_ROOT)/ace/Node.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Queue.inl \
+ $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Set.h \
+ $(ACE_ROOT)/ace/Unbounded_Set.inl \
+ $(ACE_ROOT)/ace/Unbounded_Set.cpp \
+ $(ACE_ROOT)/ace/SString.h \
+ $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/String_Base_Const.h \
+ $(ACE_ROOT)/ace/String_Base.i \
+ $(ACE_ROOT)/ace/String_Base.cpp \
+ $(ACE_ROOT)/ace/Malloc.h \
+ $(ACE_ROOT)/ace/Malloc.i \
+ $(ACE_ROOT)/ace/Malloc_T.h \
+ $(ACE_ROOT)/ace/Malloc_Allocator.h \
+ $(ACE_ROOT)/ace/Malloc_Allocator.i \
+ $(ACE_ROOT)/ace/Free_List.h \
+ $(ACE_ROOT)/ace/Free_List.i \
+ $(ACE_ROOT)/ace/Free_List.cpp \
+ $(ACE_ROOT)/ace/Malloc_T.i \
+ $(ACE_ROOT)/ace/Malloc_T.cpp \
+ $(ACE_ROOT)/ace/Memory_Pool.h \
+ $(ACE_ROOT)/ace/Event_Handler.h \
+ $(ACE_ROOT)/ace/Event_Handler.i \
+ $(ACE_ROOT)/ace/Signal.h \
+ $(ACE_ROOT)/ace/Signal.i \
+ $(ACE_ROOT)/ace/Mem_Map.h \
+ $(ACE_ROOT)/ace/Mem_Map.i \
+ $(ACE_ROOT)/ace/SV_Semaphore_Complex.h \
+ $(ACE_ROOT)/ace/SV_Semaphore_Simple.h \
+ $(ACE_ROOT)/ace/SV_Semaphore_Simple.i \
+ $(ACE_ROOT)/ace/SV_Semaphore_Complex.i \
+ $(ACE_ROOT)/ace/Memory_Pool.i \
+ $(ACE_ROOT)/ace/Auto_Ptr.h \
+ $(ACE_ROOT)/ace/Auto_Ptr.i \
+ $(ACE_ROOT)/ace/Auto_Ptr.cpp \
+ $(ACE_ROOT)/ace/SString.i \
+ $(ACE_ROOT)/ace/XML_Svc_Conf.h \
+ $(ACE_ROOT)/ace/Service_Config.i \
+ $(ACE_ROOT)/ace/Reactor.h \
+ $(ACE_ROOT)/ace/Handle_Set.h \
+ $(ACE_ROOT)/ace/Handle_Set.i \
+ $(ACE_ROOT)/ace/Timer_Queue.h \
+ $(ACE_ROOT)/ace/Timer_Queue_T.h \
+ $(ACE_ROOT)/ace/Test_and_Set.h \
+ $(ACE_ROOT)/ace/Test_and_Set.i \
+ $(ACE_ROOT)/ace/Test_and_Set.cpp \
+ $(ACE_ROOT)/ace/Timer_Queue_T.i \
+ $(ACE_ROOT)/ace/Timer_Queue_T.cpp \
+ $(ACE_ROOT)/ace/Reactor.i \
+ $(ACE_ROOT)/ace/Reactor_Impl.h \
+ $(ACE_ROOT)/ace/Svc_Conf_Tokens.h \
+ Exception.h \
+ Exception.i \
+ Typecode.i \
+ Environment.h \
+ Environment.i \
+ OctetSeqC.i \
StringSeqC.h \
StringSeqC.i \
+ PI_ForwardC.i \
+ CurrentC.h \
+ Object.h \
+ Policy_ForwardC.h \
+ CDR.h \
+ $(ACE_ROOT)/ace/CDR_Stream.h \
+ $(ACE_ROOT)/ace/CDR_Stream.i \
+ CDR.i \
+ varbase.h \
+ Policy_ForwardC.i \
+ Object_KeyC.h \
+ Object_KeyC.i \
+ IOP_IORC.h \
+ IOP_IORC.i \
+ Object.i \
Any_T.h \
Any.h \
Any.i \
@@ -32019,16 +32598,14 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ CurrentC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- OctetSeqC.h \
- OctetSeqC.i \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
IOPC.i \
PolicyC.h \
Remote_Object_Proxy_Impl.h \
@@ -32040,10 +32617,17 @@ realclean:
$(ACE_ROOT)/ace/Array_Base.inl \
$(ACE_ROOT)/ace/Array_Base.cpp \
Interceptor_List.inl \
- CORBA_String.h \
- CORBA_String.inl
+ $(ACE_ROOT)/ace/Service_Object.h \
+ $(ACE_ROOT)/ace/Shared_Object.h \
+ $(ACE_ROOT)/ace/Shared_Object.i \
+ $(ACE_ROOT)/ace/DLL.h \
+ $(ACE_ROOT)/ace/Service_Object.i \
+ $(ACE_ROOT)/ace/Dynamic_Service.h \
+ $(ACE_ROOT)/ace/Dynamic_Service_Base.h \
+ $(ACE_ROOT)/ace/Dynamic_Service.i \
+ $(ACE_ROOT)/ace/Dynamic_Service.cpp
-.obj/IFR_Client_Adapter.o .obj/IFR_Client_Adapter.dll .shobj/IFR_Client_Adapter.o .shobj/IFR_Client_Adapter.dll: IFR_Client_Adapter.cpp \
+.obj/IFR_Client_Adapter.o .obj/IFR_Client_Adapter.SO .shobj/IFR_Client_Adapter.o .shobj/IFR_Client_Adapter.SO: IFR_Client_Adapter.cpp \
IFR_Client_Adapter.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
@@ -32092,7 +32676,7 @@ realclean:
$(ACE_ROOT)/ace/Dynamic_Service.i \
$(ACE_ROOT)/ace/Dynamic_Service.cpp
-.obj/ORBInitInfo.o .obj/ORBInitInfo.dll .shobj/ORBInitInfo.o .shobj/ORBInitInfo.dll: ORBInitInfo.cpp ORBInitInfo.h \
+.obj/ORBInitInfo.o .obj/ORBInitInfo.SO .shobj/ORBInitInfo.o .shobj/ORBInitInfo.SO: ORBInitInfo.cpp ORBInitInfo.h \
$(ACE_ROOT)/ace/pre.h corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
$(ACE_ROOT)/ace/post.h \
@@ -32124,10 +32708,8 @@ realclean:
orbconf.h \
TAO_Export.h \
corbafwd.i PortableInterceptorC.h \
- corbafwd.h TAO_Export.h CurrentC.h \
- Object.h \
- Policy_ForwardC.h \
- Sequence.h \
+ PI_ForwardC.h OctetSeqC.h Sequence.h \
+ corbafwd.h \
Managed_Types.h \
Managed_Types.i \
$(ACE_ROOT)/ace/CORBA_macros.h \
@@ -32144,6 +32726,7 @@ realclean:
$(ACE_ROOT)/ace/Malloc_Base.h \
Sequence.i \
Sequence_T.h \
+ Sequence.h \
Sequence_T.i \
Sequence_T.cpp \
Typecode.h \
@@ -32237,7 +32820,10 @@ realclean:
Exception.i \
Typecode.i \
Environment.h \
- Environment.i \
+ Environment.i OctetSeqC.i StringSeqC.h \
+ StringSeqC.i PI_ForwardC.i CurrentC.h \
+ Object.h \
+ Policy_ForwardC.h \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
@@ -32246,8 +32832,10 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
- Object.i CurrentC.i DynamicC.h \
- StringSeqC.h Sequence.h StringSeqC.i \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ IOP_IORC.i \
+ Object.i \
Any_T.h \
Any.h \
Any.i \
@@ -32257,19 +32845,16 @@ realclean:
Any_T.cpp \
Marshal.h \
Marshal.i \
- debug.h DynamicC.i \
- ObjectReferenceTemplateC.h OctetSeqC.h OctetSeqC.i ValueBase.h \
- ValueBase.i Exception.h \
- ObjectReferenceTemplateC.i Messaging_SyncScopeC.h \
- Messaging_SyncScopeC.i IOPC.h Object.h Any_T.h IOPC.i PolicyC.h \
- Policy_ForwardC.h Remote_Object_Proxy_Impl.h \
+ debug.h CurrentC.i DynamicC.h \
+ DynamicC.i Messaging_SyncScopeC.h Messaging_SyncScopeC.i IOPC.h \
+ TAO_Export.h IOP_IORC.h IOP_CodecC.h IOP_CodecC.i IOPC.i PolicyC.h \
+ Policy_ForwardC.h Exception.h Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h Encodable.h \
- PolicyC.i PortableInterceptorC.i LocalObject.h Object_KeyC.h \
- LocalObject.i ORBInitInfo.inl ORB_Core.h ORB.h ServicesC.h \
- OctetSeqC.h ServicesC.i CORBA_String.h \
- CORBA_String.inl ObjectIdListC.h \
- ObjectIdListC.i objectid.h ORB.i \
- Environment.h Policy_Manager.h \
+ PolicyC.i PortableInterceptorC.i LocalObject.h Object.h Object_KeyC.h \
+ LocalObject.i ORBInitInfo.inl ORB_Core.h ORB.h ServicesC.h ServicesC.i \
+ CORBA_String.h CORBA_String.inl \
+ ObjectIdListC.h ObjectIdListC.i objectid.h \
+ ORB.i Environment.h Policy_Manager.h \
Policy_Set.h \
PolicyC.h \
Policy_Set.i \
@@ -32324,13 +32909,13 @@ realclean:
$(ACE_ROOT)/ace/Framework_Component_T.cpp \
$(ACE_ROOT)/ace/Thread_Manager.i ORB_Core.i CodecFactory.h
-.obj/ORBInitializer_Registry.o .obj/ORBInitializer_Registry.dll .shobj/ORBInitializer_Registry.o .shobj/ORBInitializer_Registry.dll: ORBInitializer_Registry.cpp \
+.obj/ORBInitializer_Registry.o .obj/ORBInitializer_Registry.SO .shobj/ORBInitializer_Registry.o .shobj/ORBInitializer_Registry.SO: ORBInitializer_Registry.cpp \
ORBInitializer_Registry.h $(ACE_ROOT)/ace/pre.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ace_wchar.h \
$(ACE_ROOT)/ace/ace_wchar.inl PortableInterceptorC.h \
- corbafwd.h \
- $(ACE_ROOT)/ace/CDR_Base.h \
+ PI_ForwardC.h TAO_Export.h OctetSeqC.h \
+ corbafwd.h $(ACE_ROOT)/ace/CDR_Base.h \
$(ACE_ROOT)/ace/Basic_Types.h \
$(ACE_ROOT)/ace/ACE_export.h \
$(ACE_ROOT)/ace/Basic_Types.i \
@@ -32355,11 +32940,8 @@ realclean:
$(ACE_ROOT)/ace/Trace.h $(ACE_ROOT)/ace/OS.i \
$(ACE_ROOT)/ace/CDR_Base.inl \
orbconf.h \
- TAO_Export.h \
- corbafwd.i TAO_Export.h CurrentC.h \
- Object.h \
- Policy_ForwardC.h \
- Sequence.h \
+ corbafwd.i Sequence.h \
+ corbafwd.h \
Managed_Types.h \
Managed_Types.i \
$(ACE_ROOT)/ace/CORBA_macros.h \
@@ -32376,6 +32958,7 @@ realclean:
$(ACE_ROOT)/ace/Malloc_Base.h \
Sequence.i \
Sequence_T.h \
+ Sequence.h \
Sequence_T.i \
Sequence_T.cpp \
Typecode.h \
@@ -32469,7 +33052,10 @@ realclean:
Exception.i \
Typecode.i \
Environment.h \
- Environment.i \
+ Environment.i OctetSeqC.i StringSeqC.h \
+ StringSeqC.i PI_ForwardC.i CurrentC.h \
+ Object.h \
+ Policy_ForwardC.h \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
@@ -32478,8 +33064,10 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
- Object.i CurrentC.i DynamicC.h \
- StringSeqC.h corbafwd.h Sequence.h StringSeqC.i \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ IOP_IORC.i \
+ Object.i \
Any_T.h \
Any.h \
Any.i \
@@ -32489,18 +33077,16 @@ realclean:
Any_T.cpp \
Marshal.h \
Marshal.i \
- debug.h DynamicC.i \
- ObjectReferenceTemplateC.h OctetSeqC.h OctetSeqC.i ValueBase.h \
- ValueBase.i Exception.h \
- ObjectReferenceTemplateC.i Messaging_SyncScopeC.h \
- Messaging_SyncScopeC.i IOPC.h Object.h Any_T.h IOPC.i PolicyC.h \
- Policy_ForwardC.h Remote_Object_Proxy_Impl.h \
+ debug.h CurrentC.i DynamicC.h \
+ DynamicC.i Messaging_SyncScopeC.h Messaging_SyncScopeC.i IOPC.h \
+ TAO_Export.h IOP_IORC.h IOP_CodecC.h IOP_CodecC.i IOPC.i PolicyC.h \
+ Policy_ForwardC.h Exception.h Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h Encodable.h \
PolicyC.i PortableInterceptorC.i \
$(ACE_ROOT)/ace/Array_Base.h \
$(ACE_ROOT)/ace/Array_Base.inl \
$(ACE_ROOT)/ace/Array_Base.cpp ORB.h ServicesC.h \
- OctetSeqC.h ServicesC.i CORBA_String.h \
+ ServicesC.i CORBA_String.h \
CORBA_String.inl ObjectIdListC.h \
ObjectIdListC.i objectid.h ORB.i \
TAO_Singleton_Manager.h \
@@ -32515,7 +33101,7 @@ realclean:
$(ACE_ROOT)/ace/Managed_Object.cpp \
TAO_Singleton_Manager.h
-.obj/PolicyFactory_Registry.o .obj/PolicyFactory_Registry.dll .shobj/PolicyFactory_Registry.o .shobj/PolicyFactory_Registry.dll: PolicyFactory_Registry.cpp \
+.obj/PolicyFactory_Registry.o .obj/PolicyFactory_Registry.SO .shobj/PolicyFactory_Registry.o .shobj/PolicyFactory_Registry.SO: PolicyFactory_Registry.cpp \
PolicyFactory_Registry.h $(ACE_ROOT)/ace/pre.h corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
$(ACE_ROOT)/ace/post.h \
@@ -32547,10 +33133,8 @@ realclean:
orbconf.h \
TAO_Export.h \
corbafwd.i PortableInterceptorC.h \
- corbafwd.h TAO_Export.h CurrentC.h \
- Object.h \
- Policy_ForwardC.h \
- Sequence.h \
+ PI_ForwardC.h OctetSeqC.h Sequence.h \
+ corbafwd.h \
Managed_Types.h \
Managed_Types.i \
$(ACE_ROOT)/ace/CORBA_macros.h \
@@ -32567,6 +33151,7 @@ realclean:
$(ACE_ROOT)/ace/Malloc_Base.h \
Sequence.i \
Sequence_T.h \
+ Sequence.h \
Sequence_T.i \
Sequence_T.cpp \
Typecode.h \
@@ -32660,7 +33245,10 @@ realclean:
Exception.i \
Typecode.i \
Environment.h \
- Environment.i \
+ Environment.i OctetSeqC.i StringSeqC.h \
+ StringSeqC.i PI_ForwardC.i CurrentC.h \
+ Object.h \
+ Policy_ForwardC.h \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
@@ -32669,8 +33257,10 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
- Object.i CurrentC.i DynamicC.h \
- StringSeqC.h Sequence.h StringSeqC.i \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ IOP_IORC.i \
+ Object.i \
Any_T.h \
Any.h \
Any.i \
@@ -32680,19 +33270,17 @@ realclean:
Any_T.cpp \
Marshal.h \
Marshal.i \
- debug.h DynamicC.i \
- ObjectReferenceTemplateC.h OctetSeqC.h OctetSeqC.i ValueBase.h \
- ValueBase.i Exception.h \
- ObjectReferenceTemplateC.i Messaging_SyncScopeC.h \
- Messaging_SyncScopeC.i IOPC.h Object.h Any_T.h IOPC.i PolicyC.h \
- Policy_ForwardC.h Remote_Object_Proxy_Impl.h \
+ debug.h CurrentC.i DynamicC.h \
+ DynamicC.i Messaging_SyncScopeC.h Messaging_SyncScopeC.i IOPC.h \
+ TAO_Export.h IOP_IORC.h IOP_CodecC.h IOP_CodecC.i IOPC.i PolicyC.h \
+ Policy_ForwardC.h Exception.h Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h Encodable.h \
PolicyC.i PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
$(ACE_ROOT)/ace/Map_Manager.i \
$(ACE_ROOT)/ace/Map_Manager.cpp
-.obj/Cache_Entries.o .obj/Cache_Entries.dll .shobj/Cache_Entries.o .shobj/Cache_Entries.dll: Cache_Entries.cpp \
+.obj/Cache_Entries.o .obj/Cache_Entries.SO .shobj/Cache_Entries.o .shobj/Cache_Entries.SO: Cache_Entries.cpp \
Cache_Entries.h \
$(ACE_ROOT)/ace/pre.h \
Transport_Descriptor_Interface.h \
@@ -32833,8 +33421,8 @@ realclean:
Incoming_Message_Queue.h \
Pluggable_Messaging_Utils.h \
IOPC.h \
- Object.h \
- Policy_ForwardC.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
Sequence.h \
Managed_Types.h \
Managed_Types.i \
@@ -32851,17 +33439,22 @@ realclean:
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
CDR.i \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -32870,6 +33463,7 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
Pluggable_Messaging_Utils.i \
Incoming_Message_Queue.inl \
@@ -32877,19 +33471,9 @@ realclean:
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl \
Synch_Refcountable.inl \
- CONV_FRAMEC.h \
- CONV_FRAMEC.i \
- Codeset_Translator_Factory.h \
- $(ACE_ROOT)/ace/Service_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.i \
- $(ACE_ROOT)/ace/DLL.h \
- $(ACE_ROOT)/ace/Service_Object.i \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory_T.cpp \
Transport.inl
-.obj/Base_Transport_Property.o .obj/Base_Transport_Property.dll .shobj/Base_Transport_Property.o .shobj/Base_Transport_Property.dll: Base_Transport_Property.cpp \
+.obj/Base_Transport_Property.o .obj/Base_Transport_Property.SO .shobj/Base_Transport_Property.o .shobj/Base_Transport_Property.SO: Base_Transport_Property.cpp \
Base_Transport_Property.h \
$(ACE_ROOT)/ace/pre.h \
Transport_Descriptor_Interface.h \
@@ -32944,7 +33528,7 @@ realclean:
Endpoint.i \
Base_Transport_Property.inl
-.obj/Transport_Cache_Manager.o .obj/Transport_Cache_Manager.dll .shobj/Transport_Cache_Manager.o .shobj/Transport_Cache_Manager.dll: Transport_Cache_Manager.cpp \
+.obj/Transport_Cache_Manager.o .obj/Transport_Cache_Manager.SO .shobj/Transport_Cache_Manager.o .shobj/Transport_Cache_Manager.SO: Transport_Cache_Manager.cpp \
Transport_Cache_Manager.h \
$(ACE_ROOT)/ace/pre.h \
Cache_Entries.h \
@@ -33085,8 +33669,8 @@ realclean:
Incoming_Message_Queue.h \
Pluggable_Messaging_Utils.h \
IOPC.h \
- Object.h \
- Policy_ForwardC.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
Sequence.h \
Managed_Types.h \
Managed_Types.i \
@@ -33103,17 +33687,22 @@ realclean:
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
CDR.i \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -33122,6 +33711,7 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
Pluggable_Messaging_Utils.i \
Incoming_Message_Queue.inl \
@@ -33129,22 +33719,10 @@ realclean:
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl \
Synch_Refcountable.inl \
- CONV_FRAMEC.h \
- CONV_FRAMEC.i \
- Codeset_Translator_Factory.h \
- $(ACE_ROOT)/ace/Service_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.i \
- $(ACE_ROOT)/ace/DLL.h \
- $(ACE_ROOT)/ace/Service_Object.i \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory_T.cpp \
Transport.inl \
ORB_Core.h \
ORB.h \
ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i \
ServicesC.i \
CORBA_String.h \
CORBA_String.inl \
@@ -33166,6 +33744,13 @@ realclean:
LocalObject.i \
Policy_Manager.i \
Resource_Factory.h \
+ $(ACE_ROOT)/ace/Service_Object.h \
+ $(ACE_ROOT)/ace/Shared_Object.h \
+ $(ACE_ROOT)/ace/Shared_Object.i \
+ $(ACE_ROOT)/ace/DLL.h \
+ $(ACE_ROOT)/ace/Service_Object.i \
+ CONV_FRAMEC.h \
+ CONV_FRAMEC.i \
params.h \
params.i \
TAO_Singleton_Manager.h \
@@ -33182,14 +33767,12 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
PortableInterceptorC.i \
@@ -33237,7 +33820,7 @@ realclean:
Condition.inl \
Condition.cpp
-.obj/Cleanup_Func_Registry.o .obj/Cleanup_Func_Registry.dll .shobj/Cleanup_Func_Registry.o .shobj/Cleanup_Func_Registry.dll: Cleanup_Func_Registry.cpp \
+.obj/Cleanup_Func_Registry.o .obj/Cleanup_Func_Registry.SO .shobj/Cleanup_Func_Registry.o .shobj/Cleanup_Func_Registry.SO: Cleanup_Func_Registry.cpp \
Cleanup_Func_Registry.h $(ACE_ROOT)/ace/pre.h TAO_Export.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ace_wchar.h \
@@ -33273,7 +33856,7 @@ realclean:
$(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
$(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl
-.obj/Transport_Descriptor_Interface.o .obj/Transport_Descriptor_Interface.dll .shobj/Transport_Descriptor_Interface.o .shobj/Transport_Descriptor_Interface.dll: Transport_Descriptor_Interface.cpp \
+.obj/Transport_Descriptor_Interface.o .obj/Transport_Descriptor_Interface.SO .shobj/Transport_Descriptor_Interface.o .shobj/Transport_Descriptor_Interface.SO: Transport_Descriptor_Interface.cpp \
Transport_Descriptor_Interface.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
@@ -33326,7 +33909,7 @@ realclean:
$(ACE_ROOT)/ace/Log_Priority.h \
Endpoint.i
-.obj/Object_Ref_Table.o .obj/Object_Ref_Table.dll .shobj/Object_Ref_Table.o .shobj/Object_Ref_Table.dll: Object_Ref_Table.cpp Object_Ref_Table.h \
+.obj/Object_Ref_Table.o .obj/Object_Ref_Table.SO .shobj/Object_Ref_Table.o .shobj/Object_Ref_Table.SO: Object_Ref_Table.cpp Object_Ref_Table.h \
$(ACE_ROOT)/ace/pre.h corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
$(ACE_ROOT)/ace/post.h \
@@ -33479,17 +34062,30 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
- Object.i ORB.h Exception.h ServicesC.h \
+ IOP_IORC.h \
OctetSeqC.h \
- OctetSeqC.i ServicesC.i CORBA_String.h \
+ OctetSeqC.i \
+ IOP_IORC.i \
+ Object.i ORB.h Exception.h ServicesC.h \
+ ServicesC.i CORBA_String.h \
CORBA_String.inl ObjectIdListC.h \
ObjectIdListC.i objectid.h PolicyC.h CurrentC.h \
- Object.h CurrentC.i Policy_ForwardC.h \
+ Object.h \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h CurrentC.i Policy_ForwardC.h \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h Encodable.h \
PolicyC.i ORB.i Environment.h debug.h
-.obj/BiDir_Adapter.o .obj/BiDir_Adapter.dll .shobj/BiDir_Adapter.o .shobj/BiDir_Adapter.dll: BiDir_Adapter.cpp \
+.obj/BiDir_Adapter.o .obj/BiDir_Adapter.SO .shobj/BiDir_Adapter.o .shobj/BiDir_Adapter.SO: BiDir_Adapter.cpp \
BiDir_Adapter.h \
$(ACE_ROOT)/ace/pre.h \
Exception.h \
@@ -33602,7 +34198,7 @@ realclean:
$(ACE_ROOT)/ace/Dynamic_Service.i \
$(ACE_ROOT)/ace/Dynamic_Service.cpp
-.obj/CodecFactory.o .obj/CodecFactory.dll .shobj/CodecFactory.o .shobj/CodecFactory.dll: CodecFactory.cpp CodecFactory.h \
+.obj/CodecFactory.o .obj/CodecFactory.SO .shobj/CodecFactory.o .shobj/CodecFactory.SO: CodecFactory.cpp CodecFactory.h \
$(ACE_ROOT)/ace/pre.h TAO_Export.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ace_wchar.h \
@@ -33634,11 +34230,30 @@ realclean:
$(ACE_ROOT)/ace/CDR_Base.inl \
orbconf.h \
TAO_Export.h \
- corbafwd.i Exception.h \
+ corbafwd.i IOP_IORC.h \
+ OctetSeqC.h \
+ Sequence.h \
+ Managed_Types.h \
+ Managed_Types.i \
$(ACE_ROOT)/ace/CORBA_macros.h \
$(ACE_ROOT)/ace/Exception_Macros.h \
- $(ACE_ROOT)/ace/SString.h \
- $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/Log_Msg.h \
+ $(ACE_ROOT)/ace/Log_Priority.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
+ $(ACE_ROOT)/ace/Message_Block.h \
+ $(ACE_ROOT)/ace/Message_Block.i \
+ $(ACE_ROOT)/ace/Message_Block_T.h \
+ $(ACE_ROOT)/ace/Message_Block_T.i \
+ $(ACE_ROOT)/ace/Message_Block_T.cpp \
+ $(ACE_ROOT)/ace/Malloc_Base.h \
+ Sequence.i \
+ Sequence_T.h \
+ Sequence_T.i \
+ Sequence_T.cpp \
+ Typecode.h \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
+ $(ACE_ROOT)/ace/Functor.h \
$(ACE_ROOT)/ace/ACE.h \
$(ACE_ROOT)/ace/Flag_Manip.h \
$(ACE_ROOT)/ace/Flag_Manip.i \
@@ -33651,17 +34266,11 @@ realclean:
$(ACE_ROOT)/ace/Sock_Connect.h \
$(ACE_ROOT)/ace/Sock_Connect.i \
$(ACE_ROOT)/ace/ACE.i \
- $(ACE_ROOT)/ace/String_Base_Const.h \
- $(ACE_ROOT)/ace/String_Base.i \
- $(ACE_ROOT)/ace/Malloc_Base.h \
- $(ACE_ROOT)/ace/String_Base.cpp \
- $(ACE_ROOT)/ace/Malloc.h \
- $(ACE_ROOT)/ace/Log_Msg.h \
- $(ACE_ROOT)/ace/Log_Priority.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
- $(ACE_ROOT)/ace/Malloc.i \
- $(ACE_ROOT)/ace/Malloc_T.h \
+ $(ACE_ROOT)/ace/Functor.i \
+ $(ACE_ROOT)/ace/Functor_T.h \
+ $(ACE_ROOT)/ace/Functor_T.i \
+ $(ACE_ROOT)/ace/Functor_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
$(ACE_ROOT)/ace/Synch.h \
$(ACE_ROOT)/ace/Synch.i \
$(ACE_ROOT)/ace/Synch_T.h \
@@ -33673,6 +34282,24 @@ realclean:
$(ACE_ROOT)/ace/Thread_Adapter.inl \
$(ACE_ROOT)/ace/Thread.i \
$(ACE_ROOT)/ace/Synch_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
+ $(ACE_ROOT)/ace/Service_Config.h \
+ $(ACE_ROOT)/ace/Unbounded_Queue.h \
+ $(ACE_ROOT)/ace/Node.h \
+ $(ACE_ROOT)/ace/Node.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Queue.inl \
+ $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Set.h \
+ $(ACE_ROOT)/ace/Unbounded_Set.inl \
+ $(ACE_ROOT)/ace/Unbounded_Set.cpp \
+ $(ACE_ROOT)/ace/SString.h \
+ $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/String_Base_Const.h \
+ $(ACE_ROOT)/ace/String_Base.i \
+ $(ACE_ROOT)/ace/String_Base.cpp \
+ $(ACE_ROOT)/ace/Malloc.h \
+ $(ACE_ROOT)/ace/Malloc.i \
+ $(ACE_ROOT)/ace/Malloc_T.h \
$(ACE_ROOT)/ace/Malloc_Allocator.h \
$(ACE_ROOT)/ace/Malloc_Allocator.i \
$(ACE_ROOT)/ace/Free_List.h \
@@ -33691,43 +34318,11 @@ realclean:
$(ACE_ROOT)/ace/SV_Semaphore_Simple.h \
$(ACE_ROOT)/ace/SV_Semaphore_Simple.i \
$(ACE_ROOT)/ace/SV_Semaphore_Complex.i \
- $(ACE_ROOT)/ace/Unbounded_Set.h \
- $(ACE_ROOT)/ace/Node.h \
- $(ACE_ROOT)/ace/Node.cpp \
- $(ACE_ROOT)/ace/Unbounded_Set.inl \
- $(ACE_ROOT)/ace/Unbounded_Set.cpp \
$(ACE_ROOT)/ace/Memory_Pool.i \
$(ACE_ROOT)/ace/Auto_Ptr.h \
$(ACE_ROOT)/ace/Auto_Ptr.i \
$(ACE_ROOT)/ace/Auto_Ptr.cpp \
$(ACE_ROOT)/ace/SString.i \
- Exception.i Object.h \
- Policy_ForwardC.h \
- Sequence.h \
- Managed_Types.h \
- Managed_Types.i \
- $(ACE_ROOT)/ace/Message_Block.h \
- $(ACE_ROOT)/ace/Message_Block.i \
- $(ACE_ROOT)/ace/Message_Block_T.h \
- $(ACE_ROOT)/ace/Message_Block_T.i \
- $(ACE_ROOT)/ace/Message_Block_T.cpp \
- Sequence.i \
- Sequence_T.h \
- Sequence_T.i \
- Sequence_T.cpp \
- Typecode.h \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
- $(ACE_ROOT)/ace/Functor.h \
- $(ACE_ROOT)/ace/Functor.i \
- $(ACE_ROOT)/ace/Functor_T.h \
- $(ACE_ROOT)/ace/Functor_T.i \
- $(ACE_ROOT)/ace/Functor_T.cpp \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
- $(ACE_ROOT)/ace/Service_Config.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.inl \
- $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
$(ACE_ROOT)/ace/XML_Svc_Conf.h \
$(ACE_ROOT)/ace/Service_Config.i \
$(ACE_ROOT)/ace/Reactor.h \
@@ -33744,38 +34339,42 @@ realclean:
$(ACE_ROOT)/ace/Reactor_Impl.h \
$(ACE_ROOT)/ace/Svc_Conf_Tokens.h \
Exception.h \
+ Exception.i \
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
- CDR.i \
+ CDR.i IOP_IORC.i IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
- Object.i Any_T.h \
- Any.h \
- Object.h \
+ IOP_IORC.h \
+ Object.i \
Any.i \
AbstractBase.h \
AbstractBase.inl \
Any_T.inl \
Any_T.cpp \
- Any_T.h \
Marshal.h \
Marshal.i \
- debug.h IOPC.i LocalObject.h \
- Object_KeyC.h LocalObject.i CDR_Encaps_Codec.h
+ debug.h IOP_CodecC.i IOPC.i \
+ LocalObject.h Object.h Object_KeyC.h LocalObject.i CDR_Encaps_Codec.h
-.obj/CodecFactory_ORBInitializer.o .obj/CodecFactory_ORBInitializer.dll .shobj/CodecFactory_ORBInitializer.o .shobj/CodecFactory_ORBInitializer.dll: CodecFactory_ORBInitializer.cpp \
+.obj/CodecFactory_ORBInitializer.o .obj/CodecFactory_ORBInitializer.SO .shobj/CodecFactory_ORBInitializer.o .shobj/CodecFactory_ORBInitializer.SO: CodecFactory_ORBInitializer.cpp \
CodecFactory_ORBInitializer.h $(ACE_ROOT)/ace/pre.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ace_wchar.h \
$(ACE_ROOT)/ace/ace_wchar.inl PortableInterceptorC.h \
- corbafwd.h \
- $(ACE_ROOT)/ace/CDR_Base.h \
+ PI_ForwardC.h TAO_Export.h OctetSeqC.h \
+ corbafwd.h $(ACE_ROOT)/ace/CDR_Base.h \
$(ACE_ROOT)/ace/Basic_Types.h \
$(ACE_ROOT)/ace/ACE_export.h \
$(ACE_ROOT)/ace/Basic_Types.i \
@@ -33800,11 +34399,8 @@ realclean:
$(ACE_ROOT)/ace/Trace.h $(ACE_ROOT)/ace/OS.i \
$(ACE_ROOT)/ace/CDR_Base.inl \
orbconf.h \
- TAO_Export.h \
- corbafwd.i CurrentC.h \
- Object.h \
- Policy_ForwardC.h \
- Sequence.h \
+ corbafwd.i Sequence.h \
+ corbafwd.h \
Managed_Types.h \
Managed_Types.i \
$(ACE_ROOT)/ace/CORBA_macros.h \
@@ -33821,6 +34417,7 @@ realclean:
$(ACE_ROOT)/ace/Malloc_Base.h \
Sequence.i \
Sequence_T.h \
+ Sequence.h \
Sequence_T.i \
Sequence_T.cpp \
Typecode.h \
@@ -33914,7 +34511,10 @@ realclean:
Exception.i \
Typecode.i \
Environment.h \
- Environment.i \
+ Environment.i OctetSeqC.i StringSeqC.h \
+ StringSeqC.i PI_ForwardC.i CurrentC.h \
+ Object.h \
+ Policy_ForwardC.h \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
@@ -33923,8 +34523,10 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
- Object.i CurrentC.i DynamicC.h \
- StringSeqC.h corbafwd.h Sequence.h StringSeqC.i \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ IOP_IORC.i \
+ Object.i \
Any_T.h \
Any.h \
Any.i \
@@ -33934,17 +34536,15 @@ realclean:
Any_T.cpp \
Marshal.h \
Marshal.i \
- debug.h DynamicC.i \
- ObjectReferenceTemplateC.h OctetSeqC.h OctetSeqC.i ValueBase.h \
- ValueBase.i Exception.h \
- ObjectReferenceTemplateC.i Messaging_SyncScopeC.h \
- Messaging_SyncScopeC.i IOPC.h Object.h Any_T.h IOPC.i PolicyC.h \
- Policy_ForwardC.h Remote_Object_Proxy_Impl.h \
+ debug.h CurrentC.i DynamicC.h \
+ DynamicC.i Messaging_SyncScopeC.h Messaging_SyncScopeC.i IOPC.h \
+ IOP_IORC.h IOP_CodecC.h IOP_CodecC.i IOPC.i PolicyC.h Policy_ForwardC.h \
+ Exception.h Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h Encodable.h \
- PolicyC.i PortableInterceptorC.i LocalObject.h Object_KeyC.h \
+ PolicyC.i PortableInterceptorC.i LocalObject.h Object.h Object_KeyC.h \
LocalObject.i CodecFactory.h ORBInitInfo.h ORBInitInfo.inl
-.obj/CDR_Encaps_Codec.o .obj/CDR_Encaps_Codec.dll .shobj/CDR_Encaps_Codec.o .shobj/CDR_Encaps_Codec.dll: CDR_Encaps_Codec.cpp CDR.h \
+.obj/CDR_Encaps_Codec.o .obj/CDR_Encaps_Codec.SO .shobj/CDR_Encaps_Codec.o .shobj/CDR_Encaps_Codec.SO: CDR_Encaps_Codec.cpp CDR.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
@@ -34098,21 +34698,24 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ IOP_IORC.i \
Object.i \
Any.i Typecode.h Marshal.h \
Marshal.i CDR_Encaps_Codec.h \
- TAO_Export.h IOPC.h Exception.h Object.h Any_T.h \
+ TAO_Export.h IOPC.h IOP_IORC.h IOP_CodecC.h \
+ Any_T.h \
Any.h \
AbstractBase.h \
AbstractBase.inl \
Any_T.inl \
Any_T.cpp \
- Any_T.h \
Marshal.h \
- debug.h IOPC.i LocalObject.h \
- Object_KeyC.h LocalObject.i
+ debug.h IOP_CodecC.i IOPC.i \
+ LocalObject.h Object.h Object_KeyC.h LocalObject.i
-.obj/Endpoint_Selector_Factory.o .obj/Endpoint_Selector_Factory.dll .shobj/Endpoint_Selector_Factory.o .shobj/Endpoint_Selector_Factory.dll: Endpoint_Selector_Factory.cpp \
+.obj/Endpoint_Selector_Factory.o .obj/Endpoint_Selector_Factory.SO .shobj/Endpoint_Selector_Factory.o .shobj/Endpoint_Selector_Factory.SO: Endpoint_Selector_Factory.cpp \
Endpoint_Selector_Factory.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
@@ -34161,13 +34764,13 @@ realclean:
$(ACE_ROOT)/ace/Dynamic_Service.i \
$(ACE_ROOT)/ace/Dynamic_Service.cpp
-.obj/Flushing_Strategy.o .obj/Flushing_Strategy.dll .shobj/Flushing_Strategy.o .shobj/Flushing_Strategy.dll: Flushing_Strategy.cpp Flushing_Strategy.h \
+.obj/Flushing_Strategy.o .obj/Flushing_Strategy.SO .shobj/Flushing_Strategy.o .shobj/Flushing_Strategy.SO: Flushing_Strategy.cpp Flushing_Strategy.h \
$(ACE_ROOT)/ace/pre.h TAO_Export.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ace_wchar.h \
$(ACE_ROOT)/ace/ace_wchar.inl
-.obj/Block_Flushing_Strategy.o .obj/Block_Flushing_Strategy.dll .shobj/Block_Flushing_Strategy.o .shobj/Block_Flushing_Strategy.dll: Block_Flushing_Strategy.cpp \
+.obj/Block_Flushing_Strategy.o .obj/Block_Flushing_Strategy.SO .shobj/Block_Flushing_Strategy.o .shobj/Block_Flushing_Strategy.SO: Block_Flushing_Strategy.cpp \
Block_Flushing_Strategy.h $(ACE_ROOT)/ace/pre.h \
Flushing_Strategy.h TAO_Export.h \
$(ACE_ROOT)/ace/post.h \
@@ -34267,10 +34870,12 @@ realclean:
$(ACE_ROOT)/ace/Auto_Ptr.i \
$(ACE_ROOT)/ace/Auto_Ptr.cpp \
$(ACE_ROOT)/ace/SString.i \
- Exception.i Transport_Cache_Manager.h \
- Cache_Entries.h \
+ Exception.i \
Transport_Descriptor_Interface.h \
Transport_Descriptor_Interface.inl \
+ Transport_Cache_Manager.h \
+ Cache_Entries.h \
+ Transport_Descriptor_Interface.h \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
Cache_Entries.inl \
@@ -34304,9 +34909,8 @@ realclean:
Transport_Cache_Manager.inl \
Transport_Timer.h Incoming_Message_Queue.h Pluggable_Messaging_Utils.h \
IOPC.h \
- Exception.h \
- Object.h \
- Policy_ForwardC.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
Sequence.h \
Managed_Types.h \
Managed_Types.i \
@@ -34320,20 +34924,26 @@ realclean:
Sequence_T.i \
Sequence_T.cpp \
Typecode.h \
+ Exception.h \
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
CDR.i \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -34342,25 +34952,16 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
Pluggable_Messaging_Utils.i \
Incoming_Message_Queue.inl Synch_Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl Synch_Refcountable.inl \
- CONV_FRAMEC.h CONV_FRAMEC.i Codeset_Translator_Factory.h \
- $(ACE_ROOT)/ace/Service_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.i \
- $(ACE_ROOT)/ace/DLL.h \
- $(ACE_ROOT)/ace/Service_Object.i \
- CONV_FRAMEC.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.cpp \
Transport.inl Queued_Message.h LF_Invocation_Event.h LF_Event.h \
LF_Event.inl LF_Invocation_Event.inl Queued_Message.inl
-.obj/Reactive_Flushing_Strategy.o .obj/Reactive_Flushing_Strategy.dll .shobj/Reactive_Flushing_Strategy.o .shobj/Reactive_Flushing_Strategy.dll: Reactive_Flushing_Strategy.cpp \
+.obj/Reactive_Flushing_Strategy.o .obj/Reactive_Flushing_Strategy.SO .shobj/Reactive_Flushing_Strategy.o .shobj/Reactive_Flushing_Strategy.SO: Reactive_Flushing_Strategy.cpp \
Reactive_Flushing_Strategy.h $(ACE_ROOT)/ace/pre.h \
Flushing_Strategy.h TAO_Export.h \
$(ACE_ROOT)/ace/post.h \
@@ -34460,10 +35061,12 @@ realclean:
$(ACE_ROOT)/ace/Auto_Ptr.i \
$(ACE_ROOT)/ace/Auto_Ptr.cpp \
$(ACE_ROOT)/ace/SString.i \
- Exception.i Transport_Cache_Manager.h \
- Cache_Entries.h \
+ Exception.i \
Transport_Descriptor_Interface.h \
Transport_Descriptor_Interface.inl \
+ Transport_Cache_Manager.h \
+ Cache_Entries.h \
+ Transport_Descriptor_Interface.h \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
Cache_Entries.inl \
@@ -34497,9 +35100,8 @@ realclean:
Transport_Cache_Manager.inl \
Transport_Timer.h Incoming_Message_Queue.h Pluggable_Messaging_Utils.h \
IOPC.h \
- Exception.h \
- Object.h \
- Policy_ForwardC.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
Sequence.h \
Managed_Types.h \
Managed_Types.i \
@@ -34513,20 +35115,26 @@ realclean:
Sequence_T.i \
Sequence_T.cpp \
Typecode.h \
+ Exception.h \
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
CDR.i \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -34535,24 +35143,13 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
Pluggable_Messaging_Utils.i \
Incoming_Message_Queue.inl Synch_Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl Synch_Refcountable.inl \
- CONV_FRAMEC.h CONV_FRAMEC.i Codeset_Translator_Factory.h \
- $(ACE_ROOT)/ace/Service_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.i \
- $(ACE_ROOT)/ace/DLL.h \
- $(ACE_ROOT)/ace/Service_Object.i \
- CONV_FRAMEC.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.cpp \
- Transport.inl ORB_Core.h ORB.h ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i ServicesC.i CORBA_String.h \
+ Transport.inl ORB_Core.h ORB.h ServicesC.h ServicesC.i CORBA_String.h \
CORBA_String.inl ObjectIdListC.h \
ObjectIdListC.i objectid.h PolicyC.h CurrentC.h CurrentC.i \
Policy_ForwardC.h Remote_Object_Proxy_Impl.h \
@@ -34564,7 +35161,12 @@ realclean:
LocalObject.h \
LocalObject.i \
Policy_Manager.i Resource_Factory.h \
- params.h params.i \
+ $(ACE_ROOT)/ace/Service_Object.h \
+ $(ACE_ROOT)/ace/Shared_Object.h \
+ $(ACE_ROOT)/ace/Shared_Object.i \
+ $(ACE_ROOT)/ace/DLL.h \
+ $(ACE_ROOT)/ace/Service_Object.i CONV_FRAMEC.h \
+ CONV_FRAMEC.i params.h params.i \
TAO_Singleton_Manager.h \
TAO_Singleton_Manager.inl \
TAO_Singleton.h TAO_Singleton.inl \
@@ -34576,12 +35178,11 @@ realclean:
$(ACE_ROOT)/ace/Managed_Object.i \
$(ACE_ROOT)/ace/Managed_Object.cpp \
TAO_Singleton_Manager.h Adapter.h \
- Adapter.i PolicyFactory_Registry.h PortableInterceptorC.h DynamicC.h \
- StringSeqC.h Sequence.h StringSeqC.i DynamicC.i \
- ObjectReferenceTemplateC.h OctetSeqC.h ValueBase.h \
- ValueBase.i ObjectReferenceTemplateC.i \
- Messaging_SyncScopeC.h Messaging_SyncScopeC.i IOPC.h \
- PortableInterceptorC.i $(ACE_ROOT)/ace/Map_Manager.h \
+ Adapter.i PolicyFactory_Registry.h PortableInterceptorC.h PI_ForwardC.h \
+ OctetSeqC.h StringSeqC.h Sequence.h StringSeqC.i PI_ForwardC.i \
+ DynamicC.h DynamicC.i Messaging_SyncScopeC.h Messaging_SyncScopeC.i \
+ IOPC.h PortableInterceptorC.i \
+ $(ACE_ROOT)/ace/Map_Manager.h \
$(ACE_ROOT)/ace/Map_Manager.i \
$(ACE_ROOT)/ace/Map_Manager.cpp Parser_Registry.h \
Parser_Registry.i Service_Callbacks.h \
@@ -34614,7 +35215,7 @@ realclean:
Queued_Message.h LF_Invocation_Event.h LF_Event.h LF_Event.inl \
LF_Invocation_Event.inl Queued_Message.inl debug.h
-.obj/Connect_Strategy.o .obj/Connect_Strategy.dll .shobj/Connect_Strategy.o .shobj/Connect_Strategy.dll: Connect_Strategy.cpp Connect_Strategy.h \
+.obj/Connect_Strategy.o .obj/Connect_Strategy.SO .shobj/Connect_Strategy.o .shobj/Connect_Strategy.SO: Connect_Strategy.cpp Connect_Strategy.h \
$(ACE_ROOT)/ace/pre.h TAO_Export.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ace_wchar.h \
@@ -34622,7 +35223,7 @@ realclean:
LF_CH_Event.h LF_Event.h LF_Event.inl LF_Invocation_Event.inl \
Connection_Handler.inl
-.obj/Blocked_Connect_Strategy.o .obj/Blocked_Connect_Strategy.dll .shobj/Blocked_Connect_Strategy.o .shobj/Blocked_Connect_Strategy.dll: Blocked_Connect_Strategy.cpp \
+.obj/Blocked_Connect_Strategy.o .obj/Blocked_Connect_Strategy.SO .shobj/Blocked_Connect_Strategy.o .shobj/Blocked_Connect_Strategy.SO: Blocked_Connect_Strategy.cpp \
Blocked_Connect_Strategy.h $(ACE_ROOT)/ace/pre.h \
Connect_Strategy.h TAO_Export.h \
$(ACE_ROOT)/ace/post.h \
@@ -34637,7 +35238,7 @@ realclean:
$(ACE_ROOT)/ace/Time_Value.inl \
$(ACE_ROOT)/ace/Synch_Options.i
-.obj/Reactive_Connect_Strategy.o .obj/Reactive_Connect_Strategy.dll .shobj/Reactive_Connect_Strategy.o .shobj/Reactive_Connect_Strategy.dll: Reactive_Connect_Strategy.cpp \
+.obj/Reactive_Connect_Strategy.o .obj/Reactive_Connect_Strategy.SO .shobj/Reactive_Connect_Strategy.o .shobj/Reactive_Connect_Strategy.SO: Reactive_Connect_Strategy.cpp \
Reactive_Connect_Strategy.h $(ACE_ROOT)/ace/pre.h \
Connect_Strategy.h TAO_Export.h \
$(ACE_ROOT)/ace/post.h \
@@ -34739,10 +35340,12 @@ realclean:
$(ACE_ROOT)/ace/Auto_Ptr.i \
$(ACE_ROOT)/ace/Auto_Ptr.cpp \
$(ACE_ROOT)/ace/SString.i \
- Exception.i Transport_Cache_Manager.h \
- Cache_Entries.h \
+ Exception.i \
Transport_Descriptor_Interface.h \
Transport_Descriptor_Interface.inl \
+ Transport_Cache_Manager.h \
+ Cache_Entries.h \
+ Transport_Descriptor_Interface.h \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
Cache_Entries.inl \
@@ -34776,9 +35379,8 @@ realclean:
Transport_Cache_Manager.inl \
Transport_Timer.h Incoming_Message_Queue.h Pluggable_Messaging_Utils.h \
IOPC.h \
- Exception.h \
- Object.h \
- Policy_ForwardC.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
Sequence.h \
Managed_Types.h \
Managed_Types.i \
@@ -34792,20 +35394,26 @@ realclean:
Sequence_T.i \
Sequence_T.cpp \
Typecode.h \
+ Exception.h \
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
CDR.i \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -34814,24 +35422,13 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
Pluggable_Messaging_Utils.i \
Incoming_Message_Queue.inl Synch_Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl Synch_Refcountable.inl \
- CONV_FRAMEC.h CONV_FRAMEC.i Codeset_Translator_Factory.h \
- $(ACE_ROOT)/ace/Service_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.i \
- $(ACE_ROOT)/ace/DLL.h \
- $(ACE_ROOT)/ace/Service_Object.i \
- CONV_FRAMEC.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.cpp \
- Transport.inl ORB_Core.h ORB.h ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i ServicesC.i CORBA_String.h \
+ Transport.inl ORB_Core.h ORB.h ServicesC.h ServicesC.i CORBA_String.h \
CORBA_String.inl ObjectIdListC.h \
ObjectIdListC.i objectid.h PolicyC.h CurrentC.h CurrentC.i \
Policy_ForwardC.h Remote_Object_Proxy_Impl.h \
@@ -34843,7 +35440,12 @@ realclean:
LocalObject.h \
LocalObject.i \
Policy_Manager.i Resource_Factory.h \
- params.h params.i \
+ $(ACE_ROOT)/ace/Service_Object.h \
+ $(ACE_ROOT)/ace/Shared_Object.h \
+ $(ACE_ROOT)/ace/Shared_Object.i \
+ $(ACE_ROOT)/ace/DLL.h \
+ $(ACE_ROOT)/ace/Service_Object.i CONV_FRAMEC.h \
+ CONV_FRAMEC.i params.h params.i \
TAO_Singleton_Manager.h \
TAO_Singleton_Manager.inl \
TAO_Singleton.h TAO_Singleton.inl \
@@ -34855,12 +35457,11 @@ realclean:
$(ACE_ROOT)/ace/Managed_Object.i \
$(ACE_ROOT)/ace/Managed_Object.cpp \
TAO_Singleton_Manager.h Adapter.h \
- Adapter.i PolicyFactory_Registry.h PortableInterceptorC.h DynamicC.h \
- StringSeqC.h Sequence.h StringSeqC.i DynamicC.i \
- ObjectReferenceTemplateC.h OctetSeqC.h ValueBase.h \
- ValueBase.i ObjectReferenceTemplateC.i \
- Messaging_SyncScopeC.h Messaging_SyncScopeC.i IOPC.h \
- PortableInterceptorC.i $(ACE_ROOT)/ace/Map_Manager.h \
+ Adapter.i PolicyFactory_Registry.h PortableInterceptorC.h PI_ForwardC.h \
+ OctetSeqC.h StringSeqC.h Sequence.h StringSeqC.i PI_ForwardC.i \
+ DynamicC.h DynamicC.i Messaging_SyncScopeC.h Messaging_SyncScopeC.i \
+ IOPC.h PortableInterceptorC.i \
+ $(ACE_ROOT)/ace/Map_Manager.h \
$(ACE_ROOT)/ace/Map_Manager.i \
$(ACE_ROOT)/ace/Map_Manager.cpp Parser_Registry.h \
Parser_Registry.i Service_Callbacks.h \
@@ -34893,7 +35494,7 @@ realclean:
$(ACE_ROOT)/ace/Synch_Options.h \
$(ACE_ROOT)/ace/Synch_Options.i
-.obj/LF_Connect_Strategy.o .obj/LF_Connect_Strategy.dll .shobj/LF_Connect_Strategy.o .shobj/LF_Connect_Strategy.dll: LF_Connect_Strategy.cpp LF_Connect_Strategy.h \
+.obj/LF_Connect_Strategy.o .obj/LF_Connect_Strategy.SO .shobj/LF_Connect_Strategy.o .shobj/LF_Connect_Strategy.SO: LF_Connect_Strategy.cpp LF_Connect_Strategy.h \
$(ACE_ROOT)/ace/pre.h Connect_Strategy.h TAO_Export.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ace_wchar.h \
@@ -34994,10 +35595,12 @@ realclean:
$(ACE_ROOT)/ace/Auto_Ptr.i \
$(ACE_ROOT)/ace/Auto_Ptr.cpp \
$(ACE_ROOT)/ace/SString.i \
- Exception.i Transport_Cache_Manager.h \
- Cache_Entries.h \
+ Exception.i \
Transport_Descriptor_Interface.h \
Transport_Descriptor_Interface.inl \
+ Transport_Cache_Manager.h \
+ Cache_Entries.h \
+ Transport_Descriptor_Interface.h \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
Cache_Entries.inl \
@@ -35031,9 +35634,8 @@ realclean:
Transport_Cache_Manager.inl \
Transport_Timer.h Incoming_Message_Queue.h Pluggable_Messaging_Utils.h \
IOPC.h \
- Exception.h \
- Object.h \
- Policy_ForwardC.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
Sequence.h \
Managed_Types.h \
Managed_Types.i \
@@ -35047,20 +35649,26 @@ realclean:
Sequence_T.i \
Sequence_T.cpp \
Typecode.h \
+ Exception.h \
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
CDR.i \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -35069,24 +35677,13 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
Pluggable_Messaging_Utils.i \
Incoming_Message_Queue.inl Synch_Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl Synch_Refcountable.inl \
- CONV_FRAMEC.h CONV_FRAMEC.i Codeset_Translator_Factory.h \
- $(ACE_ROOT)/ace/Service_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.i \
- $(ACE_ROOT)/ace/DLL.h \
- $(ACE_ROOT)/ace/Service_Object.i \
- CONV_FRAMEC.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.cpp \
- Transport.inl ORB_Core.h ORB.h ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i ServicesC.i CORBA_String.h \
+ Transport.inl ORB_Core.h ORB.h ServicesC.h ServicesC.i CORBA_String.h \
CORBA_String.inl ObjectIdListC.h \
ObjectIdListC.i objectid.h PolicyC.h CurrentC.h CurrentC.i \
Policy_ForwardC.h Remote_Object_Proxy_Impl.h \
@@ -35098,7 +35695,12 @@ realclean:
LocalObject.h \
LocalObject.i \
Policy_Manager.i Resource_Factory.h \
- params.h params.i \
+ $(ACE_ROOT)/ace/Service_Object.h \
+ $(ACE_ROOT)/ace/Shared_Object.h \
+ $(ACE_ROOT)/ace/Shared_Object.i \
+ $(ACE_ROOT)/ace/DLL.h \
+ $(ACE_ROOT)/ace/Service_Object.i CONV_FRAMEC.h \
+ CONV_FRAMEC.i params.h params.i \
TAO_Singleton_Manager.h \
TAO_Singleton_Manager.inl \
TAO_Singleton.h TAO_Singleton.inl \
@@ -35110,12 +35712,11 @@ realclean:
$(ACE_ROOT)/ace/Managed_Object.i \
$(ACE_ROOT)/ace/Managed_Object.cpp \
TAO_Singleton_Manager.h Adapter.h \
- Adapter.i PolicyFactory_Registry.h PortableInterceptorC.h DynamicC.h \
- StringSeqC.h Sequence.h StringSeqC.i DynamicC.i \
- ObjectReferenceTemplateC.h OctetSeqC.h ValueBase.h \
- ValueBase.i ObjectReferenceTemplateC.i \
- Messaging_SyncScopeC.h Messaging_SyncScopeC.i IOPC.h \
- PortableInterceptorC.i $(ACE_ROOT)/ace/Map_Manager.h \
+ Adapter.i PolicyFactory_Registry.h PortableInterceptorC.h PI_ForwardC.h \
+ OctetSeqC.h StringSeqC.h Sequence.h StringSeqC.i PI_ForwardC.i \
+ DynamicC.h DynamicC.i Messaging_SyncScopeC.h Messaging_SyncScopeC.i \
+ IOPC.h PortableInterceptorC.i \
+ $(ACE_ROOT)/ace/Map_Manager.h \
$(ACE_ROOT)/ace/Map_Manager.i \
$(ACE_ROOT)/ace/Map_Manager.cpp Parser_Registry.h \
Parser_Registry.i Service_Callbacks.h \
@@ -35159,7 +35760,7 @@ realclean:
$(ACE_ROOT)/ace/Synch_Options.h \
$(ACE_ROOT)/ace/Synch_Options.i
-.obj/Queued_Message.o .obj/Queued_Message.dll .shobj/Queued_Message.o .shobj/Queued_Message.dll: Queued_Message.cpp Queued_Message.h \
+.obj/Queued_Message.o .obj/Queued_Message.SO .shobj/Queued_Message.o .shobj/Queued_Message.SO: Queued_Message.cpp Queued_Message.h \
$(ACE_ROOT)/ace/pre.h corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
$(ACE_ROOT)/ace/post.h \
@@ -35194,7 +35795,7 @@ realclean:
LF_Event.h TAO_Export.h LF_Event.inl LF_Invocation_Event.inl \
Queued_Message.inl
-.obj/Synch_Queued_Message.o .obj/Synch_Queued_Message.dll .shobj/Synch_Queued_Message.o .shobj/Synch_Queued_Message.dll: Synch_Queued_Message.cpp Synch_Queued_Message.h \
+.obj/Synch_Queued_Message.o .obj/Synch_Queued_Message.SO .shobj/Synch_Queued_Message.o .shobj/Synch_Queued_Message.SO: Synch_Queued_Message.cpp Synch_Queued_Message.h \
$(ACE_ROOT)/ace/pre.h Queued_Message.h corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
$(ACE_ROOT)/ace/post.h \
@@ -35288,7 +35889,7 @@ realclean:
$(ACE_ROOT)/ace/Message_Block_T.i \
$(ACE_ROOT)/ace/Message_Block_T.cpp
-.obj/Asynch_Queued_Message.o .obj/Asynch_Queued_Message.dll .shobj/Asynch_Queued_Message.o .shobj/Asynch_Queued_Message.dll: Asynch_Queued_Message.cpp \
+.obj/Asynch_Queued_Message.o .obj/Asynch_Queued_Message.SO .shobj/Asynch_Queued_Message.o .shobj/Asynch_Queued_Message.SO: Asynch_Queued_Message.cpp \
Asynch_Queued_Message.h $(ACE_ROOT)/ace/pre.h \
Queued_Message.h corbafwd.h $(ACE_ROOT)/ace/CDR_Base.h \
$(ACE_ROOT)/ace/post.h \
@@ -35382,7 +35983,7 @@ realclean:
$(ACE_ROOT)/ace/Message_Block_T.i \
$(ACE_ROOT)/ace/Message_Block_T.cpp
-.obj/Transport_Timer.o .obj/Transport_Timer.dll .shobj/Transport_Timer.o .shobj/Transport_Timer.dll: Transport_Timer.cpp Transport_Timer.h \
+.obj/Transport_Timer.o .obj/Transport_Timer.SO .shobj/Transport_Timer.o .shobj/Transport_Timer.SO: Transport_Timer.cpp Transport_Timer.h \
$(ACE_ROOT)/ace/pre.h TAO_Export.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ace_wchar.h \
@@ -35481,10 +36082,12 @@ realclean:
$(ACE_ROOT)/ace/Auto_Ptr.i \
$(ACE_ROOT)/ace/Auto_Ptr.cpp \
$(ACE_ROOT)/ace/SString.i \
- Exception.i Transport_Cache_Manager.h \
- Cache_Entries.h \
+ Exception.i \
Transport_Descriptor_Interface.h \
Transport_Descriptor_Interface.inl \
+ Transport_Cache_Manager.h \
+ Cache_Entries.h \
+ Transport_Descriptor_Interface.h \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
Cache_Entries.inl \
@@ -35518,9 +36121,8 @@ realclean:
Transport_Cache_Manager.inl \
Incoming_Message_Queue.h Pluggable_Messaging_Utils.h \
IOPC.h \
- Exception.h \
- Object.h \
- Policy_ForwardC.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
Sequence.h \
Managed_Types.h \
Managed_Types.i \
@@ -35534,20 +36136,26 @@ realclean:
Sequence_T.i \
Sequence_T.cpp \
Typecode.h \
+ Exception.h \
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
CDR.i \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -35556,24 +36164,15 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
Pluggable_Messaging_Utils.i \
Incoming_Message_Queue.inl Synch_Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl Synch_Refcountable.inl \
- CONV_FRAMEC.h CONV_FRAMEC.i Codeset_Translator_Factory.h \
- $(ACE_ROOT)/ace/Service_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.i \
- $(ACE_ROOT)/ace/DLL.h \
- $(ACE_ROOT)/ace/Service_Object.i \
- CONV_FRAMEC.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.cpp \
Transport.inl
-.obj/Connection_Purging_Strategy.o .obj/Connection_Purging_Strategy.dll .shobj/Connection_Purging_Strategy.o .shobj/Connection_Purging_Strategy.dll: Connection_Purging_Strategy.cpp \
+.obj/Connection_Purging_Strategy.o .obj/Connection_Purging_Strategy.SO .shobj/Connection_Purging_Strategy.o .shobj/Connection_Purging_Strategy.SO: Connection_Purging_Strategy.cpp \
Connection_Purging_Strategy.h \
$(ACE_ROOT)/ace/pre.h \
TAO_Export.h \
@@ -35582,7 +36181,7 @@ realclean:
$(ACE_ROOT)/ace/ace_wchar.inl \
Connection_Purging_Strategy.inl
-.obj/LRU_Connection_Purging_Strategy.o .obj/LRU_Connection_Purging_Strategy.dll .shobj/LRU_Connection_Purging_Strategy.o .shobj/LRU_Connection_Purging_Strategy.dll: LRU_Connection_Purging_Strategy.cpp \
+.obj/LRU_Connection_Purging_Strategy.o .obj/LRU_Connection_Purging_Strategy.SO .shobj/LRU_Connection_Purging_Strategy.o .shobj/LRU_Connection_Purging_Strategy.SO: LRU_Connection_Purging_Strategy.cpp \
LRU_Connection_Purging_Strategy.h $(ACE_ROOT)/ace/pre.h \
Connection_Purging_Strategy.h \
TAO_Export.h \
@@ -35683,10 +36282,12 @@ realclean:
$(ACE_ROOT)/ace/Auto_Ptr.i \
$(ACE_ROOT)/ace/Auto_Ptr.cpp \
$(ACE_ROOT)/ace/SString.i \
- Exception.i Transport_Cache_Manager.h \
- Cache_Entries.h \
+ Exception.i \
Transport_Descriptor_Interface.h \
Transport_Descriptor_Interface.inl \
+ Transport_Cache_Manager.h \
+ Cache_Entries.h \
+ Transport_Descriptor_Interface.h \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
Cache_Entries.inl \
@@ -35720,9 +36321,8 @@ realclean:
Transport_Cache_Manager.inl \
Transport_Timer.h TAO_Export.h Incoming_Message_Queue.h \
Pluggable_Messaging_Utils.h IOPC.h \
- Exception.h \
- Object.h \
- Policy_ForwardC.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
Sequence.h \
Managed_Types.h \
Managed_Types.i \
@@ -35736,20 +36336,26 @@ realclean:
Sequence_T.i \
Sequence_T.cpp \
Typecode.h \
+ Exception.h \
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
CDR.i \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -35758,24 +36364,15 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
Pluggable_Messaging_Utils.i \
Incoming_Message_Queue.inl Synch_Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl Synch_Refcountable.inl \
- CONV_FRAMEC.h CONV_FRAMEC.i Codeset_Translator_Factory.h \
- $(ACE_ROOT)/ace/Service_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.i \
- $(ACE_ROOT)/ace/DLL.h \
- $(ACE_ROOT)/ace/Service_Object.i \
- CONV_FRAMEC.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.cpp \
Transport.inl
-.obj/Policy_Set.o .obj/Policy_Set.dll .shobj/Policy_Set.o .shobj/Policy_Set.dll: Policy_Set.cpp \
+.obj/Policy_Set.o .obj/Policy_Set.SO .shobj/Policy_Set.o .shobj/Policy_Set.SO: Policy_Set.cpp \
Policy_Set.h \
$(ACE_ROOT)/ace/pre.h \
PolicyC.h \
@@ -35932,16 +36529,29 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ OctetSeqC.i \
+ IOP_IORC.i \
Object.i \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h \
CurrentC.i \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h \
Encodable.h \
PolicyC.i \
- Policy_Set.i \
- debug.h
+ Policy_Set.i
-.obj/Default_Endpoint_Selector_Factory.o .obj/Default_Endpoint_Selector_Factory.dll .shobj/Default_Endpoint_Selector_Factory.o .shobj/Default_Endpoint_Selector_Factory.dll: \
+.obj/Default_Endpoint_Selector_Factory.o .obj/Default_Endpoint_Selector_Factory.SO .shobj/Default_Endpoint_Selector_Factory.o .shobj/Default_Endpoint_Selector_Factory.SO: \
Default_Endpoint_Selector_Factory.cpp \
Default_Endpoint_Selector_Factory.h \
$(ACE_ROOT)/ace/pre.h \
@@ -36070,7 +36680,7 @@ realclean:
Invocation_Endpoint_Selectors.h \
Invocation_Endpoint_Selectors.i
-.obj/Thread_Lane_Resources.o .obj/Thread_Lane_Resources.dll .shobj/Thread_Lane_Resources.o .shobj/Thread_Lane_Resources.dll: Thread_Lane_Resources.cpp \
+.obj/Thread_Lane_Resources.o .obj/Thread_Lane_Resources.SO .shobj/Thread_Lane_Resources.o .shobj/Thread_Lane_Resources.SO: Thread_Lane_Resources.cpp \
Thread_Lane_Resources.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
@@ -36239,7 +36849,19 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ IOP_IORC.i \
Object.i \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h \
CurrentC.i \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h \
@@ -36251,7 +36873,6 @@ realclean:
Policy_Set.i \
LocalObject.h \
LocalObject.i \
- debug.h \
Policy_Manager.i \
Resource_Factory.h \
$(ACE_ROOT)/ace/Service_Object.h \
@@ -36277,26 +36898,17 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
- Any_T.h \
- Any.h \
- Any.i \
- AbstractBase.h \
- AbstractBase.inl \
- Any_T.inl \
- Any_T.cpp \
- Marshal.h \
- Marshal.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
IOPC.i \
PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -36361,7 +36973,7 @@ realclean:
corbafwd.h Endpoint.h Endpoint.i \
Connector_Registry.i
-.obj/Thread_Lane_Resources_Manager.o .obj/Thread_Lane_Resources_Manager.dll .shobj/Thread_Lane_Resources_Manager.o .shobj/Thread_Lane_Resources_Manager.dll: Thread_Lane_Resources_Manager.cpp \
+.obj/Thread_Lane_Resources_Manager.o .obj/Thread_Lane_Resources_Manager.SO .shobj/Thread_Lane_Resources_Manager.o .shobj/Thread_Lane_Resources_Manager.SO: Thread_Lane_Resources_Manager.cpp \
Thread_Lane_Resources_Manager.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
@@ -36541,7 +37153,19 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ IOP_IORC.i \
Object.i \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h \
CurrentC.i \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h \
@@ -36553,7 +37177,6 @@ realclean:
Policy_Set.i \
LocalObject.h \
LocalObject.i \
- debug.h \
Policy_Manager.i \
Resource_Factory.h \
CONV_FRAMEC.h \
@@ -36574,26 +37197,17 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
- Any_T.h \
- Any.h \
- Any.i \
- AbstractBase.h \
- AbstractBase.inl \
- Any_T.inl \
- Any_T.cpp \
- Marshal.h \
- Marshal.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
IOPC.i \
PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -36646,7 +37260,7 @@ realclean:
$(ACE_ROOT)/ace/Dynamic_Service.i \
$(ACE_ROOT)/ace/Dynamic_Service.cpp
-.obj/Default_Thread_Lane_Resources_Manager.o .obj/Default_Thread_Lane_Resources_Manager.dll .shobj/Default_Thread_Lane_Resources_Manager.o .shobj/Default_Thread_Lane_Resources_Manager.dll: \
+.obj/Default_Thread_Lane_Resources_Manager.o .obj/Default_Thread_Lane_Resources_Manager.SO .shobj/Default_Thread_Lane_Resources_Manager.o .shobj/Default_Thread_Lane_Resources_Manager.SO: \
Default_Thread_Lane_Resources_Manager.cpp \
Default_Thread_Lane_Resources_Manager.h \
$(ACE_ROOT)/ace/pre.h \
@@ -36823,7 +37437,19 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ IOP_IORC.i \
Object.i \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h \
CurrentC.i \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h \
@@ -36835,7 +37461,6 @@ realclean:
Policy_Set.i \
LocalObject.h \
LocalObject.i \
- debug.h \
Policy_Manager.i \
Resource_Factory.h \
CONV_FRAMEC.h \
@@ -36856,26 +37481,17 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
- Any_T.h \
- Any.h \
- Any.i \
- AbstractBase.h \
- AbstractBase.inl \
- Any_T.inl \
- Any_T.cpp \
- Marshal.h \
- Marshal.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
IOPC.i \
PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -36932,7 +37548,7 @@ realclean:
$(ACE_ROOT)/ace/Intrusive_List.cpp \
Leader_Follower.i
-.obj/Default_Stub_Factory.o .obj/Default_Stub_Factory.dll .shobj/Default_Stub_Factory.o .shobj/Default_Stub_Factory.dll: Default_Stub_Factory.cpp Default_Stub_Factory.h \
+.obj/Default_Stub_Factory.o .obj/Default_Stub_Factory.SO .shobj/Default_Stub_Factory.o .shobj/Default_Stub_Factory.SO: Default_Stub_Factory.cpp Default_Stub_Factory.h \
$(ACE_ROOT)/ace/pre.h \
Stub_Factory.h \
corbafwd.h \
@@ -37095,7 +37711,21 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ OctetSeqC.i \
+ IOP_IORC.i \
Object.i \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h \
CurrentC.i \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h \
@@ -37104,8 +37734,6 @@ realclean:
MProfile.i \
ORB.h \
ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i \
ServicesC.i \
CORBA_String.h \
CORBA_String.inl \
@@ -37119,7 +37747,6 @@ realclean:
Policy_Set.i \
LocalObject.h \
LocalObject.i \
- debug.h \
Policy_Manager.i \
Resource_Factory.h \
CONV_FRAMEC.h \
@@ -37140,26 +37767,17 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
- Any_T.h \
- Any.h \
- Any.i \
- AbstractBase.h \
- AbstractBase.inl \
- Any_T.inl \
- Any_T.cpp \
- Marshal.h \
- Marshal.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
IOPC.i \
PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -37204,7 +37822,7 @@ realclean:
ORB_Core_Auto_Ptr.inl \
Stub.i
-.obj/Request_Dispatcher.o .obj/Request_Dispatcher.dll .shobj/Request_Dispatcher.o .shobj/Request_Dispatcher.dll: Request_Dispatcher.cpp Request_Dispatcher.h \
+.obj/Request_Dispatcher.o .obj/Request_Dispatcher.SO .shobj/Request_Dispatcher.o .shobj/Request_Dispatcher.SO: Request_Dispatcher.cpp Request_Dispatcher.h \
$(ACE_ROOT)/ace/pre.h \
Object_KeyC.h \
corbafwd.h \
@@ -37351,17 +37969,22 @@ realclean:
Environment.i \
Object_KeyC.i \
IOPC.h \
- Object.h \
- Policy_ForwardC.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ OctetSeqC.i \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
CDR.i \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -37370,28 +37993,26 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i TAO_Server_Request.h corbafwd.h \
Tagged_Profile.h GIOPC.h \
GIOPC.i \
Tagged_Profile.i OctetSeqC.h \
- Sequence.h OctetSeqC.i Service_Context.h \
- Service_Context.inl Object.h \
- PICurrent.h $(ACE_ROOT)/ace/Array_Base.h \
+ Service_Context.h Service_Context.inl \
+ Object.h PICurrent.h $(ACE_ROOT)/ace/Array_Base.h \
$(ACE_ROOT)/ace/Array_Base.inl \
$(ACE_ROOT)/ace/Array_Base.cpp PortableInterceptorC.h \
- TAO_Export.h CurrentC.h CurrentC.i DynamicC.h StringSeqC.h StringSeqC.i \
- DynamicC.i ObjectReferenceTemplateC.h ValueBase.h \
- ValueBase.i Exception.h \
- ObjectReferenceTemplateC.i Messaging_SyncScopeC.h \
- Messaging_SyncScopeC.i IOPC.h PolicyC.h Policy_ForwardC.h \
+ PI_ForwardC.h StringSeqC.h Sequence.h StringSeqC.i PI_ForwardC.i \
+ CurrentC.h CurrentC.i DynamicC.h DynamicC.i Messaging_SyncScopeC.h \
+ Messaging_SyncScopeC.i IOPC.h PolicyC.h Policy_ForwardC.h Exception.h \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h Encodable.h \
PolicyC.i PortableInterceptorC.i LocalObject.h Object_KeyC.h \
LocalObject.i PICurrent.inl TAO_Server_Request.i ORB_Core.h ORB.h \
- ServicesC.h OctetSeqC.h ServicesC.i \
- CORBA_String.h CORBA_String.inl \
- ObjectIdListC.h ObjectIdListC.i objectid.h \
- ORB.i Environment.h Policy_Manager.h \
+ ServicesC.h ServicesC.i CORBA_String.h \
+ CORBA_String.inl ObjectIdListC.h \
+ ObjectIdListC.i objectid.h ORB.i \
+ Environment.h Policy_Manager.h \
Policy_Set.h \
PolicyC.h \
Policy_Set.i \
@@ -37422,8 +38043,8 @@ realclean:
Service_Callbacks.i \
Fault_Tolerance_Service.h \
Fault_Tolerance_Service.i \
- Cleanup_Func_Registry.h Cleanup_Func_Registry.inl Object_Ref_Table.h \
- Interceptor_List.h Interceptor_List.inl \
+ Cleanup_Func_Registry.h TAO_Export.h Cleanup_Func_Registry.inl \
+ Object_Ref_Table.h Interceptor_List.h Interceptor_List.inl \
$(ACE_ROOT)/ace/Thread_Manager.h \
$(ACE_ROOT)/ace/Thread_Exit.h \
$(ACE_ROOT)/ace/Thread_Control.h \
@@ -37443,7 +38064,7 @@ realclean:
$(ACE_ROOT)/ace/Framework_Component_T.cpp \
$(ACE_ROOT)/ace/Thread_Manager.i ORB_Core.i
-.obj/ServicesC.o .obj/ServicesC.dll .shobj/ServicesC.o .shobj/ServicesC.dll: ServicesC.cpp ServicesC.h $(ACE_ROOT)/ace/pre.h \
+.obj/ServicesC.o .obj/ServicesC.SO .shobj/ServicesC.o .shobj/ServicesC.SO: ServicesC.cpp ServicesC.h $(ACE_ROOT)/ace/pre.h \
OctetSeqC.h \
corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
@@ -37600,6 +38221,8 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ IOP_IORC.i \
Object.i \
Any.i \
AbstractBase.h \
@@ -37655,17 +38278,17 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
IOPC.i \
PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -37707,7 +38330,7 @@ realclean:
$(ACE_ROOT)/ace/Thread_Manager.i \
ORB_Core.i
-.obj/NVList.o .obj/NVList.dll .shobj/NVList.o .shobj/NVList.dll: NVList.cpp NVList.h \
+.obj/NVList.o .obj/NVList.SO .shobj/NVList.o .shobj/NVList.SO: NVList.cpp NVList.h \
$(ACE_ROOT)/ace/pre.h \
orbconf.h \
$(ACE_ROOT)/ace/Basic_Types.h \
@@ -37862,13 +38485,15 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ OctetSeqC.i \
+ IOP_IORC.i \
Object.i \
Any.i \
NVList.i \
ORB.h \
ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i \
ServicesC.i \
CORBA_String.h \
CORBA_String.inl \
@@ -37877,6 +38502,14 @@ realclean:
objectid.h \
PolicyC.h \
CurrentC.h \
+ Any_T.h \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h \
CurrentC.i \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h \
@@ -37884,12 +38517,9 @@ realclean:
PolicyC.i \
ORB.i \
BoundsC.h \
- BoundsC.i \
- debug.h \
- Marshal.h \
- Marshal.i
+ BoundsC.i
-.obj/Dynamic_Adapter.o .obj/Dynamic_Adapter.dll .shobj/Dynamic_Adapter.o .shobj/Dynamic_Adapter.dll: Dynamic_Adapter.cpp \
+.obj/Dynamic_Adapter.o .obj/Dynamic_Adapter.SO .shobj/Dynamic_Adapter.o .shobj/Dynamic_Adapter.SO: Dynamic_Adapter.cpp \
Dynamic_Adapter.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
@@ -38062,7 +38692,19 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ IOP_IORC.i \
Object.i \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h \
CurrentC.i \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h \
@@ -38074,7 +38716,6 @@ realclean:
Policy_Set.i \
LocalObject.h \
LocalObject.i \
- debug.h \
Policy_Manager.i \
Resource_Factory.h \
CONV_FRAMEC.h \
@@ -38095,26 +38736,17 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
- Any_T.h \
- Any.h \
- Any.i \
- AbstractBase.h \
- AbstractBase.inl \
- Any_T.inl \
- Any_T.cpp \
- Marshal.h \
- Marshal.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
IOPC.i \
PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -38160,7 +38792,7 @@ realclean:
$(ACE_ROOT)/ace/Dynamic_Service.i \
$(ACE_ROOT)/ace/Dynamic_Service.cpp
-.obj/Policy_Manager.o .obj/Policy_Manager.dll .shobj/Policy_Manager.o .shobj/Policy_Manager.dll: Policy_Manager.cpp \
+.obj/Policy_Manager.o .obj/Policy_Manager.SO .shobj/Policy_Manager.o .shobj/Policy_Manager.SO: Policy_Manager.cpp \
Policy_Manager.h \
$(ACE_ROOT)/ace/pre.h \
orbconf.h \
@@ -38318,7 +38950,21 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ OctetSeqC.i \
+ IOP_IORC.i \
Object.i \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h \
CurrentC.i \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h \
@@ -38327,13 +38973,10 @@ realclean:
Policy_Set.i \
LocalObject.h \
LocalObject.i \
- debug.h \
Policy_Manager.i \
ORB_Core.h \
ORB.h \
ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i \
ServicesC.i \
CORBA_String.h \
CORBA_String.inl \
@@ -38365,26 +39008,17 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
- Any_T.h \
- Any.h \
- Any.i \
- AbstractBase.h \
- AbstractBase.inl \
- Any_T.inl \
- Any_T.cpp \
- Marshal.h \
- Marshal.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
IOPC.i \
PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -38435,7 +39069,7 @@ realclean:
TAOC.i \
Buffering_Constraint_Policy.i
-.obj/Buffering_Constraint_Policy.o .obj/Buffering_Constraint_Policy.dll .shobj/Buffering_Constraint_Policy.o .shobj/Buffering_Constraint_Policy.dll: Buffering_Constraint_Policy.cpp \
+.obj/Buffering_Constraint_Policy.o .obj/Buffering_Constraint_Policy.SO .shobj/Buffering_Constraint_Policy.o .shobj/Buffering_Constraint_Policy.SO: Buffering_Constraint_Policy.cpp \
Buffering_Constraint_Policy.h \
$(ACE_ROOT)/ace/pre.h \
orbconf.h \
@@ -38593,13 +39227,11 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ OctetSeqC.i \
+ IOP_IORC.i \
Object.i \
- CurrentC.i \
- Remote_Object_Proxy_Impl.h \
- Object_Proxy_Impl.h \
- Encodable.h \
- PolicyC.i \
- TimeBaseC.h \
Any_T.h \
Any.h \
Any.i \
@@ -38610,6 +39242,12 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ CurrentC.i \
+ Remote_Object_Proxy_Impl.h \
+ Object_Proxy_Impl.h \
+ Encodable.h \
+ PolicyC.i \
+ TimeBaseC.h \
SmartProxies/Smart_Proxies.h \
SmartProxies/smartproxies_export.h \
TAO_Singleton.h \
@@ -38629,7 +39267,7 @@ realclean:
LocalObject.i \
Buffering_Constraint_Policy.i
-.obj/Messaging_PolicyValueC.o .obj/Messaging_PolicyValueC.dll .shobj/Messaging_PolicyValueC.o .shobj/Messaging_PolicyValueC.dll: Messaging_PolicyValueC.cpp \
+.obj/Messaging_PolicyValueC.o .obj/Messaging_PolicyValueC.SO .shobj/Messaging_PolicyValueC.o .shobj/Messaging_PolicyValueC.SO: Messaging_PolicyValueC.cpp \
Messaging_PolicyValueC.h $(ACE_ROOT)/ace/pre.h \
corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
@@ -38661,11 +39299,30 @@ realclean:
$(ACE_ROOT)/ace/CDR_Base.inl \
orbconf.h \
TAO_Export.h \
- corbafwd.i IOPC.h Exception.h \
+ corbafwd.i IOPC.h TAO_Export.h \
+ IOP_IORC.h OctetSeqC.h \
+ Sequence.h \
+ Managed_Types.h \
+ Managed_Types.i \
$(ACE_ROOT)/ace/CORBA_macros.h \
$(ACE_ROOT)/ace/Exception_Macros.h \
- $(ACE_ROOT)/ace/SString.h \
- $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/Log_Msg.h \
+ $(ACE_ROOT)/ace/Log_Priority.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
+ $(ACE_ROOT)/ace/Message_Block.h \
+ $(ACE_ROOT)/ace/Message_Block.i \
+ $(ACE_ROOT)/ace/Message_Block_T.h \
+ $(ACE_ROOT)/ace/Message_Block_T.i \
+ $(ACE_ROOT)/ace/Message_Block_T.cpp \
+ $(ACE_ROOT)/ace/Malloc_Base.h \
+ Sequence.i \
+ Sequence_T.h \
+ Sequence_T.i \
+ Sequence_T.cpp \
+ Typecode.h \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
+ $(ACE_ROOT)/ace/Functor.h \
$(ACE_ROOT)/ace/ACE.h \
$(ACE_ROOT)/ace/Flag_Manip.h \
$(ACE_ROOT)/ace/Flag_Manip.i \
@@ -38678,17 +39335,11 @@ realclean:
$(ACE_ROOT)/ace/Sock_Connect.h \
$(ACE_ROOT)/ace/Sock_Connect.i \
$(ACE_ROOT)/ace/ACE.i \
- $(ACE_ROOT)/ace/String_Base_Const.h \
- $(ACE_ROOT)/ace/String_Base.i \
- $(ACE_ROOT)/ace/Malloc_Base.h \
- $(ACE_ROOT)/ace/String_Base.cpp \
- $(ACE_ROOT)/ace/Malloc.h \
- $(ACE_ROOT)/ace/Log_Msg.h \
- $(ACE_ROOT)/ace/Log_Priority.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
- $(ACE_ROOT)/ace/Malloc.i \
- $(ACE_ROOT)/ace/Malloc_T.h \
+ $(ACE_ROOT)/ace/Functor.i \
+ $(ACE_ROOT)/ace/Functor_T.h \
+ $(ACE_ROOT)/ace/Functor_T.i \
+ $(ACE_ROOT)/ace/Functor_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
$(ACE_ROOT)/ace/Synch.h \
$(ACE_ROOT)/ace/Synch.i \
$(ACE_ROOT)/ace/Synch_T.h \
@@ -38700,6 +39351,24 @@ realclean:
$(ACE_ROOT)/ace/Thread_Adapter.inl \
$(ACE_ROOT)/ace/Thread.i \
$(ACE_ROOT)/ace/Synch_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
+ $(ACE_ROOT)/ace/Service_Config.h \
+ $(ACE_ROOT)/ace/Unbounded_Queue.h \
+ $(ACE_ROOT)/ace/Node.h \
+ $(ACE_ROOT)/ace/Node.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Queue.inl \
+ $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Set.h \
+ $(ACE_ROOT)/ace/Unbounded_Set.inl \
+ $(ACE_ROOT)/ace/Unbounded_Set.cpp \
+ $(ACE_ROOT)/ace/SString.h \
+ $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/String_Base_Const.h \
+ $(ACE_ROOT)/ace/String_Base.i \
+ $(ACE_ROOT)/ace/String_Base.cpp \
+ $(ACE_ROOT)/ace/Malloc.h \
+ $(ACE_ROOT)/ace/Malloc.i \
+ $(ACE_ROOT)/ace/Malloc_T.h \
$(ACE_ROOT)/ace/Malloc_Allocator.h \
$(ACE_ROOT)/ace/Malloc_Allocator.i \
$(ACE_ROOT)/ace/Free_List.h \
@@ -38718,43 +39387,11 @@ realclean:
$(ACE_ROOT)/ace/SV_Semaphore_Simple.h \
$(ACE_ROOT)/ace/SV_Semaphore_Simple.i \
$(ACE_ROOT)/ace/SV_Semaphore_Complex.i \
- $(ACE_ROOT)/ace/Unbounded_Set.h \
- $(ACE_ROOT)/ace/Node.h \
- $(ACE_ROOT)/ace/Node.cpp \
- $(ACE_ROOT)/ace/Unbounded_Set.inl \
- $(ACE_ROOT)/ace/Unbounded_Set.cpp \
$(ACE_ROOT)/ace/Memory_Pool.i \
$(ACE_ROOT)/ace/Auto_Ptr.h \
$(ACE_ROOT)/ace/Auto_Ptr.i \
$(ACE_ROOT)/ace/Auto_Ptr.cpp \
$(ACE_ROOT)/ace/SString.i \
- Exception.i Object.h \
- Policy_ForwardC.h \
- Sequence.h \
- Managed_Types.h \
- Managed_Types.i \
- $(ACE_ROOT)/ace/Message_Block.h \
- $(ACE_ROOT)/ace/Message_Block.i \
- $(ACE_ROOT)/ace/Message_Block_T.h \
- $(ACE_ROOT)/ace/Message_Block_T.i \
- $(ACE_ROOT)/ace/Message_Block_T.cpp \
- Sequence.i \
- Sequence_T.h \
- Sequence_T.i \
- Sequence_T.cpp \
- Typecode.h \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
- $(ACE_ROOT)/ace/Functor.h \
- $(ACE_ROOT)/ace/Functor.i \
- $(ACE_ROOT)/ace/Functor_T.h \
- $(ACE_ROOT)/ace/Functor_T.i \
- $(ACE_ROOT)/ace/Functor_T.cpp \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
- $(ACE_ROOT)/ace/Service_Config.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.inl \
- $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
$(ACE_ROOT)/ace/XML_Svc_Conf.h \
$(ACE_ROOT)/ace/Service_Config.i \
$(ACE_ROOT)/ace/Reactor.h \
@@ -38771,29 +39408,33 @@ realclean:
$(ACE_ROOT)/ace/Reactor_Impl.h \
$(ACE_ROOT)/ace/Svc_Conf_Tokens.h \
Exception.h \
+ Exception.i \
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
- CDR.i \
+ CDR.i IOP_IORC.i IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
- Object.i Any_T.h \
- Any.h \
- Object.h \
+ IOP_IORC.h \
+ Object.i \
Any.i \
AbstractBase.h \
AbstractBase.inl \
Any_T.inl \
Any_T.cpp \
- Any_T.h \
Marshal.h \
Marshal.i \
- debug.h IOPC.i Sequence.h \
+ debug.h IOP_CodecC.i IOPC.i Sequence.h \
Messaging_PolicyValueC.i Stub.h \
MProfile.h \
PolicyC.h \
@@ -38806,8 +39447,6 @@ realclean:
MProfile.i \
ORB.h \
ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i \
ServicesC.i \
CORBA_String.h \
CORBA_String.inl \
@@ -38846,14 +39485,12 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
IOPC.h \
@@ -38919,10 +39556,10 @@ realclean:
target_specification.i \
operation_details.i \
Transport.h \
- Transport_Cache_Manager.h \
- Cache_Entries.h \
Transport_Descriptor_Interface.h \
Transport_Descriptor_Interface.inl \
+ Transport_Cache_Manager.h \
+ Cache_Entries.h \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
Cache_Entries.inl \
@@ -38936,9 +39573,6 @@ realclean:
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl \
Synch_Refcountable.inl \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory_T.cpp \
Transport.inl \
Invocation.i \
PortableInterceptor.h \
@@ -38948,7 +39582,7 @@ realclean:
ClientInterceptorAdapter.h \
ClientInterceptorAdapter.inl
-.obj/Pluggable_Messaging.o .obj/Pluggable_Messaging.dll .shobj/Pluggable_Messaging.o .shobj/Pluggable_Messaging.dll: Pluggable_Messaging.cpp \
+.obj/Pluggable_Messaging.o .obj/Pluggable_Messaging.SO .shobj/Pluggable_Messaging.o .shobj/Pluggable_Messaging.SO: Pluggable_Messaging.cpp \
Pluggable_Messaging.h \
$(ACE_ROOT)/ace/pre.h \
Pluggable_Messaging_Utils.h \
@@ -38984,11 +39618,30 @@ realclean:
orbconf.h \
TAO_Export.h \
corbafwd.i \
- Exception.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ Sequence.h \
+ Managed_Types.h \
+ Managed_Types.i \
$(ACE_ROOT)/ace/CORBA_macros.h \
$(ACE_ROOT)/ace/Exception_Macros.h \
- $(ACE_ROOT)/ace/SString.h \
- $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/Log_Msg.h \
+ $(ACE_ROOT)/ace/Log_Priority.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
+ $(ACE_ROOT)/ace/Message_Block.h \
+ $(ACE_ROOT)/ace/Message_Block.i \
+ $(ACE_ROOT)/ace/Message_Block_T.h \
+ $(ACE_ROOT)/ace/Message_Block_T.i \
+ $(ACE_ROOT)/ace/Message_Block_T.cpp \
+ $(ACE_ROOT)/ace/Malloc_Base.h \
+ Sequence.i \
+ Sequence_T.h \
+ Sequence_T.i \
+ Sequence_T.cpp \
+ Typecode.h \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
+ $(ACE_ROOT)/ace/Functor.h \
$(ACE_ROOT)/ace/ACE.h \
$(ACE_ROOT)/ace/Flag_Manip.h \
$(ACE_ROOT)/ace/Flag_Manip.i \
@@ -39001,17 +39654,11 @@ realclean:
$(ACE_ROOT)/ace/Sock_Connect.h \
$(ACE_ROOT)/ace/Sock_Connect.i \
$(ACE_ROOT)/ace/ACE.i \
- $(ACE_ROOT)/ace/String_Base_Const.h \
- $(ACE_ROOT)/ace/String_Base.i \
- $(ACE_ROOT)/ace/Malloc_Base.h \
- $(ACE_ROOT)/ace/String_Base.cpp \
- $(ACE_ROOT)/ace/Malloc.h \
- $(ACE_ROOT)/ace/Log_Msg.h \
- $(ACE_ROOT)/ace/Log_Priority.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
- $(ACE_ROOT)/ace/Malloc.i \
- $(ACE_ROOT)/ace/Malloc_T.h \
+ $(ACE_ROOT)/ace/Functor.i \
+ $(ACE_ROOT)/ace/Functor_T.h \
+ $(ACE_ROOT)/ace/Functor_T.i \
+ $(ACE_ROOT)/ace/Functor_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
$(ACE_ROOT)/ace/Synch.h \
$(ACE_ROOT)/ace/Synch.i \
$(ACE_ROOT)/ace/Synch_T.h \
@@ -39023,6 +39670,24 @@ realclean:
$(ACE_ROOT)/ace/Thread_Adapter.inl \
$(ACE_ROOT)/ace/Thread.i \
$(ACE_ROOT)/ace/Synch_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
+ $(ACE_ROOT)/ace/Service_Config.h \
+ $(ACE_ROOT)/ace/Unbounded_Queue.h \
+ $(ACE_ROOT)/ace/Node.h \
+ $(ACE_ROOT)/ace/Node.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Queue.inl \
+ $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Set.h \
+ $(ACE_ROOT)/ace/Unbounded_Set.inl \
+ $(ACE_ROOT)/ace/Unbounded_Set.cpp \
+ $(ACE_ROOT)/ace/SString.h \
+ $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/String_Base_Const.h \
+ $(ACE_ROOT)/ace/String_Base.i \
+ $(ACE_ROOT)/ace/String_Base.cpp \
+ $(ACE_ROOT)/ace/Malloc.h \
+ $(ACE_ROOT)/ace/Malloc.i \
+ $(ACE_ROOT)/ace/Malloc_T.h \
$(ACE_ROOT)/ace/Malloc_Allocator.h \
$(ACE_ROOT)/ace/Malloc_Allocator.i \
$(ACE_ROOT)/ace/Free_List.h \
@@ -39041,44 +39706,11 @@ realclean:
$(ACE_ROOT)/ace/SV_Semaphore_Simple.h \
$(ACE_ROOT)/ace/SV_Semaphore_Simple.i \
$(ACE_ROOT)/ace/SV_Semaphore_Complex.i \
- $(ACE_ROOT)/ace/Unbounded_Set.h \
- $(ACE_ROOT)/ace/Node.h \
- $(ACE_ROOT)/ace/Node.cpp \
- $(ACE_ROOT)/ace/Unbounded_Set.inl \
- $(ACE_ROOT)/ace/Unbounded_Set.cpp \
$(ACE_ROOT)/ace/Memory_Pool.i \
$(ACE_ROOT)/ace/Auto_Ptr.h \
$(ACE_ROOT)/ace/Auto_Ptr.i \
$(ACE_ROOT)/ace/Auto_Ptr.cpp \
$(ACE_ROOT)/ace/SString.i \
- Exception.i \
- Object.h \
- Policy_ForwardC.h \
- Sequence.h \
- Managed_Types.h \
- Managed_Types.i \
- $(ACE_ROOT)/ace/Message_Block.h \
- $(ACE_ROOT)/ace/Message_Block.i \
- $(ACE_ROOT)/ace/Message_Block_T.h \
- $(ACE_ROOT)/ace/Message_Block_T.i \
- $(ACE_ROOT)/ace/Message_Block_T.cpp \
- Sequence.i \
- Sequence_T.h \
- Sequence_T.i \
- Sequence_T.cpp \
- Typecode.h \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
- $(ACE_ROOT)/ace/Functor.h \
- $(ACE_ROOT)/ace/Functor.i \
- $(ACE_ROOT)/ace/Functor_T.h \
- $(ACE_ROOT)/ace/Functor_T.i \
- $(ACE_ROOT)/ace/Functor_T.cpp \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
- $(ACE_ROOT)/ace/Service_Config.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.inl \
- $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
$(ACE_ROOT)/ace/XML_Svc_Conf.h \
$(ACE_ROOT)/ace/Service_Config.i \
$(ACE_ROOT)/ace/Reactor.h \
@@ -39094,20 +39726,27 @@ realclean:
$(ACE_ROOT)/ace/Reactor.i \
$(ACE_ROOT)/ace/Reactor_Impl.h \
$(ACE_ROOT)/ace/Svc_Conf_Tokens.h \
+ Exception.h \
+ Exception.i \
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
CDR.i \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -39116,11 +39755,12 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
Pluggable_Messaging_Utils.i \
Pluggable_Messaging.i
-.obj/Pluggable_Messaging_Utils.o .obj/Pluggable_Messaging_Utils.dll .shobj/Pluggable_Messaging_Utils.o .shobj/Pluggable_Messaging_Utils.dll: Pluggable_Messaging_Utils.cpp \
+.obj/Pluggable_Messaging_Utils.o .obj/Pluggable_Messaging_Utils.SO .shobj/Pluggable_Messaging_Utils.o .shobj/Pluggable_Messaging_Utils.SO: Pluggable_Messaging_Utils.cpp \
Pluggable_Messaging_Utils.h \
$(ACE_ROOT)/ace/pre.h \
IOPC.h \
@@ -39155,11 +39795,30 @@ realclean:
orbconf.h \
TAO_Export.h \
corbafwd.i \
- Exception.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ Sequence.h \
+ Managed_Types.h \
+ Managed_Types.i \
$(ACE_ROOT)/ace/CORBA_macros.h \
$(ACE_ROOT)/ace/Exception_Macros.h \
- $(ACE_ROOT)/ace/SString.h \
- $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/Log_Msg.h \
+ $(ACE_ROOT)/ace/Log_Priority.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
+ $(ACE_ROOT)/ace/Message_Block.h \
+ $(ACE_ROOT)/ace/Message_Block.i \
+ $(ACE_ROOT)/ace/Message_Block_T.h \
+ $(ACE_ROOT)/ace/Message_Block_T.i \
+ $(ACE_ROOT)/ace/Message_Block_T.cpp \
+ $(ACE_ROOT)/ace/Malloc_Base.h \
+ Sequence.i \
+ Sequence_T.h \
+ Sequence_T.i \
+ Sequence_T.cpp \
+ Typecode.h \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
+ $(ACE_ROOT)/ace/Functor.h \
$(ACE_ROOT)/ace/ACE.h \
$(ACE_ROOT)/ace/Flag_Manip.h \
$(ACE_ROOT)/ace/Flag_Manip.i \
@@ -39172,17 +39831,11 @@ realclean:
$(ACE_ROOT)/ace/Sock_Connect.h \
$(ACE_ROOT)/ace/Sock_Connect.i \
$(ACE_ROOT)/ace/ACE.i \
- $(ACE_ROOT)/ace/String_Base_Const.h \
- $(ACE_ROOT)/ace/String_Base.i \
- $(ACE_ROOT)/ace/Malloc_Base.h \
- $(ACE_ROOT)/ace/String_Base.cpp \
- $(ACE_ROOT)/ace/Malloc.h \
- $(ACE_ROOT)/ace/Log_Msg.h \
- $(ACE_ROOT)/ace/Log_Priority.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
- $(ACE_ROOT)/ace/Malloc.i \
- $(ACE_ROOT)/ace/Malloc_T.h \
+ $(ACE_ROOT)/ace/Functor.i \
+ $(ACE_ROOT)/ace/Functor_T.h \
+ $(ACE_ROOT)/ace/Functor_T.i \
+ $(ACE_ROOT)/ace/Functor_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
$(ACE_ROOT)/ace/Synch.h \
$(ACE_ROOT)/ace/Synch.i \
$(ACE_ROOT)/ace/Synch_T.h \
@@ -39194,6 +39847,24 @@ realclean:
$(ACE_ROOT)/ace/Thread_Adapter.inl \
$(ACE_ROOT)/ace/Thread.i \
$(ACE_ROOT)/ace/Synch_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
+ $(ACE_ROOT)/ace/Service_Config.h \
+ $(ACE_ROOT)/ace/Unbounded_Queue.h \
+ $(ACE_ROOT)/ace/Node.h \
+ $(ACE_ROOT)/ace/Node.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Queue.inl \
+ $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Set.h \
+ $(ACE_ROOT)/ace/Unbounded_Set.inl \
+ $(ACE_ROOT)/ace/Unbounded_Set.cpp \
+ $(ACE_ROOT)/ace/SString.h \
+ $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/String_Base_Const.h \
+ $(ACE_ROOT)/ace/String_Base.i \
+ $(ACE_ROOT)/ace/String_Base.cpp \
+ $(ACE_ROOT)/ace/Malloc.h \
+ $(ACE_ROOT)/ace/Malloc.i \
+ $(ACE_ROOT)/ace/Malloc_T.h \
$(ACE_ROOT)/ace/Malloc_Allocator.h \
$(ACE_ROOT)/ace/Malloc_Allocator.i \
$(ACE_ROOT)/ace/Free_List.h \
@@ -39212,44 +39883,11 @@ realclean:
$(ACE_ROOT)/ace/SV_Semaphore_Simple.h \
$(ACE_ROOT)/ace/SV_Semaphore_Simple.i \
$(ACE_ROOT)/ace/SV_Semaphore_Complex.i \
- $(ACE_ROOT)/ace/Unbounded_Set.h \
- $(ACE_ROOT)/ace/Node.h \
- $(ACE_ROOT)/ace/Node.cpp \
- $(ACE_ROOT)/ace/Unbounded_Set.inl \
- $(ACE_ROOT)/ace/Unbounded_Set.cpp \
$(ACE_ROOT)/ace/Memory_Pool.i \
$(ACE_ROOT)/ace/Auto_Ptr.h \
$(ACE_ROOT)/ace/Auto_Ptr.i \
$(ACE_ROOT)/ace/Auto_Ptr.cpp \
$(ACE_ROOT)/ace/SString.i \
- Exception.i \
- Object.h \
- Policy_ForwardC.h \
- Sequence.h \
- Managed_Types.h \
- Managed_Types.i \
- $(ACE_ROOT)/ace/Message_Block.h \
- $(ACE_ROOT)/ace/Message_Block.i \
- $(ACE_ROOT)/ace/Message_Block_T.h \
- $(ACE_ROOT)/ace/Message_Block_T.i \
- $(ACE_ROOT)/ace/Message_Block_T.cpp \
- Sequence.i \
- Sequence_T.h \
- Sequence_T.i \
- Sequence_T.cpp \
- Typecode.h \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
- $(ACE_ROOT)/ace/Functor.h \
- $(ACE_ROOT)/ace/Functor.i \
- $(ACE_ROOT)/ace/Functor_T.h \
- $(ACE_ROOT)/ace/Functor_T.i \
- $(ACE_ROOT)/ace/Functor_T.cpp \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
- $(ACE_ROOT)/ace/Service_Config.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.inl \
- $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
$(ACE_ROOT)/ace/XML_Svc_Conf.h \
$(ACE_ROOT)/ace/Service_Config.i \
$(ACE_ROOT)/ace/Reactor.h \
@@ -39265,20 +39903,27 @@ realclean:
$(ACE_ROOT)/ace/Reactor.i \
$(ACE_ROOT)/ace/Reactor_Impl.h \
$(ACE_ROOT)/ace/Svc_Conf_Tokens.h \
+ Exception.h \
+ Exception.i \
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
CDR.i \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -39287,13 +39932,12 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
Pluggable_Messaging_Utils.i \
ORB_Core.h \
ORB.h \
ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i \
ServicesC.i \
CORBA_String.h \
CORBA_String.inl \
@@ -39338,14 +39982,12 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
PortableInterceptorC.i \
@@ -39388,7 +40030,7 @@ realclean:
$(ACE_ROOT)/ace/Thread_Manager.i \
ORB_Core.i
-.obj/GIOP_Message_Base.o .obj/GIOP_Message_Base.dll .shobj/GIOP_Message_Base.o .shobj/GIOP_Message_Base.dll: GIOP_Message_Base.cpp GIOP_Message_Base.h \
+.obj/GIOP_Message_Base.o .obj/GIOP_Message_Base.SO .shobj/GIOP_Message_Base.o .shobj/GIOP_Message_Base.SO: GIOP_Message_Base.cpp GIOP_Message_Base.h \
$(ACE_ROOT)/ace/pre.h \
Pluggable_Messaging.h \
Pluggable_Messaging_Utils.h \
@@ -39424,11 +40066,30 @@ realclean:
orbconf.h \
TAO_Export.h \
corbafwd.i \
- Exception.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ Sequence.h \
+ Managed_Types.h \
+ Managed_Types.i \
$(ACE_ROOT)/ace/CORBA_macros.h \
$(ACE_ROOT)/ace/Exception_Macros.h \
- $(ACE_ROOT)/ace/SString.h \
- $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/Log_Msg.h \
+ $(ACE_ROOT)/ace/Log_Priority.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
+ $(ACE_ROOT)/ace/Message_Block.h \
+ $(ACE_ROOT)/ace/Message_Block.i \
+ $(ACE_ROOT)/ace/Message_Block_T.h \
+ $(ACE_ROOT)/ace/Message_Block_T.i \
+ $(ACE_ROOT)/ace/Message_Block_T.cpp \
+ $(ACE_ROOT)/ace/Malloc_Base.h \
+ Sequence.i \
+ Sequence_T.h \
+ Sequence_T.i \
+ Sequence_T.cpp \
+ Typecode.h \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
+ $(ACE_ROOT)/ace/Functor.h \
$(ACE_ROOT)/ace/ACE.h \
$(ACE_ROOT)/ace/Flag_Manip.h \
$(ACE_ROOT)/ace/Flag_Manip.i \
@@ -39441,17 +40102,11 @@ realclean:
$(ACE_ROOT)/ace/Sock_Connect.h \
$(ACE_ROOT)/ace/Sock_Connect.i \
$(ACE_ROOT)/ace/ACE.i \
- $(ACE_ROOT)/ace/String_Base_Const.h \
- $(ACE_ROOT)/ace/String_Base.i \
- $(ACE_ROOT)/ace/Malloc_Base.h \
- $(ACE_ROOT)/ace/String_Base.cpp \
- $(ACE_ROOT)/ace/Malloc.h \
- $(ACE_ROOT)/ace/Log_Msg.h \
- $(ACE_ROOT)/ace/Log_Priority.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
- $(ACE_ROOT)/ace/Malloc.i \
- $(ACE_ROOT)/ace/Malloc_T.h \
+ $(ACE_ROOT)/ace/Functor.i \
+ $(ACE_ROOT)/ace/Functor_T.h \
+ $(ACE_ROOT)/ace/Functor_T.i \
+ $(ACE_ROOT)/ace/Functor_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
$(ACE_ROOT)/ace/Synch.h \
$(ACE_ROOT)/ace/Synch.i \
$(ACE_ROOT)/ace/Synch_T.h \
@@ -39463,6 +40118,24 @@ realclean:
$(ACE_ROOT)/ace/Thread_Adapter.inl \
$(ACE_ROOT)/ace/Thread.i \
$(ACE_ROOT)/ace/Synch_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
+ $(ACE_ROOT)/ace/Service_Config.h \
+ $(ACE_ROOT)/ace/Unbounded_Queue.h \
+ $(ACE_ROOT)/ace/Node.h \
+ $(ACE_ROOT)/ace/Node.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Queue.inl \
+ $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Set.h \
+ $(ACE_ROOT)/ace/Unbounded_Set.inl \
+ $(ACE_ROOT)/ace/Unbounded_Set.cpp \
+ $(ACE_ROOT)/ace/SString.h \
+ $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/String_Base_Const.h \
+ $(ACE_ROOT)/ace/String_Base.i \
+ $(ACE_ROOT)/ace/String_Base.cpp \
+ $(ACE_ROOT)/ace/Malloc.h \
+ $(ACE_ROOT)/ace/Malloc.i \
+ $(ACE_ROOT)/ace/Malloc_T.h \
$(ACE_ROOT)/ace/Malloc_Allocator.h \
$(ACE_ROOT)/ace/Malloc_Allocator.i \
$(ACE_ROOT)/ace/Free_List.h \
@@ -39481,44 +40154,11 @@ realclean:
$(ACE_ROOT)/ace/SV_Semaphore_Simple.h \
$(ACE_ROOT)/ace/SV_Semaphore_Simple.i \
$(ACE_ROOT)/ace/SV_Semaphore_Complex.i \
- $(ACE_ROOT)/ace/Unbounded_Set.h \
- $(ACE_ROOT)/ace/Node.h \
- $(ACE_ROOT)/ace/Node.cpp \
- $(ACE_ROOT)/ace/Unbounded_Set.inl \
- $(ACE_ROOT)/ace/Unbounded_Set.cpp \
$(ACE_ROOT)/ace/Memory_Pool.i \
$(ACE_ROOT)/ace/Auto_Ptr.h \
$(ACE_ROOT)/ace/Auto_Ptr.i \
$(ACE_ROOT)/ace/Auto_Ptr.cpp \
$(ACE_ROOT)/ace/SString.i \
- Exception.i \
- Object.h \
- Policy_ForwardC.h \
- Sequence.h \
- Managed_Types.h \
- Managed_Types.i \
- $(ACE_ROOT)/ace/Message_Block.h \
- $(ACE_ROOT)/ace/Message_Block.i \
- $(ACE_ROOT)/ace/Message_Block_T.h \
- $(ACE_ROOT)/ace/Message_Block_T.i \
- $(ACE_ROOT)/ace/Message_Block_T.cpp \
- Sequence.i \
- Sequence_T.h \
- Sequence_T.i \
- Sequence_T.cpp \
- Typecode.h \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
- $(ACE_ROOT)/ace/Functor.h \
- $(ACE_ROOT)/ace/Functor.i \
- $(ACE_ROOT)/ace/Functor_T.h \
- $(ACE_ROOT)/ace/Functor_T.i \
- $(ACE_ROOT)/ace/Functor_T.cpp \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
- $(ACE_ROOT)/ace/Service_Config.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.inl \
- $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
$(ACE_ROOT)/ace/XML_Svc_Conf.h \
$(ACE_ROOT)/ace/Service_Config.i \
$(ACE_ROOT)/ace/Reactor.h \
@@ -39534,20 +40174,27 @@ realclean:
$(ACE_ROOT)/ace/Reactor.i \
$(ACE_ROOT)/ace/Reactor_Impl.h \
$(ACE_ROOT)/ace/Svc_Conf_Tokens.h \
+ Exception.h \
+ Exception.i \
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
CDR.i \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -39556,6 +40203,7 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
Pluggable_Messaging_Utils.i \
Pluggable_Messaging.i \
@@ -39580,8 +40228,7 @@ realclean:
Service_Context.inl \
target_specification.h target_specification.i operation_details.i \
GIOP_Utils.h debug.h ORB_Core.h ORB.h Exception.h ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i ServicesC.i CORBA_String.h \
+ ServicesC.i CORBA_String.h \
CORBA_String.inl ObjectIdListC.h \
ObjectIdListC.i objectid.h PolicyC.h CurrentC.h CurrentC.i \
Policy_ForwardC.h Remote_Object_Proxy_Impl.h \
@@ -39610,19 +40257,19 @@ realclean:
$(ACE_ROOT)/ace/Managed_Object.i \
$(ACE_ROOT)/ace/Managed_Object.cpp \
TAO_Singleton_Manager.h Adapter.h \
- Adapter.i PolicyFactory_Registry.h PortableInterceptorC.h TAO_Export.h \
- DynamicC.h StringSeqC.h Sequence.h StringSeqC.i DynamicC.i \
- ObjectReferenceTemplateC.h OctetSeqC.h ValueBase.h \
- ValueBase.i ObjectReferenceTemplateC.i \
- Messaging_SyncScopeC.h Messaging_SyncScopeC.i IOPC.h \
- PortableInterceptorC.i $(ACE_ROOT)/ace/Map_Manager.h \
+ Adapter.i PolicyFactory_Registry.h PortableInterceptorC.h PI_ForwardC.h \
+ OctetSeqC.h StringSeqC.h Sequence.h StringSeqC.i PI_ForwardC.i \
+ DynamicC.h DynamicC.i Messaging_SyncScopeC.h Messaging_SyncScopeC.i \
+ IOPC.h PortableInterceptorC.i \
+ $(ACE_ROOT)/ace/Map_Manager.h \
$(ACE_ROOT)/ace/Map_Manager.i \
$(ACE_ROOT)/ace/Map_Manager.cpp Parser_Registry.h \
Parser_Registry.i Service_Callbacks.h \
Service_Callbacks.i \
Fault_Tolerance_Service.h \
Fault_Tolerance_Service.i \
- Cleanup_Func_Registry.h $(ACE_ROOT)/ace/Array_Base.h \
+ Cleanup_Func_Registry.h TAO_Export.h \
+ $(ACE_ROOT)/ace/Array_Base.h \
$(ACE_ROOT)/ace/Array_Base.inl \
$(ACE_ROOT)/ace/Array_Base.cpp Cleanup_Func_Registry.inl \
Object_Ref_Table.h Interceptor_List.h Interceptor_List.inl PICurrent.h \
@@ -39662,10 +40309,11 @@ realclean:
TAO_Server_Request.i GIOP_Message_Locate_Header.h \
Tagged_Profile.h \
GIOP_Message_Locate_Header.i \
- Transport.h Transport_Cache_Manager.h \
+ Transport.h Transport_Descriptor_Interface.h \
+ Transport_Descriptor_Interface.inl \
+ Transport_Cache_Manager.h \
Cache_Entries.h \
Transport_Descriptor_Interface.h \
- Transport_Descriptor_Interface.inl \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
Cache_Entries.inl \
@@ -39674,20 +40322,11 @@ realclean:
Incoming_Message_Queue.inl Synch_Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl Synch_Refcountable.inl \
- Codeset_Translator_Factory.h \
- CONV_FRAMEC.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.cpp \
Transport.inl LF_Strategy.h \
LF_Strategy.inl Request_Dispatcher.h \
- Codeset_Manager.h Profile.h \
- Tagged_Components.h \
- Tagged_Components.i \
- Profile.i \
- Transport.h
+ Codeset_Manager.h CONV_FRAMEC.h
-.obj/GIOP_Message_Lite.o .obj/GIOP_Message_Lite.dll .shobj/GIOP_Message_Lite.o .shobj/GIOP_Message_Lite.dll: GIOP_Message_Lite.cpp \
+.obj/GIOP_Message_Lite.o .obj/GIOP_Message_Lite.SO .shobj/GIOP_Message_Lite.o .shobj/GIOP_Message_Lite.SO: GIOP_Message_Lite.cpp \
GIOP_Message_Lite.h \
$(ACE_ROOT)/ace/pre.h \
Pluggable_Messaging.h \
@@ -39724,11 +40363,30 @@ realclean:
orbconf.h \
TAO_Export.h \
corbafwd.i \
- Exception.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ Sequence.h \
+ Managed_Types.h \
+ Managed_Types.i \
$(ACE_ROOT)/ace/CORBA_macros.h \
$(ACE_ROOT)/ace/Exception_Macros.h \
- $(ACE_ROOT)/ace/SString.h \
- $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/Log_Msg.h \
+ $(ACE_ROOT)/ace/Log_Priority.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
+ $(ACE_ROOT)/ace/Message_Block.h \
+ $(ACE_ROOT)/ace/Message_Block.i \
+ $(ACE_ROOT)/ace/Message_Block_T.h \
+ $(ACE_ROOT)/ace/Message_Block_T.i \
+ $(ACE_ROOT)/ace/Message_Block_T.cpp \
+ $(ACE_ROOT)/ace/Malloc_Base.h \
+ Sequence.i \
+ Sequence_T.h \
+ Sequence_T.i \
+ Sequence_T.cpp \
+ Typecode.h \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
+ $(ACE_ROOT)/ace/Functor.h \
$(ACE_ROOT)/ace/ACE.h \
$(ACE_ROOT)/ace/Flag_Manip.h \
$(ACE_ROOT)/ace/Flag_Manip.i \
@@ -39741,17 +40399,11 @@ realclean:
$(ACE_ROOT)/ace/Sock_Connect.h \
$(ACE_ROOT)/ace/Sock_Connect.i \
$(ACE_ROOT)/ace/ACE.i \
- $(ACE_ROOT)/ace/String_Base_Const.h \
- $(ACE_ROOT)/ace/String_Base.i \
- $(ACE_ROOT)/ace/Malloc_Base.h \
- $(ACE_ROOT)/ace/String_Base.cpp \
- $(ACE_ROOT)/ace/Malloc.h \
- $(ACE_ROOT)/ace/Log_Msg.h \
- $(ACE_ROOT)/ace/Log_Priority.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
- $(ACE_ROOT)/ace/Malloc.i \
- $(ACE_ROOT)/ace/Malloc_T.h \
+ $(ACE_ROOT)/ace/Functor.i \
+ $(ACE_ROOT)/ace/Functor_T.h \
+ $(ACE_ROOT)/ace/Functor_T.i \
+ $(ACE_ROOT)/ace/Functor_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
$(ACE_ROOT)/ace/Synch.h \
$(ACE_ROOT)/ace/Synch.i \
$(ACE_ROOT)/ace/Synch_T.h \
@@ -39763,6 +40415,24 @@ realclean:
$(ACE_ROOT)/ace/Thread_Adapter.inl \
$(ACE_ROOT)/ace/Thread.i \
$(ACE_ROOT)/ace/Synch_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
+ $(ACE_ROOT)/ace/Service_Config.h \
+ $(ACE_ROOT)/ace/Unbounded_Queue.h \
+ $(ACE_ROOT)/ace/Node.h \
+ $(ACE_ROOT)/ace/Node.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Queue.inl \
+ $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Set.h \
+ $(ACE_ROOT)/ace/Unbounded_Set.inl \
+ $(ACE_ROOT)/ace/Unbounded_Set.cpp \
+ $(ACE_ROOT)/ace/SString.h \
+ $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/String_Base_Const.h \
+ $(ACE_ROOT)/ace/String_Base.i \
+ $(ACE_ROOT)/ace/String_Base.cpp \
+ $(ACE_ROOT)/ace/Malloc.h \
+ $(ACE_ROOT)/ace/Malloc.i \
+ $(ACE_ROOT)/ace/Malloc_T.h \
$(ACE_ROOT)/ace/Malloc_Allocator.h \
$(ACE_ROOT)/ace/Malloc_Allocator.i \
$(ACE_ROOT)/ace/Free_List.h \
@@ -39781,44 +40451,11 @@ realclean:
$(ACE_ROOT)/ace/SV_Semaphore_Simple.h \
$(ACE_ROOT)/ace/SV_Semaphore_Simple.i \
$(ACE_ROOT)/ace/SV_Semaphore_Complex.i \
- $(ACE_ROOT)/ace/Unbounded_Set.h \
- $(ACE_ROOT)/ace/Node.h \
- $(ACE_ROOT)/ace/Node.cpp \
- $(ACE_ROOT)/ace/Unbounded_Set.inl \
- $(ACE_ROOT)/ace/Unbounded_Set.cpp \
$(ACE_ROOT)/ace/Memory_Pool.i \
$(ACE_ROOT)/ace/Auto_Ptr.h \
$(ACE_ROOT)/ace/Auto_Ptr.i \
$(ACE_ROOT)/ace/Auto_Ptr.cpp \
$(ACE_ROOT)/ace/SString.i \
- Exception.i \
- Object.h \
- Policy_ForwardC.h \
- Sequence.h \
- Managed_Types.h \
- Managed_Types.i \
- $(ACE_ROOT)/ace/Message_Block.h \
- $(ACE_ROOT)/ace/Message_Block.i \
- $(ACE_ROOT)/ace/Message_Block_T.h \
- $(ACE_ROOT)/ace/Message_Block_T.i \
- $(ACE_ROOT)/ace/Message_Block_T.cpp \
- Sequence.i \
- Sequence_T.h \
- Sequence_T.i \
- Sequence_T.cpp \
- Typecode.h \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
- $(ACE_ROOT)/ace/Functor.h \
- $(ACE_ROOT)/ace/Functor.i \
- $(ACE_ROOT)/ace/Functor_T.h \
- $(ACE_ROOT)/ace/Functor_T.i \
- $(ACE_ROOT)/ace/Functor_T.cpp \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
- $(ACE_ROOT)/ace/Service_Config.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.inl \
- $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
$(ACE_ROOT)/ace/XML_Svc_Conf.h \
$(ACE_ROOT)/ace/Service_Config.i \
$(ACE_ROOT)/ace/Reactor.h \
@@ -39834,20 +40471,27 @@ realclean:
$(ACE_ROOT)/ace/Reactor.i \
$(ACE_ROOT)/ace/Reactor_Impl.h \
$(ACE_ROOT)/ace/Svc_Conf_Tokens.h \
+ Exception.h \
+ Exception.i \
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
CDR.i \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -39856,6 +40500,7 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
Pluggable_Messaging_Utils.i \
Pluggable_Messaging.i \
@@ -39893,8 +40538,6 @@ realclean:
ORB_Core.h \
ORB.h \
ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i \
ServicesC.i \
CORBA_String.h \
CORBA_String.inl \
@@ -39922,14 +40565,12 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
PortableInterceptorC.i \
@@ -39999,10 +40640,10 @@ realclean:
LF_Strategy.h \
LF_Strategy.inl \
Transport.h \
- Transport_Cache_Manager.h \
- Cache_Entries.h \
Transport_Descriptor_Interface.h \
Transport_Descriptor_Interface.inl \
+ Transport_Cache_Manager.h \
+ Cache_Entries.h \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
Cache_Entries.inl \
@@ -40014,17 +40655,10 @@ realclean:
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl \
Synch_Refcountable.inl \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory_T.cpp \
Transport.inl \
- Codeset_Manager.h \
- Profile.h \
- Tagged_Components.h \
- Tagged_Components.i \
- Profile.i
+ Codeset_Manager.h
-.obj/GIOP_Message_Generator_Parser.o .obj/GIOP_Message_Generator_Parser.dll .shobj/GIOP_Message_Generator_Parser.o .shobj/GIOP_Message_Generator_Parser.dll: GIOP_Message_Generator_Parser.cpp \
+.obj/GIOP_Message_Generator_Parser.o .obj/GIOP_Message_Generator_Parser.SO .shobj/GIOP_Message_Generator_Parser.o .shobj/GIOP_Message_Generator_Parser.SO: GIOP_Message_Generator_Parser.cpp \
GIOP_Message_Generator_Parser.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
@@ -40129,8 +40763,8 @@ realclean:
GIOP_Message_Generator_Parser.inl \
Pluggable_Messaging_Utils.h \
IOPC.h \
- Object.h \
- Policy_ForwardC.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
Sequence.h \
Managed_Types.h \
Managed_Types.i \
@@ -40174,17 +40808,22 @@ realclean:
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
CDR.i \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -40193,6 +40832,7 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
Pluggable_Messaging_Utils.i \
GIOP_Utils.h \
@@ -40202,7 +40842,7 @@ realclean:
GIOPC.i \
Tagged_Profile.i
-.obj/GIOP_Message_Generator_Parser_10.o .obj/GIOP_Message_Generator_Parser_10.dll .shobj/GIOP_Message_Generator_Parser_10.o .shobj/GIOP_Message_Generator_Parser_10.dll: GIOP_Message_Generator_Parser_10.cpp \
+.obj/GIOP_Message_Generator_Parser_10.o .obj/GIOP_Message_Generator_Parser_10.SO .shobj/GIOP_Message_Generator_Parser_10.o .shobj/GIOP_Message_Generator_Parser_10.SO: GIOP_Message_Generator_Parser_10.cpp \
GIOP_Message_Generator_Parser_10.h $(ACE_ROOT)/ace/pre.h \
GIOP_Message_Generator_Parser.h \
corbafwd.h \
@@ -40359,8 +40999,13 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ OctetSeqC.i \
+ IOP_IORC.i \
Object.i \
IOPC.h \
+ IOP_CodecC.h \
Any_T.h \
Any.h \
Any.i \
@@ -40371,6 +41016,7 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
GIOP_Utils.i \
GIOP_Message_Locate_Header.h \
@@ -40382,18 +41028,15 @@ realclean:
operation_details.h corbafwd.h Service_Context.h \
Service_Context.inl \
target_specification.h target_specification.i operation_details.i CDR.h \
- Any.h debug.h OctetSeqC.h Sequence.h OctetSeqC.i \
- Pluggable_Messaging_Utils.h \
+ Any.h debug.h OctetSeqC.h Pluggable_Messaging_Utils.h \
Pluggable_Messaging_Utils.i \
TAO_Server_Request.h Tagged_Profile.h Object.h PICurrent.h \
$(ACE_ROOT)/ace/Array_Base.h \
$(ACE_ROOT)/ace/Array_Base.inl \
$(ACE_ROOT)/ace/Array_Base.cpp PortableInterceptorC.h \
- TAO_Export.h CurrentC.h CurrentC.i DynamicC.h StringSeqC.h StringSeqC.i \
- DynamicC.i ObjectReferenceTemplateC.h ValueBase.h \
- ValueBase.i Exception.h \
- ObjectReferenceTemplateC.i Messaging_SyncScopeC.h \
- Messaging_SyncScopeC.i IOPC.h PolicyC.h Policy_ForwardC.h \
+ PI_ForwardC.h StringSeqC.h Sequence.h StringSeqC.i PI_ForwardC.i \
+ CurrentC.h CurrentC.i DynamicC.h DynamicC.i Messaging_SyncScopeC.h \
+ Messaging_SyncScopeC.i IOPC.h PolicyC.h Policy_ForwardC.h Exception.h \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h Encodable.h \
PolicyC.i PortableInterceptorC.i LocalObject.h Object_KeyC.h \
@@ -40402,8 +41045,7 @@ realclean:
GIOP_Message_Version.inl \
GIOP_Message_State.inl CORBA_String.h \
CORBA_String.inl ORB_Core.h ORB.h \
- ServicesC.h OctetSeqC.h ServicesC.i \
- ObjectIdListC.h ObjectIdListC.i objectid.h \
+ ServicesC.h ServicesC.i ObjectIdListC.h ObjectIdListC.i objectid.h \
ORB.i Environment.h Policy_Manager.h \
Policy_Set.h \
PolicyC.h \
@@ -40435,8 +41077,8 @@ realclean:
Service_Callbacks.i \
Fault_Tolerance_Service.h \
Fault_Tolerance_Service.i \
- Cleanup_Func_Registry.h Cleanup_Func_Registry.inl Object_Ref_Table.h \
- Interceptor_List.h Interceptor_List.inl \
+ Cleanup_Func_Registry.h TAO_Export.h Cleanup_Func_Registry.inl \
+ Object_Ref_Table.h Interceptor_List.h Interceptor_List.inl \
$(ACE_ROOT)/ace/Thread_Manager.h \
$(ACE_ROOT)/ace/Thread_Exit.h \
$(ACE_ROOT)/ace/Thread_Control.h \
@@ -40456,7 +41098,7 @@ realclean:
$(ACE_ROOT)/ace/Framework_Component_T.cpp \
$(ACE_ROOT)/ace/Thread_Manager.i ORB_Core.i
-.obj/GIOP_Message_Generator_Parser_11.o .obj/GIOP_Message_Generator_Parser_11.dll .shobj/GIOP_Message_Generator_Parser_11.o .shobj/GIOP_Message_Generator_Parser_11.dll: GIOP_Message_Generator_Parser_11.cpp \
+.obj/GIOP_Message_Generator_Parser_11.o .obj/GIOP_Message_Generator_Parser_11.SO .shobj/GIOP_Message_Generator_Parser_11.o .shobj/GIOP_Message_Generator_Parser_11.SO: GIOP_Message_Generator_Parser_11.cpp \
GIOP_Message_Generator_Parser_11.h \
$(ACE_ROOT)/ace/pre.h \
GIOP_Message_Generator_Parser_10.h \
@@ -40564,7 +41206,7 @@ realclean:
GIOP_Message_Generator_Parser_10.inl \
GIOP_Message_Generator_Parser_11.inl
-.obj/GIOP_Message_Generator_Parser_12.o .obj/GIOP_Message_Generator_Parser_12.dll .shobj/GIOP_Message_Generator_Parser_12.o .shobj/GIOP_Message_Generator_Parser_12.dll: GIOP_Message_Generator_Parser_12.cpp \
+.obj/GIOP_Message_Generator_Parser_12.o .obj/GIOP_Message_Generator_Parser_12.SO .shobj/GIOP_Message_Generator_Parser_12.o .shobj/GIOP_Message_Generator_Parser_12.SO: GIOP_Message_Generator_Parser_12.cpp \
GIOP_Message_Generator_Parser_12.h $(ACE_ROOT)/ace/pre.h \
GIOP_Message_Generator_Parser.h \
corbafwd.h \
@@ -40721,8 +41363,13 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ OctetSeqC.i \
+ IOP_IORC.i \
Object.i \
IOPC.h \
+ IOP_CodecC.h \
Any_T.h \
Any.h \
Any.i \
@@ -40733,6 +41380,7 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
GIOP_Utils.i GIOP_Message_State.h \
GIOP_Message_Version.h \
@@ -40749,20 +41397,18 @@ realclean:
target_specification.h target_specification.i operation_details.i CDR.h \
Any.h debug.h Pluggable_Messaging_Utils.h \
Pluggable_Messaging_Utils.i \
- TAO_Server_Request.h Tagged_Profile.h OctetSeqC.h Sequence.h \
- OctetSeqC.i Object.h PICurrent.h \
+ TAO_Server_Request.h Tagged_Profile.h OctetSeqC.h Object.h PICurrent.h \
$(ACE_ROOT)/ace/Array_Base.h \
$(ACE_ROOT)/ace/Array_Base.inl \
$(ACE_ROOT)/ace/Array_Base.cpp PortableInterceptorC.h \
- TAO_Export.h CurrentC.h CurrentC.i DynamicC.h StringSeqC.h StringSeqC.i \
- DynamicC.i ObjectReferenceTemplateC.h ValueBase.h \
- ValueBase.i Exception.h \
- ObjectReferenceTemplateC.i Messaging_SyncScopeC.h \
- Messaging_SyncScopeC.i IOPC.h PolicyC.h Policy_ForwardC.h \
+ PI_ForwardC.h StringSeqC.h Sequence.h StringSeqC.i PI_ForwardC.i \
+ CurrentC.h CurrentC.i DynamicC.h DynamicC.i Messaging_SyncScopeC.h \
+ Messaging_SyncScopeC.i IOPC.h PolicyC.h Policy_ForwardC.h Exception.h \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h Encodable.h \
PolicyC.i PortableInterceptorC.i LocalObject.h Object_KeyC.h \
LocalObject.i PICurrent.inl TAO_Server_Request.i TAOC.h TimeBaseC.h \
+ TAO_Export.h \
SmartProxies/Smart_Proxies.h \
SmartProxies/smartproxies_export.h \
TAO_Singleton.h \
@@ -40776,11 +41422,10 @@ realclean:
TAO_Singleton_Manager.h \
TAO_Singleton_Manager.inl \
SmartProxies/Smart_Proxies.inl \
- TimeBaseC.i TAOC.i ORB_Core.h ORB.h ServicesC.h \
- OctetSeqC.h ServicesC.i CORBA_String.h \
- CORBA_String.inl ObjectIdListC.h \
- ObjectIdListC.i objectid.h ORB.i \
- Environment.h Policy_Manager.h \
+ TimeBaseC.i TAOC.i ORB_Core.h ORB.h ServicesC.h ServicesC.i \
+ CORBA_String.h CORBA_String.inl \
+ ObjectIdListC.h ObjectIdListC.i objectid.h \
+ ORB.i Environment.h Policy_Manager.h \
Policy_Set.h \
PolicyC.h \
Policy_Set.i \
@@ -40820,10 +41465,11 @@ realclean:
$(ACE_ROOT)/ace/Framework_Component_T.inl \
$(ACE_ROOT)/ace/Framework_Component_T.cpp \
$(ACE_ROOT)/ace/Thread_Manager.i ORB_Core.i Transport.h \
+ Transport_Descriptor_Interface.h \
+ Transport_Descriptor_Interface.inl \
Transport_Cache_Manager.h \
Cache_Entries.h \
Transport_Descriptor_Interface.h \
- Transport_Descriptor_Interface.inl \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
Cache_Entries.inl \
@@ -40831,14 +41477,9 @@ realclean:
Transport_Timer.h Incoming_Message_Queue.h Incoming_Message_Queue.inl \
Synch_Refcountable.h $(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl Synch_Refcountable.inl \
- Codeset_Translator_Factory.h \
- CONV_FRAMEC.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.cpp \
Transport.inl
-.obj/GIOP_Message_Generator_Parser_Impl.o .obj/GIOP_Message_Generator_Parser_Impl.dll .shobj/GIOP_Message_Generator_Parser_Impl.o .shobj/GIOP_Message_Generator_Parser_Impl.dll: \
+.obj/GIOP_Message_Generator_Parser_Impl.o .obj/GIOP_Message_Generator_Parser_Impl.SO .shobj/GIOP_Message_Generator_Parser_Impl.o .shobj/GIOP_Message_Generator_Parser_Impl.SO: \
GIOP_Message_Generator_Parser_Impl.cpp \
GIOP_Message_Generator_Parser_Impl.h \
$(ACE_ROOT)/ace/pre.h \
@@ -40951,7 +41592,7 @@ realclean:
GIOP_Message_Generator_Parser_12.inl \
GIOP_Message_Generator_Parser_Impl.inl
-.obj/GIOP_Utils.o .obj/GIOP_Utils.dll .shobj/GIOP_Utils.o .shobj/GIOP_Utils.dll: GIOP_Utils.cpp \
+.obj/GIOP_Utils.o .obj/GIOP_Utils.SO .shobj/GIOP_Utils.o .shobj/GIOP_Utils.SO: GIOP_Utils.cpp \
GIOP_Utils.h \
$(ACE_ROOT)/ace/pre.h \
Object.h \
@@ -41106,8 +41747,13 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ OctetSeqC.i \
+ IOP_IORC.i \
Object.i \
IOPC.h \
+ IOP_CodecC.h \
Any_T.h \
Any.h \
Any.i \
@@ -41118,13 +41764,12 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
GIOP_Utils.i \
ORB_Core.h \
ORB.h \
ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i \
ServicesC.i \
CORBA_String.h \
CORBA_String.inl \
@@ -41169,14 +41814,12 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
PortableInterceptorC.i \
@@ -41218,10 +41861,11 @@ realclean:
$(ACE_ROOT)/ace/Framework_Component_T.cpp \
$(ACE_ROOT)/ace/Thread_Manager.i \
ORB_Core.i Transport.h corbafwd.h \
- Exception.h Transport_Cache_Manager.h \
+ Exception.h Transport_Descriptor_Interface.h \
+ Transport_Descriptor_Interface.inl \
+ Transport_Cache_Manager.h \
Cache_Entries.h \
Transport_Descriptor_Interface.h \
- Transport_Descriptor_Interface.inl \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
Cache_Entries.inl \
@@ -41232,13 +41876,9 @@ realclean:
Incoming_Message_Queue.inl Synch_Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl Synch_Refcountable.inl \
- CONV_FRAMEC.h Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.h \
- Codeset_Translator_Factory.h \
- Codeset_Translator_Factory_T.cpp \
Transport.inl
-.obj/GIOP_Message_Locate_Header.o .obj/GIOP_Message_Locate_Header.dll .shobj/GIOP_Message_Locate_Header.o .shobj/GIOP_Message_Locate_Header.dll: GIOP_Message_Locate_Header.cpp \
+.obj/GIOP_Message_Locate_Header.o .obj/GIOP_Message_Locate_Header.SO .shobj/GIOP_Message_Locate_Header.o .shobj/GIOP_Message_Locate_Header.SO: GIOP_Message_Locate_Header.cpp \
GIOP_Message_Locate_Header.h \
$(ACE_ROOT)/ace/pre.h \
Tagged_Profile.h \
@@ -41274,11 +41914,30 @@ realclean:
orbconf.h \
TAO_Export.h \
corbafwd.i \
- Exception.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ Sequence.h \
+ Managed_Types.h \
+ Managed_Types.i \
$(ACE_ROOT)/ace/CORBA_macros.h \
$(ACE_ROOT)/ace/Exception_Macros.h \
- $(ACE_ROOT)/ace/SString.h \
- $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/Log_Msg.h \
+ $(ACE_ROOT)/ace/Log_Priority.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
+ $(ACE_ROOT)/ace/Message_Block.h \
+ $(ACE_ROOT)/ace/Message_Block.i \
+ $(ACE_ROOT)/ace/Message_Block_T.h \
+ $(ACE_ROOT)/ace/Message_Block_T.i \
+ $(ACE_ROOT)/ace/Message_Block_T.cpp \
+ $(ACE_ROOT)/ace/Malloc_Base.h \
+ Sequence.i \
+ Sequence_T.h \
+ Sequence_T.i \
+ Sequence_T.cpp \
+ Typecode.h \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
+ $(ACE_ROOT)/ace/Functor.h \
$(ACE_ROOT)/ace/ACE.h \
$(ACE_ROOT)/ace/Flag_Manip.h \
$(ACE_ROOT)/ace/Flag_Manip.i \
@@ -41291,17 +41950,11 @@ realclean:
$(ACE_ROOT)/ace/Sock_Connect.h \
$(ACE_ROOT)/ace/Sock_Connect.i \
$(ACE_ROOT)/ace/ACE.i \
- $(ACE_ROOT)/ace/String_Base_Const.h \
- $(ACE_ROOT)/ace/String_Base.i \
- $(ACE_ROOT)/ace/Malloc_Base.h \
- $(ACE_ROOT)/ace/String_Base.cpp \
- $(ACE_ROOT)/ace/Malloc.h \
- $(ACE_ROOT)/ace/Log_Msg.h \
- $(ACE_ROOT)/ace/Log_Priority.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
- $(ACE_ROOT)/ace/Malloc.i \
- $(ACE_ROOT)/ace/Malloc_T.h \
+ $(ACE_ROOT)/ace/Functor.i \
+ $(ACE_ROOT)/ace/Functor_T.h \
+ $(ACE_ROOT)/ace/Functor_T.i \
+ $(ACE_ROOT)/ace/Functor_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
$(ACE_ROOT)/ace/Synch.h \
$(ACE_ROOT)/ace/Synch.i \
$(ACE_ROOT)/ace/Synch_T.h \
@@ -41313,6 +41966,24 @@ realclean:
$(ACE_ROOT)/ace/Thread_Adapter.inl \
$(ACE_ROOT)/ace/Thread.i \
$(ACE_ROOT)/ace/Synch_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
+ $(ACE_ROOT)/ace/Service_Config.h \
+ $(ACE_ROOT)/ace/Unbounded_Queue.h \
+ $(ACE_ROOT)/ace/Node.h \
+ $(ACE_ROOT)/ace/Node.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Queue.inl \
+ $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Set.h \
+ $(ACE_ROOT)/ace/Unbounded_Set.inl \
+ $(ACE_ROOT)/ace/Unbounded_Set.cpp \
+ $(ACE_ROOT)/ace/SString.h \
+ $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/String_Base_Const.h \
+ $(ACE_ROOT)/ace/String_Base.i \
+ $(ACE_ROOT)/ace/String_Base.cpp \
+ $(ACE_ROOT)/ace/Malloc.h \
+ $(ACE_ROOT)/ace/Malloc.i \
+ $(ACE_ROOT)/ace/Malloc_T.h \
$(ACE_ROOT)/ace/Malloc_Allocator.h \
$(ACE_ROOT)/ace/Malloc_Allocator.i \
$(ACE_ROOT)/ace/Free_List.h \
@@ -41331,44 +42002,11 @@ realclean:
$(ACE_ROOT)/ace/SV_Semaphore_Simple.h \
$(ACE_ROOT)/ace/SV_Semaphore_Simple.i \
$(ACE_ROOT)/ace/SV_Semaphore_Complex.i \
- $(ACE_ROOT)/ace/Unbounded_Set.h \
- $(ACE_ROOT)/ace/Node.h \
- $(ACE_ROOT)/ace/Node.cpp \
- $(ACE_ROOT)/ace/Unbounded_Set.inl \
- $(ACE_ROOT)/ace/Unbounded_Set.cpp \
$(ACE_ROOT)/ace/Memory_Pool.i \
$(ACE_ROOT)/ace/Auto_Ptr.h \
$(ACE_ROOT)/ace/Auto_Ptr.i \
$(ACE_ROOT)/ace/Auto_Ptr.cpp \
$(ACE_ROOT)/ace/SString.i \
- Exception.i \
- Object.h \
- Policy_ForwardC.h \
- Sequence.h \
- Managed_Types.h \
- Managed_Types.i \
- $(ACE_ROOT)/ace/Message_Block.h \
- $(ACE_ROOT)/ace/Message_Block.i \
- $(ACE_ROOT)/ace/Message_Block_T.h \
- $(ACE_ROOT)/ace/Message_Block_T.i \
- $(ACE_ROOT)/ace/Message_Block_T.cpp \
- Sequence.i \
- Sequence_T.h \
- Sequence_T.i \
- Sequence_T.cpp \
- Typecode.h \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
- $(ACE_ROOT)/ace/Functor.h \
- $(ACE_ROOT)/ace/Functor.i \
- $(ACE_ROOT)/ace/Functor_T.h \
- $(ACE_ROOT)/ace/Functor_T.i \
- $(ACE_ROOT)/ace/Functor_T.cpp \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
- $(ACE_ROOT)/ace/Service_Config.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.inl \
- $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
$(ACE_ROOT)/ace/XML_Svc_Conf.h \
$(ACE_ROOT)/ace/Service_Config.i \
$(ACE_ROOT)/ace/Reactor.h \
@@ -41384,20 +42022,27 @@ realclean:
$(ACE_ROOT)/ace/Reactor.i \
$(ACE_ROOT)/ace/Reactor_Impl.h \
$(ACE_ROOT)/ace/Svc_Conf_Tokens.h \
+ Exception.h \
+ Exception.i \
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
CDR.i \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -41406,13 +42051,14 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
GIOPC.h \
GIOPC.i \
Tagged_Profile.i \
GIOP_Message_Locate_Header.i
-.obj/target_specification.o .obj/target_specification.dll .shobj/target_specification.o .shobj/target_specification.dll: target_specification.cpp \
+.obj/target_specification.o .obj/target_specification.SO .shobj/target_specification.o .shobj/target_specification.SO: target_specification.cpp \
target_specification.h \
$(ACE_ROOT)/ace/pre.h \
Object_KeyC.h \
@@ -41560,17 +42206,22 @@ realclean:
Environment.i \
Object_KeyC.i \
IOPC.h \
- Object.h \
- Policy_ForwardC.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ OctetSeqC.i \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
CDR.i \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -41579,10 +42230,11 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
target_specification.i
-.obj/GIOP_Message_State.o .obj/GIOP_Message_State.dll .shobj/GIOP_Message_State.o .shobj/GIOP_Message_State.dll: GIOP_Message_State.cpp \
+.obj/GIOP_Message_State.o .obj/GIOP_Message_State.SO .shobj/GIOP_Message_State.o .shobj/GIOP_Message_State.SO: GIOP_Message_State.cpp \
GIOP_Message_State.h \
$(ACE_ROOT)/ace/pre.h \
GIOP_Message_Version.h \
@@ -41763,7 +42415,19 @@ realclean:
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
+ IOP_IORC.h \
+ IOP_IORC.i \
Object.i \
+ Any_T.h \
+ Any.h \
+ Any.i \
+ AbstractBase.h \
+ AbstractBase.inl \
+ Any_T.inl \
+ Any_T.cpp \
+ Marshal.h \
+ Marshal.i \
+ debug.h \
CurrentC.i \
Remote_Object_Proxy_Impl.h \
Object_Proxy_Impl.h \
@@ -41775,7 +42439,6 @@ realclean:
Policy_Set.i \
LocalObject.h \
LocalObject.i \
- debug.h \
Policy_Manager.i \
Resource_Factory.h \
$(ACE_ROOT)/ace/Service_Object.h \
@@ -41801,26 +42464,17 @@ realclean:
Adapter.i \
PolicyFactory_Registry.h \
PortableInterceptorC.h \
- DynamicC.h \
+ PI_ForwardC.h \
StringSeqC.h \
StringSeqC.i \
- Any_T.h \
- Any.h \
- Any.i \
- AbstractBase.h \
- AbstractBase.inl \
- Any_T.inl \
- Any_T.cpp \
- Marshal.h \
- Marshal.i \
+ PI_ForwardC.i \
+ DynamicC.h \
DynamicC.i \
- ObjectReferenceTemplateC.h \
- ValueBase.h \
- ValueBase.i \
- ObjectReferenceTemplateC.i \
Messaging_SyncScopeC.h \
Messaging_SyncScopeC.i \
IOPC.h \
+ IOP_CodecC.h \
+ IOP_CodecC.i \
IOPC.i \
PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -41870,7 +42524,7 @@ realclean:
GIOP_Utils.i \
GIOP_Message_Base.i
-.obj/GIOP_Message_Version.o .obj/GIOP_Message_Version.dll .shobj/GIOP_Message_Version.o .shobj/GIOP_Message_Version.dll: GIOP_Message_Version.cpp GIOP_Message_Version.h \
+.obj/GIOP_Message_Version.o .obj/GIOP_Message_Version.SO .shobj/GIOP_Message_Version.o .shobj/GIOP_Message_Version.SO: GIOP_Message_Version.cpp GIOP_Message_Version.h \
$(ACE_ROOT)/ace/pre.h \
corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
@@ -41905,7 +42559,7 @@ realclean:
corbafwd.i \
GIOP_Message_Version.inl
-.obj/Tagged_Profile.o .obj/Tagged_Profile.dll .shobj/Tagged_Profile.o .shobj/Tagged_Profile.dll: Tagged_Profile.cpp Tagged_Profile.h \
+.obj/Tagged_Profile.o .obj/Tagged_Profile.SO .shobj/Tagged_Profile.o .shobj/Tagged_Profile.SO: Tagged_Profile.cpp Tagged_Profile.h \
$(ACE_ROOT)/ace/pre.h \
IOPC.h \
corbafwd.h \
@@ -41939,11 +42593,30 @@ realclean:
orbconf.h \
TAO_Export.h \
corbafwd.i \
- Exception.h \
+ IOP_IORC.h \
+ OctetSeqC.h \
+ Sequence.h \
+ Managed_Types.h \
+ Managed_Types.i \
$(ACE_ROOT)/ace/CORBA_macros.h \
$(ACE_ROOT)/ace/Exception_Macros.h \
- $(ACE_ROOT)/ace/SString.h \
- $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/Log_Msg.h \
+ $(ACE_ROOT)/ace/Log_Priority.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
+ $(ACE_ROOT)/ace/Message_Block.h \
+ $(ACE_ROOT)/ace/Message_Block.i \
+ $(ACE_ROOT)/ace/Message_Block_T.h \
+ $(ACE_ROOT)/ace/Message_Block_T.i \
+ $(ACE_ROOT)/ace/Message_Block_T.cpp \
+ $(ACE_ROOT)/ace/Malloc_Base.h \
+ Sequence.i \
+ Sequence_T.h \
+ Sequence_T.i \
+ Sequence_T.cpp \
+ Typecode.h \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
+ $(ACE_ROOT)/ace/Functor.h \
$(ACE_ROOT)/ace/ACE.h \
$(ACE_ROOT)/ace/Flag_Manip.h \
$(ACE_ROOT)/ace/Flag_Manip.i \
@@ -41956,17 +42629,11 @@ realclean:
$(ACE_ROOT)/ace/Sock_Connect.h \
$(ACE_ROOT)/ace/Sock_Connect.i \
$(ACE_ROOT)/ace/ACE.i \
- $(ACE_ROOT)/ace/String_Base_Const.h \
- $(ACE_ROOT)/ace/String_Base.i \
- $(ACE_ROOT)/ace/Malloc_Base.h \
- $(ACE_ROOT)/ace/String_Base.cpp \
- $(ACE_ROOT)/ace/Malloc.h \
- $(ACE_ROOT)/ace/Log_Msg.h \
- $(ACE_ROOT)/ace/Log_Priority.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
- $(ACE_ROOT)/ace/Malloc.i \
- $(ACE_ROOT)/ace/Malloc_T.h \
+ $(ACE_ROOT)/ace/Functor.i \
+ $(ACE_ROOT)/ace/Functor_T.h \
+ $(ACE_ROOT)/ace/Functor_T.i \
+ $(ACE_ROOT)/ace/Functor_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
$(ACE_ROOT)/ace/Synch.h \
$(ACE_ROOT)/ace/Synch.i \
$(ACE_ROOT)/ace/Synch_T.h \
@@ -41978,6 +42645,24 @@ realclean:
$(ACE_ROOT)/ace/Thread_Adapter.inl \
$(ACE_ROOT)/ace/Thread.i \
$(ACE_ROOT)/ace/Synch_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
+ $(ACE_ROOT)/ace/Service_Config.h \
+ $(ACE_ROOT)/ace/Unbounded_Queue.h \
+ $(ACE_ROOT)/ace/Node.h \
+ $(ACE_ROOT)/ace/Node.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Queue.inl \
+ $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Set.h \
+ $(ACE_ROOT)/ace/Unbounded_Set.inl \
+ $(ACE_ROOT)/ace/Unbounded_Set.cpp \
+ $(ACE_ROOT)/ace/SString.h \
+ $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/String_Base_Const.h \
+ $(ACE_ROOT)/ace/String_Base.i \
+ $(ACE_ROOT)/ace/String_Base.cpp \
+ $(ACE_ROOT)/ace/Malloc.h \
+ $(ACE_ROOT)/ace/Malloc.i \
+ $(ACE_ROOT)/ace/Malloc_T.h \
$(ACE_ROOT)/ace/Malloc_Allocator.h \
$(ACE_ROOT)/ace/Malloc_Allocator.i \
$(ACE_ROOT)/ace/Free_List.h \
@@ -41996,44 +42681,11 @@ realclean:
$(ACE_ROOT)/ace/SV_Semaphore_Simple.h \
$(ACE_ROOT)/ace/SV_Semaphore_Simple.i \
$(ACE_ROOT)/ace/SV_Semaphore_Complex.i \
- $(ACE_ROOT)/ace/Unbounded_Set.h \
- $(ACE_ROOT)/ace/Node.h \
- $(ACE_ROOT)/ace/Node.cpp \
- $(ACE_ROOT)/ace/Unbounded_Set.inl \
- $(ACE_ROOT)/ace/Unbounded_Set.cpp \
$(ACE_ROOT)/ace/Memory_Pool.i \
$(ACE_ROOT)/ace/Auto_Ptr.h \
$(ACE_ROOT)/ace/Auto_Ptr.i \
$(ACE_ROOT)/ace/Auto_Ptr.cpp \
$(ACE_ROOT)/ace/SString.i \
- Exception.i \
- Object.h \
- Policy_ForwardC.h \
- Sequence.h \
- Managed_Types.h \
- Managed_Types.i \
- $(ACE_ROOT)/ace/Message_Block.h \
- $(ACE_ROOT)/ace/Message_Block.i \
- $(ACE_ROOT)/ace/Message_Block_T.h \
- $(ACE_ROOT)/ace/Message_Block_T.i \
- $(ACE_ROOT)/ace/Message_Block_T.cpp \
- Sequence.i \
- Sequence_T.h \
- Sequence_T.i \
- Sequence_T.cpp \
- Typecode.h \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
- $(ACE_ROOT)/ace/Functor.h \
- $(ACE_ROOT)/ace/Functor.i \
- $(ACE_ROOT)/ace/Functor_T.h \
- $(ACE_ROOT)/ace/Functor_T.i \
- $(ACE_ROOT)/ace/Functor_T.cpp \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
- $(ACE_ROOT)/ace/Service_Config.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.inl \
- $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
$(ACE_ROOT)/ace/XML_Svc_Conf.h \
$(ACE_ROOT)/ace/Service_Config.i \
$(ACE_ROOT)/ace/Reactor.h \
@@ -42049,20 +42701,27 @@ realclean:
$(ACE_ROOT)/ace/Reactor.i \
$(ACE_ROOT)/ace/Reactor_Impl.h \
$(ACE_ROOT)/ace/Svc_Conf_Tokens.h \
+ Exception.h \
+ Exception.i \
Typecode.i \
Environment.h \
Environment.i \
+ OctetSeqC.i \
CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
CDR.i \
+ IOP_IORC.i \
+ IOP_CodecC.h \
+ Any_T.h \
+ Any.h \
+ Object.h \
+ Policy_ForwardC.h \
varbase.h \
Policy_ForwardC.i \
Object_KeyC.h \
Object_KeyC.i \
Object.i \
- Any_T.h \
- Any.h \
Any.i \
AbstractBase.h \
AbstractBase.inl \
@@ -42071,13 +42730,12 @@ realclean:
Marshal.h \
Marshal.i \
debug.h \
+ IOP_CodecC.i \
IOPC.i \
GIOPC.h \
GIOPC.i \
Tagged_Profile.i ORB_Core.h corbafwd.h \
- ORB.h Exception.h ServicesC.h \
- OctetSeqC.h \
- OctetSeqC.i ServicesC.i CORBA_String.h \
+ ORB.h Exception.h ServicesC.h ServicesC.i CORBA_String.h \
CORBA_String.inl ObjectIdListC.h \
ObjectIdListC.i objectid.h PolicyC.h CurrentC.h CurrentC.i \
Policy_ForwardC.h Remote_Object_Proxy_Impl.h \
@@ -42106,19 +42764,19 @@ realclean:
$(ACE_ROOT)/ace/Managed_Object.i \
$(ACE_ROOT)/ace/Managed_Object.cpp \
TAO_Singleton_Manager.h Adapter.h \
- Adapter.i PolicyFactory_Registry.h PortableInterceptorC.h TAO_Export.h \
- DynamicC.h StringSeqC.h Sequence.h StringSeqC.i DynamicC.i \
- ObjectReferenceTemplateC.h OctetSeqC.h ValueBase.h \
- ValueBase.i ObjectReferenceTemplateC.i \
- Messaging_SyncScopeC.h Messaging_SyncScopeC.i IOPC.h \
- PortableInterceptorC.i $(ACE_ROOT)/ace/Map_Manager.h \
+ Adapter.i PolicyFactory_Registry.h PortableInterceptorC.h PI_ForwardC.h \
+ OctetSeqC.h StringSeqC.h Sequence.h StringSeqC.i PI_ForwardC.i \
+ DynamicC.h DynamicC.i Messaging_SyncScopeC.h Messaging_SyncScopeC.i \
+ IOPC.h PortableInterceptorC.i \
+ $(ACE_ROOT)/ace/Map_Manager.h \
$(ACE_ROOT)/ace/Map_Manager.i \
$(ACE_ROOT)/ace/Map_Manager.cpp Parser_Registry.h \
Parser_Registry.i Service_Callbacks.h \
Service_Callbacks.i \
Fault_Tolerance_Service.h \
Fault_Tolerance_Service.i \
- Cleanup_Func_Registry.h $(ACE_ROOT)/ace/Array_Base.h \
+ Cleanup_Func_Registry.h TAO_Export.h \
+ $(ACE_ROOT)/ace/Array_Base.h \
$(ACE_ROOT)/ace/Array_Base.inl \
$(ACE_ROOT)/ace/Array_Base.cpp Cleanup_Func_Registry.inl \
Object_Ref_Table.h Interceptor_List.h Interceptor_List.inl PICurrent.h \
diff --git a/TAO/tao/ObjectReferenceTemplate.pidl b/TAO/tao/ObjRefTemplate/ObjectReferenceTemplate.pidl
index 71e2ba6c1cf..acdee1bd99c 100644
--- a/TAO/tao/ObjectReferenceTemplate.pidl
+++ b/TAO/tao/ObjRefTemplate/ObjectReferenceTemplate.pidl
@@ -12,8 +12,8 @@
*
* tao_idl.exe
* -o orig -Gp -Gd -Ge 1
- * -Wb,export_macro=TAO_Export
- * -Wb,export_include=tao/TAO_Export.h
+ * -Wb,export_macro=TAO_ORT_Export
+ * -Wb,export_include=ort_export.h
* -Wb,pre_include="ace/pre.h"
* -Wb,post_include="ace/post.h"
* ObjectReferenceTemplate.pidl
@@ -39,11 +39,6 @@ module PortableInterceptor
{
typeprefix PortableInterceptor "omg.org";
- typedef string ServerId;
- typedef string ORBId;
- typedef CORBA::StringSeq AdapterName;
- typedef CORBA::OctetSeq ObjectId;
-
abstract valuetype ObjectReferenceFactory {
// boolean equals (in ObjectReferenceFactory other);
Object make_object (in string repository_id,
diff --git a/TAO/tao/ObjectReferenceTemplateC.cpp b/TAO/tao/ObjRefTemplate/ObjectReferenceTemplateC.cpp
index 8da6f43fc5b..8da6f43fc5b 100644
--- a/TAO/tao/ObjectReferenceTemplateC.cpp
+++ b/TAO/tao/ObjRefTemplate/ObjectReferenceTemplateC.cpp
diff --git a/TAO/tao/ObjectReferenceTemplateC.h b/TAO/tao/ObjRefTemplate/ObjectReferenceTemplateC.h
index b136bb3f9a4..8d4a343674b 100644
--- a/TAO/tao/ObjectReferenceTemplateC.h
+++ b/TAO/tao/ObjRefTemplate/ObjectReferenceTemplateC.h
@@ -26,26 +26,27 @@
#define _TAO_IDL_ORIG_OBJECTREFERENCETEMPLATEC_H_
#include "ace/pre.h"
-#include "PI_ForwardC.h"
+#include "ort_export.h"
+#include "tao/PI_ForwardC.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "ValueBase.h"
-#include "Exception.h"
-#include "Any_T.h"
+#include "tao/ValueBase.h"
+#include "tao/Exception.h"
+#include "tao/Any_T.h"
#if defined (TAO_EXPORT_MACRO)
#undef TAO_EXPORT_MACRO
#endif
-#define TAO_EXPORT_MACRO TAO_Export
+#define TAO_EXPORT_MACRO TAO_ORT_Export
#if defined (TAO_EXPORT_NESTED_CLASSES)
# if defined (TAO_EXPORT_NESTED_MACRO)
# undef TAO_EXPORT_NESTED_MACRO
# endif /* defined (TAO_EXPORT_NESTED_MACRO) */
-# define TAO_EXPORT_NESTED_MACRO TAO_Export
+# define TAO_EXPORT_NESTED_MACRO TAO_ORT_Export
#endif /* TAO_EXPORT_NESTED_CLASSES */
#if defined(_MSC_VER)
@@ -83,7 +84,7 @@ TAO_NAMESPACE PortableInterceptor
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_valuetype.cpp:181
- class TAO_Export ObjectReferenceFactory_var
+ class TAO_ORT_Export ObjectReferenceFactory_var
{
public:
ObjectReferenceFactory_var (void);
@@ -122,7 +123,7 @@ TAO_NAMESPACE PortableInterceptor
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_valuetype.cpp:490
- class TAO_Export ObjectReferenceFactory_out
+ class TAO_ORT_Export ObjectReferenceFactory_out
{
public:
ObjectReferenceFactory_out (ObjectReferenceFactory* &);
@@ -147,7 +148,7 @@ TAO_NAMESPACE PortableInterceptor
#if !defined (_PORTABLEINTERCEPTOR_OBJECTREFERENCEFACTORY_CH_)
#define _PORTABLEINTERCEPTOR_OBJECTREFERENCEFACTORY_CH_
- class TAO_Export ObjectReferenceFactory
+ class TAO_ORT_Export ObjectReferenceFactory
: public virtual CORBA::ValueBase
{
public:
@@ -215,7 +216,7 @@ TAO_NAMESPACE PortableInterceptor
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_valuetype.cpp:181
- class TAO_Export ObjectReferenceTemplate_var
+ class TAO_ORT_Export ObjectReferenceTemplate_var
{
public:
ObjectReferenceTemplate_var (void);
@@ -254,7 +255,7 @@ TAO_NAMESPACE PortableInterceptor
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_valuetype.cpp:490
- class TAO_Export ObjectReferenceTemplate_out
+ class TAO_ORT_Export ObjectReferenceTemplate_out
{
public:
ObjectReferenceTemplate_out (ObjectReferenceTemplate* &);
@@ -279,7 +280,7 @@ TAO_NAMESPACE PortableInterceptor
#if !defined (_PORTABLEINTERCEPTOR_OBJECTREFERENCETEMPLATE_CH_)
#define _PORTABLEINTERCEPTOR_OBJECTREFERENCETEMPLATE_CH_
- class TAO_Export ObjectReferenceTemplate
+ class TAO_ORT_Export ObjectReferenceTemplate
: public virtual ObjectReferenceFactory
{
public:
@@ -351,7 +352,7 @@ TAO_NAMESPACE PortableInterceptor
#if !defined (__TAO_UNBOUNDED_VALUETYPE_SEQUENCE_PORTABLEINTERCEPTOR_OBJECTREFERENCETEMPLATESEQ_CH_)
#define __TAO_UNBOUNDED_VALUETYPE_SEQUENCE_PORTABLEINTERCEPTOR_OBJECTREFERENCETEMPLATESEQ_CH_
- class TAO_Export _TAO_Unbounded_Valuetype_Sequence_PortableInterceptor_ObjectReferenceTemplateSeq
+ class TAO_ORT_Export _TAO_Unbounded_Valuetype_Sequence_PortableInterceptor_ObjectReferenceTemplateSeq
: public TAO_Unbounded_Base_Sequence
{
public:
@@ -406,7 +407,7 @@ TAO_NAMESPACE PortableInterceptor
// PortableInterceptor::ObjectReferenceTemplateSeq
// *************************************************************
- class TAO_Export ObjectReferenceTemplateSeq : public
+ class TAO_ORT_Export ObjectReferenceTemplateSeq : public
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_sequence/sequence_ch.cpp:51
@@ -447,7 +448,7 @@ TAO_NAMESPACE PortableInterceptor
// class PortableInterceptor::ObjectReferenceTemplateSeq_var
// *************************************************************
- class TAO_Export ObjectReferenceTemplateSeq_var
+ class TAO_ORT_Export ObjectReferenceTemplateSeq_var
{
public:
ObjectReferenceTemplateSeq_var (void);
@@ -488,7 +489,7 @@ TAO_NAMESPACE PortableInterceptor
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_sequence/sequence_ch.cpp:753
- class TAO_Export ObjectReferenceTemplateSeq_out
+ class TAO_ORT_Export ObjectReferenceTemplateSeq_out
{
public:
ObjectReferenceTemplateSeq_out (ObjectReferenceTemplateSeq *&);
@@ -581,24 +582,24 @@ TAO_NAMESPACE OBV_PortableInterceptor
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_valuetype/any_op_ch.cpp:54
-TAO_Export void operator<<= (CORBA::Any &, PortableInterceptor::ObjectReferenceFactory *); // copying
-TAO_Export void operator<<= (CORBA::Any &, PortableInterceptor::ObjectReferenceFactory **); // non-copying
-TAO_Export CORBA::Boolean operator>>= (const CORBA::Any &, PortableInterceptor::ObjectReferenceFactory *&);
+TAO_ORT_Export void operator<<= (CORBA::Any &, PortableInterceptor::ObjectReferenceFactory *); // copying
+TAO_ORT_Export void operator<<= (CORBA::Any &, PortableInterceptor::ObjectReferenceFactory **); // non-copying
+TAO_ORT_Export CORBA::Boolean operator>>= (const CORBA::Any &, PortableInterceptor::ObjectReferenceFactory *&);
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_valuetype/any_op_ch.cpp:54
-TAO_Export void operator<<= (CORBA::Any &, PortableInterceptor::ObjectReferenceTemplate *); // copying
-TAO_Export void operator<<= (CORBA::Any &, PortableInterceptor::ObjectReferenceTemplate **); // non-copying
-TAO_Export CORBA::Boolean operator>>= (const CORBA::Any &, PortableInterceptor::ObjectReferenceTemplate *&);
+TAO_ORT_Export void operator<<= (CORBA::Any &, PortableInterceptor::ObjectReferenceTemplate *); // copying
+TAO_ORT_Export void operator<<= (CORBA::Any &, PortableInterceptor::ObjectReferenceTemplate **); // non-copying
+TAO_ORT_Export CORBA::Boolean operator>>= (const CORBA::Any &, PortableInterceptor::ObjectReferenceTemplate *&);
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_sequence/any_op_ch.cpp:52
-TAO_Export void operator<<= (CORBA::Any &, const PortableInterceptor::ObjectReferenceTemplateSeq &); // copying version
-TAO_Export void operator<<= (CORBA::Any &, PortableInterceptor::ObjectReferenceTemplateSeq*); // noncopying version
-TAO_Export CORBA::Boolean operator>>= (const CORBA::Any &, PortableInterceptor::ObjectReferenceTemplateSeq *&); // deprecated
-TAO_Export CORBA::Boolean operator>>= (const CORBA::Any &, const PortableInterceptor::ObjectReferenceTemplateSeq *&);
+TAO_ORT_Export void operator<<= (CORBA::Any &, const PortableInterceptor::ObjectReferenceTemplateSeq &); // copying version
+TAO_ORT_Export void operator<<= (CORBA::Any &, PortableInterceptor::ObjectReferenceTemplateSeq*); // noncopying version
+TAO_ORT_Export CORBA::Boolean operator>>= (const CORBA::Any &, PortableInterceptor::ObjectReferenceTemplateSeq *&); // deprecated
+TAO_ORT_Export CORBA::Boolean operator>>= (const CORBA::Any &, const PortableInterceptor::ObjectReferenceTemplateSeq *&);
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_root/cdr_op.cpp:48
@@ -618,8 +619,8 @@ TAO_NAMESPACE_CLOSE
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_valuetype/cdr_op_ch.cpp:61
-TAO_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const PortableInterceptor::ObjectReferenceFactory *);
-TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, PortableInterceptor::ObjectReferenceFactory *&);
+TAO_ORT_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const PortableInterceptor::ObjectReferenceFactory *);
+TAO_ORT_Export CORBA::Boolean operator>> (TAO_InputCDR &, PortableInterceptor::ObjectReferenceFactory *&);
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_valuetype.cpp:682
@@ -634,8 +635,8 @@ TAO_NAMESPACE_CLOSE
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_valuetype/cdr_op_ch.cpp:61
-TAO_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const PortableInterceptor::ObjectReferenceTemplate *);
-TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, PortableInterceptor::ObjectReferenceTemplate *&);
+TAO_ORT_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const PortableInterceptor::ObjectReferenceTemplate *);
+TAO_ORT_Export CORBA::Boolean operator>> (TAO_InputCDR &, PortableInterceptor::ObjectReferenceTemplate *&);
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_sequence/cdr_op_ch.cpp:57
@@ -643,11 +644,11 @@ TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, PortableInterceptor::Objec
#if !defined _TAO_CDR_OP_PortableInterceptor_ObjectReferenceTemplateSeq_H_
#define _TAO_CDR_OP_PortableInterceptor_ObjectReferenceTemplateSeq_H_
-TAO_Export CORBA::Boolean operator<< (
+TAO_ORT_Export CORBA::Boolean operator<< (
TAO_OutputCDR &,
const PortableInterceptor::ObjectReferenceTemplateSeq &
);
-TAO_Export CORBA::Boolean operator>> (
+TAO_ORT_Export CORBA::Boolean operator>> (
TAO_InputCDR &,
PortableInterceptor::ObjectReferenceTemplateSeq &
);
diff --git a/TAO/tao/ObjectReferenceTemplateC.i b/TAO/tao/ObjRefTemplate/ObjectReferenceTemplateC.i
index c4d2fa4d9bf..afba6841881 100644
--- a/TAO/tao/ObjectReferenceTemplateC.i
+++ b/TAO/tao/ObjRefTemplate/ObjectReferenceTemplateC.i
@@ -529,8 +529,8 @@ TAO_NAMESPACE_CLOSE
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_valuetype/cdr_op_ci.cpp:60
-TAO_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const PortableInterceptor::ObjectReferenceFactory *);
-TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, PortableInterceptor::ObjectReferenceFactory *&);
+TAO_ORT_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const PortableInterceptor::ObjectReferenceFactory *);
+TAO_ORT_Export CORBA::Boolean operator>> (TAO_InputCDR &, PortableInterceptor::ObjectReferenceFactory *&);
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_valuetype.cpp:712
@@ -549,8 +549,8 @@ TAO_NAMESPACE_CLOSE
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_valuetype/cdr_op_ci.cpp:60
-TAO_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const PortableInterceptor::ObjectReferenceTemplate *);
-TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, PortableInterceptor::ObjectReferenceTemplate *&);
+TAO_ORT_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const PortableInterceptor::ObjectReferenceTemplate *);
+TAO_ORT_Export CORBA::Boolean operator>> (TAO_InputCDR &, PortableInterceptor::ObjectReferenceTemplate *&);
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_sequence/cdr_op_ci.cpp:84
@@ -558,12 +558,12 @@ TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, PortableInterceptor::Objec
#if !defined _TAO_CDR_OP_PortableInterceptor_ObjectReferenceTemplateSeq_I_
#define _TAO_CDR_OP_PortableInterceptor_ObjectReferenceTemplateSeq_I_
-CORBA::Boolean TAO_Export operator<< (
+CORBA::Boolean TAO_ORT_Export operator<< (
TAO_OutputCDR &,
const PortableInterceptor::ObjectReferenceTemplateSeq &
);
-CORBA::Boolean TAO_Export operator>> (
+CORBA::Boolean TAO_ORT_Export operator>> (
TAO_InputCDR &,
PortableInterceptor::ObjectReferenceTemplateSeq &
);
diff --git a/TAO/tao/ObjRefTemplate/TAO_ObjRefTemplate.dsp b/TAO/tao/ObjRefTemplate/TAO_ObjRefTemplate.dsp
new file mode 100644
index 00000000000..d0ecacf03b0
--- /dev/null
+++ b/TAO/tao/ObjRefTemplate/TAO_ObjRefTemplate.dsp
@@ -0,0 +1,124 @@
+# Microsoft Developer Studio Project File - Name="ObjRefTemplate" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
+
+CFG=ObjRefTemplate - Win32 Debug
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE
+!MESSAGE NMAKE /f "TAO_ObjRefTemplate.mak".
+!MESSAGE
+!MESSAGE You can specify a configuration when running NMAKE
+!MESSAGE by defining the macro CFG on the command line. For example:
+!MESSAGE
+!MESSAGE NMAKE /f "TAO_ObjRefTemplate.mak" CFG="ObjRefTemplate - Win32 Debug"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "ObjRefTemplate - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
+!MESSAGE "ObjRefTemplate - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
+!MESSAGE
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+CPP=cl.exe
+MTL=midl.exe
+RSC=rc.exe
+
+!IF "$(CFG)" == "ObjRefTemplate - Win32 Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "Release"
+# PROP BASE Intermediate_Dir "Release"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "Release"
+# PROP Intermediate_Dir "Release"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "OBJREFTEMPLATE_EXPORTS" /YX /FD /c
+# ADD CPP /nologo /MD /W3 /GX /O2 /I "../" /I "../../" /I "../../../" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "TAO_ORT_BUILD_DLL" /YX /FD /c
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
+# ADD BASE RSC /l 0x409 /d "NDEBUG"
+# ADD RSC /l 0x409 /d "NDEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
+# ADD LINK32 ace.lib TAO.lib /nologo /dll /machine:I386 /out:"..\..\..\bin\TAO_ObjRefTemplate.dll" /libpath:"..\..\tao" /libpath:"..\..\..\ace"
+
+!ELSEIF "$(CFG)" == "ObjRefTemplate - Win32 Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "Debug"
+# PROP BASE Intermediate_Dir "Debug"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir ""
+# PROP Intermediate_Dir "Debug"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "OBJREFTEMPLATE_EXPORTS" /YX /FD /c
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../" /I "../../" /I "../../../" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "TAO_ORT_BUILD_DLL" /YX /FD /c
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
+# ADD BASE RSC /l 0x409 /d "_DEBUG"
+# ADD RSC /l 0x409 /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
+# ADD LINK32 TAOd.lib aced.lib /nologo /dll /debug /machine:I386 /out:"..\..\..\bin\TAO_ObjRefTemplated.dll" /pdbtype:sept /libpath:"..\..\tao" /libpath:"..\..\..\ace"
+
+!ENDIF
+
+# Begin Target
+
+# Name "ObjRefTemplate - Win32 Release"
+# Name "ObjRefTemplate - Win32 Debug"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+# Begin Source File
+
+SOURCE=.\ObjectReferenceTemplateC.cpp
+# ADD CPP /GR
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl"
+# Begin Source File
+
+SOURCE=.\ObjectReferenceTemplateC.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\ort_export.h
+# End Source File
+# End Group
+# Begin Group "Inline Files"
+
+# PROP Default_Filter "i"
+# Begin Source File
+
+SOURCE=.\ObjectReferenceTemplateC.i
+# End Source File
+# End Group
+# Begin Group "Resource Files"
+
+# PROP Default_Filter "rc"
+# End Group
+# End Target
+# End Project
diff --git a/TAO/tao/ObjRefTemplate/ort_export.h b/TAO/tao/ObjRefTemplate/ort_export.h
new file mode 100644
index 00000000000..3da9ca420ee
--- /dev/null
+++ b/TAO/tao/ObjRefTemplate/ort_export.h
@@ -0,0 +1,40 @@
+
+// -*- C++ -*-
+// $Id$
+// Definition for Win32 Export directives.
+// This file is generated automatically by generate_export_file.pl
+// ------------------------------
+#ifndef TAO_ORT_EXPORT_H
+#define TAO_ORT_EXPORT_H
+
+#include "ace/config-all.h"
+
+#if defined (TAO_AS_STATIC_LIBS)
+# if !defined (TAO_ORT_HAS_DLL)
+# define TAO_ORT_HAS_DLL 0
+# endif /* ! TAO_ORT_HAS_DLL */
+#else
+# if !defined (TAO_ORT_HAS_DLL)
+# define TAO_ORT_HAS_DLL 1
+# endif /* ! TAO_ORT_HAS_DLL */
+#endif
+
+#if defined (TAO_ORT_HAS_DLL) && (TAO_ORT_HAS_DLL == 1)
+# if defined (TAO_ORT_BUILD_DLL)
+# define TAO_ORT_Export ACE_Proper_Export_Flag
+# define TAO_ORT_SINGLETON_DECLARATION(T) ACE_EXPORT_SINGLETON_DECLARATION (T)
+# define TAO_ORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_EXPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
+# else /* TAO_ORT_BUILD_DLL */
+# define TAO_ORT_Export ACE_Proper_Import_Flag
+# define TAO_ORT_SINGLETON_DECLARATION(T) ACE_IMPORT_SINGLETON_DECLARATION (T)
+# define TAO_ORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) ACE_IMPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
+# endif /* TAO_ORT_BUILD_DLL */
+#else /* TAO_ORT_HAS_DLL == 1 */
+# define TAO_ORT_Export
+# define TAO_ORT_SINGLETON_DECLARATION(T)
+# define TAO_ORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
+#endif /* TAO_ORT_HAS_DLL == 1 */
+
+#endif /* TAO_ORT_EXPORT_H */
+
+// End of auto generated file.
diff --git a/TAO/tao/PortableInterceptorC.h b/TAO/tao/PortableInterceptorC.h
index 47cbf510d1f..6e00c96ac92 100644
--- a/TAO/tao/PortableInterceptorC.h
+++ b/TAO/tao/PortableInterceptorC.h
@@ -32,7 +32,7 @@
#define _TAO_IDL_ORIG_PORTABLEINTERCEPTORC_H_
#include "ace/pre.h"
-#include "TAO_Export.h"
+#include "PI_ForwardC.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
@@ -40,7 +40,6 @@
#include "CurrentC.h"
#include "DynamicC.h"
-#include "ObjectReferenceTemplateC.h"
#include "Messaging_SyncScopeC.h"
#include "IOPC.h"
#include "PolicyC.h"
diff --git a/TAO/tao/PortableServer/Default_ORTC.h b/TAO/tao/PortableServer/Default_ORTC.h
index 83f8b4daef7..88cbb441205 100644
--- a/TAO/tao/PortableServer/Default_ORTC.h
+++ b/TAO/tao/PortableServer/Default_ORTC.h
@@ -26,14 +26,12 @@
#define _TAO_IDL_ORIG_DEFAULT_ORTC_H_
#include "ace/pre.h"
-#include "tao/corbafwd.h"
+#include "tao/ObjRefTemplate/ObjectReferenceTemplateC.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "tao/ObjectReferenceTemplateC.h"
-
#if defined (TAO_EXPORT_MACRO)
#undef TAO_EXPORT_MACRO
#endif
diff --git a/TAO/tao/PortableServer/Makefile b/TAO/tao/PortableServer/Makefile
index 786e135260d..d83b1d63700 100644
--- a/TAO/tao/PortableServer/Makefile
+++ b/TAO/tao/PortableServer/Makefile
@@ -12,7 +12,7 @@ LIBNAME = libTAO_PortableServer
LIB = $(LIBNAME).a
SHLIB = $(LIBNAME).$(SOEXT)
-ACE_SHLIBS = -lTAO_IORInterceptor -lTAO -lACE
+ACE_SHLIBS = -lTAO_ObjRefTemplate -lTAO_IORInterceptor -lTAO -lACE
#----------------------------------------------------------------------------
# Include macros and targets
@@ -108,7 +108,7 @@ endif
# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
-.obj/PortableServer.o .obj/PortableServer.so .shobj/PortableServer.o .shobj/PortableServer.so: PortableServer.cpp PortableServer.h \
+.obj/PortableServer.o .obj/PortableServer.SO .shobj/PortableServer.o .shobj/PortableServer.SO: PortableServer.cpp PortableServer.h \
$(ACE_ROOT)/ace/pre.h portableserver_export.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ace_wchar.h \
@@ -263,15 +263,27 @@ endif
$(TAO_ROOT)/tao/Policy_ForwardC.i \
$(TAO_ROOT)/tao/Object_KeyC.h \
$(TAO_ROOT)/tao/Object_KeyC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.i \
$(TAO_ROOT)/tao/Object.i \
+ $(TAO_ROOT)/tao/Any_T.h \
+ $(TAO_ROOT)/tao/Any.h \
+ $(TAO_ROOT)/tao/Any.i \
+ $(TAO_ROOT)/tao/AbstractBase.h \
+ $(TAO_ROOT)/tao/AbstractBase.inl \
+ $(TAO_ROOT)/tao/Any_T.inl \
+ $(TAO_ROOT)/tao/Any_T.cpp \
+ $(TAO_ROOT)/tao/Marshal.h \
+ $(TAO_ROOT)/tao/Marshal.i \
+ $(TAO_ROOT)/tao/debug.h \
$(TAO_ROOT)/tao/CurrentC.i \
$(TAO_ROOT)/tao/PolicyC.h \
$(TAO_ROOT)/tao/Remote_Object_Proxy_Impl.h \
$(TAO_ROOT)/tao/Object_Proxy_Impl.h \
$(TAO_ROOT)/tao/Encodable.h \
- $(TAO_ROOT)/tao/PolicyC.i \
- $(TAO_ROOT)/tao/OctetSeqC.h \
- $(TAO_ROOT)/tao/OctetSeqC.i PortableServerC.i \
+ $(TAO_ROOT)/tao/PolicyC.i PortableServerC.i \
Object_Adapter.h Key_Adapters.h $(ACE_ROOT)/ace/Map_T.h \
$(ACE_ROOT)/ace/Pair_T.h \
$(ACE_ROOT)/ace/Pair_T.i \
@@ -310,7 +322,7 @@ endif
$(TAO_ROOT)/tao/Policy_Set.i POA_Policy_Set.i \
Object_Adapter.i
-.obj/PortableServerC.o .obj/PortableServerC.so .shobj/PortableServerC.o .shobj/PortableServerC.so: PortableServerC.cpp PortableServerC.h \
+.obj/PortableServerC.o .obj/PortableServerC.SO .shobj/PortableServerC.o .shobj/PortableServerC.SO: PortableServerC.cpp PortableServerC.h \
$(ACE_ROOT)/ace/pre.h \
$(TAO_ROOT)/tao/corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
@@ -465,15 +477,27 @@ endif
$(TAO_ROOT)/tao/Policy_ForwardC.i \
$(TAO_ROOT)/tao/Object_KeyC.h \
$(TAO_ROOT)/tao/Object_KeyC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.i \
$(TAO_ROOT)/tao/Object.i \
+ $(TAO_ROOT)/tao/Any_T.h \
+ $(TAO_ROOT)/tao/Any.h \
+ $(TAO_ROOT)/tao/Any.i \
+ $(TAO_ROOT)/tao/AbstractBase.h \
+ $(TAO_ROOT)/tao/AbstractBase.inl \
+ $(TAO_ROOT)/tao/Any_T.inl \
+ $(TAO_ROOT)/tao/Any_T.cpp \
+ $(TAO_ROOT)/tao/Marshal.h \
+ $(TAO_ROOT)/tao/Marshal.i \
+ $(TAO_ROOT)/tao/debug.h \
$(TAO_ROOT)/tao/CurrentC.i \
$(TAO_ROOT)/tao/PolicyC.h \
$(TAO_ROOT)/tao/Remote_Object_Proxy_Impl.h \
$(TAO_ROOT)/tao/Object_Proxy_Impl.h \
$(TAO_ROOT)/tao/Encodable.h \
- $(TAO_ROOT)/tao/PolicyC.i \
- $(TAO_ROOT)/tao/OctetSeqC.h \
- $(TAO_ROOT)/tao/OctetSeqC.i PortableServerC.i \
+ $(TAO_ROOT)/tao/PolicyC.i PortableServerC.i \
$(TAO_ROOT)/tao/Stub.h \
$(TAO_ROOT)/tao/MProfile.h \
$(TAO_ROOT)/tao/MProfile.i \
@@ -492,7 +516,6 @@ endif
$(TAO_ROOT)/tao/Policy_Set.i \
$(TAO_ROOT)/tao/LocalObject.h \
$(TAO_ROOT)/tao/LocalObject.i \
- $(TAO_ROOT)/tao/debug.h \
$(TAO_ROOT)/tao/Policy_Manager.i \
$(TAO_ROOT)/tao/Resource_Factory.h \
$(ACE_ROOT)/ace/Service_Object.h \
@@ -518,26 +541,17 @@ endif
$(TAO_ROOT)/tao/Adapter.i \
$(TAO_ROOT)/tao/PolicyFactory_Registry.h \
$(TAO_ROOT)/tao/PortableInterceptorC.h \
- $(TAO_ROOT)/tao/DynamicC.h \
+ $(TAO_ROOT)/tao/PI_ForwardC.h \
$(TAO_ROOT)/tao/StringSeqC.h \
$(TAO_ROOT)/tao/StringSeqC.i \
- $(TAO_ROOT)/tao/Any_T.h \
- $(TAO_ROOT)/tao/Any.h \
- $(TAO_ROOT)/tao/Any.i \
- $(TAO_ROOT)/tao/AbstractBase.h \
- $(TAO_ROOT)/tao/AbstractBase.inl \
- $(TAO_ROOT)/tao/Any_T.inl \
- $(TAO_ROOT)/tao/Any_T.cpp \
- $(TAO_ROOT)/tao/Marshal.h \
- $(TAO_ROOT)/tao/Marshal.i \
+ $(TAO_ROOT)/tao/PI_ForwardC.i \
+ $(TAO_ROOT)/tao/DynamicC.h \
$(TAO_ROOT)/tao/DynamicC.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.h \
- $(TAO_ROOT)/tao/ValueBase.h \
- $(TAO_ROOT)/tao/ValueBase.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.i \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.h \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.i \
$(TAO_ROOT)/tao/IOPC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.i \
$(TAO_ROOT)/tao/IOPC.i \
$(TAO_ROOT)/tao/PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -601,10 +615,10 @@ endif
$(TAO_ROOT)/tao/target_specification.i \
$(TAO_ROOT)/tao/operation_details.i \
$(TAO_ROOT)/tao/Transport.h \
- $(TAO_ROOT)/tao/Transport_Cache_Manager.h \
- $(TAO_ROOT)/tao/Cache_Entries.h \
$(TAO_ROOT)/tao/Transport_Descriptor_Interface.h \
$(TAO_ROOT)/tao/Transport_Descriptor_Interface.inl \
+ $(TAO_ROOT)/tao/Transport_Cache_Manager.h \
+ $(TAO_ROOT)/tao/Cache_Entries.h \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
$(TAO_ROOT)/tao/Cache_Entries.inl \
@@ -618,9 +632,6 @@ endif
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl \
$(TAO_ROOT)/tao/Synch_Refcountable.inl \
- $(TAO_ROOT)/tao/Codeset_Translator_Factory.h \
- $(TAO_ROOT)/tao/Codeset_Translator_Factory_T.h \
- $(TAO_ROOT)/tao/Codeset_Translator_Factory_T.cpp \
$(TAO_ROOT)/tao/Transport.inl \
$(TAO_ROOT)/tao/Invocation.i \
$(TAO_ROOT)/tao/PortableInterceptor.h \
@@ -651,10 +662,15 @@ endif
Active_Object_Map.i Default_Policy_Validator.h \
$(TAO_ROOT)/tao/Policy_Validator.h POA_Policy_Set.h \
POA_Policies.h POA_Policies.i POA_Policy_Set.i Object_Adapter.i \
- POAManager.h POAManager.i POA_Cached_Policies.h POA_Cached_Policies.i \
- POA.i
+ POAManager.h \
+ $(TAO_ROOT)/tao/ObjRefTemplate/ObjectReferenceTemplateC.h \
+ $(TAO_ROOT)/tao/ObjRefTemplate/ort_export.h \
+ $(TAO_ROOT)/tao/ValueBase.h \
+ $(TAO_ROOT)/tao/ValueBase.i \
+ $(TAO_ROOT)/tao/ObjRefTemplate/ObjectReferenceTemplateC.i \
+ POAManager.i POA_Cached_Policies.h POA_Cached_Policies.i POA.i
-.obj/POA.o .obj/POA.so .shobj/POA.o .shobj/POA.so: POA.cpp POA.h \
+.obj/POA.o .obj/POA.SO .shobj/POA.o .shobj/POA.SO: POA.cpp POA.h \
$(ACE_ROOT)/ace/pre.h \
$(ACE_ROOT)/ace/SString.h \
$(ACE_ROOT)/ace/String_Base.h \
@@ -812,15 +828,27 @@ endif
$(TAO_ROOT)/tao/Policy_ForwardC.i \
$(TAO_ROOT)/tao/Object_KeyC.h \
$(TAO_ROOT)/tao/Object_KeyC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.i \
$(TAO_ROOT)/tao/Object.i \
+ $(TAO_ROOT)/tao/Any_T.h \
+ $(TAO_ROOT)/tao/Any.h \
+ $(TAO_ROOT)/tao/Any.i \
+ $(TAO_ROOT)/tao/AbstractBase.h \
+ $(TAO_ROOT)/tao/AbstractBase.inl \
+ $(TAO_ROOT)/tao/Any_T.inl \
+ $(TAO_ROOT)/tao/Any_T.cpp \
+ $(TAO_ROOT)/tao/Marshal.h \
+ $(TAO_ROOT)/tao/Marshal.i \
+ $(TAO_ROOT)/tao/debug.h \
$(TAO_ROOT)/tao/CurrentC.i \
$(TAO_ROOT)/tao/PolicyC.h \
$(TAO_ROOT)/tao/Remote_Object_Proxy_Impl.h \
$(TAO_ROOT)/tao/Object_Proxy_Impl.h \
$(TAO_ROOT)/tao/Encodable.h \
$(TAO_ROOT)/tao/PolicyC.i \
- $(TAO_ROOT)/tao/OctetSeqC.h \
- $(TAO_ROOT)/tao/OctetSeqC.i \
PortableServerC.i \
$(ACE_ROOT)/ace/Map_T.h \
$(ACE_ROOT)/ace/Pair_T.h \
@@ -869,29 +897,24 @@ endif
Object_Adapter.i \
POAManager.h \
$(TAO_ROOT)/tao/PortableInterceptorC.h \
- $(TAO_ROOT)/tao/DynamicC.h \
+ $(TAO_ROOT)/tao/PI_ForwardC.h \
$(TAO_ROOT)/tao/StringSeqC.h \
$(TAO_ROOT)/tao/StringSeqC.i \
- $(TAO_ROOT)/tao/Any_T.h \
- $(TAO_ROOT)/tao/Any.h \
- $(TAO_ROOT)/tao/Any.i \
- $(TAO_ROOT)/tao/AbstractBase.h \
- $(TAO_ROOT)/tao/AbstractBase.inl \
- $(TAO_ROOT)/tao/Any_T.inl \
- $(TAO_ROOT)/tao/Any_T.cpp \
- $(TAO_ROOT)/tao/Marshal.h \
- $(TAO_ROOT)/tao/Marshal.i \
- $(TAO_ROOT)/tao/debug.h \
+ $(TAO_ROOT)/tao/PI_ForwardC.i \
+ $(TAO_ROOT)/tao/DynamicC.h \
$(TAO_ROOT)/tao/DynamicC.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.h \
- $(TAO_ROOT)/tao/ValueBase.h \
- $(TAO_ROOT)/tao/ValueBase.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.i \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.h \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.i \
$(TAO_ROOT)/tao/IOPC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.i \
$(TAO_ROOT)/tao/IOPC.i \
$(TAO_ROOT)/tao/PortableInterceptorC.i \
+ $(TAO_ROOT)/tao/ObjRefTemplate/ObjectReferenceTemplateC.h \
+ $(TAO_ROOT)/tao/ObjRefTemplate/ort_export.h \
+ $(TAO_ROOT)/tao/ValueBase.h \
+ $(TAO_ROOT)/tao/ValueBase.i \
+ $(TAO_ROOT)/tao/ObjRefTemplate/ObjectReferenceTemplateC.i \
POAManager.i \
POA_Cached_Policies.h \
POA_Cached_Policies.i \
@@ -924,6 +947,9 @@ endif
$(TAO_ROOT)/tao/objectid.h \
$(TAO_ROOT)/tao/ORB.i \
IORInfo.h \
+ $(TAO_ROOT)/tao/IORInterceptor/IORInterceptorC.h \
+ $(TAO_ROOT)/tao/IORInterceptor/iorinterceptor_export.h \
+ $(TAO_ROOT)/tao/IORInterceptor/IORInterceptorC.i \
IORInfo.inl \
ObjectReferenceTemplate.h \
Default_ORTC.h \
@@ -1001,7 +1027,7 @@ endif
$(TAO_ROOT)/tao/Profile.i Default_Acceptor_Filter.h \
PortableGroup_Hooks.h PortableServerC.h POA.h
-.obj/Default_Acceptor_Filter.o .obj/Default_Acceptor_Filter.so .shobj/Default_Acceptor_Filter.o .shobj/Default_Acceptor_Filter.so: Default_Acceptor_Filter.cpp \
+.obj/Default_Acceptor_Filter.o .obj/Default_Acceptor_Filter.SO .shobj/Default_Acceptor_Filter.o .shobj/Default_Acceptor_Filter.SO: Default_Acceptor_Filter.cpp \
Default_Acceptor_Filter.h $(ACE_ROOT)/ace/pre.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ace_wchar.h \
@@ -1151,17 +1177,22 @@ endif
$(TAO_ROOT)/tao/Acceptor_Filter.i \
$(TAO_ROOT)/tao/Transport_Acceptor.h \
$(TAO_ROOT)/tao/IOPC.h \
- $(TAO_ROOT)/tao/Object.h \
- $(TAO_ROOT)/tao/Policy_ForwardC.h \
+ $(TAO_ROOT)/tao/IOP_IORC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.i \
$(TAO_ROOT)/tao/CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
$(TAO_ROOT)/tao/CDR.i \
+ $(TAO_ROOT)/tao/IOP_IORC.i \
+ $(TAO_ROOT)/tao/IOP_CodecC.h \
+ $(TAO_ROOT)/tao/Any_T.h \
+ $(TAO_ROOT)/tao/Any.h \
+ $(TAO_ROOT)/tao/Object.h \
+ $(TAO_ROOT)/tao/Policy_ForwardC.h \
$(TAO_ROOT)/tao/varbase.h \
$(TAO_ROOT)/tao/Policy_ForwardC.i \
$(TAO_ROOT)/tao/Object.i \
- $(TAO_ROOT)/tao/Any_T.h \
- $(TAO_ROOT)/tao/Any.h \
$(TAO_ROOT)/tao/Any.i \
$(TAO_ROOT)/tao/AbstractBase.h \
$(TAO_ROOT)/tao/AbstractBase.inl \
@@ -1170,10 +1201,11 @@ endif
$(TAO_ROOT)/tao/Marshal.h \
$(TAO_ROOT)/tao/Marshal.i \
$(TAO_ROOT)/tao/debug.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.i \
$(TAO_ROOT)/tao/IOPC.i \
$(TAO_ROOT)/tao/Transport_Acceptor.inl
-.obj/Object_Adapter.o .obj/Object_Adapter.so .shobj/Object_Adapter.o .shobj/Object_Adapter.so: Object_Adapter.cpp Object_Adapter.h \
+.obj/Object_Adapter.o .obj/Object_Adapter.SO .shobj/Object_Adapter.o .shobj/Object_Adapter.SO: Object_Adapter.cpp Object_Adapter.h \
$(ACE_ROOT)/ace/pre.h portableserver_export.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ace_wchar.h \
@@ -1328,15 +1360,27 @@ endif
$(TAO_ROOT)/tao/Policy_ForwardC.i \
$(TAO_ROOT)/tao/Object_KeyC.h \
$(TAO_ROOT)/tao/Object_KeyC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.i \
$(TAO_ROOT)/tao/Object.i \
+ $(TAO_ROOT)/tao/Any_T.h \
+ $(TAO_ROOT)/tao/Any.h \
+ $(TAO_ROOT)/tao/Any.i \
+ $(TAO_ROOT)/tao/AbstractBase.h \
+ $(TAO_ROOT)/tao/AbstractBase.inl \
+ $(TAO_ROOT)/tao/Any_T.inl \
+ $(TAO_ROOT)/tao/Any_T.cpp \
+ $(TAO_ROOT)/tao/Marshal.h \
+ $(TAO_ROOT)/tao/Marshal.i \
+ $(TAO_ROOT)/tao/debug.h \
$(TAO_ROOT)/tao/CurrentC.i \
$(TAO_ROOT)/tao/PolicyC.h \
$(TAO_ROOT)/tao/Remote_Object_Proxy_Impl.h \
$(TAO_ROOT)/tao/Object_Proxy_Impl.h \
$(TAO_ROOT)/tao/Encodable.h \
- $(TAO_ROOT)/tao/PolicyC.i \
- $(TAO_ROOT)/tao/OctetSeqC.h \
- $(TAO_ROOT)/tao/OctetSeqC.i PortableServerC.i \
+ $(TAO_ROOT)/tao/PolicyC.i PortableServerC.i \
$(ACE_ROOT)/ace/Map_T.h \
$(ACE_ROOT)/ace/Pair_T.h \
$(ACE_ROOT)/ace/Pair_T.i \
@@ -1375,30 +1419,25 @@ endif
$(TAO_ROOT)/tao/Policy_Set.i POA_Policy_Set.i \
Object_Adapter.i POA.h POAManager.h \
$(TAO_ROOT)/tao/PortableInterceptorC.h \
- $(TAO_ROOT)/tao/DynamicC.h \
+ $(TAO_ROOT)/tao/PI_ForwardC.h \
$(TAO_ROOT)/tao/StringSeqC.h \
$(TAO_ROOT)/tao/StringSeqC.i \
- $(TAO_ROOT)/tao/Any_T.h \
- $(TAO_ROOT)/tao/Any.h \
- $(TAO_ROOT)/tao/Any.i \
- $(TAO_ROOT)/tao/AbstractBase.h \
- $(TAO_ROOT)/tao/AbstractBase.inl \
- $(TAO_ROOT)/tao/Any_T.inl \
- $(TAO_ROOT)/tao/Any_T.cpp \
- $(TAO_ROOT)/tao/Marshal.h \
- $(TAO_ROOT)/tao/Marshal.i \
- $(TAO_ROOT)/tao/debug.h \
+ $(TAO_ROOT)/tao/PI_ForwardC.i \
+ $(TAO_ROOT)/tao/DynamicC.h \
$(TAO_ROOT)/tao/DynamicC.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.h \
- $(TAO_ROOT)/tao/ValueBase.h \
- $(TAO_ROOT)/tao/ValueBase.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.i \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.h \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.i \
$(TAO_ROOT)/tao/IOPC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.i \
$(TAO_ROOT)/tao/IOPC.i \
- $(TAO_ROOT)/tao/PortableInterceptorC.i POAManager.i \
- POA_Cached_Policies.h POA_Cached_Policies.i \
+ $(TAO_ROOT)/tao/PortableInterceptorC.i \
+ $(TAO_ROOT)/tao/ObjRefTemplate/ObjectReferenceTemplateC.h \
+ $(TAO_ROOT)/tao/ObjRefTemplate/ort_export.h \
+ $(TAO_ROOT)/tao/ValueBase.h \
+ $(TAO_ROOT)/tao/ValueBase.i \
+ $(TAO_ROOT)/tao/ObjRefTemplate/ObjectReferenceTemplateC.i \
+ POAManager.i POA_Cached_Policies.h POA_Cached_Policies.i \
$(ACE_ROOT)/ace/Array_Base.h \
$(ACE_ROOT)/ace/Array_Base.inl \
$(ACE_ROOT)/ace/Array_Base.cpp POA.i \
@@ -1472,6 +1511,8 @@ endif
$(TAO_ROOT)/tao/GIOPC.i \
$(TAO_ROOT)/tao/Tagged_Profile.i \
$(TAO_ROOT)/tao/TAO_Server_Request.i \
+ Object_Adapter.h \
+ portableserver_export.h \
ServerRequestInfo.inl Default_Servant_Dispatcher.h Servant_Dispatcher.h \
ServerInterceptorAdapter.h ServerInterceptorAdapter.inl \
PortableServer_ORBInitializer.h $(TAO_ROOT)/tao/Stub.h \
@@ -1495,7 +1536,7 @@ endif
$(TAO_ROOT)/tao/Timeprobe.h \
$(ACE_ROOT)/ace/Timeprobe.h
-.obj/Operation_Table.o .obj/Operation_Table.so .shobj/Operation_Table.o .shobj/Operation_Table.so: Operation_Table.cpp Operation_Table.h \
+.obj/Operation_Table.o .obj/Operation_Table.SO .shobj/Operation_Table.o .shobj/Operation_Table.SO: Operation_Table.cpp Operation_Table.h \
$(ACE_ROOT)/ace/pre.h portableserver_export.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ace_wchar.h \
@@ -1675,7 +1716,19 @@ endif
$(TAO_ROOT)/tao/Policy_ForwardC.i \
$(TAO_ROOT)/tao/Object_KeyC.h \
$(TAO_ROOT)/tao/Object_KeyC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.h \
+ $(TAO_ROOT)/tao/IOP_IORC.i \
$(TAO_ROOT)/tao/Object.i \
+ $(TAO_ROOT)/tao/Any_T.h \
+ $(TAO_ROOT)/tao/Any.h \
+ $(TAO_ROOT)/tao/Any.i \
+ $(TAO_ROOT)/tao/AbstractBase.h \
+ $(TAO_ROOT)/tao/AbstractBase.inl \
+ $(TAO_ROOT)/tao/Any_T.inl \
+ $(TAO_ROOT)/tao/Any_T.cpp \
+ $(TAO_ROOT)/tao/Marshal.h \
+ $(TAO_ROOT)/tao/Marshal.i \
+ $(TAO_ROOT)/tao/debug.h \
$(TAO_ROOT)/tao/CurrentC.i \
$(TAO_ROOT)/tao/Remote_Object_Proxy_Impl.h \
$(TAO_ROOT)/tao/Object_Proxy_Impl.h \
@@ -1683,7 +1736,7 @@ endif
$(TAO_ROOT)/tao/PolicyC.i \
$(TAO_ROOT)/tao/ORB.i
-.obj/Key_Adapters.o .obj/Key_Adapters.so .shobj/Key_Adapters.o .shobj/Key_Adapters.so: Key_Adapters.cpp Key_Adapters.h \
+.obj/Key_Adapters.o .obj/Key_Adapters.SO .shobj/Key_Adapters.o .shobj/Key_Adapters.SO: Key_Adapters.cpp Key_Adapters.h \
$(ACE_ROOT)/ace/pre.h PortableServerC.h \
$(TAO_ROOT)/tao/corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
@@ -1838,15 +1891,27 @@ endif
$(TAO_ROOT)/tao/Policy_ForwardC.i \
$(TAO_ROOT)/tao/Object_KeyC.h \
$(TAO_ROOT)/tao/Object_KeyC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.i \
$(TAO_ROOT)/tao/Object.i \
+ $(TAO_ROOT)/tao/Any_T.h \
+ $(TAO_ROOT)/tao/Any.h \
+ $(TAO_ROOT)/tao/Any.i \
+ $(TAO_ROOT)/tao/AbstractBase.h \
+ $(TAO_ROOT)/tao/AbstractBase.inl \
+ $(TAO_ROOT)/tao/Any_T.inl \
+ $(TAO_ROOT)/tao/Any_T.cpp \
+ $(TAO_ROOT)/tao/Marshal.h \
+ $(TAO_ROOT)/tao/Marshal.i \
+ $(TAO_ROOT)/tao/debug.h \
$(TAO_ROOT)/tao/CurrentC.i \
$(TAO_ROOT)/tao/PolicyC.h \
$(TAO_ROOT)/tao/Remote_Object_Proxy_Impl.h \
$(TAO_ROOT)/tao/Object_Proxy_Impl.h \
$(TAO_ROOT)/tao/Encodable.h \
- $(TAO_ROOT)/tao/PolicyC.i \
- $(TAO_ROOT)/tao/OctetSeqC.h \
- $(TAO_ROOT)/tao/OctetSeqC.i PortableServerC.i \
+ $(TAO_ROOT)/tao/PolicyC.i PortableServerC.i \
$(ACE_ROOT)/ace/Map_T.h \
$(ACE_ROOT)/ace/Pair_T.h \
$(ACE_ROOT)/ace/Pair_T.i \
@@ -1862,7 +1927,7 @@ endif
$(ACE_ROOT)/ace/Map_T.i \
$(ACE_ROOT)/ace/Map_T.cpp Key_Adapters.i
-.obj/POAManager.o .obj/POAManager.so .shobj/POAManager.o .shobj/POAManager.so: POAManager.cpp POAManager.h \
+.obj/POAManager.o .obj/POAManager.SO .shobj/POAManager.o .shobj/POAManager.SO: POAManager.cpp POAManager.h \
$(ACE_ROOT)/ace/pre.h PortableServerC.h \
$(TAO_ROOT)/tao/corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
@@ -2017,21 +2082,11 @@ endif
$(TAO_ROOT)/tao/Policy_ForwardC.i \
$(TAO_ROOT)/tao/Object_KeyC.h \
$(TAO_ROOT)/tao/Object_KeyC.i \
- $(TAO_ROOT)/tao/Object.i \
- $(TAO_ROOT)/tao/CurrentC.i \
- $(TAO_ROOT)/tao/PolicyC.h \
- $(TAO_ROOT)/tao/Remote_Object_Proxy_Impl.h \
- $(TAO_ROOT)/tao/Object_Proxy_Impl.h \
- $(TAO_ROOT)/tao/Encodable.h \
- $(TAO_ROOT)/tao/PolicyC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.h \
$(TAO_ROOT)/tao/OctetSeqC.h \
- $(TAO_ROOT)/tao/OctetSeqC.i PortableServerC.i \
- poa_macros.h $(TAO_ROOT)/tao/LocalObject.h \
- $(TAO_ROOT)/tao/LocalObject.i \
- $(TAO_ROOT)/tao/PortableInterceptorC.h \
- $(TAO_ROOT)/tao/DynamicC.h \
- $(TAO_ROOT)/tao/StringSeqC.h \
- $(TAO_ROOT)/tao/StringSeqC.i \
+ $(TAO_ROOT)/tao/OctetSeqC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.i \
+ $(TAO_ROOT)/tao/Object.i \
$(TAO_ROOT)/tao/Any_T.h \
$(TAO_ROOT)/tao/Any.h \
$(TAO_ROOT)/tao/Any.i \
@@ -2042,17 +2097,34 @@ endif
$(TAO_ROOT)/tao/Marshal.h \
$(TAO_ROOT)/tao/Marshal.i \
$(TAO_ROOT)/tao/debug.h \
+ $(TAO_ROOT)/tao/CurrentC.i \
+ $(TAO_ROOT)/tao/PolicyC.h \
+ $(TAO_ROOT)/tao/Remote_Object_Proxy_Impl.h \
+ $(TAO_ROOT)/tao/Object_Proxy_Impl.h \
+ $(TAO_ROOT)/tao/Encodable.h \
+ $(TAO_ROOT)/tao/PolicyC.i PortableServerC.i \
+ poa_macros.h $(TAO_ROOT)/tao/LocalObject.h \
+ $(TAO_ROOT)/tao/LocalObject.i \
+ $(TAO_ROOT)/tao/PortableInterceptorC.h \
+ $(TAO_ROOT)/tao/PI_ForwardC.h \
+ $(TAO_ROOT)/tao/StringSeqC.h \
+ $(TAO_ROOT)/tao/StringSeqC.i \
+ $(TAO_ROOT)/tao/PI_ForwardC.i \
+ $(TAO_ROOT)/tao/DynamicC.h \
$(TAO_ROOT)/tao/DynamicC.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.h \
- $(TAO_ROOT)/tao/ValueBase.h \
- $(TAO_ROOT)/tao/ValueBase.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.i \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.h \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.i \
$(TAO_ROOT)/tao/IOPC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.i \
$(TAO_ROOT)/tao/IOPC.i \
- $(TAO_ROOT)/tao/PortableInterceptorC.i POAManager.i \
- POA.h Object_Adapter.h Key_Adapters.h \
+ $(TAO_ROOT)/tao/PortableInterceptorC.i \
+ $(TAO_ROOT)/tao/ObjRefTemplate/ObjectReferenceTemplateC.h \
+ $(TAO_ROOT)/tao/ObjRefTemplate/ort_export.h \
+ $(TAO_ROOT)/tao/ValueBase.h \
+ $(TAO_ROOT)/tao/ValueBase.i \
+ $(TAO_ROOT)/tao/ObjRefTemplate/ObjectReferenceTemplateC.i \
+ POAManager.i POA.h Object_Adapter.h Key_Adapters.h \
$(ACE_ROOT)/ace/Map_T.h \
$(ACE_ROOT)/ace/Pair_T.h \
$(ACE_ROOT)/ace/Pair_T.i \
@@ -2090,6 +2162,9 @@ endif
$(ACE_ROOT)/ace/Array_Base.h \
$(ACE_ROOT)/ace/Array_Base.inl \
$(ACE_ROOT)/ace/Array_Base.cpp POA.i \
+ $(TAO_ROOT)/tao/IORInterceptor/IORInterceptorC.h \
+ $(TAO_ROOT)/tao/IORInterceptor/iorinterceptor_export.h \
+ $(TAO_ROOT)/tao/IORInterceptor/IORInterceptorC.i \
$(TAO_ROOT)/tao/Interceptor_List.h \
$(TAO_ROOT)/tao/Interceptor_List.inl \
$(TAO_ROOT)/tao/ORB_Core.h \
@@ -2151,7 +2226,7 @@ endif
$(ACE_ROOT)/ace/Thread_Manager.i \
$(TAO_ROOT)/tao/ORB_Core.i
-.obj/Active_Object_Map.o .obj/Active_Object_Map.so .shobj/Active_Object_Map.o .shobj/Active_Object_Map.so: Active_Object_Map.cpp Active_Object_Map.h \
+.obj/Active_Object_Map.o .obj/Active_Object_Map.SO .shobj/Active_Object_Map.o .shobj/Active_Object_Map.SO: Active_Object_Map.cpp Active_Object_Map.h \
$(ACE_ROOT)/ace/pre.h Key_Adapters.h PortableServerC.h \
$(TAO_ROOT)/tao/corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
@@ -2306,15 +2381,27 @@ endif
$(TAO_ROOT)/tao/Policy_ForwardC.i \
$(TAO_ROOT)/tao/Object_KeyC.h \
$(TAO_ROOT)/tao/Object_KeyC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.i \
$(TAO_ROOT)/tao/Object.i \
+ $(TAO_ROOT)/tao/Any_T.h \
+ $(TAO_ROOT)/tao/Any.h \
+ $(TAO_ROOT)/tao/Any.i \
+ $(TAO_ROOT)/tao/AbstractBase.h \
+ $(TAO_ROOT)/tao/AbstractBase.inl \
+ $(TAO_ROOT)/tao/Any_T.inl \
+ $(TAO_ROOT)/tao/Any_T.cpp \
+ $(TAO_ROOT)/tao/Marshal.h \
+ $(TAO_ROOT)/tao/Marshal.i \
+ $(TAO_ROOT)/tao/debug.h \
$(TAO_ROOT)/tao/CurrentC.i \
$(TAO_ROOT)/tao/PolicyC.h \
$(TAO_ROOT)/tao/Remote_Object_Proxy_Impl.h \
$(TAO_ROOT)/tao/Object_Proxy_Impl.h \
$(TAO_ROOT)/tao/Encodable.h \
- $(TAO_ROOT)/tao/PolicyC.i \
- $(TAO_ROOT)/tao/OctetSeqC.h \
- $(TAO_ROOT)/tao/OctetSeqC.i PortableServerC.i \
+ $(TAO_ROOT)/tao/PolicyC.i PortableServerC.i \
$(ACE_ROOT)/ace/Map_T.h \
$(ACE_ROOT)/ace/Pair_T.h \
$(ACE_ROOT)/ace/Pair_T.i \
@@ -2342,7 +2429,7 @@ endif
$(ACE_ROOT)/ace/DLL.h \
$(ACE_ROOT)/ace/Service_Object.i Active_Object_Map.i
-.obj/Servant_Base.o .obj/Servant_Base.so .shobj/Servant_Base.o .shobj/Servant_Base.so: Servant_Base.cpp Servant_Base.h \
+.obj/Servant_Base.o .obj/Servant_Base.SO .shobj/Servant_Base.o .shobj/Servant_Base.SO: Servant_Base.cpp Servant_Base.h \
$(ACE_ROOT)/ace/pre.h PortableServerC.h \
$(TAO_ROOT)/tao/corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
@@ -2497,15 +2584,27 @@ endif
$(TAO_ROOT)/tao/Policy_ForwardC.i \
$(TAO_ROOT)/tao/Object_KeyC.h \
$(TAO_ROOT)/tao/Object_KeyC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.i \
$(TAO_ROOT)/tao/Object.i \
+ $(TAO_ROOT)/tao/Any_T.h \
+ $(TAO_ROOT)/tao/Any.h \
+ $(TAO_ROOT)/tao/Any.i \
+ $(TAO_ROOT)/tao/AbstractBase.h \
+ $(TAO_ROOT)/tao/AbstractBase.inl \
+ $(TAO_ROOT)/tao/Any_T.inl \
+ $(TAO_ROOT)/tao/Any_T.cpp \
+ $(TAO_ROOT)/tao/Marshal.h \
+ $(TAO_ROOT)/tao/Marshal.i \
+ $(TAO_ROOT)/tao/debug.h \
$(TAO_ROOT)/tao/CurrentC.i \
$(TAO_ROOT)/tao/PolicyC.h \
$(TAO_ROOT)/tao/Remote_Object_Proxy_Impl.h \
$(TAO_ROOT)/tao/Object_Proxy_Impl.h \
$(TAO_ROOT)/tao/Encodable.h \
- $(TAO_ROOT)/tao/PolicyC.i \
- $(TAO_ROOT)/tao/OctetSeqC.h \
- $(TAO_ROOT)/tao/OctetSeqC.i PortableServerC.i \
+ $(TAO_ROOT)/tao/PolicyC.i PortableServerC.i \
$(TAO_ROOT)/tao/Abstract_Servant_Base.h \
$(ACE_ROOT)/ace/Atomic_Op.h \
$(ACE_ROOT)/ace/Atomic_Op_T.h \
@@ -2544,30 +2643,25 @@ endif
$(TAO_ROOT)/tao/Policy_Set.i POA_Policy_Set.i \
Object_Adapter.i POAManager.h \
$(TAO_ROOT)/tao/PortableInterceptorC.h \
- $(TAO_ROOT)/tao/DynamicC.h \
+ $(TAO_ROOT)/tao/PI_ForwardC.h \
$(TAO_ROOT)/tao/StringSeqC.h \
$(TAO_ROOT)/tao/StringSeqC.i \
- $(TAO_ROOT)/tao/Any_T.h \
- $(TAO_ROOT)/tao/Any.h \
- $(TAO_ROOT)/tao/Any.i \
- $(TAO_ROOT)/tao/AbstractBase.h \
- $(TAO_ROOT)/tao/AbstractBase.inl \
- $(TAO_ROOT)/tao/Any_T.inl \
- $(TAO_ROOT)/tao/Any_T.cpp \
- $(TAO_ROOT)/tao/Marshal.h \
- $(TAO_ROOT)/tao/Marshal.i \
- $(TAO_ROOT)/tao/debug.h \
+ $(TAO_ROOT)/tao/PI_ForwardC.i \
+ $(TAO_ROOT)/tao/DynamicC.h \
$(TAO_ROOT)/tao/DynamicC.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.h \
- $(TAO_ROOT)/tao/ValueBase.h \
- $(TAO_ROOT)/tao/ValueBase.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.i \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.h \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.i \
$(TAO_ROOT)/tao/IOPC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.i \
$(TAO_ROOT)/tao/IOPC.i \
- $(TAO_ROOT)/tao/PortableInterceptorC.i POAManager.i \
- POA_Cached_Policies.h POA_Cached_Policies.i \
+ $(TAO_ROOT)/tao/PortableInterceptorC.i \
+ $(TAO_ROOT)/tao/ObjRefTemplate/ObjectReferenceTemplateC.h \
+ $(TAO_ROOT)/tao/ObjRefTemplate/ort_export.h \
+ $(TAO_ROOT)/tao/ValueBase.h \
+ $(TAO_ROOT)/tao/ValueBase.i \
+ $(TAO_ROOT)/tao/ObjRefTemplate/ObjectReferenceTemplateC.i \
+ POAManager.i POA_Cached_Policies.h POA_Cached_Policies.i \
$(ACE_ROOT)/ace/Array_Base.h \
$(ACE_ROOT)/ace/Array_Base.inl \
$(ACE_ROOT)/ace/Array_Base.cpp POA.i Operation_Table.h \
@@ -2654,7 +2748,7 @@ endif
$(ACE_ROOT)/ace/Dynamic_Service.i \
$(ACE_ROOT)/ace/Dynamic_Service.cpp
-.obj/ThruPOA_Object_Proxy_Impl.o .obj/ThruPOA_Object_Proxy_Impl.so .shobj/ThruPOA_Object_Proxy_Impl.o .shobj/ThruPOA_Object_Proxy_Impl.so: ThruPOA_Object_Proxy_Impl.cpp POA.h \
+.obj/ThruPOA_Object_Proxy_Impl.o .obj/ThruPOA_Object_Proxy_Impl.SO .shobj/ThruPOA_Object_Proxy_Impl.o .shobj/ThruPOA_Object_Proxy_Impl.SO: ThruPOA_Object_Proxy_Impl.cpp POA.h \
$(ACE_ROOT)/ace/pre.h \
$(ACE_ROOT)/ace/SString.h \
$(ACE_ROOT)/ace/String_Base.h \
@@ -2809,15 +2903,27 @@ endif
$(TAO_ROOT)/tao/Policy_ForwardC.i \
$(TAO_ROOT)/tao/Object_KeyC.h \
$(TAO_ROOT)/tao/Object_KeyC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.i \
$(TAO_ROOT)/tao/Object.i \
+ $(TAO_ROOT)/tao/Any_T.h \
+ $(TAO_ROOT)/tao/Any.h \
+ $(TAO_ROOT)/tao/Any.i \
+ $(TAO_ROOT)/tao/AbstractBase.h \
+ $(TAO_ROOT)/tao/AbstractBase.inl \
+ $(TAO_ROOT)/tao/Any_T.inl \
+ $(TAO_ROOT)/tao/Any_T.cpp \
+ $(TAO_ROOT)/tao/Marshal.h \
+ $(TAO_ROOT)/tao/Marshal.i \
+ $(TAO_ROOT)/tao/debug.h \
$(TAO_ROOT)/tao/CurrentC.i \
$(TAO_ROOT)/tao/PolicyC.h \
$(TAO_ROOT)/tao/Remote_Object_Proxy_Impl.h \
$(TAO_ROOT)/tao/Object_Proxy_Impl.h \
$(TAO_ROOT)/tao/Encodable.h \
- $(TAO_ROOT)/tao/PolicyC.i \
- $(TAO_ROOT)/tao/OctetSeqC.h \
- $(TAO_ROOT)/tao/OctetSeqC.i PortableServerC.i \
+ $(TAO_ROOT)/tao/PolicyC.i PortableServerC.i \
$(ACE_ROOT)/ace/Map_T.h \
$(ACE_ROOT)/ace/Pair_T.h \
$(ACE_ROOT)/ace/Pair_T.i \
@@ -2856,30 +2962,25 @@ endif
$(TAO_ROOT)/tao/Policy_Set.i POA_Policy_Set.i \
Object_Adapter.i POAManager.h \
$(TAO_ROOT)/tao/PortableInterceptorC.h \
- $(TAO_ROOT)/tao/DynamicC.h \
+ $(TAO_ROOT)/tao/PI_ForwardC.h \
$(TAO_ROOT)/tao/StringSeqC.h \
$(TAO_ROOT)/tao/StringSeqC.i \
- $(TAO_ROOT)/tao/Any_T.h \
- $(TAO_ROOT)/tao/Any.h \
- $(TAO_ROOT)/tao/Any.i \
- $(TAO_ROOT)/tao/AbstractBase.h \
- $(TAO_ROOT)/tao/AbstractBase.inl \
- $(TAO_ROOT)/tao/Any_T.inl \
- $(TAO_ROOT)/tao/Any_T.cpp \
- $(TAO_ROOT)/tao/Marshal.h \
- $(TAO_ROOT)/tao/Marshal.i \
- $(TAO_ROOT)/tao/debug.h \
+ $(TAO_ROOT)/tao/PI_ForwardC.i \
+ $(TAO_ROOT)/tao/DynamicC.h \
$(TAO_ROOT)/tao/DynamicC.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.h \
- $(TAO_ROOT)/tao/ValueBase.h \
- $(TAO_ROOT)/tao/ValueBase.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.i \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.h \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.i \
$(TAO_ROOT)/tao/IOPC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.i \
$(TAO_ROOT)/tao/IOPC.i \
- $(TAO_ROOT)/tao/PortableInterceptorC.i POAManager.i \
- POA_Cached_Policies.h POA_Cached_Policies.i \
+ $(TAO_ROOT)/tao/PortableInterceptorC.i \
+ $(TAO_ROOT)/tao/ObjRefTemplate/ObjectReferenceTemplateC.h \
+ $(TAO_ROOT)/tao/ObjRefTemplate/ort_export.h \
+ $(TAO_ROOT)/tao/ValueBase.h \
+ $(TAO_ROOT)/tao/ValueBase.i \
+ $(TAO_ROOT)/tao/ObjRefTemplate/ObjectReferenceTemplateC.i \
+ POAManager.i POA_Cached_Policies.h POA_Cached_Policies.i \
$(ACE_ROOT)/ace/Array_Base.h \
$(ACE_ROOT)/ace/Array_Base.inl \
$(ACE_ROOT)/ace/Array_Base.cpp POA.i \
@@ -2948,9 +3049,15 @@ endif
$(TAO_ROOT)/tao/MProfile.i \
$(TAO_ROOT)/tao/ORB_Core_Auto_Ptr.h \
$(TAO_ROOT)/tao/ORB_Core_Auto_Ptr.inl \
- $(TAO_ROOT)/tao/Stub.i
+ $(TAO_ROOT)/tao/Stub.i \
+ $(TAO_ROOT)/tao/Profile.h \
+ $(TAO_ROOT)/tao/Tagged_Components.h \
+ $(TAO_ROOT)/tao/Tagged_Components.i \
+ $(TAO_ROOT)/tao/GIOP_Message_Version.h \
+ $(TAO_ROOT)/tao/GIOP_Message_Version.inl \
+ $(TAO_ROOT)/tao/Profile.i
-.obj/Direct_Object_Proxy_Impl.o .obj/Direct_Object_Proxy_Impl.so .shobj/Direct_Object_Proxy_Impl.o .shobj/Direct_Object_Proxy_Impl.so: Direct_Object_Proxy_Impl.cpp \
+.obj/Direct_Object_Proxy_Impl.o .obj/Direct_Object_Proxy_Impl.SO .shobj/Direct_Object_Proxy_Impl.o .shobj/Direct_Object_Proxy_Impl.SO: Direct_Object_Proxy_Impl.cpp \
Direct_Object_Proxy_Impl.h $(ACE_ROOT)/ace/pre.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ace_wchar.h \
@@ -3107,14 +3214,26 @@ endif
$(TAO_ROOT)/tao/Policy_ForwardC.i \
$(TAO_ROOT)/tao/Object_KeyC.h \
$(TAO_ROOT)/tao/Object_KeyC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.i \
$(TAO_ROOT)/tao/Object.i \
+ $(TAO_ROOT)/tao/Any_T.h \
+ $(TAO_ROOT)/tao/Any.h \
+ $(TAO_ROOT)/tao/Any.i \
+ $(TAO_ROOT)/tao/AbstractBase.h \
+ $(TAO_ROOT)/tao/AbstractBase.inl \
+ $(TAO_ROOT)/tao/Any_T.inl \
+ $(TAO_ROOT)/tao/Any_T.cpp \
+ $(TAO_ROOT)/tao/Marshal.h \
+ $(TAO_ROOT)/tao/Marshal.i \
+ $(TAO_ROOT)/tao/debug.h \
$(TAO_ROOT)/tao/CurrentC.i \
$(TAO_ROOT)/tao/PolicyC.h \
$(TAO_ROOT)/tao/Remote_Object_Proxy_Impl.h \
$(TAO_ROOT)/tao/Encodable.h \
- $(TAO_ROOT)/tao/PolicyC.i \
- $(TAO_ROOT)/tao/OctetSeqC.h \
- $(TAO_ROOT)/tao/OctetSeqC.i PortableServerC.i \
+ $(TAO_ROOT)/tao/PolicyC.i PortableServerC.i \
$(ACE_ROOT)/ace/Map_T.h \
$(ACE_ROOT)/ace/Pair_T.h \
$(ACE_ROOT)/ace/Pair_T.i \
@@ -3153,7 +3272,7 @@ endif
$(TAO_ROOT)/tao/Policy_Set.i POA_Policy_Set.i \
Object_Adapter.i
-.obj/Strategized_Object_Proxy_Broker.o .obj/Strategized_Object_Proxy_Broker.so .shobj/Strategized_Object_Proxy_Broker.o .shobj/Strategized_Object_Proxy_Broker.so: Strategized_Object_Proxy_Broker.cpp \
+.obj/Strategized_Object_Proxy_Broker.o .obj/Strategized_Object_Proxy_Broker.SO .shobj/Strategized_Object_Proxy_Broker.o .shobj/Strategized_Object_Proxy_Broker.SO: Strategized_Object_Proxy_Broker.cpp \
Strategized_Object_Proxy_Broker.h portableserver_export.h \
$(ACE_ROOT)/ace/pre.h \
$(ACE_ROOT)/ace/post.h \
@@ -3322,7 +3441,19 @@ endif
$(TAO_ROOT)/tao/Policy_ForwardC.i \
$(TAO_ROOT)/tao/Object_KeyC.h \
$(TAO_ROOT)/tao/Object_KeyC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.h \
+ $(TAO_ROOT)/tao/IOP_IORC.i \
$(TAO_ROOT)/tao/Object.i \
+ $(TAO_ROOT)/tao/Any_T.h \
+ $(TAO_ROOT)/tao/Any.h \
+ $(TAO_ROOT)/tao/Any.i \
+ $(TAO_ROOT)/tao/AbstractBase.h \
+ $(TAO_ROOT)/tao/AbstractBase.inl \
+ $(TAO_ROOT)/tao/Any_T.inl \
+ $(TAO_ROOT)/tao/Any_T.cpp \
+ $(TAO_ROOT)/tao/Marshal.h \
+ $(TAO_ROOT)/tao/Marshal.i \
+ $(TAO_ROOT)/tao/debug.h \
$(TAO_ROOT)/tao/CurrentC.i \
$(TAO_ROOT)/tao/Remote_Object_Proxy_Impl.h \
$(TAO_ROOT)/tao/Object_Proxy_Impl.h \
@@ -3334,7 +3465,6 @@ endif
$(TAO_ROOT)/tao/Policy_Set.i \
$(TAO_ROOT)/tao/LocalObject.h \
$(TAO_ROOT)/tao/LocalObject.i \
- $(TAO_ROOT)/tao/debug.h \
$(TAO_ROOT)/tao/Policy_Manager.i \
$(TAO_ROOT)/tao/Resource_Factory.h \
$(ACE_ROOT)/ace/Service_Object.h \
@@ -3360,26 +3490,17 @@ endif
$(TAO_ROOT)/tao/Adapter.i \
$(TAO_ROOT)/tao/PolicyFactory_Registry.h \
$(TAO_ROOT)/tao/PortableInterceptorC.h \
- $(TAO_ROOT)/tao/DynamicC.h \
+ $(TAO_ROOT)/tao/PI_ForwardC.h \
$(TAO_ROOT)/tao/StringSeqC.h \
$(TAO_ROOT)/tao/StringSeqC.i \
- $(TAO_ROOT)/tao/Any_T.h \
- $(TAO_ROOT)/tao/Any.h \
- $(TAO_ROOT)/tao/Any.i \
- $(TAO_ROOT)/tao/AbstractBase.h \
- $(TAO_ROOT)/tao/AbstractBase.inl \
- $(TAO_ROOT)/tao/Any_T.inl \
- $(TAO_ROOT)/tao/Any_T.cpp \
- $(TAO_ROOT)/tao/Marshal.h \
- $(TAO_ROOT)/tao/Marshal.i \
+ $(TAO_ROOT)/tao/PI_ForwardC.i \
+ $(TAO_ROOT)/tao/DynamicC.h \
$(TAO_ROOT)/tao/DynamicC.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.h \
- $(TAO_ROOT)/tao/ValueBase.h \
- $(TAO_ROOT)/tao/ValueBase.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.i \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.h \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.i \
$(TAO_ROOT)/tao/IOPC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.i \
$(TAO_ROOT)/tao/IOPC.i \
$(TAO_ROOT)/tao/PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -3422,7 +3543,7 @@ endif
$(TAO_ROOT)/tao/ORB_Core.i Direct_Object_Proxy_Impl.h \
ThruPOA_Object_Proxy_Impl.h
-.obj/Collocated_Object.o .obj/Collocated_Object.so .shobj/Collocated_Object.o .shobj/Collocated_Object.so: Collocated_Object.cpp Collocated_Object.h \
+.obj/Collocated_Object.o .obj/Collocated_Object.SO .shobj/Collocated_Object.o .shobj/Collocated_Object.SO: Collocated_Object.cpp Collocated_Object.h \
$(ACE_ROOT)/ace/pre.h portableserver_export.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ace_wchar.h \
@@ -3580,15 +3701,27 @@ endif
$(TAO_ROOT)/tao/Policy_ForwardC.i \
$(TAO_ROOT)/tao/Object_KeyC.h \
$(TAO_ROOT)/tao/Object_KeyC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.i \
$(TAO_ROOT)/tao/Object.i \
+ $(TAO_ROOT)/tao/Any_T.h \
+ $(TAO_ROOT)/tao/Any.h \
+ $(TAO_ROOT)/tao/Any.i \
+ $(TAO_ROOT)/tao/AbstractBase.h \
+ $(TAO_ROOT)/tao/AbstractBase.inl \
+ $(TAO_ROOT)/tao/Any_T.inl \
+ $(TAO_ROOT)/tao/Any_T.cpp \
+ $(TAO_ROOT)/tao/Marshal.h \
+ $(TAO_ROOT)/tao/Marshal.i \
+ $(TAO_ROOT)/tao/debug.h \
$(TAO_ROOT)/tao/CurrentC.i \
$(TAO_ROOT)/tao/PolicyC.h \
$(TAO_ROOT)/tao/Remote_Object_Proxy_Impl.h \
$(TAO_ROOT)/tao/Object_Proxy_Impl.h \
$(TAO_ROOT)/tao/Encodable.h \
$(TAO_ROOT)/tao/PolicyC.i \
- $(TAO_ROOT)/tao/OctetSeqC.h \
- $(TAO_ROOT)/tao/OctetSeqC.i \
PortableServerC.i \
$(TAO_ROOT)/tao/Abstract_Servant_Base.h \
$(ACE_ROOT)/ace/Atomic_Op.h \
@@ -3639,7 +3772,6 @@ endif
$(TAO_ROOT)/tao/objectid.h \
$(TAO_ROOT)/tao/ORB.i \
$(TAO_ROOT)/tao/Policy_Manager.h \
- $(TAO_ROOT)/tao/debug.h \
$(TAO_ROOT)/tao/Policy_Manager.i \
$(TAO_ROOT)/tao/Resource_Factory.h \
$(TAO_ROOT)/tao/CONV_FRAMEC.h \
@@ -3658,26 +3790,17 @@ endif
$(ACE_ROOT)/ace/Managed_Object.cpp \
$(TAO_ROOT)/tao/PolicyFactory_Registry.h \
$(TAO_ROOT)/tao/PortableInterceptorC.h \
- $(TAO_ROOT)/tao/DynamicC.h \
+ $(TAO_ROOT)/tao/PI_ForwardC.h \
$(TAO_ROOT)/tao/StringSeqC.h \
$(TAO_ROOT)/tao/StringSeqC.i \
- $(TAO_ROOT)/tao/Any_T.h \
- $(TAO_ROOT)/tao/Any.h \
- $(TAO_ROOT)/tao/Any.i \
- $(TAO_ROOT)/tao/AbstractBase.h \
- $(TAO_ROOT)/tao/AbstractBase.inl \
- $(TAO_ROOT)/tao/Any_T.inl \
- $(TAO_ROOT)/tao/Any_T.cpp \
- $(TAO_ROOT)/tao/Marshal.h \
- $(TAO_ROOT)/tao/Marshal.i \
+ $(TAO_ROOT)/tao/PI_ForwardC.i \
+ $(TAO_ROOT)/tao/DynamicC.h \
$(TAO_ROOT)/tao/DynamicC.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.h \
- $(TAO_ROOT)/tao/ValueBase.h \
- $(TAO_ROOT)/tao/ValueBase.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.i \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.h \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.i \
$(TAO_ROOT)/tao/IOPC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.i \
$(TAO_ROOT)/tao/IOPC.i \
$(TAO_ROOT)/tao/PortableInterceptorC.i \
$(TAO_ROOT)/tao/Parser_Registry.h \
@@ -3720,9 +3843,15 @@ endif
$(TAO_ROOT)/tao/MProfile.i \
$(TAO_ROOT)/tao/ORB_Core_Auto_Ptr.h \
$(TAO_ROOT)/tao/ORB_Core_Auto_Ptr.inl \
- $(TAO_ROOT)/tao/Stub.i
+ $(TAO_ROOT)/tao/Stub.i \
+ $(TAO_ROOT)/tao/Profile.h \
+ $(TAO_ROOT)/tao/Tagged_Components.h \
+ $(TAO_ROOT)/tao/Tagged_Components.i \
+ $(TAO_ROOT)/tao/GIOP_Message_Version.h \
+ $(TAO_ROOT)/tao/GIOP_Message_Version.inl \
+ $(TAO_ROOT)/tao/Profile.i
-.obj/PolicyS.o .obj/PolicyS.so .shobj/PolicyS.o .shobj/PolicyS.so: PolicyS.cpp PolicyS.h $(ACE_ROOT)/ace/pre.h \
+.obj/PolicyS.o .obj/PolicyS.SO .shobj/PolicyS.o .shobj/PolicyS.SO: PolicyS.cpp PolicyS.h $(ACE_ROOT)/ace/pre.h \
$(TAO_ROOT)/tao/PolicyC.h \
$(TAO_ROOT)/tao/corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
@@ -3877,7 +4006,21 @@ endif
$(TAO_ROOT)/tao/Policy_ForwardC.i \
$(TAO_ROOT)/tao/Object_KeyC.h \
$(TAO_ROOT)/tao/Object_KeyC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.i \
$(TAO_ROOT)/tao/Object.i \
+ $(TAO_ROOT)/tao/Any_T.h \
+ $(TAO_ROOT)/tao/Any.h \
+ $(TAO_ROOT)/tao/Any.i \
+ $(TAO_ROOT)/tao/AbstractBase.h \
+ $(TAO_ROOT)/tao/AbstractBase.inl \
+ $(TAO_ROOT)/tao/Any_T.inl \
+ $(TAO_ROOT)/tao/Any_T.cpp \
+ $(TAO_ROOT)/tao/Marshal.h \
+ $(TAO_ROOT)/tao/Marshal.i \
+ $(TAO_ROOT)/tao/debug.h \
$(TAO_ROOT)/tao/CurrentC.i \
$(TAO_ROOT)/tao/Remote_Object_Proxy_Impl.h \
$(TAO_ROOT)/tao/Object_Proxy_Impl.h \
@@ -3886,8 +4029,6 @@ endif
PortableServer.h \
portableserver_export.h \
PortableServerC.h \
- $(TAO_ROOT)/tao/OctetSeqC.h \
- $(TAO_ROOT)/tao/OctetSeqC.i \
PortableServerC.i \
Servant_Base.h \
$(TAO_ROOT)/tao/Abstract_Servant_Base.h \
@@ -3956,16 +4097,8 @@ endif
$(TAO_ROOT)/tao/TAO_Server_Request.h \
$(TAO_ROOT)/tao/Tagged_Profile.h \
$(TAO_ROOT)/tao/IOPC.h \
- $(TAO_ROOT)/tao/Any_T.h \
- $(TAO_ROOT)/tao/Any.h \
- $(TAO_ROOT)/tao/Any.i \
- $(TAO_ROOT)/tao/AbstractBase.h \
- $(TAO_ROOT)/tao/AbstractBase.inl \
- $(TAO_ROOT)/tao/Any_T.inl \
- $(TAO_ROOT)/tao/Any_T.cpp \
- $(TAO_ROOT)/tao/Marshal.h \
- $(TAO_ROOT)/tao/Marshal.i \
- $(TAO_ROOT)/tao/debug.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.i \
$(TAO_ROOT)/tao/IOPC.i \
$(TAO_ROOT)/tao/GIOPC.h \
$(TAO_ROOT)/tao/GIOPC.i \
@@ -3977,14 +4110,12 @@ endif
$(ACE_ROOT)/ace/Array_Base.inl \
$(ACE_ROOT)/ace/Array_Base.cpp \
$(TAO_ROOT)/tao/PortableInterceptorC.h \
- $(TAO_ROOT)/tao/DynamicC.h \
+ $(TAO_ROOT)/tao/PI_ForwardC.h \
$(TAO_ROOT)/tao/StringSeqC.h \
$(TAO_ROOT)/tao/StringSeqC.i \
+ $(TAO_ROOT)/tao/PI_ForwardC.i \
+ $(TAO_ROOT)/tao/DynamicC.h \
$(TAO_ROOT)/tao/DynamicC.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.h \
- $(TAO_ROOT)/tao/ValueBase.h \
- $(TAO_ROOT)/tao/ValueBase.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.i \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.h \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.i \
$(TAO_ROOT)/tao/PortableInterceptorC.i \
@@ -4044,6 +4175,12 @@ endif
$(TAO_ROOT)/tao/ORB_Core_Auto_Ptr.h \
$(TAO_ROOT)/tao/ORB_Core_Auto_Ptr.inl \
$(TAO_ROOT)/tao/Stub.i \
+ $(TAO_ROOT)/tao/Profile.h \
+ $(TAO_ROOT)/tao/Tagged_Components.h \
+ $(TAO_ROOT)/tao/Tagged_Components.i \
+ $(TAO_ROOT)/tao/GIOP_Message_Version.h \
+ $(TAO_ROOT)/tao/GIOP_Message_Version.inl \
+ $(TAO_ROOT)/tao/Profile.i \
$(TAO_ROOT)/tao/IFR_Client_Adapter.h \
$(TAO_ROOT)/tao/PortableInterceptor.h \
$(TAO_ROOT)/tao/RequestInfo_Util.h \
@@ -4056,7 +4193,7 @@ endif
$(ACE_ROOT)/ace/Dynamic_Service.i \
$(ACE_ROOT)/ace/Dynamic_Service.cpp
-.obj/ORB_Manager.o .obj/ORB_Manager.so .shobj/ORB_Manager.o .shobj/ORB_Manager.so: ORB_Manager.cpp ORB_Manager.h \
+.obj/ORB_Manager.o .obj/ORB_Manager.SO .shobj/ORB_Manager.o .shobj/ORB_Manager.SO: ORB_Manager.cpp ORB_Manager.h \
$(ACE_ROOT)/ace/pre.h PortableServer.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ace_wchar.h \
@@ -4211,15 +4348,27 @@ endif
$(TAO_ROOT)/tao/Policy_ForwardC.i \
$(TAO_ROOT)/tao/Object_KeyC.h \
$(TAO_ROOT)/tao/Object_KeyC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.i \
$(TAO_ROOT)/tao/Object.i \
+ $(TAO_ROOT)/tao/Any_T.h \
+ $(TAO_ROOT)/tao/Any.h \
+ $(TAO_ROOT)/tao/Any.i \
+ $(TAO_ROOT)/tao/AbstractBase.h \
+ $(TAO_ROOT)/tao/AbstractBase.inl \
+ $(TAO_ROOT)/tao/Any_T.inl \
+ $(TAO_ROOT)/tao/Any_T.cpp \
+ $(TAO_ROOT)/tao/Marshal.h \
+ $(TAO_ROOT)/tao/Marshal.i \
+ $(TAO_ROOT)/tao/debug.h \
$(TAO_ROOT)/tao/CurrentC.i \
$(TAO_ROOT)/tao/PolicyC.h \
$(TAO_ROOT)/tao/Remote_Object_Proxy_Impl.h \
$(TAO_ROOT)/tao/Object_Proxy_Impl.h \
$(TAO_ROOT)/tao/Encodable.h \
- $(TAO_ROOT)/tao/PolicyC.i \
- $(TAO_ROOT)/tao/OctetSeqC.h \
- $(TAO_ROOT)/tao/OctetSeqC.i PortableServerC.i \
+ $(TAO_ROOT)/tao/PolicyC.i PortableServerC.i \
$(TAO_ROOT)/tao/ORB.h \
$(TAO_ROOT)/tao/ServicesC.h \
$(TAO_ROOT)/tao/ServicesC.i \
@@ -4230,7 +4379,7 @@ endif
$(TAO_ROOT)/tao/objectid.h \
$(TAO_ROOT)/tao/ORB.i
-.obj/ImplRepo_i.o .obj/ImplRepo_i.so .shobj/ImplRepo_i.o .shobj/ImplRepo_i.so: ImplRepo_i.cpp $(TAO_ROOT)/tao/orbconf.h \
+.obj/ImplRepo_i.o .obj/ImplRepo_i.SO .shobj/ImplRepo_i.o .shobj/ImplRepo_i.SO: ImplRepo_i.cpp $(TAO_ROOT)/tao/orbconf.h \
$(ACE_ROOT)/ace/pre.h \
$(ACE_ROOT)/ace/Basic_Types.h \
$(ACE_ROOT)/ace/post.h \
@@ -4387,9 +4536,23 @@ endif
$(TAO_ROOT)/tao/Policy_ForwardC.i \
$(TAO_ROOT)/tao/Object_KeyC.h \
$(TAO_ROOT)/tao/Object_KeyC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.i \
$(TAO_ROOT)/tao/Object.i \
$(TAO_ROOT)/tao/Remote_Object_Proxy_Impl.h \
$(TAO_ROOT)/tao/Object_Proxy_Impl.h \
+ $(TAO_ROOT)/tao/Any_T.h \
+ $(TAO_ROOT)/tao/Any.h \
+ $(TAO_ROOT)/tao/Any.i \
+ $(TAO_ROOT)/tao/AbstractBase.h \
+ $(TAO_ROOT)/tao/AbstractBase.inl \
+ $(TAO_ROOT)/tao/Any_T.inl \
+ $(TAO_ROOT)/tao/Any_T.cpp \
+ $(TAO_ROOT)/tao/Marshal.h \
+ $(TAO_ROOT)/tao/Marshal.i \
+ $(TAO_ROOT)/tao/debug.h \
ImplRepoC.i \
PortableServer.h \
PortableServerC.h \
@@ -4398,8 +4561,6 @@ endif
$(TAO_ROOT)/tao/PolicyC.h \
$(TAO_ROOT)/tao/Encodable.h \
$(TAO_ROOT)/tao/PolicyC.i \
- $(TAO_ROOT)/tao/OctetSeqC.h \
- $(TAO_ROOT)/tao/OctetSeqC.i \
PortableServerC.i \
Servant_Base.h \
$(TAO_ROOT)/tao/Abstract_Servant_Base.h \
@@ -4427,7 +4588,7 @@ endif
$(TAO_ROOT)/tao/objectid.h \
$(TAO_ROOT)/tao/ORB.i
-.obj/ServerRequestInfo.o .obj/ServerRequestInfo.so .shobj/ServerRequestInfo.o .shobj/ServerRequestInfo.so: ServerRequestInfo.cpp ServerRequestInfo.h \
+.obj/ServerRequestInfo.o .obj/ServerRequestInfo.SO .shobj/ServerRequestInfo.o .shobj/ServerRequestInfo.SO: ServerRequestInfo.cpp ServerRequestInfo.h \
$(ACE_ROOT)/ace/pre.h \
$(TAO_ROOT)/tao/corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
@@ -4461,9 +4622,8 @@ endif
$(TAO_ROOT)/tao/TAO_Export.h \
$(TAO_ROOT)/tao/corbafwd.i \
$(TAO_ROOT)/tao/PortableInterceptorC.h \
- $(TAO_ROOT)/tao/CurrentC.h \
- $(TAO_ROOT)/tao/Object.h \
- $(TAO_ROOT)/tao/Policy_ForwardC.h \
+ $(TAO_ROOT)/tao/PI_ForwardC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.h \
$(TAO_ROOT)/tao/Sequence.h \
$(TAO_ROOT)/tao/Managed_Types.h \
$(TAO_ROOT)/tao/Managed_Types.i \
@@ -4575,6 +4735,13 @@ endif
$(TAO_ROOT)/tao/Typecode.i \
$(TAO_ROOT)/tao/Environment.h \
$(TAO_ROOT)/tao/Environment.i \
+ $(TAO_ROOT)/tao/OctetSeqC.i \
+ $(TAO_ROOT)/tao/StringSeqC.h \
+ $(TAO_ROOT)/tao/StringSeqC.i \
+ $(TAO_ROOT)/tao/PI_ForwardC.i \
+ $(TAO_ROOT)/tao/CurrentC.h \
+ $(TAO_ROOT)/tao/Object.h \
+ $(TAO_ROOT)/tao/Policy_ForwardC.h \
$(TAO_ROOT)/tao/CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
@@ -4583,11 +4750,9 @@ endif
$(TAO_ROOT)/tao/Policy_ForwardC.i \
$(TAO_ROOT)/tao/Object_KeyC.h \
$(TAO_ROOT)/tao/Object_KeyC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.h \
+ $(TAO_ROOT)/tao/IOP_IORC.i \
$(TAO_ROOT)/tao/Object.i \
- $(TAO_ROOT)/tao/CurrentC.i \
- $(TAO_ROOT)/tao/DynamicC.h \
- $(TAO_ROOT)/tao/StringSeqC.h \
- $(TAO_ROOT)/tao/StringSeqC.i \
$(TAO_ROOT)/tao/Any_T.h \
$(TAO_ROOT)/tao/Any.h \
$(TAO_ROOT)/tao/Any.i \
@@ -4598,16 +4763,14 @@ endif
$(TAO_ROOT)/tao/Marshal.h \
$(TAO_ROOT)/tao/Marshal.i \
$(TAO_ROOT)/tao/debug.h \
+ $(TAO_ROOT)/tao/CurrentC.i \
+ $(TAO_ROOT)/tao/DynamicC.h \
$(TAO_ROOT)/tao/DynamicC.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.h \
- $(TAO_ROOT)/tao/OctetSeqC.h \
- $(TAO_ROOT)/tao/OctetSeqC.i \
- $(TAO_ROOT)/tao/ValueBase.h \
- $(TAO_ROOT)/tao/ValueBase.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.i \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.h \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.i \
$(TAO_ROOT)/tao/IOPC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.i \
$(TAO_ROOT)/tao/IOPC.i \
$(TAO_ROOT)/tao/PolicyC.h \
$(TAO_ROOT)/tao/Remote_Object_Proxy_Impl.h \
@@ -4629,9 +4792,13 @@ endif
$(ACE_ROOT)/ace/Array_Base.inl \
$(ACE_ROOT)/ace/Array_Base.cpp \
$(TAO_ROOT)/tao/PICurrent.inl \
- $(TAO_ROOT)/tao/TAO_Server_Request.i Object_Adapter.h \
- portableserver_export.h Key_Adapters.h PortableServerC.h \
- PortableServerC.i $(ACE_ROOT)/ace/Map_T.h \
+ $(TAO_ROOT)/tao/TAO_Server_Request.i \
+ Object_Adapter.h \
+ portableserver_export.h \
+ Key_Adapters.h \
+ PortableServerC.h \
+ PortableServerC.i \
+ $(ACE_ROOT)/ace/Map_T.h \
$(ACE_ROOT)/ace/Pair_T.h \
$(ACE_ROOT)/ace/Pair_T.i \
$(ACE_ROOT)/ace/Pair_T.cpp \
@@ -4644,29 +4811,45 @@ endif
$(ACE_ROOT)/ace/Active_Map_Manager_T.i \
$(ACE_ROOT)/ace/Active_Map_Manager_T.cpp \
$(ACE_ROOT)/ace/Map_T.i \
- $(ACE_ROOT)/ace/Map_T.cpp Key_Adapters.i poa_macros.h \
- Active_Object_Map.h Servant_Base.h \
+ $(ACE_ROOT)/ace/Map_T.cpp \
+ Key_Adapters.i \
+ poa_macros.h \
+ Active_Object_Map.h \
+ Servant_Base.h \
$(TAO_ROOT)/tao/Abstract_Servant_Base.h \
$(ACE_ROOT)/ace/Atomic_Op.h \
$(ACE_ROOT)/ace/Atomic_Op_T.h \
$(ACE_ROOT)/ace/Atomic_Op_T.i \
$(ACE_ROOT)/ace/Atomic_Op_T.cpp \
- $(ACE_ROOT)/ace/Atomic_Op.i Servant_Base.i \
+ $(ACE_ROOT)/ace/Atomic_Op.i \
+ Servant_Base.i \
$(TAO_ROOT)/tao/Server_Strategy_Factory.h \
$(ACE_ROOT)/ace/Service_Object.h \
$(ACE_ROOT)/ace/Shared_Object.h \
$(ACE_ROOT)/ace/Shared_Object.i \
$(ACE_ROOT)/ace/DLL.h \
- $(ACE_ROOT)/ace/Service_Object.i Active_Object_Map.i \
+ $(ACE_ROOT)/ace/Service_Object.i \
+ Active_Object_Map.i \
$(TAO_ROOT)/tao/Adapter.h \
- $(TAO_ROOT)/tao/Adapter.i Default_Policy_Validator.h \
- $(TAO_ROOT)/tao/Policy_Validator.h POA_Policy_Set.h \
- POA_Policies.h POA_Policies.i \
+ $(TAO_ROOT)/tao/Adapter.i \
+ Default_Policy_Validator.h \
+ $(TAO_ROOT)/tao/Policy_Validator.h \
+ POA_Policy_Set.h \
+ POA_Policies.h \
+ POA_Policies.i \
$(TAO_ROOT)/tao/Policy_Set.h \
- $(TAO_ROOT)/tao/Policy_Set.i POA_Policy_Set.i \
- Object_Adapter.i ServerRequestInfo.inl POA.h POAManager.h POAManager.i \
- POA_Cached_Policies.h POA_Cached_Policies.i POA.i \
- $(TAO_ROOT)/tao/ORB_Core.h \
+ $(TAO_ROOT)/tao/Policy_Set.i \
+ POA_Policy_Set.i \
+ Object_Adapter.i \
+ ServerRequestInfo.inl POA.h Object_Adapter.h POAManager.h \
+ PortableServerC.h poa_macros.h \
+ $(TAO_ROOT)/tao/ObjRefTemplate/ObjectReferenceTemplateC.h \
+ $(TAO_ROOT)/tao/ObjRefTemplate/ort_export.h \
+ $(TAO_ROOT)/tao/ValueBase.h \
+ $(TAO_ROOT)/tao/ValueBase.i \
+ $(TAO_ROOT)/tao/ObjRefTemplate/ObjectReferenceTemplateC.i \
+ POAManager.i POA_Policy_Set.h POA_Cached_Policies.h POA_Policies.h \
+ POA_Cached_Policies.i POA.i $(TAO_ROOT)/tao/ORB_Core.h \
$(TAO_ROOT)/tao/ORB.h \
$(TAO_ROOT)/tao/ServicesC.h \
$(TAO_ROOT)/tao/ServicesC.i \
@@ -4725,7 +4908,7 @@ endif
$(ACE_ROOT)/ace/Thread_Manager.i \
$(TAO_ROOT)/tao/ORB_Core.i
-.obj/ServerInterceptorAdapter.o .obj/ServerInterceptorAdapter.so .shobj/ServerInterceptorAdapter.o .shobj/ServerInterceptorAdapter.so: ServerInterceptorAdapter.cpp \
+.obj/ServerInterceptorAdapter.o .obj/ServerInterceptorAdapter.SO .shobj/ServerInterceptorAdapter.o .shobj/ServerInterceptorAdapter.SO: ServerInterceptorAdapter.cpp \
ServerInterceptorAdapter.h $(ACE_ROOT)/ace/pre.h \
$(TAO_ROOT)/tao/orbconf.h \
$(ACE_ROOT)/ace/Basic_Types.h \
@@ -4737,6 +4920,9 @@ endif
$(ACE_ROOT)/ace/Global_Macros.h \
$(ACE_ROOT)/ace/OS_Export.h portableserver_export.h \
$(TAO_ROOT)/tao/PortableInterceptorC.h \
+ $(TAO_ROOT)/tao/PI_ForwardC.h \
+ $(TAO_ROOT)/tao/TAO_Export.h \
+ $(TAO_ROOT)/tao/OctetSeqC.h \
$(TAO_ROOT)/tao/corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
$(ACE_ROOT)/ace/OS.h \
@@ -4757,11 +4943,7 @@ endif
$(ACE_ROOT)/ace/streams.h \
$(ACE_ROOT)/ace/Trace.h $(ACE_ROOT)/ace/OS.i \
$(ACE_ROOT)/ace/CDR_Base.inl \
- $(TAO_ROOT)/tao/TAO_Export.h \
$(TAO_ROOT)/tao/corbafwd.i \
- $(TAO_ROOT)/tao/CurrentC.h \
- $(TAO_ROOT)/tao/Object.h \
- $(TAO_ROOT)/tao/Policy_ForwardC.h \
$(TAO_ROOT)/tao/Sequence.h \
$(TAO_ROOT)/tao/Managed_Types.h \
$(TAO_ROOT)/tao/Managed_Types.i \
@@ -4873,6 +5055,13 @@ endif
$(TAO_ROOT)/tao/Typecode.i \
$(TAO_ROOT)/tao/Environment.h \
$(TAO_ROOT)/tao/Environment.i \
+ $(TAO_ROOT)/tao/OctetSeqC.i \
+ $(TAO_ROOT)/tao/StringSeqC.h \
+ $(TAO_ROOT)/tao/StringSeqC.i \
+ $(TAO_ROOT)/tao/PI_ForwardC.i \
+ $(TAO_ROOT)/tao/CurrentC.h \
+ $(TAO_ROOT)/tao/Object.h \
+ $(TAO_ROOT)/tao/Policy_ForwardC.h \
$(TAO_ROOT)/tao/CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
@@ -4881,11 +5070,9 @@ endif
$(TAO_ROOT)/tao/Policy_ForwardC.i \
$(TAO_ROOT)/tao/Object_KeyC.h \
$(TAO_ROOT)/tao/Object_KeyC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.h \
+ $(TAO_ROOT)/tao/IOP_IORC.i \
$(TAO_ROOT)/tao/Object.i \
- $(TAO_ROOT)/tao/CurrentC.i \
- $(TAO_ROOT)/tao/DynamicC.h \
- $(TAO_ROOT)/tao/StringSeqC.h \
- $(TAO_ROOT)/tao/StringSeqC.i \
$(TAO_ROOT)/tao/Any_T.h \
$(TAO_ROOT)/tao/Any.h \
$(TAO_ROOT)/tao/Any.i \
@@ -4896,16 +5083,14 @@ endif
$(TAO_ROOT)/tao/Marshal.h \
$(TAO_ROOT)/tao/Marshal.i \
$(TAO_ROOT)/tao/debug.h \
+ $(TAO_ROOT)/tao/CurrentC.i \
+ $(TAO_ROOT)/tao/DynamicC.h \
$(TAO_ROOT)/tao/DynamicC.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.h \
- $(TAO_ROOT)/tao/OctetSeqC.h \
- $(TAO_ROOT)/tao/OctetSeqC.i \
- $(TAO_ROOT)/tao/ValueBase.h \
- $(TAO_ROOT)/tao/ValueBase.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.i \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.h \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.i \
$(TAO_ROOT)/tao/IOPC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.i \
$(TAO_ROOT)/tao/IOPC.i \
$(TAO_ROOT)/tao/PolicyC.h \
$(TAO_ROOT)/tao/Remote_Object_Proxy_Impl.h \
@@ -4930,8 +5115,12 @@ endif
$(TAO_ROOT)/tao/Tagged_Profile.i \
$(TAO_ROOT)/tao/PICurrent.h \
$(TAO_ROOT)/tao/PICurrent.inl \
- $(TAO_ROOT)/tao/TAO_Server_Request.i Object_Adapter.h \
- Key_Adapters.h PortableServerC.h PortableServerC.i \
+ $(TAO_ROOT)/tao/TAO_Server_Request.i \
+ Object_Adapter.h \
+ portableserver_export.h \
+ Key_Adapters.h \
+ PortableServerC.h \
+ PortableServerC.i \
$(ACE_ROOT)/ace/Map_T.h \
$(ACE_ROOT)/ace/Pair_T.h \
$(ACE_ROOT)/ace/Pair_T.i \
@@ -4945,29 +5134,39 @@ endif
$(ACE_ROOT)/ace/Active_Map_Manager_T.i \
$(ACE_ROOT)/ace/Active_Map_Manager_T.cpp \
$(ACE_ROOT)/ace/Map_T.i \
- $(ACE_ROOT)/ace/Map_T.cpp Key_Adapters.i poa_macros.h \
- Active_Object_Map.h Servant_Base.h \
+ $(ACE_ROOT)/ace/Map_T.cpp \
+ Key_Adapters.i \
+ poa_macros.h \
+ Active_Object_Map.h \
+ Servant_Base.h \
$(TAO_ROOT)/tao/Abstract_Servant_Base.h \
$(ACE_ROOT)/ace/Atomic_Op.h \
$(ACE_ROOT)/ace/Atomic_Op_T.h \
$(ACE_ROOT)/ace/Atomic_Op_T.i \
$(ACE_ROOT)/ace/Atomic_Op_T.cpp \
- $(ACE_ROOT)/ace/Atomic_Op.i Servant_Base.i \
+ $(ACE_ROOT)/ace/Atomic_Op.i \
+ Servant_Base.i \
$(TAO_ROOT)/tao/Server_Strategy_Factory.h \
$(ACE_ROOT)/ace/Service_Object.h \
$(ACE_ROOT)/ace/Shared_Object.h \
$(ACE_ROOT)/ace/Shared_Object.i \
$(ACE_ROOT)/ace/DLL.h \
- $(ACE_ROOT)/ace/Service_Object.i Active_Object_Map.i \
+ $(ACE_ROOT)/ace/Service_Object.i \
+ Active_Object_Map.i \
$(TAO_ROOT)/tao/Adapter.h \
- $(TAO_ROOT)/tao/Adapter.i Default_Policy_Validator.h \
- $(TAO_ROOT)/tao/Policy_Validator.h POA_Policy_Set.h \
- POA_Policies.h POA_Policies.i \
+ $(TAO_ROOT)/tao/Adapter.i \
+ Default_Policy_Validator.h \
+ $(TAO_ROOT)/tao/Policy_Validator.h \
+ POA_Policy_Set.h \
+ POA_Policies.h \
+ POA_Policies.i \
$(TAO_ROOT)/tao/Policy_Set.h \
- $(TAO_ROOT)/tao/Policy_Set.i POA_Policy_Set.i \
- Object_Adapter.i ServerRequestInfo.inl
+ $(TAO_ROOT)/tao/Policy_Set.i \
+ POA_Policy_Set.i \
+ Object_Adapter.i \
+ ServerRequestInfo.inl
-.obj/Default_Servant_Dispatcher.o .obj/Default_Servant_Dispatcher.so .shobj/Default_Servant_Dispatcher.o .shobj/Default_Servant_Dispatcher.so: Default_Servant_Dispatcher.cpp \
+.obj/Default_Servant_Dispatcher.o .obj/Default_Servant_Dispatcher.SO .shobj/Default_Servant_Dispatcher.o .shobj/Default_Servant_Dispatcher.SO: Default_Servant_Dispatcher.cpp \
Default_Servant_Dispatcher.h $(ACE_ROOT)/ace/pre.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ace_wchar.h \
@@ -5121,15 +5320,27 @@ endif
$(TAO_ROOT)/tao/Policy_ForwardC.i \
$(TAO_ROOT)/tao/Object_KeyC.h \
$(TAO_ROOT)/tao/Object_KeyC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.i \
$(TAO_ROOT)/tao/Object.i \
+ $(TAO_ROOT)/tao/Any_T.h \
+ $(TAO_ROOT)/tao/Any.h \
+ $(TAO_ROOT)/tao/Any.i \
+ $(TAO_ROOT)/tao/AbstractBase.h \
+ $(TAO_ROOT)/tao/AbstractBase.inl \
+ $(TAO_ROOT)/tao/Any_T.inl \
+ $(TAO_ROOT)/tao/Any_T.cpp \
+ $(TAO_ROOT)/tao/Marshal.h \
+ $(TAO_ROOT)/tao/Marshal.i \
+ $(TAO_ROOT)/tao/debug.h \
$(TAO_ROOT)/tao/CurrentC.i \
$(TAO_ROOT)/tao/PolicyC.h \
$(TAO_ROOT)/tao/Remote_Object_Proxy_Impl.h \
$(TAO_ROOT)/tao/Object_Proxy_Impl.h \
$(TAO_ROOT)/tao/Encodable.h \
- $(TAO_ROOT)/tao/PolicyC.i \
- $(TAO_ROOT)/tao/OctetSeqC.h \
- $(TAO_ROOT)/tao/OctetSeqC.i PortableServerC.i \
+ $(TAO_ROOT)/tao/PolicyC.i PortableServerC.i \
$(ACE_ROOT)/ace/Map_T.h \
$(ACE_ROOT)/ace/Pair_T.h \
$(ACE_ROOT)/ace/Pair_T.i \
@@ -5168,35 +5379,30 @@ endif
$(TAO_ROOT)/tao/Policy_Set.i POA_Policy_Set.i \
Object_Adapter.i POA.h POAManager.h \
$(TAO_ROOT)/tao/PortableInterceptorC.h \
- $(TAO_ROOT)/tao/DynamicC.h \
+ $(TAO_ROOT)/tao/PI_ForwardC.h \
$(TAO_ROOT)/tao/StringSeqC.h \
$(TAO_ROOT)/tao/StringSeqC.i \
- $(TAO_ROOT)/tao/Any_T.h \
- $(TAO_ROOT)/tao/Any.h \
- $(TAO_ROOT)/tao/Any.i \
- $(TAO_ROOT)/tao/AbstractBase.h \
- $(TAO_ROOT)/tao/AbstractBase.inl \
- $(TAO_ROOT)/tao/Any_T.inl \
- $(TAO_ROOT)/tao/Any_T.cpp \
- $(TAO_ROOT)/tao/Marshal.h \
- $(TAO_ROOT)/tao/Marshal.i \
- $(TAO_ROOT)/tao/debug.h \
+ $(TAO_ROOT)/tao/PI_ForwardC.i \
+ $(TAO_ROOT)/tao/DynamicC.h \
$(TAO_ROOT)/tao/DynamicC.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.h \
- $(TAO_ROOT)/tao/ValueBase.h \
- $(TAO_ROOT)/tao/ValueBase.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.i \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.h \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.i \
$(TAO_ROOT)/tao/IOPC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.i \
$(TAO_ROOT)/tao/IOPC.i \
- $(TAO_ROOT)/tao/PortableInterceptorC.i POAManager.i \
- POA_Cached_Policies.h POA_Cached_Policies.i \
+ $(TAO_ROOT)/tao/PortableInterceptorC.i \
+ $(TAO_ROOT)/tao/ObjRefTemplate/ObjectReferenceTemplateC.h \
+ $(TAO_ROOT)/tao/ObjRefTemplate/ort_export.h \
+ $(TAO_ROOT)/tao/ValueBase.h \
+ $(TAO_ROOT)/tao/ValueBase.i \
+ $(TAO_ROOT)/tao/ObjRefTemplate/ObjectReferenceTemplateC.i \
+ POAManager.i POA_Cached_Policies.h POA_Cached_Policies.i \
$(ACE_ROOT)/ace/Array_Base.h \
$(ACE_ROOT)/ace/Array_Base.inl \
$(ACE_ROOT)/ace/Array_Base.cpp POA.i
-.obj/Servant_Dispatcher.o .obj/Servant_Dispatcher.so .shobj/Servant_Dispatcher.o .shobj/Servant_Dispatcher.so: Servant_Dispatcher.cpp Servant_Dispatcher.h \
+.obj/Servant_Dispatcher.o .obj/Servant_Dispatcher.SO .shobj/Servant_Dispatcher.o .shobj/Servant_Dispatcher.SO: Servant_Dispatcher.cpp Servant_Dispatcher.h \
$(ACE_ROOT)/ace/pre.h \
$(ACE_ROOT)/ace/SString.h \
$(ACE_ROOT)/ace/String_Base.h \
@@ -5351,15 +5557,27 @@ endif
$(TAO_ROOT)/tao/Policy_ForwardC.i \
$(TAO_ROOT)/tao/Object_KeyC.h \
$(TAO_ROOT)/tao/Object_KeyC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.i \
$(TAO_ROOT)/tao/Object.i \
+ $(TAO_ROOT)/tao/Any_T.h \
+ $(TAO_ROOT)/tao/Any.h \
+ $(TAO_ROOT)/tao/Any.i \
+ $(TAO_ROOT)/tao/AbstractBase.h \
+ $(TAO_ROOT)/tao/AbstractBase.inl \
+ $(TAO_ROOT)/tao/Any_T.inl \
+ $(TAO_ROOT)/tao/Any_T.cpp \
+ $(TAO_ROOT)/tao/Marshal.h \
+ $(TAO_ROOT)/tao/Marshal.i \
+ $(TAO_ROOT)/tao/debug.h \
$(TAO_ROOT)/tao/CurrentC.i \
$(TAO_ROOT)/tao/PolicyC.h \
$(TAO_ROOT)/tao/Remote_Object_Proxy_Impl.h \
$(TAO_ROOT)/tao/Object_Proxy_Impl.h \
$(TAO_ROOT)/tao/Encodable.h \
- $(TAO_ROOT)/tao/PolicyC.i \
- $(TAO_ROOT)/tao/OctetSeqC.h \
- $(TAO_ROOT)/tao/OctetSeqC.i PortableServerC.i \
+ $(TAO_ROOT)/tao/PolicyC.i PortableServerC.i \
$(ACE_ROOT)/ace/Map_T.h \
$(ACE_ROOT)/ace/Pair_T.h \
$(ACE_ROOT)/ace/Pair_T.i \
@@ -5398,7 +5616,7 @@ endif
$(TAO_ROOT)/tao/Policy_Set.i POA_Policy_Set.i \
Object_Adapter.i
-.obj/POA_Cached_Policies.o .obj/POA_Cached_Policies.so .shobj/POA_Cached_Policies.o .shobj/POA_Cached_Policies.so: POA_Cached_Policies.cpp POA_Cached_Policies.h \
+.obj/POA_Cached_Policies.o .obj/POA_Cached_Policies.SO .shobj/POA_Cached_Policies.o .shobj/POA_Cached_Policies.SO: POA_Cached_Policies.cpp POA_Cached_Policies.h \
$(ACE_ROOT)/ace/pre.h POA_Policies.h PortableServerC.h \
$(TAO_ROOT)/tao/corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
@@ -5553,22 +5771,34 @@ endif
$(TAO_ROOT)/tao/Policy_ForwardC.i \
$(TAO_ROOT)/tao/Object_KeyC.h \
$(TAO_ROOT)/tao/Object_KeyC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.i \
$(TAO_ROOT)/tao/Object.i \
+ $(TAO_ROOT)/tao/Any_T.h \
+ $(TAO_ROOT)/tao/Any.h \
+ $(TAO_ROOT)/tao/Any.i \
+ $(TAO_ROOT)/tao/AbstractBase.h \
+ $(TAO_ROOT)/tao/AbstractBase.inl \
+ $(TAO_ROOT)/tao/Any_T.inl \
+ $(TAO_ROOT)/tao/Any_T.cpp \
+ $(TAO_ROOT)/tao/Marshal.h \
+ $(TAO_ROOT)/tao/Marshal.i \
+ $(TAO_ROOT)/tao/debug.h \
$(TAO_ROOT)/tao/CurrentC.i \
$(TAO_ROOT)/tao/PolicyC.h \
$(TAO_ROOT)/tao/Remote_Object_Proxy_Impl.h \
$(TAO_ROOT)/tao/Object_Proxy_Impl.h \
$(TAO_ROOT)/tao/Encodable.h \
- $(TAO_ROOT)/tao/PolicyC.i \
- $(TAO_ROOT)/tao/OctetSeqC.h \
- $(TAO_ROOT)/tao/OctetSeqC.i PortableServerC.i \
+ $(TAO_ROOT)/tao/PolicyC.i PortableServerC.i \
$(TAO_ROOT)/tao/LocalObject.h \
$(TAO_ROOT)/tao/LocalObject.i POA_Policies.i \
POA_Cached_Policies.i POA_Policy_Set.h \
$(TAO_ROOT)/tao/Policy_Set.h \
$(TAO_ROOT)/tao/Policy_Set.i POA_Policy_Set.i
-.obj/POA_Policies.o .obj/POA_Policies.so .shobj/POA_Policies.o .shobj/POA_Policies.so: POA_Policies.cpp POA_Policies.h \
+.obj/POA_Policies.o .obj/POA_Policies.SO .shobj/POA_Policies.o .shobj/POA_Policies.SO: POA_Policies.cpp POA_Policies.h \
$(ACE_ROOT)/ace/pre.h PortableServerC.h \
$(TAO_ROOT)/tao/corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
@@ -5723,19 +5953,31 @@ endif
$(TAO_ROOT)/tao/Policy_ForwardC.i \
$(TAO_ROOT)/tao/Object_KeyC.h \
$(TAO_ROOT)/tao/Object_KeyC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.i \
$(TAO_ROOT)/tao/Object.i \
+ $(TAO_ROOT)/tao/Any_T.h \
+ $(TAO_ROOT)/tao/Any.h \
+ $(TAO_ROOT)/tao/Any.i \
+ $(TAO_ROOT)/tao/AbstractBase.h \
+ $(TAO_ROOT)/tao/AbstractBase.inl \
+ $(TAO_ROOT)/tao/Any_T.inl \
+ $(TAO_ROOT)/tao/Any_T.cpp \
+ $(TAO_ROOT)/tao/Marshal.h \
+ $(TAO_ROOT)/tao/Marshal.i \
+ $(TAO_ROOT)/tao/debug.h \
$(TAO_ROOT)/tao/CurrentC.i \
$(TAO_ROOT)/tao/PolicyC.h \
$(TAO_ROOT)/tao/Remote_Object_Proxy_Impl.h \
$(TAO_ROOT)/tao/Object_Proxy_Impl.h \
$(TAO_ROOT)/tao/Encodable.h \
- $(TAO_ROOT)/tao/PolicyC.i \
- $(TAO_ROOT)/tao/OctetSeqC.h \
- $(TAO_ROOT)/tao/OctetSeqC.i PortableServerC.i \
+ $(TAO_ROOT)/tao/PolicyC.i PortableServerC.i \
$(TAO_ROOT)/tao/LocalObject.h \
$(TAO_ROOT)/tao/LocalObject.i POA_Policies.i
-.obj/PortableServer_ORBInitializer.o .obj/PortableServer_ORBInitializer.so .shobj/PortableServer_ORBInitializer.o .shobj/PortableServer_ORBInitializer.so: PortableServer_ORBInitializer.cpp \
+.obj/PortableServer_ORBInitializer.o .obj/PortableServer_ORBInitializer.SO .shobj/PortableServer_ORBInitializer.o .shobj/PortableServer_ORBInitializer.SO: PortableServer_ORBInitializer.cpp \
PortableServer_ORBInitializer.h $(ACE_ROOT)/ace/pre.h \
$(TAO_ROOT)/tao/corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
@@ -5769,9 +6011,8 @@ endif
$(TAO_ROOT)/tao/TAO_Export.h \
$(TAO_ROOT)/tao/corbafwd.i portableserver_export.h \
$(TAO_ROOT)/tao/PortableInterceptorC.h \
- $(TAO_ROOT)/tao/CurrentC.h \
- $(TAO_ROOT)/tao/Object.h \
- $(TAO_ROOT)/tao/Policy_ForwardC.h \
+ $(TAO_ROOT)/tao/PI_ForwardC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.h \
$(TAO_ROOT)/tao/Sequence.h \
$(TAO_ROOT)/tao/Managed_Types.h \
$(TAO_ROOT)/tao/Managed_Types.i \
@@ -5883,6 +6124,13 @@ endif
$(TAO_ROOT)/tao/Typecode.i \
$(TAO_ROOT)/tao/Environment.h \
$(TAO_ROOT)/tao/Environment.i \
+ $(TAO_ROOT)/tao/OctetSeqC.i \
+ $(TAO_ROOT)/tao/StringSeqC.h \
+ $(TAO_ROOT)/tao/StringSeqC.i \
+ $(TAO_ROOT)/tao/PI_ForwardC.i \
+ $(TAO_ROOT)/tao/CurrentC.h \
+ $(TAO_ROOT)/tao/Object.h \
+ $(TAO_ROOT)/tao/Policy_ForwardC.h \
$(TAO_ROOT)/tao/CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
@@ -5891,11 +6139,9 @@ endif
$(TAO_ROOT)/tao/Policy_ForwardC.i \
$(TAO_ROOT)/tao/Object_KeyC.h \
$(TAO_ROOT)/tao/Object_KeyC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.h \
+ $(TAO_ROOT)/tao/IOP_IORC.i \
$(TAO_ROOT)/tao/Object.i \
- $(TAO_ROOT)/tao/CurrentC.i \
- $(TAO_ROOT)/tao/DynamicC.h \
- $(TAO_ROOT)/tao/StringSeqC.h \
- $(TAO_ROOT)/tao/StringSeqC.i \
$(TAO_ROOT)/tao/Any_T.h \
$(TAO_ROOT)/tao/Any.h \
$(TAO_ROOT)/tao/Any.i \
@@ -5906,16 +6152,14 @@ endif
$(TAO_ROOT)/tao/Marshal.h \
$(TAO_ROOT)/tao/Marshal.i \
$(TAO_ROOT)/tao/debug.h \
+ $(TAO_ROOT)/tao/CurrentC.i \
+ $(TAO_ROOT)/tao/DynamicC.h \
$(TAO_ROOT)/tao/DynamicC.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.h \
- $(TAO_ROOT)/tao/OctetSeqC.h \
- $(TAO_ROOT)/tao/OctetSeqC.i \
- $(TAO_ROOT)/tao/ValueBase.h \
- $(TAO_ROOT)/tao/ValueBase.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.i \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.h \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.i \
$(TAO_ROOT)/tao/IOPC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.i \
$(TAO_ROOT)/tao/IOPC.i \
$(TAO_ROOT)/tao/PolicyC.h \
$(TAO_ROOT)/tao/Remote_Object_Proxy_Impl.h \
@@ -6025,7 +6269,7 @@ endif
$(ACE_ROOT)/ace/Thread_Manager.i \
$(TAO_ROOT)/tao/ORB_Core.i
-.obj/PortableServer_PolicyFactory.o .obj/PortableServer_PolicyFactory.so .shobj/PortableServer_PolicyFactory.o .shobj/PortableServer_PolicyFactory.so: PortableServer_PolicyFactory.cpp \
+.obj/PortableServer_PolicyFactory.o .obj/PortableServer_PolicyFactory.SO .shobj/PortableServer_PolicyFactory.o .shobj/PortableServer_PolicyFactory.SO: PortableServer_PolicyFactory.cpp \
PortableServer_PolicyFactory.h $(ACE_ROOT)/ace/pre.h \
$(TAO_ROOT)/tao/corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
@@ -6059,9 +6303,8 @@ endif
$(TAO_ROOT)/tao/TAO_Export.h \
$(TAO_ROOT)/tao/corbafwd.i portableserver_export.h \
$(TAO_ROOT)/tao/PortableInterceptorC.h \
- $(TAO_ROOT)/tao/CurrentC.h \
- $(TAO_ROOT)/tao/Object.h \
- $(TAO_ROOT)/tao/Policy_ForwardC.h \
+ $(TAO_ROOT)/tao/PI_ForwardC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.h \
$(TAO_ROOT)/tao/Sequence.h \
$(TAO_ROOT)/tao/Managed_Types.h \
$(TAO_ROOT)/tao/Managed_Types.i \
@@ -6173,6 +6416,13 @@ endif
$(TAO_ROOT)/tao/Typecode.i \
$(TAO_ROOT)/tao/Environment.h \
$(TAO_ROOT)/tao/Environment.i \
+ $(TAO_ROOT)/tao/OctetSeqC.i \
+ $(TAO_ROOT)/tao/StringSeqC.h \
+ $(TAO_ROOT)/tao/StringSeqC.i \
+ $(TAO_ROOT)/tao/PI_ForwardC.i \
+ $(TAO_ROOT)/tao/CurrentC.h \
+ $(TAO_ROOT)/tao/Object.h \
+ $(TAO_ROOT)/tao/Policy_ForwardC.h \
$(TAO_ROOT)/tao/CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
@@ -6181,11 +6431,9 @@ endif
$(TAO_ROOT)/tao/Policy_ForwardC.i \
$(TAO_ROOT)/tao/Object_KeyC.h \
$(TAO_ROOT)/tao/Object_KeyC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.h \
+ $(TAO_ROOT)/tao/IOP_IORC.i \
$(TAO_ROOT)/tao/Object.i \
- $(TAO_ROOT)/tao/CurrentC.i \
- $(TAO_ROOT)/tao/DynamicC.h \
- $(TAO_ROOT)/tao/StringSeqC.h \
- $(TAO_ROOT)/tao/StringSeqC.i \
$(TAO_ROOT)/tao/Any_T.h \
$(TAO_ROOT)/tao/Any.h \
$(TAO_ROOT)/tao/Any.i \
@@ -6196,16 +6444,14 @@ endif
$(TAO_ROOT)/tao/Marshal.h \
$(TAO_ROOT)/tao/Marshal.i \
$(TAO_ROOT)/tao/debug.h \
+ $(TAO_ROOT)/tao/CurrentC.i \
+ $(TAO_ROOT)/tao/DynamicC.h \
$(TAO_ROOT)/tao/DynamicC.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.h \
- $(TAO_ROOT)/tao/OctetSeqC.h \
- $(TAO_ROOT)/tao/OctetSeqC.i \
- $(TAO_ROOT)/tao/ValueBase.h \
- $(TAO_ROOT)/tao/ValueBase.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.i \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.h \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.i \
$(TAO_ROOT)/tao/IOPC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.i \
$(TAO_ROOT)/tao/IOPC.i \
$(TAO_ROOT)/tao/PolicyC.h \
$(TAO_ROOT)/tao/Remote_Object_Proxy_Impl.h \
@@ -6217,7 +6463,7 @@ endif
$(TAO_ROOT)/tao/LocalObject.i POA_Policies.h \
PortableServerC.h PortableServerC.i POA_Policies.i
-.obj/POA_Policy_Set.o .obj/POA_Policy_Set.so .shobj/POA_Policy_Set.o .shobj/POA_Policy_Set.so: POA_Policy_Set.cpp POA_Policy_Set.h \
+.obj/POA_Policy_Set.o .obj/POA_Policy_Set.SO .shobj/POA_Policy_Set.o .shobj/POA_Policy_Set.SO: POA_Policy_Set.cpp POA_Policy_Set.h \
$(ACE_ROOT)/ace/pre.h POA_Policies.h PortableServerC.h \
$(TAO_ROOT)/tao/corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
@@ -6372,15 +6618,27 @@ endif
$(TAO_ROOT)/tao/Policy_ForwardC.i \
$(TAO_ROOT)/tao/Object_KeyC.h \
$(TAO_ROOT)/tao/Object_KeyC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.i \
$(TAO_ROOT)/tao/Object.i \
+ $(TAO_ROOT)/tao/Any_T.h \
+ $(TAO_ROOT)/tao/Any.h \
+ $(TAO_ROOT)/tao/Any.i \
+ $(TAO_ROOT)/tao/AbstractBase.h \
+ $(TAO_ROOT)/tao/AbstractBase.inl \
+ $(TAO_ROOT)/tao/Any_T.inl \
+ $(TAO_ROOT)/tao/Any_T.cpp \
+ $(TAO_ROOT)/tao/Marshal.h \
+ $(TAO_ROOT)/tao/Marshal.i \
+ $(TAO_ROOT)/tao/debug.h \
$(TAO_ROOT)/tao/CurrentC.i \
$(TAO_ROOT)/tao/PolicyC.h \
$(TAO_ROOT)/tao/Remote_Object_Proxy_Impl.h \
$(TAO_ROOT)/tao/Object_Proxy_Impl.h \
$(TAO_ROOT)/tao/Encodable.h \
- $(TAO_ROOT)/tao/PolicyC.i \
- $(TAO_ROOT)/tao/OctetSeqC.h \
- $(TAO_ROOT)/tao/OctetSeqC.i PortableServerC.i \
+ $(TAO_ROOT)/tao/PolicyC.i PortableServerC.i \
$(TAO_ROOT)/tao/LocalObject.h \
$(TAO_ROOT)/tao/LocalObject.i POA_Policies.i \
$(TAO_ROOT)/tao/Policy_Set.h \
@@ -6398,7 +6656,6 @@ endif
$(TAO_ROOT)/tao/objectid.h \
$(TAO_ROOT)/tao/ORB.i \
$(TAO_ROOT)/tao/Policy_Manager.h \
- $(TAO_ROOT)/tao/debug.h \
$(TAO_ROOT)/tao/Policy_Manager.i \
$(TAO_ROOT)/tao/Resource_Factory.h \
$(ACE_ROOT)/ace/Service_Object.h \
@@ -6424,26 +6681,17 @@ endif
$(TAO_ROOT)/tao/Adapter.i \
$(TAO_ROOT)/tao/PolicyFactory_Registry.h \
$(TAO_ROOT)/tao/PortableInterceptorC.h \
- $(TAO_ROOT)/tao/DynamicC.h \
+ $(TAO_ROOT)/tao/PI_ForwardC.h \
$(TAO_ROOT)/tao/StringSeqC.h \
$(TAO_ROOT)/tao/StringSeqC.i \
- $(TAO_ROOT)/tao/Any_T.h \
- $(TAO_ROOT)/tao/Any.h \
- $(TAO_ROOT)/tao/Any.i \
- $(TAO_ROOT)/tao/AbstractBase.h \
- $(TAO_ROOT)/tao/AbstractBase.inl \
- $(TAO_ROOT)/tao/Any_T.inl \
- $(TAO_ROOT)/tao/Any_T.cpp \
- $(TAO_ROOT)/tao/Marshal.h \
- $(TAO_ROOT)/tao/Marshal.i \
+ $(TAO_ROOT)/tao/PI_ForwardC.i \
+ $(TAO_ROOT)/tao/DynamicC.h \
$(TAO_ROOT)/tao/DynamicC.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.h \
- $(TAO_ROOT)/tao/ValueBase.h \
- $(TAO_ROOT)/tao/ValueBase.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.i \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.h \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.i \
$(TAO_ROOT)/tao/IOPC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.i \
$(TAO_ROOT)/tao/IOPC.i \
$(TAO_ROOT)/tao/PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -6485,7 +6733,7 @@ endif
$(ACE_ROOT)/ace/Thread_Manager.i \
$(TAO_ROOT)/tao/ORB_Core.i
-.obj/Default_Policy_Validator.o .obj/Default_Policy_Validator.so .shobj/Default_Policy_Validator.o .shobj/Default_Policy_Validator.so: Default_Policy_Validator.cpp \
+.obj/Default_Policy_Validator.o .obj/Default_Policy_Validator.SO .shobj/Default_Policy_Validator.o .shobj/Default_Policy_Validator.SO: Default_Policy_Validator.cpp \
Default_Policy_Validator.h $(ACE_ROOT)/ace/pre.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ace_wchar.h \
@@ -6641,28 +6889,45 @@ endif
$(TAO_ROOT)/tao/Object.h \
$(TAO_ROOT)/tao/Object_KeyC.h \
$(TAO_ROOT)/tao/Object_KeyC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.i \
$(TAO_ROOT)/tao/Object.i \
+ $(TAO_ROOT)/tao/Any_T.h \
+ $(TAO_ROOT)/tao/Any.h \
+ $(TAO_ROOT)/tao/Any.i \
+ $(TAO_ROOT)/tao/AbstractBase.h \
+ $(TAO_ROOT)/tao/AbstractBase.inl \
+ $(TAO_ROOT)/tao/Any_T.inl \
+ $(TAO_ROOT)/tao/Any_T.cpp \
+ $(TAO_ROOT)/tao/Marshal.h \
+ $(TAO_ROOT)/tao/Marshal.i \
+ $(TAO_ROOT)/tao/debug.h \
$(TAO_ROOT)/tao/CurrentC.i \
$(TAO_ROOT)/tao/PolicyC.h \
$(TAO_ROOT)/tao/Remote_Object_Proxy_Impl.h \
$(TAO_ROOT)/tao/Object_Proxy_Impl.h \
$(TAO_ROOT)/tao/Encodable.h \
- $(TAO_ROOT)/tao/PolicyC.i \
- $(TAO_ROOT)/tao/OctetSeqC.h \
- $(TAO_ROOT)/tao/OctetSeqC.i PortableServerC.i \
+ $(TAO_ROOT)/tao/PolicyC.i PortableServerC.i \
$(TAO_ROOT)/tao/LocalObject.h \
$(TAO_ROOT)/tao/LocalObject.i POA_Policies.i \
$(TAO_ROOT)/tao/Policy_Set.h \
$(TAO_ROOT)/tao/Policy_Set.i
-.obj/IORInfo.o .obj/IORInfo.so .shobj/IORInfo.o .shobj/IORInfo.so: IORInfo.cpp \
+.obj/IORInfo.o .obj/IORInfo.SO .shobj/IORInfo.o .shobj/IORInfo.SO: IORInfo.cpp \
IORInfo.h \
$(ACE_ROOT)/ace/pre.h \
- $(TAO_ROOT)/tao/corbafwd.h \
- $(ACE_ROOT)/ace/CDR_Base.h \
+ $(TAO_ROOT)/tao/IORInterceptor/IORInterceptorC.h \
+ $(TAO_ROOT)/tao/PortableInterceptorC.h \
+ $(TAO_ROOT)/tao/PI_ForwardC.h \
+ $(TAO_ROOT)/tao/TAO_Export.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ace_wchar.h \
$(ACE_ROOT)/ace/ace_wchar.inl \
+ $(TAO_ROOT)/tao/OctetSeqC.h \
+ $(TAO_ROOT)/tao/corbafwd.h \
+ $(ACE_ROOT)/ace/CDR_Base.h \
$(ACE_ROOT)/ace/Basic_Types.h \
$(ACE_ROOT)/ace/ACE_export.h \
$(ACE_ROOT)/ace/Basic_Types.i \
@@ -6687,12 +6952,7 @@ endif
$(ACE_ROOT)/ace/Trace.h $(ACE_ROOT)/ace/OS.i \
$(ACE_ROOT)/ace/CDR_Base.inl \
$(TAO_ROOT)/tao/orbconf.h \
- $(TAO_ROOT)/tao/TAO_Export.h \
$(TAO_ROOT)/tao/corbafwd.i \
- $(TAO_ROOT)/tao/PortableInterceptorC.h \
- $(TAO_ROOT)/tao/CurrentC.h \
- $(TAO_ROOT)/tao/Object.h \
- $(TAO_ROOT)/tao/Policy_ForwardC.h \
$(TAO_ROOT)/tao/Sequence.h \
$(TAO_ROOT)/tao/Managed_Types.h \
$(TAO_ROOT)/tao/Managed_Types.i \
@@ -6804,6 +7064,13 @@ endif
$(TAO_ROOT)/tao/Typecode.i \
$(TAO_ROOT)/tao/Environment.h \
$(TAO_ROOT)/tao/Environment.i \
+ $(TAO_ROOT)/tao/OctetSeqC.i \
+ $(TAO_ROOT)/tao/StringSeqC.h \
+ $(TAO_ROOT)/tao/StringSeqC.i \
+ $(TAO_ROOT)/tao/PI_ForwardC.i \
+ $(TAO_ROOT)/tao/CurrentC.h \
+ $(TAO_ROOT)/tao/Object.h \
+ $(TAO_ROOT)/tao/Policy_ForwardC.h \
$(TAO_ROOT)/tao/CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
@@ -6812,11 +7079,9 @@ endif
$(TAO_ROOT)/tao/Policy_ForwardC.i \
$(TAO_ROOT)/tao/Object_KeyC.h \
$(TAO_ROOT)/tao/Object_KeyC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.h \
+ $(TAO_ROOT)/tao/IOP_IORC.i \
$(TAO_ROOT)/tao/Object.i \
- $(TAO_ROOT)/tao/CurrentC.i \
- $(TAO_ROOT)/tao/DynamicC.h \
- $(TAO_ROOT)/tao/StringSeqC.h \
- $(TAO_ROOT)/tao/StringSeqC.i \
$(TAO_ROOT)/tao/Any_T.h \
$(TAO_ROOT)/tao/Any.h \
$(TAO_ROOT)/tao/Any.i \
@@ -6827,16 +7092,14 @@ endif
$(TAO_ROOT)/tao/Marshal.h \
$(TAO_ROOT)/tao/Marshal.i \
$(TAO_ROOT)/tao/debug.h \
+ $(TAO_ROOT)/tao/CurrentC.i \
+ $(TAO_ROOT)/tao/DynamicC.h \
$(TAO_ROOT)/tao/DynamicC.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.h \
- $(TAO_ROOT)/tao/OctetSeqC.h \
- $(TAO_ROOT)/tao/OctetSeqC.i \
- $(TAO_ROOT)/tao/ValueBase.h \
- $(TAO_ROOT)/tao/ValueBase.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.i \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.h \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.i \
$(TAO_ROOT)/tao/IOPC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.i \
$(TAO_ROOT)/tao/IOPC.i \
$(TAO_ROOT)/tao/PolicyC.h \
$(TAO_ROOT)/tao/Remote_Object_Proxy_Impl.h \
@@ -6844,6 +7107,13 @@ endif
$(TAO_ROOT)/tao/Encodable.h \
$(TAO_ROOT)/tao/PolicyC.i \
$(TAO_ROOT)/tao/PortableInterceptorC.i \
+ $(TAO_ROOT)/tao/ObjRefTemplate/ObjectReferenceTemplateC.h \
+ $(TAO_ROOT)/tao/ObjRefTemplate/ort_export.h \
+ $(TAO_ROOT)/tao/ValueBase.h \
+ $(TAO_ROOT)/tao/ValueBase.i \
+ $(TAO_ROOT)/tao/ObjRefTemplate/ObjectReferenceTemplateC.i \
+ $(TAO_ROOT)/tao/IORInterceptor/iorinterceptor_export.h \
+ $(TAO_ROOT)/tao/IORInterceptor/IORInterceptorC.i \
$(TAO_ROOT)/tao/LocalObject.h \
$(TAO_ROOT)/tao/LocalObject.i \
IORInfo.inl \
@@ -6905,13 +7175,18 @@ endif
$(ACE_ROOT)/ace/Array_Base.cpp \
POA.i
-.obj/Default_ORTC.o .obj/Default_ORTC.so .shobj/Default_ORTC.o .shobj/Default_ORTC.so: Default_ORTC.cpp Default_ORTC.h \
+.obj/Default_ORTC.o .obj/Default_ORTC.SO .shobj/Default_ORTC.o .shobj/Default_ORTC.SO: Default_ORTC.cpp Default_ORTC.h \
$(ACE_ROOT)/ace/pre.h \
- $(TAO_ROOT)/tao/corbafwd.h \
- $(ACE_ROOT)/ace/CDR_Base.h \
+ $(TAO_ROOT)/tao/ObjRefTemplate/ObjectReferenceTemplateC.h \
+ $(TAO_ROOT)/tao/ObjRefTemplate/ort_export.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ace_wchar.h \
$(ACE_ROOT)/ace/ace_wchar.inl \
+ $(TAO_ROOT)/tao/PI_ForwardC.h \
+ $(TAO_ROOT)/tao/TAO_Export.h \
+ $(TAO_ROOT)/tao/OctetSeqC.h \
+ $(TAO_ROOT)/tao/corbafwd.h \
+ $(ACE_ROOT)/ace/CDR_Base.h \
$(ACE_ROOT)/ace/Basic_Types.h \
$(ACE_ROOT)/ace/ACE_export.h \
$(ACE_ROOT)/ace/Basic_Types.i \
@@ -6936,10 +7211,7 @@ endif
$(ACE_ROOT)/ace/Trace.h $(ACE_ROOT)/ace/OS.i \
$(ACE_ROOT)/ace/CDR_Base.inl \
$(TAO_ROOT)/tao/orbconf.h \
- $(TAO_ROOT)/tao/TAO_Export.h \
$(TAO_ROOT)/tao/corbafwd.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.h \
- $(TAO_ROOT)/tao/OctetSeqC.h \
$(TAO_ROOT)/tao/Sequence.h \
$(TAO_ROOT)/tao/Managed_Types.h \
$(TAO_ROOT)/tao/Managed_Types.i \
@@ -7054,10 +7326,10 @@ endif
$(TAO_ROOT)/tao/OctetSeqC.i \
$(TAO_ROOT)/tao/StringSeqC.h \
$(TAO_ROOT)/tao/StringSeqC.i \
+ $(TAO_ROOT)/tao/PI_ForwardC.i \
$(TAO_ROOT)/tao/ValueBase.h \
$(TAO_ROOT)/tao/ValueBase.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.i \
- Default_ORTC.i $(TAO_ROOT)/tao/Any_T.h \
+ $(TAO_ROOT)/tao/Any_T.h \
$(TAO_ROOT)/tao/Any.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
@@ -7069,6 +7341,8 @@ endif
$(TAO_ROOT)/tao/Policy_ForwardC.i \
$(TAO_ROOT)/tao/Object_KeyC.h \
$(TAO_ROOT)/tao/Object_KeyC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.h \
+ $(TAO_ROOT)/tao/IOP_IORC.i \
$(TAO_ROOT)/tao/Object.i \
$(TAO_ROOT)/tao/Any.i \
$(TAO_ROOT)/tao/AbstractBase.h \
@@ -7078,15 +7352,21 @@ endif
$(TAO_ROOT)/tao/Marshal.h \
$(TAO_ROOT)/tao/Marshal.i \
$(TAO_ROOT)/tao/debug.h \
- $(TAO_ROOT)/tao/ValueFactory.h \
+ $(TAO_ROOT)/tao/ObjRefTemplate/ObjectReferenceTemplateC.i \
+ Default_ORTC.i $(TAO_ROOT)/tao/ValueFactory.h \
$(TAO_ROOT)/tao/ValueFactory.i
-.obj/ObjectReferenceTemplate.o .obj/ObjectReferenceTemplate.so .shobj/ObjectReferenceTemplate.o .shobj/ObjectReferenceTemplate.so: ObjectReferenceTemplate.cpp \
+.obj/ObjectReferenceTemplate.o .obj/ObjectReferenceTemplate.SO .shobj/ObjectReferenceTemplate.o .shobj/ObjectReferenceTemplate.SO: ObjectReferenceTemplate.cpp \
ObjectReferenceTemplate.h $(ACE_ROOT)/ace/pre.h \
portableserver_export.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ace_wchar.h \
$(ACE_ROOT)/ace/ace_wchar.inl Default_ORTC.h \
+ $(TAO_ROOT)/tao/ObjRefTemplate/ObjectReferenceTemplateC.h \
+ $(TAO_ROOT)/tao/ObjRefTemplate/ort_export.h \
+ $(TAO_ROOT)/tao/PI_ForwardC.h \
+ $(TAO_ROOT)/tao/TAO_Export.h \
+ $(TAO_ROOT)/tao/OctetSeqC.h \
$(TAO_ROOT)/tao/corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
$(ACE_ROOT)/ace/Basic_Types.h \
@@ -7113,10 +7393,7 @@ endif
$(ACE_ROOT)/ace/Trace.h $(ACE_ROOT)/ace/OS.i \
$(ACE_ROOT)/ace/CDR_Base.inl \
$(TAO_ROOT)/tao/orbconf.h \
- $(TAO_ROOT)/tao/TAO_Export.h \
$(TAO_ROOT)/tao/corbafwd.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.h \
- $(TAO_ROOT)/tao/OctetSeqC.h \
$(TAO_ROOT)/tao/Sequence.h \
$(TAO_ROOT)/tao/Managed_Types.h \
$(TAO_ROOT)/tao/Managed_Types.i \
@@ -7231,23 +7508,36 @@ endif
$(TAO_ROOT)/tao/OctetSeqC.i \
$(TAO_ROOT)/tao/StringSeqC.h \
$(TAO_ROOT)/tao/StringSeqC.i \
+ $(TAO_ROOT)/tao/PI_ForwardC.i \
$(TAO_ROOT)/tao/ValueBase.h \
$(TAO_ROOT)/tao/ValueBase.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.i \
- Default_ORTC.i ObjectReferenceTemplate.inl POA.h Object_Adapter.h \
- portableserver_export.h Key_Adapters.h PortableServerC.h \
- $(TAO_ROOT)/tao/CurrentC.h \
+ $(TAO_ROOT)/tao/Any_T.h \
+ $(TAO_ROOT)/tao/Any.h \
+ $(ACE_ROOT)/ace/CDR_Stream.h \
+ $(ACE_ROOT)/ace/CDR_Stream.i \
$(TAO_ROOT)/tao/Object.h \
$(TAO_ROOT)/tao/Policy_ForwardC.h \
$(TAO_ROOT)/tao/CDR.h \
- $(ACE_ROOT)/ace/CDR_Stream.h \
- $(ACE_ROOT)/ace/CDR_Stream.i \
$(TAO_ROOT)/tao/CDR.i \
$(TAO_ROOT)/tao/varbase.h \
$(TAO_ROOT)/tao/Policy_ForwardC.i \
$(TAO_ROOT)/tao/Object_KeyC.h \
$(TAO_ROOT)/tao/Object_KeyC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.h \
+ $(TAO_ROOT)/tao/IOP_IORC.i \
$(TAO_ROOT)/tao/Object.i \
+ $(TAO_ROOT)/tao/Any.i \
+ $(TAO_ROOT)/tao/AbstractBase.h \
+ $(TAO_ROOT)/tao/AbstractBase.inl \
+ $(TAO_ROOT)/tao/Any_T.inl \
+ $(TAO_ROOT)/tao/Any_T.cpp \
+ $(TAO_ROOT)/tao/Marshal.h \
+ $(TAO_ROOT)/tao/Marshal.i \
+ $(TAO_ROOT)/tao/debug.h \
+ $(TAO_ROOT)/tao/ObjRefTemplate/ObjectReferenceTemplateC.i \
+ Default_ORTC.i ObjectReferenceTemplate.inl POA.h Object_Adapter.h \
+ portableserver_export.h Key_Adapters.h PortableServerC.h \
+ $(TAO_ROOT)/tao/CurrentC.h \
$(TAO_ROOT)/tao/CurrentC.i \
$(TAO_ROOT)/tao/PolicyC.h \
$(TAO_ROOT)/tao/Remote_Object_Proxy_Impl.h \
@@ -7293,20 +7583,12 @@ endif
Object_Adapter.i POAManager.h \
$(TAO_ROOT)/tao/PortableInterceptorC.h \
$(TAO_ROOT)/tao/DynamicC.h \
- $(TAO_ROOT)/tao/Any_T.h \
- $(TAO_ROOT)/tao/Any.h \
- $(TAO_ROOT)/tao/Any.i \
- $(TAO_ROOT)/tao/AbstractBase.h \
- $(TAO_ROOT)/tao/AbstractBase.inl \
- $(TAO_ROOT)/tao/Any_T.inl \
- $(TAO_ROOT)/tao/Any_T.cpp \
- $(TAO_ROOT)/tao/Marshal.h \
- $(TAO_ROOT)/tao/Marshal.i \
- $(TAO_ROOT)/tao/debug.h \
$(TAO_ROOT)/tao/DynamicC.i \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.h \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.i \
$(TAO_ROOT)/tao/IOPC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.i \
$(TAO_ROOT)/tao/IOPC.i \
$(TAO_ROOT)/tao/PortableInterceptorC.i POAManager.i \
POA_Cached_Policies.h POA_Cached_Policies.i \
@@ -7314,7 +7596,7 @@ endif
$(ACE_ROOT)/ace/Array_Base.inl \
$(ACE_ROOT)/ace/Array_Base.cpp POA.i
-.obj/AMH_Response_Handler.o .obj/AMH_Response_Handler.so .shobj/AMH_Response_Handler.o .shobj/AMH_Response_Handler.so: AMH_Response_Handler.cpp AMH_Response_Handler.h \
+.obj/AMH_Response_Handler.o .obj/AMH_Response_Handler.SO .shobj/AMH_Response_Handler.o .shobj/AMH_Response_Handler.SO: AMH_Response_Handler.cpp AMH_Response_Handler.h \
$(ACE_ROOT)/ace/pre.h \
$(ACE_ROOT)/ace/post.h \
$(ACE_ROOT)/ace/ace_wchar.h \
@@ -7349,11 +7631,30 @@ endif
$(TAO_ROOT)/tao/orbconf.h \
$(TAO_ROOT)/tao/TAO_Export.h \
$(TAO_ROOT)/tao/corbafwd.i \
- $(TAO_ROOT)/tao/Exception.h \
+ $(TAO_ROOT)/tao/IOP_IORC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.h \
+ $(TAO_ROOT)/tao/Sequence.h \
+ $(TAO_ROOT)/tao/Managed_Types.h \
+ $(TAO_ROOT)/tao/Managed_Types.i \
$(ACE_ROOT)/ace/CORBA_macros.h \
$(ACE_ROOT)/ace/Exception_Macros.h \
- $(ACE_ROOT)/ace/SString.h \
- $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/Log_Msg.h \
+ $(ACE_ROOT)/ace/Log_Priority.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
+ $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
+ $(ACE_ROOT)/ace/Message_Block.h \
+ $(ACE_ROOT)/ace/Message_Block.i \
+ $(ACE_ROOT)/ace/Message_Block_T.h \
+ $(ACE_ROOT)/ace/Message_Block_T.i \
+ $(ACE_ROOT)/ace/Message_Block_T.cpp \
+ $(ACE_ROOT)/ace/Malloc_Base.h \
+ $(TAO_ROOT)/tao/Sequence.i \
+ $(TAO_ROOT)/tao/Sequence_T.h \
+ $(TAO_ROOT)/tao/Sequence_T.i \
+ $(TAO_ROOT)/tao/Sequence_T.cpp \
+ $(TAO_ROOT)/tao/Typecode.h \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
+ $(ACE_ROOT)/ace/Functor.h \
$(ACE_ROOT)/ace/ACE.h \
$(ACE_ROOT)/ace/Flag_Manip.h \
$(ACE_ROOT)/ace/Flag_Manip.i \
@@ -7366,17 +7667,11 @@ endif
$(ACE_ROOT)/ace/Sock_Connect.h \
$(ACE_ROOT)/ace/Sock_Connect.i \
$(ACE_ROOT)/ace/ACE.i \
- $(ACE_ROOT)/ace/String_Base_Const.h \
- $(ACE_ROOT)/ace/String_Base.i \
- $(ACE_ROOT)/ace/Malloc_Base.h \
- $(ACE_ROOT)/ace/String_Base.cpp \
- $(ACE_ROOT)/ace/Malloc.h \
- $(ACE_ROOT)/ace/Log_Msg.h \
- $(ACE_ROOT)/ace/Log_Priority.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.h \
- $(ACE_ROOT)/ace/OS_Log_Msg_Attributes.inl \
- $(ACE_ROOT)/ace/Malloc.i \
- $(ACE_ROOT)/ace/Malloc_T.h \
+ $(ACE_ROOT)/ace/Functor.i \
+ $(ACE_ROOT)/ace/Functor_T.h \
+ $(ACE_ROOT)/ace/Functor_T.i \
+ $(ACE_ROOT)/ace/Functor_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
$(ACE_ROOT)/ace/Synch.h \
$(ACE_ROOT)/ace/Synch.i \
$(ACE_ROOT)/ace/Synch_T.h \
@@ -7388,6 +7683,24 @@ endif
$(ACE_ROOT)/ace/Thread_Adapter.inl \
$(ACE_ROOT)/ace/Thread.i \
$(ACE_ROOT)/ace/Synch_T.cpp \
+ $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
+ $(ACE_ROOT)/ace/Service_Config.h \
+ $(ACE_ROOT)/ace/Unbounded_Queue.h \
+ $(ACE_ROOT)/ace/Node.h \
+ $(ACE_ROOT)/ace/Node.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Queue.inl \
+ $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
+ $(ACE_ROOT)/ace/Unbounded_Set.h \
+ $(ACE_ROOT)/ace/Unbounded_Set.inl \
+ $(ACE_ROOT)/ace/Unbounded_Set.cpp \
+ $(ACE_ROOT)/ace/SString.h \
+ $(ACE_ROOT)/ace/String_Base.h \
+ $(ACE_ROOT)/ace/String_Base_Const.h \
+ $(ACE_ROOT)/ace/String_Base.i \
+ $(ACE_ROOT)/ace/String_Base.cpp \
+ $(ACE_ROOT)/ace/Malloc.h \
+ $(ACE_ROOT)/ace/Malloc.i \
+ $(ACE_ROOT)/ace/Malloc_T.h \
$(ACE_ROOT)/ace/Malloc_Allocator.h \
$(ACE_ROOT)/ace/Malloc_Allocator.i \
$(ACE_ROOT)/ace/Free_List.h \
@@ -7406,44 +7719,11 @@ endif
$(ACE_ROOT)/ace/SV_Semaphore_Simple.h \
$(ACE_ROOT)/ace/SV_Semaphore_Simple.i \
$(ACE_ROOT)/ace/SV_Semaphore_Complex.i \
- $(ACE_ROOT)/ace/Unbounded_Set.h \
- $(ACE_ROOT)/ace/Node.h \
- $(ACE_ROOT)/ace/Node.cpp \
- $(ACE_ROOT)/ace/Unbounded_Set.inl \
- $(ACE_ROOT)/ace/Unbounded_Set.cpp \
$(ACE_ROOT)/ace/Memory_Pool.i \
$(ACE_ROOT)/ace/Auto_Ptr.h \
$(ACE_ROOT)/ace/Auto_Ptr.i \
$(ACE_ROOT)/ace/Auto_Ptr.cpp \
$(ACE_ROOT)/ace/SString.i \
- $(TAO_ROOT)/tao/Exception.i \
- $(TAO_ROOT)/tao/Object.h \
- $(TAO_ROOT)/tao/Policy_ForwardC.h \
- $(TAO_ROOT)/tao/Sequence.h \
- $(TAO_ROOT)/tao/Managed_Types.h \
- $(TAO_ROOT)/tao/Managed_Types.i \
- $(ACE_ROOT)/ace/Message_Block.h \
- $(ACE_ROOT)/ace/Message_Block.i \
- $(ACE_ROOT)/ace/Message_Block_T.h \
- $(ACE_ROOT)/ace/Message_Block_T.i \
- $(ACE_ROOT)/ace/Message_Block_T.cpp \
- $(TAO_ROOT)/tao/Sequence.i \
- $(TAO_ROOT)/tao/Sequence_T.h \
- $(TAO_ROOT)/tao/Sequence_T.i \
- $(TAO_ROOT)/tao/Sequence_T.cpp \
- $(TAO_ROOT)/tao/Typecode.h \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.h \
- $(ACE_ROOT)/ace/Functor.h \
- $(ACE_ROOT)/ace/Functor.i \
- $(ACE_ROOT)/ace/Functor_T.h \
- $(ACE_ROOT)/ace/Functor_T.i \
- $(ACE_ROOT)/ace/Functor_T.cpp \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.i \
- $(ACE_ROOT)/ace/Hash_Map_Manager_T.cpp \
- $(ACE_ROOT)/ace/Service_Config.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.h \
- $(ACE_ROOT)/ace/Unbounded_Queue.inl \
- $(ACE_ROOT)/ace/Unbounded_Queue.cpp \
$(ACE_ROOT)/ace/XML_Svc_Conf.h \
$(ACE_ROOT)/ace/Service_Config.i \
$(ACE_ROOT)/ace/Reactor.h \
@@ -7459,20 +7739,27 @@ endif
$(ACE_ROOT)/ace/Reactor.i \
$(ACE_ROOT)/ace/Reactor_Impl.h \
$(ACE_ROOT)/ace/Svc_Conf_Tokens.h \
+ $(TAO_ROOT)/tao/Exception.h \
+ $(TAO_ROOT)/tao/Exception.i \
$(TAO_ROOT)/tao/Typecode.i \
$(TAO_ROOT)/tao/Environment.h \
$(TAO_ROOT)/tao/Environment.i \
+ $(TAO_ROOT)/tao/OctetSeqC.i \
$(TAO_ROOT)/tao/CDR.h \
$(ACE_ROOT)/ace/CDR_Stream.h \
$(ACE_ROOT)/ace/CDR_Stream.i \
$(TAO_ROOT)/tao/CDR.i \
+ $(TAO_ROOT)/tao/IOP_IORC.i \
+ $(TAO_ROOT)/tao/IOP_CodecC.h \
+ $(TAO_ROOT)/tao/Any_T.h \
+ $(TAO_ROOT)/tao/Any.h \
+ $(TAO_ROOT)/tao/Object.h \
+ $(TAO_ROOT)/tao/Policy_ForwardC.h \
$(TAO_ROOT)/tao/varbase.h \
$(TAO_ROOT)/tao/Policy_ForwardC.i \
$(TAO_ROOT)/tao/Object_KeyC.h \
$(TAO_ROOT)/tao/Object_KeyC.i \
$(TAO_ROOT)/tao/Object.i \
- $(TAO_ROOT)/tao/Any_T.h \
- $(TAO_ROOT)/tao/Any.h \
$(TAO_ROOT)/tao/Any.i \
$(TAO_ROOT)/tao/AbstractBase.h \
$(TAO_ROOT)/tao/AbstractBase.inl \
@@ -7481,6 +7768,7 @@ endif
$(TAO_ROOT)/tao/Marshal.h \
$(TAO_ROOT)/tao/Marshal.i \
$(TAO_ROOT)/tao/debug.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.i \
$(TAO_ROOT)/tao/IOPC.i \
$(TAO_ROOT)/tao/Service_Context.inl \
$(TAO_ROOT)/tao/LocalObject.h \
@@ -7490,23 +7778,19 @@ endif
$(TAO_ROOT)/tao/GIOPC.h \
$(TAO_ROOT)/tao/GIOPC.i \
$(TAO_ROOT)/tao/Tagged_Profile.i \
- $(TAO_ROOT)/tao/OctetSeqC.h \
- $(TAO_ROOT)/tao/OctetSeqC.i \
$(TAO_ROOT)/tao/PICurrent.h \
$(ACE_ROOT)/ace/Array_Base.h \
$(ACE_ROOT)/ace/Array_Base.inl \
$(ACE_ROOT)/ace/Array_Base.cpp \
$(TAO_ROOT)/tao/PortableInterceptorC.h \
+ $(TAO_ROOT)/tao/PI_ForwardC.h \
+ $(TAO_ROOT)/tao/StringSeqC.h \
+ $(TAO_ROOT)/tao/StringSeqC.i \
+ $(TAO_ROOT)/tao/PI_ForwardC.i \
$(TAO_ROOT)/tao/CurrentC.h \
$(TAO_ROOT)/tao/CurrentC.i \
$(TAO_ROOT)/tao/DynamicC.h \
- $(TAO_ROOT)/tao/StringSeqC.h \
- $(TAO_ROOT)/tao/StringSeqC.i \
$(TAO_ROOT)/tao/DynamicC.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.h \
- $(TAO_ROOT)/tao/ValueBase.h \
- $(TAO_ROOT)/tao/ValueBase.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.i \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.h \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.i \
$(TAO_ROOT)/tao/PolicyC.h \
@@ -7518,10 +7802,10 @@ endif
$(TAO_ROOT)/tao/PICurrent.inl \
$(TAO_ROOT)/tao/TAO_Server_Request.i \
$(TAO_ROOT)/tao/Transport.h \
- $(TAO_ROOT)/tao/Transport_Cache_Manager.h \
- $(TAO_ROOT)/tao/Cache_Entries.h \
$(TAO_ROOT)/tao/Transport_Descriptor_Interface.h \
$(TAO_ROOT)/tao/Transport_Descriptor_Interface.inl \
+ $(TAO_ROOT)/tao/Transport_Cache_Manager.h \
+ $(TAO_ROOT)/tao/Cache_Entries.h \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
$(TAO_ROOT)/tao/Cache_Entries.inl \
@@ -7535,16 +7819,6 @@ endif
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl \
$(TAO_ROOT)/tao/Synch_Refcountable.inl \
- $(TAO_ROOT)/tao/CONV_FRAMEC.h \
- $(TAO_ROOT)/tao/CONV_FRAMEC.i \
- $(TAO_ROOT)/tao/Codeset_Translator_Factory.h \
- $(ACE_ROOT)/ace/Service_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.h \
- $(ACE_ROOT)/ace/Shared_Object.i \
- $(ACE_ROOT)/ace/DLL.h \
- $(ACE_ROOT)/ace/Service_Object.i \
- $(TAO_ROOT)/tao/Codeset_Translator_Factory_T.h \
- $(TAO_ROOT)/tao/Codeset_Translator_Factory_T.cpp \
$(TAO_ROOT)/tao/Transport.inl \
$(TAO_ROOT)/tao/ORB_Core.h \
$(TAO_ROOT)/tao/ORB.h \
@@ -7561,6 +7835,13 @@ endif
$(TAO_ROOT)/tao/Policy_Set.i \
$(TAO_ROOT)/tao/Policy_Manager.i \
$(TAO_ROOT)/tao/Resource_Factory.h \
+ $(ACE_ROOT)/ace/Service_Object.h \
+ $(ACE_ROOT)/ace/Shared_Object.h \
+ $(ACE_ROOT)/ace/Shared_Object.i \
+ $(ACE_ROOT)/ace/DLL.h \
+ $(ACE_ROOT)/ace/Service_Object.i \
+ $(TAO_ROOT)/tao/CONV_FRAMEC.h \
+ $(TAO_ROOT)/tao/CONV_FRAMEC.i \
$(TAO_ROOT)/tao/params.h \
$(TAO_ROOT)/tao/params.i \
$(TAO_ROOT)/tao/TAO_Singleton_Manager.h \
@@ -7614,7 +7895,7 @@ endif
$(TAO_ROOT)/tao/GIOP_Utils.h \
$(TAO_ROOT)/tao/GIOP_Utils.i
-.obj/PortableGroup_Hooks.o .obj/PortableGroup_Hooks.so .shobj/PortableGroup_Hooks.o .shobj/PortableGroup_Hooks.so: PortableGroup_Hooks.cpp PortableGroup_Hooks.h \
+.obj/PortableGroup_Hooks.o .obj/PortableGroup_Hooks.SO .shobj/PortableGroup_Hooks.o .shobj/PortableGroup_Hooks.SO: PortableGroup_Hooks.cpp PortableGroup_Hooks.h \
$(ACE_ROOT)/ace/pre.h PortableServerC.h \
$(TAO_ROOT)/tao/corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
@@ -7769,15 +8050,27 @@ endif
$(TAO_ROOT)/tao/Policy_ForwardC.i \
$(TAO_ROOT)/tao/Object_KeyC.h \
$(TAO_ROOT)/tao/Object_KeyC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.i \
$(TAO_ROOT)/tao/Object.i \
+ $(TAO_ROOT)/tao/Any_T.h \
+ $(TAO_ROOT)/tao/Any.h \
+ $(TAO_ROOT)/tao/Any.i \
+ $(TAO_ROOT)/tao/AbstractBase.h \
+ $(TAO_ROOT)/tao/AbstractBase.inl \
+ $(TAO_ROOT)/tao/Any_T.inl \
+ $(TAO_ROOT)/tao/Any_T.cpp \
+ $(TAO_ROOT)/tao/Marshal.h \
+ $(TAO_ROOT)/tao/Marshal.i \
+ $(TAO_ROOT)/tao/debug.h \
$(TAO_ROOT)/tao/CurrentC.i \
$(TAO_ROOT)/tao/PolicyC.h \
$(TAO_ROOT)/tao/Remote_Object_Proxy_Impl.h \
$(TAO_ROOT)/tao/Object_Proxy_Impl.h \
$(TAO_ROOT)/tao/Encodable.h \
- $(TAO_ROOT)/tao/PolicyC.i \
- $(TAO_ROOT)/tao/OctetSeqC.h \
- $(TAO_ROOT)/tao/OctetSeqC.i PortableServerC.i POA.h \
+ $(TAO_ROOT)/tao/PolicyC.i PortableServerC.i POA.h \
Object_Adapter.h Key_Adapters.h $(ACE_ROOT)/ace/Map_T.h \
$(ACE_ROOT)/ace/Pair_T.h \
$(ACE_ROOT)/ace/Pair_T.i \
@@ -7816,35 +8109,30 @@ endif
$(TAO_ROOT)/tao/Policy_Set.i POA_Policy_Set.i \
Object_Adapter.i POAManager.h \
$(TAO_ROOT)/tao/PortableInterceptorC.h \
- $(TAO_ROOT)/tao/DynamicC.h \
+ $(TAO_ROOT)/tao/PI_ForwardC.h \
$(TAO_ROOT)/tao/StringSeqC.h \
$(TAO_ROOT)/tao/StringSeqC.i \
- $(TAO_ROOT)/tao/Any_T.h \
- $(TAO_ROOT)/tao/Any.h \
- $(TAO_ROOT)/tao/Any.i \
- $(TAO_ROOT)/tao/AbstractBase.h \
- $(TAO_ROOT)/tao/AbstractBase.inl \
- $(TAO_ROOT)/tao/Any_T.inl \
- $(TAO_ROOT)/tao/Any_T.cpp \
- $(TAO_ROOT)/tao/Marshal.h \
- $(TAO_ROOT)/tao/Marshal.i \
- $(TAO_ROOT)/tao/debug.h \
+ $(TAO_ROOT)/tao/PI_ForwardC.i \
+ $(TAO_ROOT)/tao/DynamicC.h \
$(TAO_ROOT)/tao/DynamicC.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.h \
- $(TAO_ROOT)/tao/ValueBase.h \
- $(TAO_ROOT)/tao/ValueBase.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.i \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.h \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.i \
$(TAO_ROOT)/tao/IOPC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.i \
$(TAO_ROOT)/tao/IOPC.i \
- $(TAO_ROOT)/tao/PortableInterceptorC.i POAManager.i \
- POA_Cached_Policies.h POA_Cached_Policies.i \
+ $(TAO_ROOT)/tao/PortableInterceptorC.i \
+ $(TAO_ROOT)/tao/ObjRefTemplate/ObjectReferenceTemplateC.h \
+ $(TAO_ROOT)/tao/ObjRefTemplate/ort_export.h \
+ $(TAO_ROOT)/tao/ValueBase.h \
+ $(TAO_ROOT)/tao/ValueBase.i \
+ $(TAO_ROOT)/tao/ObjRefTemplate/ObjectReferenceTemplateC.i \
+ POAManager.i POA_Cached_Policies.h POA_Cached_Policies.i \
$(ACE_ROOT)/ace/Array_Base.h \
$(ACE_ROOT)/ace/Array_Base.inl \
$(ACE_ROOT)/ace/Array_Base.cpp POA.i
-.obj/ImR_LocatorC.o .obj/ImR_LocatorC.so .shobj/ImR_LocatorC.o .shobj/ImR_LocatorC.so: ImR_LocatorC.cpp ImR_LocatorC.h \
+.obj/ImR_LocatorC.o .obj/ImR_LocatorC.SO .shobj/ImR_LocatorC.o .shobj/ImR_LocatorC.SO: ImR_LocatorC.cpp ImR_LocatorC.h \
$(ACE_ROOT)/ace/pre.h \
$(TAO_ROOT)/tao/corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
@@ -7998,10 +8286,24 @@ endif
$(TAO_ROOT)/tao/Policy_ForwardC.i \
$(TAO_ROOT)/tao/Object_KeyC.h \
$(TAO_ROOT)/tao/Object_KeyC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.i \
$(TAO_ROOT)/tao/Object.i \
$(TAO_ROOT)/tao/Remote_Object_Proxy_Impl.h \
- $(TAO_ROOT)/tao/Object_Proxy_Impl.h ImplRepoC.i \
- ImR_LocatorC.i $(TAO_ROOT)/tao/Stub.h \
+ $(TAO_ROOT)/tao/Object_Proxy_Impl.h \
+ $(TAO_ROOT)/tao/Any_T.h \
+ $(TAO_ROOT)/tao/Any.h \
+ $(TAO_ROOT)/tao/Any.i \
+ $(TAO_ROOT)/tao/AbstractBase.h \
+ $(TAO_ROOT)/tao/AbstractBase.inl \
+ $(TAO_ROOT)/tao/Any_T.inl \
+ $(TAO_ROOT)/tao/Any_T.cpp \
+ $(TAO_ROOT)/tao/Marshal.h \
+ $(TAO_ROOT)/tao/Marshal.i \
+ $(TAO_ROOT)/tao/debug.h ImplRepoC.i ImR_LocatorC.i \
+ $(TAO_ROOT)/tao/Stub.h \
$(TAO_ROOT)/tao/MProfile.h \
$(TAO_ROOT)/tao/PolicyC.h \
$(TAO_ROOT)/tao/CurrentC.h \
@@ -8011,8 +8313,6 @@ endif
$(TAO_ROOT)/tao/MProfile.i \
$(TAO_ROOT)/tao/ORB.h \
$(TAO_ROOT)/tao/ServicesC.h \
- $(TAO_ROOT)/tao/OctetSeqC.h \
- $(TAO_ROOT)/tao/OctetSeqC.i \
$(TAO_ROOT)/tao/ServicesC.i \
$(TAO_ROOT)/tao/CORBA_String.h \
$(TAO_ROOT)/tao/CORBA_String.inl \
@@ -8026,7 +8326,6 @@ endif
$(TAO_ROOT)/tao/Policy_Set.i \
$(TAO_ROOT)/tao/LocalObject.h \
$(TAO_ROOT)/tao/LocalObject.i \
- $(TAO_ROOT)/tao/debug.h \
$(TAO_ROOT)/tao/Policy_Manager.i \
$(TAO_ROOT)/tao/Resource_Factory.h \
$(ACE_ROOT)/ace/Service_Object.h \
@@ -8052,26 +8351,17 @@ endif
$(TAO_ROOT)/tao/Adapter.i \
$(TAO_ROOT)/tao/PolicyFactory_Registry.h \
$(TAO_ROOT)/tao/PortableInterceptorC.h \
- $(TAO_ROOT)/tao/DynamicC.h \
+ $(TAO_ROOT)/tao/PI_ForwardC.h \
$(TAO_ROOT)/tao/StringSeqC.h \
$(TAO_ROOT)/tao/StringSeqC.i \
- $(TAO_ROOT)/tao/Any_T.h \
- $(TAO_ROOT)/tao/Any.h \
- $(TAO_ROOT)/tao/Any.i \
- $(TAO_ROOT)/tao/AbstractBase.h \
- $(TAO_ROOT)/tao/AbstractBase.inl \
- $(TAO_ROOT)/tao/Any_T.inl \
- $(TAO_ROOT)/tao/Any_T.cpp \
- $(TAO_ROOT)/tao/Marshal.h \
- $(TAO_ROOT)/tao/Marshal.i \
+ $(TAO_ROOT)/tao/PI_ForwardC.i \
+ $(TAO_ROOT)/tao/DynamicC.h \
$(TAO_ROOT)/tao/DynamicC.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.h \
- $(TAO_ROOT)/tao/ValueBase.h \
- $(TAO_ROOT)/tao/ValueBase.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.i \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.h \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.i \
$(TAO_ROOT)/tao/IOPC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.i \
$(TAO_ROOT)/tao/IOPC.i \
$(TAO_ROOT)/tao/PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -8135,10 +8425,10 @@ endif
$(TAO_ROOT)/tao/target_specification.i \
$(TAO_ROOT)/tao/operation_details.i \
$(TAO_ROOT)/tao/Transport.h \
- $(TAO_ROOT)/tao/Transport_Cache_Manager.h \
- $(TAO_ROOT)/tao/Cache_Entries.h \
$(TAO_ROOT)/tao/Transport_Descriptor_Interface.h \
$(TAO_ROOT)/tao/Transport_Descriptor_Interface.inl \
+ $(TAO_ROOT)/tao/Transport_Cache_Manager.h \
+ $(TAO_ROOT)/tao/Cache_Entries.h \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
$(TAO_ROOT)/tao/Cache_Entries.inl \
@@ -8152,9 +8442,6 @@ endif
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl \
$(TAO_ROOT)/tao/Synch_Refcountable.inl \
- $(TAO_ROOT)/tao/Codeset_Translator_Factory.h \
- $(TAO_ROOT)/tao/Codeset_Translator_Factory_T.h \
- $(TAO_ROOT)/tao/Codeset_Translator_Factory_T.cpp \
$(TAO_ROOT)/tao/Transport.inl \
$(TAO_ROOT)/tao/Invocation.i \
$(TAO_ROOT)/tao/PortableInterceptor.h \
@@ -8164,7 +8451,7 @@ endif
$(TAO_ROOT)/tao/ClientInterceptorAdapter.h \
$(TAO_ROOT)/tao/ClientInterceptorAdapter.inl
-.obj/ImR_LocatorS.o .obj/ImR_LocatorS.so .shobj/ImR_LocatorS.o .shobj/ImR_LocatorS.so: ImR_LocatorS.cpp ImR_LocatorS.h \
+.obj/ImR_LocatorS.o .obj/ImR_LocatorS.SO .shobj/ImR_LocatorS.o .shobj/ImR_LocatorS.SO: ImR_LocatorS.cpp ImR_LocatorS.h \
$(ACE_ROOT)/ace/pre.h ImplRepoS.h ImplRepoC.h \
$(TAO_ROOT)/tao/corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
@@ -8318,9 +8605,23 @@ endif
$(TAO_ROOT)/tao/Policy_ForwardC.i \
$(TAO_ROOT)/tao/Object_KeyC.h \
$(TAO_ROOT)/tao/Object_KeyC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.i \
$(TAO_ROOT)/tao/Object.i \
$(TAO_ROOT)/tao/Remote_Object_Proxy_Impl.h \
- $(TAO_ROOT)/tao/Object_Proxy_Impl.h ImplRepoC.i \
+ $(TAO_ROOT)/tao/Object_Proxy_Impl.h \
+ $(TAO_ROOT)/tao/Any_T.h \
+ $(TAO_ROOT)/tao/Any.h \
+ $(TAO_ROOT)/tao/Any.i \
+ $(TAO_ROOT)/tao/AbstractBase.h \
+ $(TAO_ROOT)/tao/AbstractBase.inl \
+ $(TAO_ROOT)/tao/Any_T.inl \
+ $(TAO_ROOT)/tao/Any_T.cpp \
+ $(TAO_ROOT)/tao/Marshal.h \
+ $(TAO_ROOT)/tao/Marshal.i \
+ $(TAO_ROOT)/tao/debug.h ImplRepoC.i \
PortableServer.h \
portableserver_export.h \
PortableServerC.h \
@@ -8329,8 +8630,6 @@ endif
$(TAO_ROOT)/tao/PolicyC.h \
$(TAO_ROOT)/tao/Encodable.h \
$(TAO_ROOT)/tao/PolicyC.i \
- $(TAO_ROOT)/tao/OctetSeqC.h \
- $(TAO_ROOT)/tao/OctetSeqC.i \
PortableServerC.i \
Servant_Base.h \
$(TAO_ROOT)/tao/Abstract_Servant_Base.h \
@@ -8401,16 +8700,8 @@ endif
$(TAO_ROOT)/tao/TAO_Server_Request.h \
$(TAO_ROOT)/tao/Tagged_Profile.h \
$(TAO_ROOT)/tao/IOPC.h \
- $(TAO_ROOT)/tao/Any_T.h \
- $(TAO_ROOT)/tao/Any.h \
- $(TAO_ROOT)/tao/Any.i \
- $(TAO_ROOT)/tao/AbstractBase.h \
- $(TAO_ROOT)/tao/AbstractBase.inl \
- $(TAO_ROOT)/tao/Any_T.inl \
- $(TAO_ROOT)/tao/Any_T.cpp \
- $(TAO_ROOT)/tao/Marshal.h \
- $(TAO_ROOT)/tao/Marshal.i \
- $(TAO_ROOT)/tao/debug.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.i \
$(TAO_ROOT)/tao/IOPC.i \
$(TAO_ROOT)/tao/GIOPC.h \
$(TAO_ROOT)/tao/GIOPC.i \
@@ -8422,14 +8713,12 @@ endif
$(ACE_ROOT)/ace/Array_Base.inl \
$(ACE_ROOT)/ace/Array_Base.cpp \
$(TAO_ROOT)/tao/PortableInterceptorC.h \
- $(TAO_ROOT)/tao/DynamicC.h \
+ $(TAO_ROOT)/tao/PI_ForwardC.h \
$(TAO_ROOT)/tao/StringSeqC.h \
$(TAO_ROOT)/tao/StringSeqC.i \
+ $(TAO_ROOT)/tao/PI_ForwardC.i \
+ $(TAO_ROOT)/tao/DynamicC.h \
$(TAO_ROOT)/tao/DynamicC.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.h \
- $(TAO_ROOT)/tao/ValueBase.h \
- $(TAO_ROOT)/tao/ValueBase.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.i \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.h \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.i \
$(TAO_ROOT)/tao/PortableInterceptorC.i \
@@ -8491,6 +8780,12 @@ endif
$(TAO_ROOT)/tao/Stub.i \
$(TAO_ROOT)/tao/IFR_Client_Adapter.h \
$(TAO_ROOT)/tao/PortableInterceptor.h \
+ $(TAO_ROOT)/tao/Profile.h \
+ $(TAO_ROOT)/tao/Tagged_Components.h \
+ $(TAO_ROOT)/tao/Tagged_Components.i \
+ $(TAO_ROOT)/tao/GIOP_Message_Version.h \
+ $(TAO_ROOT)/tao/GIOP_Message_Version.inl \
+ $(TAO_ROOT)/tao/Profile.i \
$(TAO_ROOT)/tao/RequestInfo_Util.h \
ServerRequestInfo.h \
ServerRequestInfo.inl \
@@ -8501,7 +8796,7 @@ endif
$(ACE_ROOT)/ace/Dynamic_Service.i \
$(ACE_ROOT)/ace/Dynamic_Service.cpp
-.obj/ImR_ActivatorC.o .obj/ImR_ActivatorC.so .shobj/ImR_ActivatorC.o .shobj/ImR_ActivatorC.so: ImR_ActivatorC.cpp ImR_ActivatorC.h \
+.obj/ImR_ActivatorC.o .obj/ImR_ActivatorC.SO .shobj/ImR_ActivatorC.o .shobj/ImR_ActivatorC.SO: ImR_ActivatorC.cpp ImR_ActivatorC.h \
$(ACE_ROOT)/ace/pre.h \
$(TAO_ROOT)/tao/corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
@@ -8659,7 +8954,21 @@ endif
$(TAO_ROOT)/tao/Policy_ForwardC.i \
$(TAO_ROOT)/tao/Object_KeyC.h \
$(TAO_ROOT)/tao/Object_KeyC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.i \
$(TAO_ROOT)/tao/Object.i \
+ $(TAO_ROOT)/tao/Any_T.h \
+ $(TAO_ROOT)/tao/Any.h \
+ $(TAO_ROOT)/tao/Any.i \
+ $(TAO_ROOT)/tao/AbstractBase.h \
+ $(TAO_ROOT)/tao/AbstractBase.inl \
+ $(TAO_ROOT)/tao/Any_T.inl \
+ $(TAO_ROOT)/tao/Any_T.cpp \
+ $(TAO_ROOT)/tao/Marshal.h \
+ $(TAO_ROOT)/tao/Marshal.i \
+ $(TAO_ROOT)/tao/debug.h \
$(TAO_ROOT)/tao/CurrentC.i \
$(TAO_ROOT)/tao/Remote_Object_Proxy_Impl.h \
$(TAO_ROOT)/tao/Object_Proxy_Impl.h \
@@ -8668,8 +8977,6 @@ endif
$(TAO_ROOT)/tao/MProfile.i \
$(TAO_ROOT)/tao/ORB.h \
$(TAO_ROOT)/tao/ServicesC.h \
- $(TAO_ROOT)/tao/OctetSeqC.h \
- $(TAO_ROOT)/tao/OctetSeqC.i \
$(TAO_ROOT)/tao/ServicesC.i \
$(TAO_ROOT)/tao/CORBA_String.h \
$(TAO_ROOT)/tao/CORBA_String.inl \
@@ -8683,7 +8990,6 @@ endif
$(TAO_ROOT)/tao/Policy_Set.i \
$(TAO_ROOT)/tao/LocalObject.h \
$(TAO_ROOT)/tao/LocalObject.i \
- $(TAO_ROOT)/tao/debug.h \
$(TAO_ROOT)/tao/Policy_Manager.i \
$(TAO_ROOT)/tao/Resource_Factory.h \
$(ACE_ROOT)/ace/Service_Object.h \
@@ -8709,26 +9015,17 @@ endif
$(TAO_ROOT)/tao/Adapter.i \
$(TAO_ROOT)/tao/PolicyFactory_Registry.h \
$(TAO_ROOT)/tao/PortableInterceptorC.h \
- $(TAO_ROOT)/tao/DynamicC.h \
+ $(TAO_ROOT)/tao/PI_ForwardC.h \
$(TAO_ROOT)/tao/StringSeqC.h \
$(TAO_ROOT)/tao/StringSeqC.i \
- $(TAO_ROOT)/tao/Any_T.h \
- $(TAO_ROOT)/tao/Any.h \
- $(TAO_ROOT)/tao/Any.i \
- $(TAO_ROOT)/tao/AbstractBase.h \
- $(TAO_ROOT)/tao/AbstractBase.inl \
- $(TAO_ROOT)/tao/Any_T.inl \
- $(TAO_ROOT)/tao/Any_T.cpp \
- $(TAO_ROOT)/tao/Marshal.h \
- $(TAO_ROOT)/tao/Marshal.i \
+ $(TAO_ROOT)/tao/PI_ForwardC.i \
+ $(TAO_ROOT)/tao/DynamicC.h \
$(TAO_ROOT)/tao/DynamicC.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.h \
- $(TAO_ROOT)/tao/ValueBase.h \
- $(TAO_ROOT)/tao/ValueBase.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.i \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.h \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.i \
$(TAO_ROOT)/tao/IOPC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.i \
$(TAO_ROOT)/tao/IOPC.i \
$(TAO_ROOT)/tao/PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -8792,10 +9089,10 @@ endif
$(TAO_ROOT)/tao/target_specification.i \
$(TAO_ROOT)/tao/operation_details.i \
$(TAO_ROOT)/tao/Transport.h \
- $(TAO_ROOT)/tao/Transport_Cache_Manager.h \
- $(TAO_ROOT)/tao/Cache_Entries.h \
$(TAO_ROOT)/tao/Transport_Descriptor_Interface.h \
$(TAO_ROOT)/tao/Transport_Descriptor_Interface.inl \
+ $(TAO_ROOT)/tao/Transport_Cache_Manager.h \
+ $(TAO_ROOT)/tao/Cache_Entries.h \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
$(TAO_ROOT)/tao/Cache_Entries.inl \
@@ -8809,9 +9106,6 @@ endif
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl \
$(TAO_ROOT)/tao/Synch_Refcountable.inl \
- $(TAO_ROOT)/tao/Codeset_Translator_Factory.h \
- $(TAO_ROOT)/tao/Codeset_Translator_Factory_T.h \
- $(TAO_ROOT)/tao/Codeset_Translator_Factory_T.cpp \
$(TAO_ROOT)/tao/Transport.inl \
$(TAO_ROOT)/tao/Invocation.i \
$(TAO_ROOT)/tao/PortableInterceptor.h \
@@ -8821,7 +9115,7 @@ endif
$(TAO_ROOT)/tao/ClientInterceptorAdapter.h \
$(TAO_ROOT)/tao/ClientInterceptorAdapter.inl
-.obj/ImR_ActivatorS.o .obj/ImR_ActivatorS.so .shobj/ImR_ActivatorS.o .shobj/ImR_ActivatorS.so: ImR_ActivatorS.cpp ImR_ActivatorS.h \
+.obj/ImR_ActivatorS.o .obj/ImR_ActivatorS.SO .shobj/ImR_ActivatorS.o .shobj/ImR_ActivatorS.SO: ImR_ActivatorS.cpp ImR_ActivatorS.h \
$(ACE_ROOT)/ace/pre.h ImR_ActivatorC.h \
$(TAO_ROOT)/tao/corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
@@ -8980,15 +9274,27 @@ endif
$(TAO_ROOT)/tao/Policy_ForwardC.i \
$(TAO_ROOT)/tao/Object_KeyC.h \
$(TAO_ROOT)/tao/Object_KeyC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.i \
$(TAO_ROOT)/tao/Object.i \
+ $(TAO_ROOT)/tao/Any_T.h \
+ $(TAO_ROOT)/tao/Any.h \
+ $(TAO_ROOT)/tao/Any.i \
+ $(TAO_ROOT)/tao/AbstractBase.h \
+ $(TAO_ROOT)/tao/AbstractBase.inl \
+ $(TAO_ROOT)/tao/Any_T.inl \
+ $(TAO_ROOT)/tao/Any_T.cpp \
+ $(TAO_ROOT)/tao/Marshal.h \
+ $(TAO_ROOT)/tao/Marshal.i \
+ $(TAO_ROOT)/tao/debug.h \
$(TAO_ROOT)/tao/CurrentC.i \
$(TAO_ROOT)/tao/PolicyC.h \
$(TAO_ROOT)/tao/Remote_Object_Proxy_Impl.h \
$(TAO_ROOT)/tao/Object_Proxy_Impl.h \
$(TAO_ROOT)/tao/Encodable.h \
$(TAO_ROOT)/tao/PolicyC.i \
- $(TAO_ROOT)/tao/OctetSeqC.h \
- $(TAO_ROOT)/tao/OctetSeqC.i \
PortableServerC.i \
Servant_Base.h \
$(TAO_ROOT)/tao/Abstract_Servant_Base.h \
@@ -9058,16 +9364,8 @@ endif
$(TAO_ROOT)/tao/TAO_Server_Request.h \
$(TAO_ROOT)/tao/Tagged_Profile.h \
$(TAO_ROOT)/tao/IOPC.h \
- $(TAO_ROOT)/tao/Any_T.h \
- $(TAO_ROOT)/tao/Any.h \
- $(TAO_ROOT)/tao/Any.i \
- $(TAO_ROOT)/tao/AbstractBase.h \
- $(TAO_ROOT)/tao/AbstractBase.inl \
- $(TAO_ROOT)/tao/Any_T.inl \
- $(TAO_ROOT)/tao/Any_T.cpp \
- $(TAO_ROOT)/tao/Marshal.h \
- $(TAO_ROOT)/tao/Marshal.i \
- $(TAO_ROOT)/tao/debug.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.i \
$(TAO_ROOT)/tao/IOPC.i \
$(TAO_ROOT)/tao/GIOPC.h \
$(TAO_ROOT)/tao/GIOPC.i \
@@ -9079,14 +9377,12 @@ endif
$(ACE_ROOT)/ace/Array_Base.inl \
$(ACE_ROOT)/ace/Array_Base.cpp \
$(TAO_ROOT)/tao/PortableInterceptorC.h \
- $(TAO_ROOT)/tao/DynamicC.h \
+ $(TAO_ROOT)/tao/PI_ForwardC.h \
$(TAO_ROOT)/tao/StringSeqC.h \
$(TAO_ROOT)/tao/StringSeqC.i \
+ $(TAO_ROOT)/tao/PI_ForwardC.i \
+ $(TAO_ROOT)/tao/DynamicC.h \
$(TAO_ROOT)/tao/DynamicC.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.h \
- $(TAO_ROOT)/tao/ValueBase.h \
- $(TAO_ROOT)/tao/ValueBase.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.i \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.h \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.i \
$(TAO_ROOT)/tao/PortableInterceptorC.i \
@@ -9158,7 +9454,7 @@ endif
$(ACE_ROOT)/ace/Dynamic_Service.i \
$(ACE_ROOT)/ace/Dynamic_Service.cpp
-.obj/ImplRepoC.o .obj/ImplRepoC.so .shobj/ImplRepoC.o .shobj/ImplRepoC.so: ImplRepoC.cpp ImplRepoC.h $(ACE_ROOT)/ace/pre.h \
+.obj/ImplRepoC.o .obj/ImplRepoC.SO .shobj/ImplRepoC.o .shobj/ImplRepoC.SO: ImplRepoC.cpp ImplRepoC.h $(ACE_ROOT)/ace/pre.h \
$(TAO_ROOT)/tao/corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
$(ACE_ROOT)/ace/post.h \
@@ -9311,9 +9607,23 @@ endif
$(TAO_ROOT)/tao/Policy_ForwardC.i \
$(TAO_ROOT)/tao/Object_KeyC.h \
$(TAO_ROOT)/tao/Object_KeyC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.i \
$(TAO_ROOT)/tao/Object.i \
$(TAO_ROOT)/tao/Remote_Object_Proxy_Impl.h \
- $(TAO_ROOT)/tao/Object_Proxy_Impl.h ImplRepoC.i \
+ $(TAO_ROOT)/tao/Object_Proxy_Impl.h \
+ $(TAO_ROOT)/tao/Any_T.h \
+ $(TAO_ROOT)/tao/Any.h \
+ $(TAO_ROOT)/tao/Any.i \
+ $(TAO_ROOT)/tao/AbstractBase.h \
+ $(TAO_ROOT)/tao/AbstractBase.inl \
+ $(TAO_ROOT)/tao/Any_T.inl \
+ $(TAO_ROOT)/tao/Any_T.cpp \
+ $(TAO_ROOT)/tao/Marshal.h \
+ $(TAO_ROOT)/tao/Marshal.i \
+ $(TAO_ROOT)/tao/debug.h ImplRepoC.i \
$(TAO_ROOT)/tao/Stub.h \
$(TAO_ROOT)/tao/MProfile.h \
$(TAO_ROOT)/tao/PolicyC.h \
@@ -9324,8 +9634,6 @@ endif
$(TAO_ROOT)/tao/MProfile.i \
$(TAO_ROOT)/tao/ORB.h \
$(TAO_ROOT)/tao/ServicesC.h \
- $(TAO_ROOT)/tao/OctetSeqC.h \
- $(TAO_ROOT)/tao/OctetSeqC.i \
$(TAO_ROOT)/tao/ServicesC.i \
$(TAO_ROOT)/tao/CORBA_String.h \
$(TAO_ROOT)/tao/CORBA_String.inl \
@@ -9339,7 +9647,6 @@ endif
$(TAO_ROOT)/tao/Policy_Set.i \
$(TAO_ROOT)/tao/LocalObject.h \
$(TAO_ROOT)/tao/LocalObject.i \
- $(TAO_ROOT)/tao/debug.h \
$(TAO_ROOT)/tao/Policy_Manager.i \
$(TAO_ROOT)/tao/Resource_Factory.h \
$(ACE_ROOT)/ace/Service_Object.h \
@@ -9365,26 +9672,17 @@ endif
$(TAO_ROOT)/tao/Adapter.i \
$(TAO_ROOT)/tao/PolicyFactory_Registry.h \
$(TAO_ROOT)/tao/PortableInterceptorC.h \
- $(TAO_ROOT)/tao/DynamicC.h \
+ $(TAO_ROOT)/tao/PI_ForwardC.h \
$(TAO_ROOT)/tao/StringSeqC.h \
$(TAO_ROOT)/tao/StringSeqC.i \
- $(TAO_ROOT)/tao/Any_T.h \
- $(TAO_ROOT)/tao/Any.h \
- $(TAO_ROOT)/tao/Any.i \
- $(TAO_ROOT)/tao/AbstractBase.h \
- $(TAO_ROOT)/tao/AbstractBase.inl \
- $(TAO_ROOT)/tao/Any_T.inl \
- $(TAO_ROOT)/tao/Any_T.cpp \
- $(TAO_ROOT)/tao/Marshal.h \
- $(TAO_ROOT)/tao/Marshal.i \
+ $(TAO_ROOT)/tao/PI_ForwardC.i \
+ $(TAO_ROOT)/tao/DynamicC.h \
$(TAO_ROOT)/tao/DynamicC.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.h \
- $(TAO_ROOT)/tao/ValueBase.h \
- $(TAO_ROOT)/tao/ValueBase.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.i \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.h \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.i \
$(TAO_ROOT)/tao/IOPC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.i \
$(TAO_ROOT)/tao/IOPC.i \
$(TAO_ROOT)/tao/PortableInterceptorC.i \
$(ACE_ROOT)/ace/Map_Manager.h \
@@ -9448,10 +9746,10 @@ endif
$(TAO_ROOT)/tao/target_specification.i \
$(TAO_ROOT)/tao/operation_details.i \
$(TAO_ROOT)/tao/Transport.h \
- $(TAO_ROOT)/tao/Transport_Cache_Manager.h \
- $(TAO_ROOT)/tao/Cache_Entries.h \
$(TAO_ROOT)/tao/Transport_Descriptor_Interface.h \
$(TAO_ROOT)/tao/Transport_Descriptor_Interface.inl \
+ $(TAO_ROOT)/tao/Transport_Cache_Manager.h \
+ $(TAO_ROOT)/tao/Cache_Entries.h \
$(ACE_ROOT)/ace/Recyclable.h \
$(ACE_ROOT)/ace/Recyclable.inl \
$(TAO_ROOT)/tao/Cache_Entries.inl \
@@ -9465,9 +9763,6 @@ endif
$(ACE_ROOT)/ace/Refcountable.h \
$(ACE_ROOT)/ace/Refcountable.inl \
$(TAO_ROOT)/tao/Synch_Refcountable.inl \
- $(TAO_ROOT)/tao/Codeset_Translator_Factory.h \
- $(TAO_ROOT)/tao/Codeset_Translator_Factory_T.h \
- $(TAO_ROOT)/tao/Codeset_Translator_Factory_T.cpp \
$(TAO_ROOT)/tao/Transport.inl \
$(TAO_ROOT)/tao/Invocation.i \
$(TAO_ROOT)/tao/PortableInterceptor.h \
@@ -9477,7 +9772,7 @@ endif
$(TAO_ROOT)/tao/ClientInterceptorAdapter.h \
$(TAO_ROOT)/tao/ClientInterceptorAdapter.inl
-.obj/ImplRepoS.o .obj/ImplRepoS.so .shobj/ImplRepoS.o .shobj/ImplRepoS.so: ImplRepoS.cpp ImplRepoS.h $(ACE_ROOT)/ace/pre.h \
+.obj/ImplRepoS.o .obj/ImplRepoS.SO .shobj/ImplRepoS.o .shobj/ImplRepoS.SO: ImplRepoS.cpp ImplRepoS.h $(ACE_ROOT)/ace/pre.h \
ImplRepoC.h $(TAO_ROOT)/tao/corbafwd.h \
$(ACE_ROOT)/ace/CDR_Base.h \
$(ACE_ROOT)/ace/post.h \
@@ -9630,9 +9925,23 @@ endif
$(TAO_ROOT)/tao/Policy_ForwardC.i \
$(TAO_ROOT)/tao/Object_KeyC.h \
$(TAO_ROOT)/tao/Object_KeyC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.h \
+ $(TAO_ROOT)/tao/OctetSeqC.i \
+ $(TAO_ROOT)/tao/IOP_IORC.i \
$(TAO_ROOT)/tao/Object.i \
$(TAO_ROOT)/tao/Remote_Object_Proxy_Impl.h \
- $(TAO_ROOT)/tao/Object_Proxy_Impl.h ImplRepoC.i \
+ $(TAO_ROOT)/tao/Object_Proxy_Impl.h \
+ $(TAO_ROOT)/tao/Any_T.h \
+ $(TAO_ROOT)/tao/Any.h \
+ $(TAO_ROOT)/tao/Any.i \
+ $(TAO_ROOT)/tao/AbstractBase.h \
+ $(TAO_ROOT)/tao/AbstractBase.inl \
+ $(TAO_ROOT)/tao/Any_T.inl \
+ $(TAO_ROOT)/tao/Any_T.cpp \
+ $(TAO_ROOT)/tao/Marshal.h \
+ $(TAO_ROOT)/tao/Marshal.i \
+ $(TAO_ROOT)/tao/debug.h ImplRepoC.i \
PortableServer.h \
portableserver_export.h \
PortableServerC.h \
@@ -9641,8 +9950,6 @@ endif
$(TAO_ROOT)/tao/PolicyC.h \
$(TAO_ROOT)/tao/Encodable.h \
$(TAO_ROOT)/tao/PolicyC.i \
- $(TAO_ROOT)/tao/OctetSeqC.h \
- $(TAO_ROOT)/tao/OctetSeqC.i \
PortableServerC.i \
Servant_Base.h \
$(TAO_ROOT)/tao/Abstract_Servant_Base.h \
@@ -9711,16 +10018,8 @@ endif
$(TAO_ROOT)/tao/TAO_Server_Request.h \
$(TAO_ROOT)/tao/Tagged_Profile.h \
$(TAO_ROOT)/tao/IOPC.h \
- $(TAO_ROOT)/tao/Any_T.h \
- $(TAO_ROOT)/tao/Any.h \
- $(TAO_ROOT)/tao/Any.i \
- $(TAO_ROOT)/tao/AbstractBase.h \
- $(TAO_ROOT)/tao/AbstractBase.inl \
- $(TAO_ROOT)/tao/Any_T.inl \
- $(TAO_ROOT)/tao/Any_T.cpp \
- $(TAO_ROOT)/tao/Marshal.h \
- $(TAO_ROOT)/tao/Marshal.i \
- $(TAO_ROOT)/tao/debug.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.h \
+ $(TAO_ROOT)/tao/IOP_CodecC.i \
$(TAO_ROOT)/tao/IOPC.i \
$(TAO_ROOT)/tao/GIOPC.h \
$(TAO_ROOT)/tao/GIOPC.i \
@@ -9732,14 +10031,12 @@ endif
$(ACE_ROOT)/ace/Array_Base.inl \
$(ACE_ROOT)/ace/Array_Base.cpp \
$(TAO_ROOT)/tao/PortableInterceptorC.h \
- $(TAO_ROOT)/tao/DynamicC.h \
+ $(TAO_ROOT)/tao/PI_ForwardC.h \
$(TAO_ROOT)/tao/StringSeqC.h \
$(TAO_ROOT)/tao/StringSeqC.i \
+ $(TAO_ROOT)/tao/PI_ForwardC.i \
+ $(TAO_ROOT)/tao/DynamicC.h \
$(TAO_ROOT)/tao/DynamicC.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.h \
- $(TAO_ROOT)/tao/ValueBase.h \
- $(TAO_ROOT)/tao/ValueBase.i \
- $(TAO_ROOT)/tao/ObjectReferenceTemplateC.i \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.h \
$(TAO_ROOT)/tao/Messaging_SyncScopeC.i \
$(TAO_ROOT)/tao/PortableInterceptorC.i \
@@ -9801,6 +10098,12 @@ endif
$(TAO_ROOT)/tao/Stub.i \
$(TAO_ROOT)/tao/IFR_Client_Adapter.h \
$(TAO_ROOT)/tao/PortableInterceptor.h \
+ $(TAO_ROOT)/tao/Profile.h \
+ $(TAO_ROOT)/tao/Tagged_Components.h \
+ $(TAO_ROOT)/tao/Tagged_Components.i \
+ $(TAO_ROOT)/tao/GIOP_Message_Version.h \
+ $(TAO_ROOT)/tao/GIOP_Message_Version.inl \
+ $(TAO_ROOT)/tao/Profile.i \
$(TAO_ROOT)/tao/RequestInfo_Util.h \
ServerRequestInfo.h \
ServerRequestInfo.inl \
diff --git a/TAO/tao/PortableServer/Makefile.bor b/TAO/tao/PortableServer/Makefile.bor
index be57daca254..58c4e315b0f 100644
--- a/TAO/tao/PortableServer/Makefile.bor
+++ b/TAO/tao/PortableServer/Makefile.bor
@@ -51,7 +51,8 @@ CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS) $(TAO_PORTABLESERVER_CFLAGS) \
$(TAO_IORINTERCEPTOR_CFLAGS)
!else
CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS) $(TAO_PORTABLESERVER_CFLAGS) \
- $(TAO_IORINTERCEPTOR_CFLAGS) -DTAO_PORTABLESERVER_BUILD_DLL
+ $(TAO_IORINTERCEPTOR_CFLAGS) $(TAO_ORT_CFLAGS) \
+ -DTAO_PORTABLESERVER_BUILD_DLL
!endif
CPPDIR = .
@@ -62,6 +63,7 @@ INCLUDES = *.h *.i *.inl *_T.cpp PortableServer.pidl ImplRepo.pidl
LIBFILES = \
$(ACE_LIB) \
$(TAO_LIB) \
+ $(TAO_ORT_LIB) \
$(TAO_IORINTERCEPTOR_LIB)
!include <$(ACE_ROOT)\include\makeinclude\build_core_library.bor>
diff --git a/TAO/tao/PortableServer/POAManager.h b/TAO/tao/PortableServer/POAManager.h
index 1c7b3410152..9e36106c177 100644
--- a/TAO/tao/PortableServer/POAManager.h
+++ b/TAO/tao/PortableServer/POAManager.h
@@ -30,7 +30,7 @@
#include "tao/LocalObject.h"
#include "tao/PortableInterceptorC.h"
-
+#include "tao/ObjRefTemplate/ObjectReferenceTemplateC.h"
#include "ace/Unbounded_Set.h"
// Forward decl.
diff --git a/TAO/tao/PortableServer/TAO_PortableServer.dsp b/TAO/tao/PortableServer/TAO_PortableServer.dsp
index 89e4d4f990c..b863cf8c754 100644
--- a/TAO/tao/PortableServer/TAO_PortableServer.dsp
+++ b/TAO/tao/PortableServer/TAO_PortableServer.dsp
@@ -56,7 +56,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
-# ADD LINK32 TAO_IORInterceptor.lib ace.lib TAO.lib /nologo /dll /map /debug /machine:I386 /out:"..\..\..\bin\TAO_PortableServer.dll" /libpath:"..\..\tao\IORInterceptor" /libpath:"..\..\tao" /libpath:"..\..\..\ace"
+# ADD LINK32 TAO_ObjRefTemplate.lib TAO_IORInterceptor.lib ace.lib TAO.lib /nologo /dll /map /debug /machine:I386 /out:"..\..\..\bin\TAO_PortableServer.dll" /libpath:"..\..\tao\ObjRefTemplate" /libpath:"..\..\tao\IORInterceptor" /libpath:"..\..\tao" /libpath:"..\..\..\ace"
!ELSEIF "$(CFG)" == "PortableServer - Win32 Debug"
@@ -83,7 +83,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 TAO_IORInterceptord.lib TAOd.lib aced.lib /nologo /dll /debug /machine:I386 /out:"..\..\..\bin\TAO_PortableServerd.dll" /pdbtype:sept /libpath:"..\..\tao\IORInterceptor" /libpath:"..\..\tao" /libpath:"..\..\..\ace"
+# ADD LINK32 TAO_ObjRefTemplated.lib TAO_IORInterceptord.lib TAOd.lib aced.lib /nologo /dll /debug /machine:I386 /out:"..\..\..\bin\TAO_PortableServerd.dll" /pdbtype:sept /libpath:"..\..\tao\ObjRefTemplate" /libpath:"..\..\tao\IORInterceptor" /libpath:"..\..\tao" /libpath:"..\..\..\ace"
!ELSEIF "$(CFG)" == "PortableServer - Win32 MFC Debug"
@@ -112,7 +112,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 TAOd.lib aced.lib TAO_Svc_Utilsd.lib TAO_RTEventd.lib TAO_RTSchedd.lib /nologo /dll /debug /machine:I386 /out:"..\..\..\bin\TAO_PortableServerd.dll" /pdbtype:sept /libpath:"..\..\tao" /libpath:"..\..\..\ace"
-# ADD LINK32 TAOmfcd.lib acemfcd.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"..\..\..\bin\TAO_PortableServermfcd.dll" /pdbtype:sept /libpath:"..\..\tao\IORInterceptor" /libpath:"..\..\tao" /libpath:"..\..\..\ace"
+# ADD LINK32 TAOmfcd.lib acemfcd.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"..\..\..\bin\TAO_PortableServermfcd.dll" /pdbtype:sept /libpath:"..\..\tao\ObjRefTemplate" /libpath:"..\..\tao\IORInterceptor" /libpath:"..\..\tao" /libpath:"..\..\..\ace"
!ELSEIF "$(CFG)" == "PortableServer - Win32 MFC Release"
@@ -141,7 +141,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 ace.lib TAO.lib TAO_Svc_Utils.lib TAO_RTEvent.lib TAO_RTSched.lib /nologo /dll /machine:I386 /out:"..\..\..\bin\TAO_PortableServer.dll" /libpath:"..\..\tao" /libpath:"..\..\..\ace"
-# ADD LINK32 TAOmfc.lib acemfc.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /map /debug /machine:I386 /out:"..\..\..\bin\TAO_PortableServermfc.dll" /libpath:"..\..\tao\IORInterceptor" /libpath:"..\..\tao" /libpath:"..\..\..\ace"
+# ADD LINK32 TAOmfc.lib acemfc.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /map /debug /machine:I386 /out:"..\..\..\bin\TAO_PortableServermfc.dll" /libpath:"..\..\tao\ObjRefTemplate" /libpath:"..\..\tao\IORInterceptor" /libpath:"..\..\tao" /libpath:"..\..\..\ace"
!ENDIF
diff --git a/TAO/tao/TAO.dsp b/TAO/tao/TAO.dsp
index 7d77c15c0f6..e77ef4ccd04 100644
--- a/TAO/tao/TAO.dsp
+++ b/TAO/tao/TAO.dsp
@@ -678,11 +678,6 @@ SOURCE=.\ObjectIdListC.cpp
# End Source File
# Begin Source File
-SOURCE=.\ObjectReferenceTemplateC.cpp
-# ADD CPP /GR
-# End Source File
-# Begin Source File
-
SOURCE=.\OctetSeqC.cpp
# ADD CPP /GR
# End Source File
@@ -1553,10 +1548,6 @@ SOURCE=.\ObjectIdListC.h
# End Source File
# Begin Source File
-SOURCE=.\ObjectReferenceTemplateC.h
-# End Source File
-# Begin Source File
-
SOURCE=.\OctetSeqC.h
# End Source File
# Begin Source File
@@ -2265,10 +2256,6 @@ SOURCE=.\ObjectIdListC.i
# End Source File
# Begin Source File
-SOURCE=.\ObjectReferenceTemplateC.i
-# End Source File
-# Begin Source File
-
SOURCE=.\OctetSeqC.i
# End Source File
# Begin Source File