TAO-1.2a_p12_patched_files.tar.gz OCI TAO 1.2a Patch Level 12 contains replacement files, NOT differences ("diffs"), for files in the OCI TAO 1.2a source code. In general, this patch contains a new option, -ECDispatchingThreadFlags, to the Real Time Event Service's default factory so that flags used in the creation of dispatching threads can be specified in the service configurator file. See ACE_wrappers/OCIReleaseNotes.html for more details on these and other changes. See ACE_wrappers/OCIChangeLog and ACE_wrappers/TAO/OCIChangeLog for the specific changes included in this patch. TAO-1.2a_p12_patched_files.tar.gz TAO-1.2a_p12_patched_files.zip These contain the replacement source code files (since patch 11) and replacement workspace files (dsw, GNUmakefile, vcproj) You must have installed the full source code for OCI TAO 1.2a, plus patch levels 1 through 12 in order to apply this patch. TAO-1.2a_p12_patched_files_NO_makefiles.tar.gz TAO-1.2a_p12_patched_files_NO_makefiles.zip These contain ONLY the replacement source code files (since patch 11) You must have installed the full source code for OCI TAO 1.2a, plus patch levels 1 through 12 in order to apply this patch. TAO-1.2a_jumbo_patch.tar.gz TAO-1.2a_jumbo_patch.zip These contain all the replacement source code files since initial release of ACE TAO 1.2a and replacement workspace files (dsw, Makefile, vcproj) The jumbo patch contains all the necessary files to move from the full OCI TAO 1.2a source code to the current highest patch level. TAO-1.2a_p12_project_files.tar.gz TAO-1.2a_p12_project_files.zip These contain only the replacement workspace files (dsw, Makefile, vcproj) The project files contains ONLY the workspace files for the current patch. To apply this patch: - Open http://download.ociweb.com/TAO-1.2a_patches in your web browser. - Select the link labeled TAO-1.2a_p12_patched_files.tar.gz or TAO-1.2a_p12_patched_files.zip. - Save TAO-1.2a_p12_patched_files.tar.gz or TAO-1.2a_p12_patched_files.zip to the directory in which you installed OCI TAO 1.2a (the directory above your ACE_wrappers directory). - In UNIX and UNIX-like operating systems, type the following command: gunzip -c TAO-1.2a_p12_patched_files.tar.gz | tar xvf - NOTE: You must use GNU Tar to extract this file. - In Windows, you can use WinZip to save the files from the TAO-1.2a_p12_patched_files.zip archive. Be sure to overwrite existing files. - Once the files are extracted you must remove files that are no longer needed in the build tree. In UNIX and Cygwin shells you can use the following: cd ACE_wrappers/.. cat ACE_wrappers/OCIRemovedFilesPatch* | xargs rm -f In the Windows Command Prompt you can use the following. NOTE: The trailing ".." is important. cd ACE_wrappers\.. type ACE_wrappers\OCIRemovedFilesPatch* | perl -e "while() { chop($_); unlink($_); }" - If you downloaded the _NO_makefile versions then you will need to create the workspace files. Either regenerate the projects using MakeProjectCreator (MPC) or download the already generated projects from the same URL where you got the patches. TAO-1.2a_p12_project_files.tar.gz or TAO-1.2a_p12_project_files.zip Extract the files from these archives the same as you did for the patch files. See Chapter 2 in the OCI TAO 1.2a Developer's Guide, for information about using MakeProjectCreator. - Clean your existing ACE and TAO build and rebuild it following the usual build procedures. See Chapter 2 and the relevant Appendices in the OCI TAO 1.2a Developer's Guide, or ACE_wrappers/ACE-INSTALL.html and ACE_wrappers/TAO/TAO-INSTALL.html, for details on building ACE and TAO for your platform and configuration. Note: You should not need to change your existing ACE_wrappers/ace/config.h and, if applicable, ACE_wrappers/include/makeinclude/platform_macros.GNU files to rebuild ACE and TAO after applying this patch. Files included in this patch (MPC distribution files not listed): TAO-1.2a_p11_patched_files.tar.gz OCI TAO 1.2a Patch Level 11 contains replacement files, NOT differences ("diffs"), for files in the OCI TAO 1.2a source code. In general, this patch contains a new dispatching strategy for the Realtime Event Service (RTES) that uses a thread per consumer within the channel rather than having a pool of threads eligible for dispatching to any consumer. This segregation can help limit the negative effects of an ill-behaving consumer on the channel and, consequently, on other consumers. See ACE_wrappers/OCIReleaseNotes.html for more details on these and other changes. See ACE_wrappers/OCIChangeLog and ACE_wrappers/TAO/OCIChangeLog for the specific changes included in this patch. TAO-1.2a_p11_patched_files.tar.gz TAO-1.2a_p11_patched_files.zip These contain the replacement source code files (since patch 10) and replacement workspace files (dsw, GNUmakefile, vcproj) You must have installed the full source code for OCI TAO 1.2a, plus patch levels 1 through 11 in order to apply this patch. TAO-1.2a_jumbo_patch.tar.gz TAO-1.2a_jumbo_patch.zip These contain all the replacement source code files since initial release of ACE TAO 1.2a and replacement workspace files (dsw, Makefile, vcproj) The jumbo patch contains all the necessary files to move from the full OCI TAO 1.2a source code to the current highest patch level. To apply this patch: - Open http://download.ociweb.com/TAO-1.2a_patches in your web browser. - Select the link labeled TAO-1.2a_p11_patched_files.tar.gz or TAO-1.2a_p11_patched_files.zip. - Save TAO-1.2a_p11_patched_files.tar.gz or TAO-1.2a_p11_patched_files.zip to the directory in which you installed OCI TAO 1.2a (the directory above your ACE_wrappers directory). - In UNIX and UNIX-like operating systems, type the following command: gunzip -c TAO-1.2a_p11_patched_files.tar.gz | tar xvf - NOTE: You must use GNU Tar to extract this file. - In Windows, you can use WinZip to save the files from the TAO-1.2a_p11_patched_files.zip archive. Be sure to overwrite existing files. - Once the files are extracted you must remove files that are no longer needed in the build tree. In UNIX and Cygwin shells you can use the following: cd ACE_wrappers/.. cat ACE_wrappers/OCIRemovedFilesPatch* | xargs rm -f In the Windows Command Prompt you can use the following. NOTE: The trailing ".." is important. cd ACE_wrappers\.. type ACE_wrappers\OCIRemovedFilesPatch* | perl -e "while() { chop(); unlink(); }" - Clean your existing ACE and TAO build and rebuild it following the usual build procedures. See Chapter 2 and the relevant Appendices in the OCI TAO 1.2a Developer's Guide, or ACE_wrappers/ACE-INSTALL.html and ACE_wrappers/TAO/TAO-INSTALL.html, for details on building ACE and TAO for your platform and configuration. Note: You should not need to change your existing ACE_wrappers/ace/config.h and, if applicable, ACE_wrappers/include/makeinclude/platform_macros.GNU files to rebuild ACE and TAO after applying this patch. Files included in this patch: ACE_wrappers/OCIChangeLog ACE_wrappers/OCIKnownIssues ACE_wrappers/OCIRemovedFilesPatch11 ACE_wrappers/PROBLEM-REPORT-FORM ACE_wrappers/VERSION ACE_wrappers/TAO/OCIChangeLog ACE_wrappers/TAO/PROBLEM-REPORT-FORM ACE_wrappers/TAO/VERSION ACE_wrappers/TAO/orbsvcs/orbsvcs/Event/EC_Default_Factory.cpp ACE_wrappers/TAO/orbsvcs/orbsvcs/Event/EC_Default_Factory.h ACE_wrappers/TAO/orbsvcs/orbsvcs/Event/EC_Default_Factory.i ACE_wrappers/TAO/orbsvcs/orbsvcs/Event/EC_Defaults.h ACE_wrappers/TAO/orbsvcs/orbsvcs/Event/EC_Dispatching_Task.cpp ACE_wrappers/TAO/orbsvcs/orbsvcs/Event/EC_Dispatching_Task.h ACE_wrappers/TAO/orbsvcs/orbsvcs/Event/EC_Dispatching_Task.i ACE_wrappers/TAO/orbsvcs/orbsvcs/Event/EC_MT_Dispatching.cpp ACE_wrappers/TAO/orbsvcs/orbsvcs/Event/EC_MT_Dispatching.h ACE_wrappers/TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.h ACE_wrappers/TAO/orbsvcs/orbsvcs/Event/EC_ProxySupplier.h ACE_wrappers/TAO/orbsvcs/orbsvcs/Event/EC_TPC_Dispatching.cpp ACE_wrappers/TAO/orbsvcs/orbsvcs/Event/EC_TPC_Dispatching.h ACE_wrappers/TAO/orbsvcs/orbsvcs/Event/EC_TPC_Dispatching.i ACE_wrappers/TAO/orbsvcs/orbsvcs/Event/EC_TPC_Dispatching_Task.cpp ACE_wrappers/TAO/orbsvcs/orbsvcs/Event/EC_TPC_Dispatching_Task.h ACE_wrappers/TAO/orbsvcs/orbsvcs/Event/EC_TPC_Factory.cpp ACE_wrappers/TAO/orbsvcs/orbsvcs/Event/EC_TPC_Factory.h ACE_wrappers/TAO/orbsvcs/orbsvcs/Event/EC_TPC_Factory.i ACE_wrappers/TAO/orbsvcs/orbsvcs/Event/EC_TPC_ProxyConsumer.cpp ACE_wrappers/TAO/orbsvcs/orbsvcs/Event/EC_TPC_ProxyConsumer.h ACE_wrappers/TAO/orbsvcs/orbsvcs/Event/EC_TPC_ProxySupplier.cpp ACE_wrappers/TAO/orbsvcs/orbsvcs/Event/EC_TPC_ProxySupplier.h ACE_wrappers/TAO/orbsvcs/orbsvcs/Event/EC_TPC_ProxySupplier.i ACE_wrappers/TAO/tao/Version.h ACE_wrappers/ace/Version.h TAO-1.2a_p10_patched_files.tar.gz OCI TAO 1.2a Patch Level 10 contains replacement files, not differences ("diffs"), for the following files in the OCI TAO 1.2a source code: ACE_wrappers/OCIChangeLog ACE_wrappers/OCIRemovedFilesPatch10 ACE_wrappers/PROBLEM-REPORT-FORM ACE_wrappers/VERSION ACE_wrappers/TAO/OCIChangeLog ACE_wrappers/TAO/PROBLEM-REPORT-FORM ACE_wrappers/TAO/VERSION ACE_wrappers/TAO/TAO_IDL/Makefile.BE ACE_wrappers/TAO/TAO_IDL/Makefile.EXE ACE_wrappers/TAO/TAO_IDL/Makefile.FE ACE_wrappers/TAO/docs/tutorials/Quoter/AMI/Makefile ACE_wrappers/TAO/docs/tutorials/Quoter/Event_Service/Makefile ACE_wrappers/TAO/docs/tutorials/Quoter/Naming_Service/Makefile ACE_wrappers/TAO/docs/tutorials/Quoter/On_Demand_Activation/Makefile ACE_wrappers/TAO/docs/tutorials/Quoter/RT_Event_Service/Makefile ACE_wrappers/TAO/docs/tutorials/Quoter/Simple/Impl-Repo/Makefile ACE_wrappers/TAO/docs/tutorials/Quoter/Simple/ImprovedServer/Makefile ACE_wrappers/TAO/docs/tutorials/Quoter/Simple/Persistent/Makefile ACE_wrappers/TAO/docs/tutorials/Quoter/Simple/Server/Makefile ACE_wrappers/TAO/examples/AMI/FL_Callback/Makefile ACE_wrappers/TAO/examples/Buffered_AMI/Makefile ACE_wrappers/TAO/examples/Buffered_Oneways/Makefile ACE_wrappers/TAO/examples/Callback_Quoter/Makefile ACE_wrappers/TAO/examples/Content_Server/AMI_Iterator/Makefile ACE_wrappers/TAO/examples/Content_Server/AMI_Observer/Makefile ACE_wrappers/TAO/examples/Content_Server/SMI_Iterator/Makefile ACE_wrappers/TAO/examples/Event_Comm/Makefile ACE_wrappers/TAO/examples/Load_Balancing/Makefile ACE_wrappers/TAO/examples/Load_Balancing_persistent/Makefile ACE_wrappers/TAO/examples/Logging/Makefile ACE_wrappers/TAO/examples/OBV/Typed_Events/Makefile ACE_wrappers/TAO/examples/POA/Adapter_Activator/Makefile ACE_wrappers/TAO/examples/POA/DSI/Makefile ACE_wrappers/TAO/examples/POA/Default_Servant/Makefile ACE_wrappers/TAO/examples/POA/Explicit_Activation/Makefile ACE_wrappers/TAO/examples/POA/FindPOA/Makefile ACE_wrappers/TAO/examples/POA/Forwarding/Makefile ACE_wrappers/TAO/examples/POA/Generic_Servant/Makefile ACE_wrappers/TAO/examples/POA/Loader/Makefile ACE_wrappers/TAO/examples/POA/NewPOA/Makefile ACE_wrappers/TAO/examples/POA/On_Demand_Activation/Makefile ACE_wrappers/TAO/examples/POA/On_Demand_Loading/Makefile ACE_wrappers/TAO/examples/POA/Reference_Counted_Servant/Makefile ACE_wrappers/TAO/examples/POA/RootPOA/Makefile ACE_wrappers/TAO/examples/POA/TIE/Makefile ACE_wrappers/TAO/examples/Persistent_Grid/Makefile ACE_wrappers/TAO/examples/PluggableUDP/tests/Basic/Makefile ACE_wrappers/TAO/examples/PluggableUDP/tests/Performance/Makefile ACE_wrappers/TAO/examples/PluggableUDP/tests/SimplePerformance/Makefile ACE_wrappers/TAO/examples/Quoter/Makefile ACE_wrappers/TAO/examples/Simple/bank/Makefile ACE_wrappers/TAO/examples/Simple/chat/Makefile ACE_wrappers/TAO/examples/Simple/echo/Makefile ACE_wrappers/TAO/examples/Simple/grid/Makefile ACE_wrappers/TAO/examples/Simple/time/Makefile ACE_wrappers/TAO/examples/Simple/time-date/Makefile ACE_wrappers/TAO/examples/Simulator/Event_Supplier/Makefile ACE_wrappers/TAO/examples/TypeCode_Creation/Makefile ACE_wrappers/TAO/orbsvcs/IFR_Service/Makefile.BE ACE_wrappers/TAO/orbsvcs/IFR_Service/Makefile.EX ACE_wrappers/TAO/orbsvcs/IFR_Service/Makefile.IFR_Service ACE_wrappers/TAO/orbsvcs/ImplRepo_Service/Makefile ACE_wrappers/TAO/orbsvcs/LifeCycle_Service/Makefile ACE_wrappers/TAO/orbsvcs/Logging_Service/Makefile ACE_wrappers/TAO/orbsvcs/Naming_Service/Makefile ACE_wrappers/TAO/orbsvcs/Trading_Service/Makefile ACE_wrappers/TAO/orbsvcs/examples/CosEC/Factory/Makefile ACE_wrappers/TAO/orbsvcs/examples/CosEC/RtEC_Based/bin/Makefile ACE_wrappers/TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/Makefile ACE_wrappers/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Basic/Makefile ACE_wrappers/TAO/orbsvcs/examples/Security/Send_File/Makefile ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.CosConcurrency ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.CosEvent ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.CosLifeCycle ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.CosNaming ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.CosNotification ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.CosProperty ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.CosTime ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.CosTrading ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.DsLogAdmin ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.ETCL ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.FaultTolerance ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.LoadBalancing ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.RTEvent ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.RTOLDEvent ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.RTSched ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.RTSchedEvent ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.Svc_Utils ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.av ACE_wrappers/TAO/orbsvcs/performance-tests/EC_Federated_Latency/Makefile ACE_wrappers/TAO/orbsvcs/performance-tests/EC_Latency/Makefile ACE_wrappers/TAO/orbsvcs/tests/AVStreams/Full_Profile/Makefile ACE_wrappers/TAO/orbsvcs/tests/AVStreams/Multicast/Makefile ACE_wrappers/TAO/orbsvcs/tests/AVStreams/Multicast_Full_Profile/Makefile ACE_wrappers/TAO/orbsvcs/tests/AVStreams/Pluggable/Makefile ACE_wrappers/TAO/orbsvcs/tests/Concurrency/Makefile ACE_wrappers/TAO/orbsvcs/tests/CosEvent/lib/Makefile ACE_wrappers/TAO/orbsvcs/tests/EC_Basic/Makefile ACE_wrappers/TAO/orbsvcs/tests/EC_Custom_Marshal/Makefile ACE_wrappers/TAO/orbsvcs/tests/EC_Mcast/Makefile ACE_wrappers/TAO/orbsvcs/tests/EC_Multiple/Makefile ACE_wrappers/TAO/orbsvcs/tests/EC_Throughput/Makefile ACE_wrappers/TAO/orbsvcs/tests/Event/Basic/Makefile ACE_wrappers/TAO/orbsvcs/tests/Event/Performance/Makefile ACE_wrappers/TAO/orbsvcs/tests/Event/lib/Makefile ACE_wrappers/TAO/orbsvcs/tests/Event_Latency/Makefile ACE_wrappers/TAO/orbsvcs/tests/FaultTolerance/IOGR/Makefile ACE_wrappers/TAO/orbsvcs/tests/ImplRepo/Makefile ACE_wrappers/TAO/orbsvcs/tests/ImplRepo_Retry/Makefile ACE_wrappers/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/Makefile ACE_wrappers/TAO/orbsvcs/tests/Interoperable_Naming/Makefile ACE_wrappers/TAO/orbsvcs/tests/LoadBalancing/Makefile ACE_wrappers/TAO/orbsvcs/tests/Notify/Basic/Makefile ACE_wrappers/TAO/orbsvcs/tests/Notify/Blocking/Makefile ACE_wrappers/TAO/orbsvcs/tests/Notify/Discarding/Makefile ACE_wrappers/TAO/orbsvcs/tests/Notify/MT_Dispatching/Makefile ACE_wrappers/TAO/orbsvcs/tests/Notify/Ordering/Makefile ACE_wrappers/TAO/orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Makefile ACE_wrappers/TAO/orbsvcs/tests/Notify/Sequence_Multi_Filter/Makefile ACE_wrappers/TAO/orbsvcs/tests/Notify/Structured_Filter/Makefile ACE_wrappers/TAO/orbsvcs/tests/Notify/Structured_Multi_Filter/Makefile ACE_wrappers/TAO/orbsvcs/tests/Notify/lib/Makefile ACE_wrappers/TAO/orbsvcs/tests/Notify/performance-tests/Filter/Makefile ACE_wrappers/TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Makefile ACE_wrappers/TAO/orbsvcs/tests/Property/Makefile ACE_wrappers/TAO/orbsvcs/tests/Sched/Makefile ACE_wrappers/TAO/orbsvcs/tests/Security/Big_Request/Makefile ACE_wrappers/TAO/orbsvcs/tests/Security/Secure_Invocation/Makefile ACE_wrappers/TAO/orbsvcs/tests/Security/SecurityLevel1/Makefile ACE_wrappers/TAO/orbsvcs/tests/Simple_Naming/Makefile ACE_wrappers/TAO/orbsvcs/tests/Trading/Makefile ACE_wrappers/TAO/orbsvcs/tests/ior_corbaname/Makefile ACE_wrappers/TAO/performance-tests/AMI_Latency/Makefile ACE_wrappers/TAO/performance-tests/Callback/Makefile ACE_wrappers/TAO/performance-tests/Cubit/TAO/DII_Cubit/Makefile ACE_wrappers/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Makefile ACE_wrappers/TAO/performance-tests/Cubit/TAO/MT_Cubit/Makefile ACE_wrappers/TAO/performance-tests/DII_Latency/Makefile ACE_wrappers/TAO/performance-tests/DSI_Latency/Makefile ACE_wrappers/TAO/performance-tests/Deferred_Latency/Makefile ACE_wrappers/TAO/performance-tests/POA/Demux/Makefile ACE_wrappers/TAO/performance-tests/POA/Implicit_Activation/Makefile ACE_wrappers/TAO/performance-tests/POA/Object_Creation_And_Registration/Makefile ACE_wrappers/TAO/performance-tests/Pluggable/Makefile ACE_wrappers/TAO/performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/Makefile ACE_wrappers/TAO/performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/Makefile ACE_wrappers/TAO/performance-tests/RTCorba/Oneways/Reliable/Makefile ACE_wrappers/TAO/performance-tests/Single_Threaded_Latency/Makefile ACE_wrappers/TAO/performance-tests/Thread_Per_Connection_Latency/Makefile ACE_wrappers/TAO/performance-tests/Thread_Pool_Latency/Makefile ACE_wrappers/TAO/performance-tests/Throughput/Makefile ACE_wrappers/TAO/tao/Asynch_Timeout_Handler.cpp ACE_wrappers/TAO/tao/Makefile ACE_wrappers/TAO/tao/Profile.cpp ACE_wrappers/TAO/tao/Transport.cpp ACE_wrappers/TAO/tao/Version.h ACE_wrappers/TAO/tao/default_resource.cpp ACE_wrappers/TAO/tao/BiDir_GIOP/Makefile ACE_wrappers/TAO/tao/Domain/Makefile ACE_wrappers/TAO/tao/DynamicAny/Makefile ACE_wrappers/TAO/tao/DynamicInterface/Makefile ACE_wrappers/TAO/tao/IFR_Client/Makefile ACE_wrappers/TAO/tao/IORManipulation/Makefile ACE_wrappers/TAO/tao/IORTable/Makefile ACE_wrappers/TAO/tao/PortableServer/Makefile ACE_wrappers/TAO/tao/PortableServer/Object_Adapter.cpp ACE_wrappers/TAO/tao/PortableServer/Object_Adapter.h ACE_wrappers/TAO/tao/RTCORBA/Makefile ACE_wrappers/TAO/tao/RTCORBA/Thread_Pool.cpp ACE_wrappers/TAO/tao/RTPortableServer/Makefile ACE_wrappers/TAO/tao/SmartProxies/Makefile ACE_wrappers/TAO/tao/Strategies/Makefile ACE_wrappers/TAO/tao/TypeCodeFactory/Makefile ACE_wrappers/TAO/tests/AMI/Makefile ACE_wrappers/TAO/tests/AMI_Buffering/Makefile ACE_wrappers/TAO/tests/AMI_Timeouts/Makefile ACE_wrappers/TAO/tests/BiDirectional/Makefile ACE_wrappers/TAO/tests/BiDirectional_NestedUpcall/Makefile ACE_wrappers/TAO/tests/Big_Oneways/Makefile ACE_wrappers/TAO/tests/Big_Reply/Makefile ACE_wrappers/TAO/tests/Big_Request_Muxing/Makefile ACE_wrappers/TAO/tests/Big_Twoways/Makefile ACE_wrappers/TAO/tests/Blocking_Sync_None/Makefile ACE_wrappers/TAO/tests/CDR/Makefile ACE_wrappers/TAO/tests/Cache_Growth_Test/Makefile ACE_wrappers/TAO/tests/Client_Leaks/Makefile ACE_wrappers/TAO/tests/Codec/Makefile ACE_wrappers/TAO/tests/Collocation/Makefile.stub ACE_wrappers/TAO/tests/Connection_Purging/Makefile ACE_wrappers/TAO/tests/Crash_On_Write/Makefile ACE_wrappers/TAO/tests/Crashed_Callback/Makefile ACE_wrappers/TAO/tests/DLL_ORB/Makefile ACE_wrappers/TAO/tests/DLL_ORB/Makefile.Test_Client_Module ACE_wrappers/TAO/tests/DLL_ORB/Makefile.Test_Server_Module ACE_wrappers/TAO/tests/DSI_Gateway/Makefile ACE_wrappers/TAO/tests/DynAny_Test/Makefile ACE_wrappers/TAO/tests/Explicit_Event_Loop/Makefile ACE_wrappers/TAO/tests/Exposed_Policies/Makefile ACE_wrappers/TAO/tests/FL_Cube/Makefile ACE_wrappers/TAO/tests/Faults/Makefile ACE_wrappers/TAO/tests/File_IO/Makefile ACE_wrappers/TAO/tests/Forwarding/Makefile ACE_wrappers/TAO/tests/Hello/Makefile ACE_wrappers/TAO/tests/IDL_Test/Makefile ACE_wrappers/TAO/tests/IORManipulation/Makefile ACE_wrappers/TAO/tests/InterOp-Naming/Makefile ACE_wrappers/TAO/tests/Leader_Followers/Makefile ACE_wrappers/TAO/tests/LongUpcalls/Makefile ACE_wrappers/TAO/tests/MProfile/Makefile ACE_wrappers/TAO/tests/MProfile_Forwarding/Makefile ACE_wrappers/TAO/tests/MT_Client/Makefile ACE_wrappers/TAO/tests/MT_Server/Makefile ACE_wrappers/TAO/tests/MT_Timeout/Makefile ACE_wrappers/TAO/tests/Multiple/Makefile ACE_wrappers/TAO/tests/Multiple_Inheritance/Makefile ACE_wrappers/TAO/tests/Muxing/Makefile ACE_wrappers/TAO/tests/Native_Exceptions/Makefile ACE_wrappers/TAO/tests/NestedUpcall/MT_Client_Test/Makefile ACE_wrappers/TAO/tests/NestedUpcall/Simple/Makefile ACE_wrappers/TAO/tests/NestedUpcall/Triangle_Test/Makefile ACE_wrappers/TAO/tests/Nested_Event_Loop/Makefile ACE_wrappers/TAO/tests/ORB_init/Makefile ACE_wrappers/TAO/tests/Object_Loader/Makefile ACE_wrappers/TAO/tests/OctetSeq/Makefile ACE_wrappers/TAO/tests/Oneway_Buffering/Makefile ACE_wrappers/TAO/tests/Oneways_Invoking_Twoways/Makefile ACE_wrappers/TAO/tests/POA/Etherealization/Makefile ACE_wrappers/TAO/tests/POA/Excessive_Object_Deactivations/Makefile ACE_wrappers/TAO/tests/POA/Identity/Makefile ACE_wrappers/TAO/tests/POA/Non_Servant_Upcalls/Makefile ACE_wrappers/TAO/tests/POA/Object_Reactivation/Makefile ACE_wrappers/TAO/tests/POA/POA_Destruction/Makefile ACE_wrappers/TAO/tests/POA/Single_Threaded_POA/Makefile ACE_wrappers/TAO/tests/POA/wait_for_completion/Makefile ACE_wrappers/TAO/tests/Param_Test/Makefile ACE_wrappers/TAO/tests/Policies/Makefile ACE_wrappers/TAO/tests/Portable_Interceptors/Benchmark/Makefile ACE_wrappers/TAO/tests/Portable_Interceptors/Dynamic/Makefile ACE_wrappers/TAO/tests/Portable_Interceptors/ForwardRequest/Makefile ACE_wrappers/TAO/tests/Portable_Interceptors/IORInterceptor/Makefile ACE_wrappers/TAO/tests/Portable_Interceptors/PICurrent/Makefile ACE_wrappers/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Makefile ACE_wrappers/TAO/tests/Portable_Interceptors/Service_Context_Manipulation/Makefile ACE_wrappers/TAO/tests/QtTests/Makefile ACE_wrappers/TAO/tests/RTCORBA/Banded_Connections/Makefile ACE_wrappers/TAO/tests/RTCORBA/Client_Propagated/Makefile ACE_wrappers/TAO/tests/RTCORBA/Client_Protocol/Makefile ACE_wrappers/TAO/tests/RTCORBA/Collocation/Makefile ACE_wrappers/TAO/tests/RTCORBA/Explicit_Binding/Makefile ACE_wrappers/TAO/tests/RTCORBA/Linear_Priority/Makefile ACE_wrappers/TAO/tests/RTCORBA/MT_Client_Protocol_Priority/Makefile ACE_wrappers/TAO/tests/RTCORBA/ORB_init/Makefile ACE_wrappers/TAO/tests/RTCORBA/Persistent_IOR/Makefile ACE_wrappers/TAO/tests/RTCORBA/Policy_Combinations/Makefile ACE_wrappers/TAO/tests/RTCORBA/Private_Connection/Makefile ACE_wrappers/TAO/tests/RTCORBA/RTMutex/Makefile ACE_wrappers/TAO/tests/RTCORBA/Server_Declared/Makefile ACE_wrappers/TAO/tests/RTCORBA/Server_Protocol/Makefile ACE_wrappers/TAO/tests/RTCORBA/Thread_Pool/Makefile ACE_wrappers/TAO/tests/Reliable_Oneways/Makefile ACE_wrappers/TAO/tests/Server_Leaks/Makefile ACE_wrappers/TAO/tests/Single_Read/Makefile ACE_wrappers/TAO/tests/Smart_Proxies/Makefile ACE_wrappers/TAO/tests/Smart_Proxies/On_Demand/Makefile ACE_wrappers/TAO/tests/Timed_Buffered_Oneways/Makefile ACE_wrappers/TAO/tests/Timeout/Makefile ACE_wrappers/TAO/utils/catior/Makefile ACE_wrappers/TAO/utils/nslist/Makefile ACE_wrappers/ace/Makefile ACE_wrappers/ace/Version.h ACE_wrappers/ace/RMCast/Makefile ACE_wrappers/apps/Gateway/Gateway/Makefile ACE_wrappers/apps/Gateway/Peer/Makefile ACE_wrappers/apps/drwho/Makefile ACE_wrappers/apps/gperf/src/Makefile ACE_wrappers/apps/gperf/tests/Makefile ACE_wrappers/examples/ASX/CCM_App/Makefile ACE_wrappers/examples/ASX/Event_Server/Event_Server/Makefile ACE_wrappers/examples/ASX/Event_Server/Transceiver/Makefile ACE_wrappers/examples/ASX/UPIPE_Event_Server/Makefile ACE_wrappers/examples/Connection/misc/Makefile ACE_wrappers/examples/Connection/non_blocking/Makefile ACE_wrappers/examples/IOStream/server/Makefile ACE_wrappers/examples/IPC_SAP/DEV_SAP/reader/Makefile ACE_wrappers/examples/IPC_SAP/DEV_SAP/writer/Makefile ACE_wrappers/examples/IPC_SAP/FILE_SAP/Makefile ACE_wrappers/examples/IPC_SAP/SOCK_SAP/Makefile ACE_wrappers/examples/IPC_SAP/SPIPE_SAP/Makefile ACE_wrappers/examples/IPC_SAP/UPIPE_SAP/Makefile ACE_wrappers/examples/Log_Msg/Makefile ACE_wrappers/examples/Logger/Acceptor-server/Makefile ACE_wrappers/examples/Logger/simple-server/Makefile ACE_wrappers/examples/Mem_Map/IO-tests/Makefile ACE_wrappers/examples/Misc/Makefile ACE_wrappers/examples/Reactor/Dgram/Makefile ACE_wrappers/examples/Reactor/FIFO/Makefile ACE_wrappers/examples/Reactor/Misc/Makefile ACE_wrappers/examples/Reactor/Ntalker/Makefile ACE_wrappers/examples/Service_Configurator/IPC-tests/server/Makefile ACE_wrappers/examples/Service_Configurator/Misc/Makefile ACE_wrappers/examples/Shared_Malloc/Makefile ACE_wrappers/examples/System_V_IPC/SV_Message_Queues/Makefile ACE_wrappers/examples/Threads/Makefile ACE_wrappers/examples/Timer_Queue/Makefile ACE_wrappers/netsvcs/clients/Naming/Client/Makefile ACE_wrappers/netsvcs/clients/Naming/Dump_Restore/Makefile ACE_wrappers/netsvcs/clients/Tokens/collection/Makefile ACE_wrappers/netsvcs/clients/Tokens/invariant/Makefile ACE_wrappers/netsvcs/clients/Tokens/mutex/Makefile ACE_wrappers/netsvcs/clients/Tokens/rw_lock/Makefile ACE_wrappers/netsvcs/lib/Makefile ACE_wrappers/netsvcs/servers/Makefile ACE_wrappers/performance-tests/Misc/Makefile ACE_wrappers/performance-tests/Server_Concurrency/Leader_Follower/Makefile ACE_wrappers/performance-tests/Server_Concurrency/Queue_Based_Workers/Makefile ACE_wrappers/performance-tests/TCP/Makefile ACE_wrappers/performance-tests/UDP/Makefile ACE_wrappers/tests/Makefile ACE_wrappers/tests/RMCast/Makefile ACE_wrappers/websvcs/lib/Makefile This patch contains: workarounds for bugs in the SGI MIPSpro 7.1 compiler, bug fixes for asynchronous invocation timeouts, changes the connection cache lock to be recursive to avoid corner-case deadlock potential, and fixes endpoint usage in RTCORBA when using threadpools with lanes in conjunction with the -ORBendpoint option. See ACE_wrappers/OCIChangeLog and ACE_wrappers/TAO/OCIChangeLog for the specific changes included in this patch. You must have installed the full source code for OCI TAO 1.2a, plus patch levels 1 through 9 in order to apply this patch. To apply this patch: - Open http://download.ociweb.com/TAO-1.2a_patches in your web browser. - Select the link labeled TAO-1.2a_p10_patched_files.tar.gz or TAO-1.2a_p10_patched_files.zip. - Save TAO-1.2a_p10_patched_files.tar.gz or TAO-1.2a_p10_patched_files.zip to the directory in which you installed OCI TAO 1.2a (the directory above your ACE_wrappers directory). - In UNIX and UNIX-like operating systems, type the following command: gunzip -c TAO-1.2a_p10_patched_files.tar.gz | tar xvf - NOTE: You must use GNU Tar to extract this file. - In Windows, you can use WinZip to save the files from the TAO-1.2a_p10_patched_files.zip archive. Be sure to overwrite existing files. - Clean your existing ACE and TAO build and rebuild it following the usual build procedures. See Chapter 2 and the relevant Appendices in the OCI TAO 1.2a Developer's Guide, or ACE_wrappers/ACE-INSTALL.html and ACE_wrappers/TAO/TAO-INSTALL.html, for details on building ACE and TAO for your platform and configuration. Note: You should not need to change your existing ACE_wrappers/ace/config.h and, if applicable, ACE_wrappers/include/makeinclude/platform_macros.GNU files to rebuild ACE and TAO after applying this patch. TAO-1.2a_p9_patched_files.tar.gz OCI TAO 1.2a Patch Level 9 contains replacement files, not differences ("diffs"), for the following files in the OCI TAO 1.2a source code: ACE_wrappers/OCIChangeLog ACE_wrappers/TAO/OCIChangeLog ACE_wrappers/TAO/TAO_IDL/Makefile.BE ACE_wrappers/TAO/TAO_IDL/Makefile.EXE ACE_wrappers/TAO/TAO_IDL/Makefile.FE ACE_wrappers/TAO/docs/tutorials/Quoter/AMI/Makefile ACE_wrappers/TAO/docs/tutorials/Quoter/Event_Service/Makefile ACE_wrappers/TAO/docs/tutorials/Quoter/Naming_Service/Makefile ACE_wrappers/TAO/docs/tutorials/Quoter/On_Demand_Activation/Makefile ACE_wrappers/TAO/docs/tutorials/Quoter/RT_Event_Service/Makefile ACE_wrappers/TAO/docs/tutorials/Quoter/Simple/Impl-Repo/Makefile ACE_wrappers/TAO/docs/tutorials/Quoter/Simple/ImprovedServer/Makefile ACE_wrappers/TAO/docs/tutorials/Quoter/Simple/Persistent/Makefile ACE_wrappers/TAO/docs/tutorials/Quoter/Simple/Server/Makefile ACE_wrappers/TAO/docs/tutorials/Quoter/idl/Makefile ACE_wrappers/TAO/examples/AMI/FL_Callback/Makefile ACE_wrappers/TAO/examples/Buffered_AMI/Makefile ACE_wrappers/TAO/examples/Buffered_Oneways/Makefile ACE_wrappers/TAO/examples/Callback_Quoter/Makefile ACE_wrappers/TAO/examples/Content_Server/AMI_Iterator/Makefile ACE_wrappers/TAO/examples/Content_Server/AMI_Observer/Makefile ACE_wrappers/TAO/examples/Content_Server/SMI_Iterator/Makefile ACE_wrappers/TAO/examples/Event_Comm/Makefile ACE_wrappers/TAO/examples/Load_Balancing/Makefile ACE_wrappers/TAO/examples/Load_Balancing_persistent/Makefile ACE_wrappers/TAO/examples/Logging/Makefile ACE_wrappers/TAO/examples/OBV/Typed_Events/Makefile ACE_wrappers/TAO/examples/POA/Adapter_Activator/Makefile ACE_wrappers/TAO/examples/POA/DSI/Makefile ACE_wrappers/TAO/examples/POA/Default_Servant/Makefile ACE_wrappers/TAO/examples/POA/Explicit_Activation/Makefile ACE_wrappers/TAO/examples/POA/FindPOA/Makefile ACE_wrappers/TAO/examples/POA/Forwarding/Makefile ACE_wrappers/TAO/examples/POA/Generic_Servant/Makefile ACE_wrappers/TAO/examples/POA/Loader/Makefile ACE_wrappers/TAO/examples/POA/NewPOA/Makefile ACE_wrappers/TAO/examples/POA/On_Demand_Activation/Makefile ACE_wrappers/TAO/examples/POA/On_Demand_Loading/Makefile ACE_wrappers/TAO/examples/POA/Reference_Counted_Servant/Makefile ACE_wrappers/TAO/examples/POA/RootPOA/Makefile ACE_wrappers/TAO/examples/POA/TIE/Makefile ACE_wrappers/TAO/examples/Persistent_Grid/Makefile ACE_wrappers/TAO/examples/PluggableUDP/tests/Basic/Makefile ACE_wrappers/TAO/examples/PluggableUDP/tests/Performance/Makefile ACE_wrappers/TAO/examples/PluggableUDP/tests/SimplePerformance/Makefile ACE_wrappers/TAO/examples/Quoter/Makefile ACE_wrappers/TAO/examples/Simple/bank/Makefile ACE_wrappers/TAO/examples/Simple/chat/Makefile ACE_wrappers/TAO/examples/Simple/echo/Makefile ACE_wrappers/TAO/examples/Simple/grid/Makefile ACE_wrappers/TAO/examples/Simple/time/Makefile ACE_wrappers/TAO/examples/Simple/time-date/Makefile ACE_wrappers/TAO/examples/Simulator/Event_Supplier/Makefile ACE_wrappers/TAO/examples/TypeCode_Creation/Makefile ACE_wrappers/TAO/orbsvcs/IFR_Service/Makefile.BE ACE_wrappers/TAO/orbsvcs/IFR_Service/Makefile.EX ACE_wrappers/TAO/orbsvcs/IFR_Service/Makefile.IFR_Service ACE_wrappers/TAO/orbsvcs/ImplRepo_Service/Makefile ACE_wrappers/TAO/orbsvcs/LifeCycle_Service/Makefile ACE_wrappers/TAO/orbsvcs/Logging_Service/Makefile ACE_wrappers/TAO/orbsvcs/Naming_Service/Makefile ACE_wrappers/TAO/orbsvcs/Trading_Service/Makefile ACE_wrappers/TAO/orbsvcs/examples/CosEC/Factory/Makefile ACE_wrappers/TAO/orbsvcs/examples/CosEC/RtEC_Based/bin/Makefile ACE_wrappers/TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/Makefile ACE_wrappers/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Basic/Makefile ACE_wrappers/TAO/orbsvcs/examples/Security/Send_File/Makefile ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.CosConcurrency ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.CosEvent ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.CosLifeCycle ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.CosNaming ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.CosNotification ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.CosProperty ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.CosTime ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.CosTrading ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.DsLogAdmin ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.ETCL ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.FaultTolerance ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.LoadBalancing ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.RTEvent ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.RTOLDEvent ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.RTSched ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.RTSchedEvent ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.Svc_Utils ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.av ACE_wrappers/TAO/orbsvcs/performance-tests/EC_Federated_Latency/Makefile ACE_wrappers/TAO/orbsvcs/performance-tests/EC_Latency/Makefile ACE_wrappers/TAO/orbsvcs/tests/AVStreams/Full_Profile/Makefile ACE_wrappers/TAO/orbsvcs/tests/AVStreams/Multicast/Makefile ACE_wrappers/TAO/orbsvcs/tests/AVStreams/Multicast_Full_Profile/Makefile ACE_wrappers/TAO/orbsvcs/tests/AVStreams/Pluggable/Makefile ACE_wrappers/TAO/orbsvcs/tests/Concurrency/Makefile ACE_wrappers/TAO/orbsvcs/tests/CosEvent/lib/Makefile ACE_wrappers/TAO/orbsvcs/tests/EC_Basic/Makefile ACE_wrappers/TAO/orbsvcs/tests/EC_Custom_Marshal/Makefile ACE_wrappers/TAO/orbsvcs/tests/EC_Mcast/Makefile ACE_wrappers/TAO/orbsvcs/tests/EC_Multiple/Makefile ACE_wrappers/TAO/orbsvcs/tests/EC_Throughput/Makefile ACE_wrappers/TAO/orbsvcs/tests/Event/Basic/Makefile ACE_wrappers/TAO/orbsvcs/tests/Event/Performance/Makefile ACE_wrappers/TAO/orbsvcs/tests/Event/lib/Makefile ACE_wrappers/TAO/orbsvcs/tests/Event_Latency/Makefile ACE_wrappers/TAO/orbsvcs/tests/FaultTolerance/IOGR/Makefile ACE_wrappers/TAO/orbsvcs/tests/ImplRepo/Makefile ACE_wrappers/TAO/orbsvcs/tests/ImplRepo_Retry/Makefile ACE_wrappers/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/Makefile ACE_wrappers/TAO/orbsvcs/tests/InterfaceRepo/IFR_Test/Makefile ACE_wrappers/TAO/orbsvcs/tests/InterfaceRepo/Persistence_Test/Makefile ACE_wrappers/TAO/orbsvcs/tests/Interoperable_Naming/Makefile ACE_wrappers/TAO/orbsvcs/tests/LoadBalancing/Makefile ACE_wrappers/TAO/orbsvcs/tests/Notify/Basic/Makefile ACE_wrappers/TAO/orbsvcs/tests/Notify/Blocking/Makefile ACE_wrappers/TAO/orbsvcs/tests/Notify/Discarding/Makefile ACE_wrappers/TAO/orbsvcs/tests/Notify/MT_Dispatching/Makefile ACE_wrappers/TAO/orbsvcs/tests/Notify/Ordering/Makefile ACE_wrappers/TAO/orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Makefile ACE_wrappers/TAO/orbsvcs/tests/Notify/Sequence_Multi_Filter/Makefile ACE_wrappers/TAO/orbsvcs/tests/Notify/Structured_Filter/Makefile ACE_wrappers/TAO/orbsvcs/tests/Notify/Structured_Multi_Filter/Makefile ACE_wrappers/TAO/orbsvcs/tests/Notify/lib/Makefile ACE_wrappers/TAO/orbsvcs/tests/Notify/performance-tests/Filter/Makefile ACE_wrappers/TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Makefile ACE_wrappers/TAO/orbsvcs/tests/Property/Makefile ACE_wrappers/TAO/orbsvcs/tests/Sched/Makefile ACE_wrappers/TAO/orbsvcs/tests/Security/Big_Request/Makefile ACE_wrappers/TAO/orbsvcs/tests/Security/Secure_Invocation/Makefile ACE_wrappers/TAO/orbsvcs/tests/Security/SecurityLevel1/Makefile ACE_wrappers/TAO/orbsvcs/tests/Simple_Naming/Makefile ACE_wrappers/TAO/orbsvcs/tests/Trading/Makefile ACE_wrappers/TAO/orbsvcs/tests/ior_corbaname/Makefile ACE_wrappers/TAO/performance-tests/AMI_Latency/Makefile ACE_wrappers/TAO/performance-tests/Callback/Makefile ACE_wrappers/TAO/performance-tests/Cubit/TAO/DII_Cubit/Makefile ACE_wrappers/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Makefile ACE_wrappers/TAO/performance-tests/Cubit/TAO/MT_Cubit/Makefile ACE_wrappers/TAO/performance-tests/DII_Latency/Makefile ACE_wrappers/TAO/performance-tests/DSI_Latency/Makefile ACE_wrappers/TAO/performance-tests/Deferred_Latency/Makefile ACE_wrappers/TAO/performance-tests/POA/Demux/Makefile ACE_wrappers/TAO/performance-tests/POA/Implicit_Activation/Makefile ACE_wrappers/TAO/performance-tests/POA/Object_Creation_And_Registration/Makefile ACE_wrappers/TAO/performance-tests/Pluggable/Makefile ACE_wrappers/TAO/performance-tests/RTCorba/Multiple_Endpoints/Common/Makefile ACE_wrappers/TAO/performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/Makefile ACE_wrappers/TAO/performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/Makefile ACE_wrappers/TAO/performance-tests/RTCorba/Oneways/Reliable/Makefile ACE_wrappers/TAO/performance-tests/Single_Threaded_Latency/Makefile ACE_wrappers/TAO/performance-tests/Thread_Per_Connection_Latency/Makefile ACE_wrappers/TAO/performance-tests/Thread_Pool_Latency/Makefile ACE_wrappers/TAO/performance-tests/Throughput/Makefile ACE_wrappers/TAO/tao/Invocation.cpp ACE_wrappers/TAO/tao/Invocation.h ACE_wrappers/TAO/tao/Invocation.i ACE_wrappers/TAO/tao/Makefile ACE_wrappers/TAO/tao/Profile.cpp ACE_wrappers/TAO/tao/BiDir_GIOP/Makefile ACE_wrappers/TAO/tao/Domain/Makefile ACE_wrappers/TAO/tao/DynamicAny/Makefile ACE_wrappers/TAO/tao/DynamicInterface/Makefile ACE_wrappers/TAO/tao/IFR_Client/Makefile ACE_wrappers/TAO/tao/IORManipulation/Makefile ACE_wrappers/TAO/tao/IORTable/Makefile ACE_wrappers/TAO/tao/PortableServer/Makefile ACE_wrappers/TAO/tao/PortableServer/Policy_Validator.cpp ACE_wrappers/TAO/tao/PortableServer/Policy_Validator.h ACE_wrappers/TAO/tao/RTCORBA/Makefile ACE_wrappers/TAO/tao/RTPortableServer/Makefile ACE_wrappers/TAO/tao/SmartProxies/Makefile ACE_wrappers/TAO/tao/Strategies/Makefile ACE_wrappers/TAO/tao/TypeCodeFactory/Makefile ACE_wrappers/TAO/tests/AMI/Makefile ACE_wrappers/TAO/tests/AMI_Buffering/Makefile ACE_wrappers/TAO/tests/AMI_Timeouts/Makefile ACE_wrappers/TAO/tests/BiDirectional/Makefile ACE_wrappers/TAO/tests/BiDirectional_NestedUpcall/Makefile ACE_wrappers/TAO/tests/Big_Oneways/Makefile ACE_wrappers/TAO/tests/Big_Reply/Makefile ACE_wrappers/TAO/tests/Big_Request_Muxing/Makefile ACE_wrappers/TAO/tests/Big_Twoways/Makefile ACE_wrappers/TAO/tests/Blocking_Sync_None/Makefile ACE_wrappers/TAO/tests/CDR/Makefile ACE_wrappers/TAO/tests/Cache_Growth_Test/Makefile ACE_wrappers/TAO/tests/Client_Leaks/Makefile ACE_wrappers/TAO/tests/Codec/Makefile ACE_wrappers/TAO/tests/Collocation/Makefile.stub ACE_wrappers/TAO/tests/Connection_Purging/Makefile ACE_wrappers/TAO/tests/Crash_On_Write/Makefile ACE_wrappers/TAO/tests/Crashed_Callback/Makefile ACE_wrappers/TAO/tests/DLL_ORB/Makefile ACE_wrappers/TAO/tests/DLL_ORB/Makefile.Test_Client_Module ACE_wrappers/TAO/tests/DLL_ORB/Makefile.Test_Server_Module ACE_wrappers/TAO/tests/DSI_Gateway/Makefile ACE_wrappers/TAO/tests/DynAny_Test/Makefile ACE_wrappers/TAO/tests/Explicit_Event_Loop/Makefile ACE_wrappers/TAO/tests/Exposed_Policies/Makefile ACE_wrappers/TAO/tests/FL_Cube/Makefile ACE_wrappers/TAO/tests/Faults/Makefile ACE_wrappers/TAO/tests/File_IO/Makefile ACE_wrappers/TAO/tests/Forwarding/Makefile ACE_wrappers/TAO/tests/Hello/Makefile ACE_wrappers/TAO/tests/IDL_Test/Makefile ACE_wrappers/TAO/tests/IORManipulation/Makefile ACE_wrappers/TAO/tests/InterOp-Naming/Makefile ACE_wrappers/TAO/tests/Leader_Followers/Makefile ACE_wrappers/TAO/tests/LongUpcalls/Makefile ACE_wrappers/TAO/tests/MProfile/Makefile ACE_wrappers/TAO/tests/MProfile_Forwarding/Makefile ACE_wrappers/TAO/tests/MT_Client/Makefile ACE_wrappers/TAO/tests/MT_Server/Makefile ACE_wrappers/TAO/tests/MT_Timeout/Makefile ACE_wrappers/TAO/tests/Multiple/Makefile ACE_wrappers/TAO/tests/Multiple_Inheritance/Makefile ACE_wrappers/TAO/tests/Muxing/Makefile ACE_wrappers/TAO/tests/Native_Exceptions/Makefile ACE_wrappers/TAO/tests/NestedUpcall/MT_Client_Test/Makefile ACE_wrappers/TAO/tests/NestedUpcall/Simple/Makefile ACE_wrappers/TAO/tests/NestedUpcall/Triangle_Test/Makefile ACE_wrappers/TAO/tests/Nested_Event_Loop/Makefile ACE_wrappers/TAO/tests/ORB_init/Makefile ACE_wrappers/TAO/tests/Object_Loader/Makefile ACE_wrappers/TAO/tests/OctetSeq/Makefile ACE_wrappers/TAO/tests/Oneway_Buffering/Makefile ACE_wrappers/TAO/tests/Oneways_Invoking_Twoways/Makefile ACE_wrappers/TAO/tests/POA/Etherealization/Makefile ACE_wrappers/TAO/tests/POA/Excessive_Object_Deactivations/Makefile ACE_wrappers/TAO/tests/POA/Identity/Makefile ACE_wrappers/TAO/tests/POA/Non_Servant_Upcalls/Makefile ACE_wrappers/TAO/tests/POA/Object_Reactivation/Makefile ACE_wrappers/TAO/tests/POA/POA_Destruction/Makefile ACE_wrappers/TAO/tests/POA/Single_Threaded_POA/Makefile ACE_wrappers/TAO/tests/POA/wait_for_completion/Makefile ACE_wrappers/TAO/tests/Param_Test/Makefile ACE_wrappers/TAO/tests/Policies/Makefile ACE_wrappers/TAO/tests/Portable_Interceptors/Benchmark/Makefile ACE_wrappers/TAO/tests/Portable_Interceptors/Dynamic/Makefile ACE_wrappers/TAO/tests/Portable_Interceptors/ForwardRequest/Makefile ACE_wrappers/TAO/tests/Portable_Interceptors/IORInterceptor/Makefile ACE_wrappers/TAO/tests/Portable_Interceptors/PICurrent/Makefile ACE_wrappers/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Makefile ACE_wrappers/TAO/tests/Portable_Interceptors/Service_Context_Manipulation/Makefile ACE_wrappers/TAO/tests/QtTests/Makefile ACE_wrappers/TAO/tests/RTCORBA/Banded_Connections/Makefile ACE_wrappers/TAO/tests/RTCORBA/Client_Propagated/Makefile ACE_wrappers/TAO/tests/RTCORBA/Client_Protocol/Makefile ACE_wrappers/TAO/tests/RTCORBA/Collocation/Makefile ACE_wrappers/TAO/tests/RTCORBA/Explicit_Binding/Makefile ACE_wrappers/TAO/tests/RTCORBA/Linear_Priority/Makefile ACE_wrappers/TAO/tests/RTCORBA/MT_Client_Protocol_Priority/Makefile ACE_wrappers/TAO/tests/RTCORBA/ORB_init/Makefile ACE_wrappers/TAO/tests/RTCORBA/Persistent_IOR/Makefile ACE_wrappers/TAO/tests/RTCORBA/Policy_Combinations/Makefile ACE_wrappers/TAO/tests/RTCORBA/Private_Connection/Makefile ACE_wrappers/TAO/tests/RTCORBA/RTMutex/Makefile ACE_wrappers/TAO/tests/RTCORBA/Server_Declared/Makefile ACE_wrappers/TAO/tests/RTCORBA/Server_Protocol/Makefile ACE_wrappers/TAO/tests/RTCORBA/Thread_Pool/Makefile ACE_wrappers/TAO/tests/Reliable_Oneways/Makefile ACE_wrappers/TAO/tests/Server_Leaks/Makefile ACE_wrappers/TAO/tests/Single_Read/Makefile ACE_wrappers/TAO/tests/Smart_Proxies/Makefile ACE_wrappers/TAO/tests/Smart_Proxies/On_Demand/Makefile ACE_wrappers/TAO/tests/Timed_Buffered_Oneways/Makefile ACE_wrappers/TAO/tests/Timeout/Makefile ACE_wrappers/TAO/utils/catior/Makefile ACE_wrappers/TAO/utils/nslist/Makefile ACE_wrappers/ace/Makefile ACE_wrappers/ace/RMCast/Makefile ACE_wrappers/apps/Gateway/Gateway/Makefile ACE_wrappers/apps/Gateway/Peer/Makefile ACE_wrappers/apps/drwho/Makefile ACE_wrappers/apps/gperf/src/Makefile ACE_wrappers/apps/gperf/tests/Makefile ACE_wrappers/examples/ASX/CCM_App/Makefile ACE_wrappers/examples/ASX/Event_Server/Event_Server/Makefile ACE_wrappers/examples/ASX/Event_Server/Transceiver/Makefile ACE_wrappers/examples/ASX/UPIPE_Event_Server/Makefile ACE_wrappers/examples/Connection/misc/Makefile ACE_wrappers/examples/Connection/non_blocking/Makefile ACE_wrappers/examples/IOStream/server/Makefile ACE_wrappers/examples/IPC_SAP/DEV_SAP/reader/Makefile ACE_wrappers/examples/IPC_SAP/DEV_SAP/writer/Makefile ACE_wrappers/examples/IPC_SAP/FILE_SAP/Makefile ACE_wrappers/examples/IPC_SAP/SOCK_SAP/Makefile ACE_wrappers/examples/IPC_SAP/SPIPE_SAP/Makefile ACE_wrappers/examples/IPC_SAP/UPIPE_SAP/Makefile ACE_wrappers/examples/Log_Msg/Makefile ACE_wrappers/examples/Logger/Acceptor-server/Makefile ACE_wrappers/examples/Logger/simple-server/Makefile ACE_wrappers/examples/Mem_Map/IO-tests/Makefile ACE_wrappers/examples/Misc/Makefile ACE_wrappers/examples/Reactor/Dgram/Makefile ACE_wrappers/examples/Reactor/FIFO/Makefile ACE_wrappers/examples/Reactor/Misc/Makefile ACE_wrappers/examples/Reactor/Ntalker/Makefile ACE_wrappers/examples/Service_Configurator/IPC-tests/server/Makefile ACE_wrappers/examples/Service_Configurator/Misc/Makefile ACE_wrappers/examples/Shared_Malloc/Makefile ACE_wrappers/examples/System_V_IPC/SV_Message_Queues/Makefile ACE_wrappers/examples/Threads/Makefile ACE_wrappers/examples/Timer_Queue/Makefile ACE_wrappers/netsvcs/clients/Naming/Client/Makefile ACE_wrappers/netsvcs/clients/Naming/Dump_Restore/Makefile ACE_wrappers/netsvcs/clients/Tokens/collection/Makefile ACE_wrappers/netsvcs/clients/Tokens/invariant/Makefile ACE_wrappers/netsvcs/clients/Tokens/mutex/Makefile ACE_wrappers/netsvcs/clients/Tokens/rw_lock/Makefile ACE_wrappers/netsvcs/lib/Makefile ACE_wrappers/netsvcs/servers/Makefile ACE_wrappers/performance-tests/Misc/Makefile ACE_wrappers/performance-tests/Server_Concurrency/Leader_Follower/Makefile ACE_wrappers/performance-tests/Server_Concurrency/Queue_Based_Workers/Makefile ACE_wrappers/performance-tests/TCP/Makefile ACE_wrappers/performance-tests/UDP/Makefile ACE_wrappers/tests/Makefile ACE_wrappers/tests/RMCast/Makefile ACE_wrappers/websvcs/lib/Makefile This patch contains fixes for the TAO reply dispatcher reference counting and the PortableServer's policy validator. See ACE_wrappers/OCIChangeLog and ACE_wrappers/TAO/OCIChangeLog for the specific changes included in this patch. You must have installed the full source code for OCI TAO 1.2a, plus patch levels 1 through 8 in order to apply this patch. To apply this patch: - Open http://download.ociweb.com/TAO-1.2a_patches in your web browser. - Select the link labeled TAO-1.2a_p9_patched_files.tar.gz or TAO-1.2a_p9_patched_files.zip. - Save TAO-1.2a_p9_patched_files.tar.gz or TAO-1.2a_p9_patched_files.zip to the directory in which you installed OCI TAO 1.2a (the directory above your ACE_wrappers directory). - In UNIX and UNIX-like operating systems, type the following command: gunzip -c TAO-1.2a_p9_patched_files.tar.gz | tar xvf - NOTE: You must use GNU Tar to extract this file. - In Windows, you can use WinZip to save the files from the TAO-1.2a_p9_patched_files.zip archive. Be sure to overwrite existing files. - Clean your existing ACE and TAO build and rebuild it following the usual build procedures. See Chapter 2 and the relevant Appendices in the OCI TAO 1.2a Developer's Guide, or ACE_wrappers/ACE-INSTALL.html and ACE_wrappers/TAO/TAO-INSTALL.html, for details on building ACE and TAO for your platform and configuration. Note: You should not need to change your existing ACE_wrappers/ace/config.h and, if applicable, ACE_wrappers/include/makeinclude/platform_macros.GNU files to rebuild ACE and TAO after applying this patch. TAO-1.2a_p8_patched_files.tar.gz OCI TAO 1.2a Patch Level 8 contains replacement files, not differences ("diffs"), for the following files in the OCI TAO 1.2a source code: ACE_wrappers/ace/config-rtems.h ACE_wrappers/ace/config-vxworks5.x.h ACE_wrappers/ace/Event_Handler.h ACE_wrappers/ace/QtReactor.cpp ACE_wrappers/ace/QtReactor.h ACE_wrappers/ace/streams.h ACE_wrappers/ace/TP_Reactor.cpp ACE_wrappers/OCIChangeLog ACE_wrappers/TAO/OCIChangeLog ACE_wrappers/TAO/tao/BiDir_GIOP/BiDirGIOP.cpp ACE_wrappers/TAO/tao/BiDir_GIOP/BiDirGIOP.h ACE_wrappers/TAO/TAO_IDL/be/be_codegen.cpp ACE_wrappers/TAO/TAO_IDL/be/be_global.cpp ACE_wrappers/TAO/TAO_IDL/be/be_visitor_attribute/attribute.cpp ACE_wrappers/TAO/TAO_IDL/be/be_visitor_factory.cpp ACE_wrappers/TAO/TAO_IDL/be/be_visitor_interface.cpp ACE_wrappers/TAO/TAO_IDL/be/be_visitor_interface/interceptors_ch.cpp ACE_wrappers/TAO/TAO_IDL/be/be_visitor_interface/interceptors_with_thrupoa_ch.cpp ACE_wrappers/TAO/TAO_IDL/be/be_visitor_interface/interface_ch.cpp ACE_wrappers/TAO/TAO_IDL/be/be_visitor_interface/interface.cpp ACE_wrappers/TAO/TAO_IDL/be/be_visitor_module.cpp ACE_wrappers/TAO/TAO_IDL/be/be_visitor_module/interceptors_with_thrupoa.cpp ACE_wrappers/TAO/TAO_IDL/be/be_visitor_module/module.cpp ACE_wrappers/TAO/TAO_IDL/be/be_visitor_operation.cpp ACE_wrappers/TAO/TAO_IDL/be/be_visitor_operation/interceptors_ch.cpp ACE_wrappers/TAO/TAO_IDL/be/be_visitor_operation/interceptors_cs.cpp ACE_wrappers/TAO/TAO_IDL/be/be_visitor_operation/interceptors_with_thrupoa_ch.cpp ACE_wrappers/TAO/TAO_IDL/be/be_visitor_operation/thru_poa_collocated_ss.cpp ACE_wrappers/TAO/TAO_IDL/be/be_visitor_operation/thru_poa_proxy_impl_ss.cpp ACE_wrappers/TAO/TAO_IDL/be/be_visitor_root.cpp ACE_wrappers/TAO/TAO_IDL/be/be_visitor_root/interceptors_with_thrupoa.cpp ACE_wrappers/TAO/TAO_IDL/be/be_visitor_root/root.cpp ACE_wrappers/TAO/TAO_IDL/be_include/be_codegen.h ACE_wrappers/TAO/TAO_IDL/be_include/be_global.h ACE_wrappers/TAO/TAO_IDL/be_include/be_visitor_interface.h ACE_wrappers/TAO/TAO_IDL/be_include/be_visitor_interface/interceptors_with_thrupoa_ch.h ACE_wrappers/TAO/TAO_IDL/be_include/be_visitor_module.h ACE_wrappers/TAO/TAO_IDL/be_include/be_visitor_module/interceptors_with_thrupoa.h ACE_wrappers/TAO/TAO_IDL/be_include/be_visitor_operation.h ACE_wrappers/TAO/TAO_IDL/be_include/be_visitor_operation/interceptors_with_thrupoa_ch.h ACE_wrappers/TAO/TAO_IDL/be_include/be_visitor_operation/thru_poa_collocated_ss.h ACE_wrappers/TAO/TAO_IDL/be_include/be_visitor_operation/thru_poa_proxy_impl_ss.h ACE_wrappers/TAO/TAO_IDL/be_include/be_visitor_root.h ACE_wrappers/TAO/TAO_IDL/be_include/be_visitor_root/interceptors_with_thrupoa.h ACE_wrappers/TAO/TAO_IDL/driver/drv_args.cpp ACE_wrappers/TAO/tao/Invocation.cpp ACE_wrappers/TAO/tao/Invocation.h ACE_wrappers/TAO/tao/Invocation.i ACE_wrappers/TAO/tao/ORB_Table.h ACE_wrappers/TAO/tao/Synch_Reply_Dispatcher.cpp ACE_wrappers/TAO/tao/Synch_Reply_Dispatcher.h ACE_wrappers/TAO/tao/Transport.cpp ACE_wrappers/TAO/tests/Collocation/ThruPOA_Collocation_Diamond_DLL.dsp ACE_wrappers/TAO/tests/Collocation/ThruPOA_Collocation.dsp ACE_wrappers/TAO/tests/Collocation/ThruPOA_Collocation.dsw ACE_wrappers/TAO/tests/Collocation/ThruPOA_Collocation_Test_Stubs_DLL.dsp ACE_wrappers/TAO/tests/IDL_Test/Makefile ACE_wrappers/TAO/tests/Portable_Interceptors/ForwardRequest/ForwardRequest_Client.dsp ACE_wrappers/TAO/tests/Portable_Interceptors/ForwardRequest/ForwardRequest.dsw ACE_wrappers/TAO/tests/Portable_Interceptors/ForwardRequest/ForwardRequest_Server.dsp ACE_wrappers/TAO/tests/Portable_Interceptors/ForwardRequest/run_test.pl ACE_wrappers/TAO/tests/Portable_Interceptors/IORInterceptor/IORInterceptor.dsw ACE_wrappers/TAO/tests/Portable_Interceptors/Service_Context_Manipulation/interceptors.cpp ACE_wrappers/TAO/tests/Portable_Interceptors/Service_Context_Manipulation/Makefile ACE_wrappers/TAO/tests/Portable_Interceptors/Service_Context_Manipulation/run_test.pl ACE_wrappers/TAO/tests/ThruPOA_Interceptors/ClientInitializer.cpp ACE_wrappers/TAO/tests/ThruPOA_Interceptors/ClientInitializer.h ACE_wrappers/TAO/tests/ThruPOA_Interceptors/ClientInterceptor.cpp ACE_wrappers/TAO/tests/ThruPOA_Interceptors/ClientInterceptor.h ACE_wrappers/TAO/tests/ThruPOA_Interceptors/Client_Intr.dsp ACE_wrappers/TAO/tests/ThruPOA_Interceptors/Client_NoIntr.dsp ACE_wrappers/TAO/tests/ThruPOA_Interceptors/Colloc_Intr.dsp ACE_wrappers/TAO/tests/ThruPOA_Interceptors/Colloc_NoIntr.dsp ACE_wrappers/TAO/tests/ThruPOA_Interceptors/Makefile ACE_wrappers/TAO/tests/ThruPOA_Interceptors/MessengerClient.cpp ACE_wrappers/TAO/tests/ThruPOA_Interceptors/Messenger_i.cpp ACE_wrappers/TAO/tests/ThruPOA_Interceptors/Messenger.idl ACE_wrappers/TAO/tests/ThruPOA_Interceptors/Messenger_i.h ACE_wrappers/TAO/tests/ThruPOA_Interceptors/MessengerServer.cpp ACE_wrappers/TAO/tests/ThruPOA_Interceptors/MessengerServer.dsp ACE_wrappers/TAO/tests/ThruPOA_Interceptors/README ACE_wrappers/TAO/tests/ThruPOA_Interceptors/run_test.pl ACE_wrappers/TAO/tests/ThruPOA_Interceptors/ServerInitializer.cpp ACE_wrappers/TAO/tests/ThruPOA_Interceptors/ServerInitializer.h ACE_wrappers/TAO/tests/ThruPOA_Interceptors/ServerInterceptor.cpp ACE_wrappers/TAO/tests/ThruPOA_Interceptors/ServerInterceptor.h ACE_wrappers/TAO/tests/ThruPOA_Interceptors/Server_Intr.dsp ACE_wrappers/TAO/tests/ThruPOA_Interceptors/Server_NoIntr.dsp ACE_wrappers/TAO/tests/ThruPOA_Interceptors/ThruPOA_Interceptors.dsw ACE_wrappers/TAO/tests/ThruPOA_Interceptors/ThruPOA_Interceptors.mpc ACE_wrappers/TAO/tests/ThruPOA_PI_Support/ForwardRequest/client.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/ForwardRequest/Client_ORBInitializer.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/ForwardRequest/Client_ORBInitializer.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/ForwardRequest/Client_Request_Interceptor.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/ForwardRequest/Client_Request_Interceptor.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/ForwardRequest/ForwardRequest_Client.dsp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/ForwardRequest/ForwardRequest.dsw ACE_wrappers/TAO/tests/ThruPOA_PI_Support/ForwardRequest/ForwardRequest_Server.dsp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/ForwardRequest/Makefile ACE_wrappers/TAO/tests/ThruPOA_PI_Support/ForwardRequest/README ACE_wrappers/TAO/tests/ThruPOA_PI_Support/ForwardRequest/run_test.pl ACE_wrappers/TAO/tests/ThruPOA_PI_Support/ForwardRequest/server.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/ForwardRequest/Server_ORBInitializer.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/ForwardRequest/Server_ORBInitializer.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/ForwardRequest/Server_Request_Interceptor.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/ForwardRequest/Server_Request_Interceptor.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/ForwardRequest/test_i.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/ForwardRequest/test.idl ACE_wrappers/TAO/tests/ThruPOA_PI_Support/ForwardRequest/test_i.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/IORInterceptor/client.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/IORInterceptor/FOO_Client_ORBInitializer.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/IORInterceptor/FOO_Client_ORBInitializer.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/IORInterceptor/FOO_ClientRequestInterceptor.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/IORInterceptor/FOO_ClientRequestInterceptor.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/IORInterceptor/FOO_IORInterceptor.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/IORInterceptor/FOO_IORInterceptor.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/IORInterceptor/FOO_IORInterceptor_ORBInitializer.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/IORInterceptor/FOO_IORInterceptor_ORBInitializer.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/IORInterceptor/IORInterceptor_Client.dsp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/IORInterceptor/IORInterceptor.dsw ACE_wrappers/TAO/tests/ThruPOA_PI_Support/IORInterceptor/Makefile ACE_wrappers/TAO/tests/ThruPOA_PI_Support/IORInterceptor/Makefile.bor ACE_wrappers/TAO/tests/ThruPOA_PI_Support/IORInterceptor/README ACE_wrappers/TAO/tests/ThruPOA_PI_Support/IORInterceptor/run_test.pl ACE_wrappers/TAO/tests/ThruPOA_PI_Support/IORInterceptor/server.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/IORInterceptor/test_i.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/IORInterceptor/test.idl ACE_wrappers/TAO/tests/ThruPOA_PI_Support/IORInterceptor/test_i.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/any.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/any.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/anyop.bor ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/anyop.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/bd_array_seq.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/bd_array_seq.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/bd_long_seq.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/bd_long_seq.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/bd_short_seq.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/bd_short_seq.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/bd_string.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/bd_string.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/bd_str_seq.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/bd_str_seq.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/bd_struct_seq.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/bd_struct_seq.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/bd_wstring.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/bd_wstring.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/bd_wstr_seq.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/bd_wstr_seq.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/big_union.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/big_union.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/client.bor ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/client.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/client.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/complex_any.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/complex_any.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/driver.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/driver.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/except.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/except.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/fixed_array.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/fixed_array.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/fixed_struct.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/fixed_struct.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/helper.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/helper.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/Makefile ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/Makefile.bor ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/multdim_array.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/multdim_array.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/nested_struct.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/nested_struct.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/objref.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/objref.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/objref_struct.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/objref_struct.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/options.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/options.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/Param_Test_Anyop.dsp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/Param_Test_Client.dsp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/Param_Test.dsw ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/param_test_i.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/param_test.idl ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/param_test_i.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/Param_Test_Server.dsp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/README ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/recursive_struct.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/recursive_struct.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/recursive_union.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/recursive_union.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/results.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/results.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/run_test_dii.pl ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/run_test.pl ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/server.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/short.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/short.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/small_union.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/small_union.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/svc.conf ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/tests.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/tmplinst.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/typecode.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/typecode.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/ub_any_seq.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/ub_any_seq.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/ub_array_seq.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/ub_array_seq.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/ub_long_seq.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/ub_long_seq.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/ub_objref_seq.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/ub_objref_seq.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/ub_short_seq.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/ub_short_seq.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/ub_string.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/ub_string.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/ub_str_seq.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/ub_str_seq.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/ub_struct_seq.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/ub_struct_seq.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/ub_wstring.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/ub_wstring.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/ub_wstr_seq.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/ub_wstr_seq.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/ulonglong.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/ulonglong.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/var_array.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/var_array.h ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/var_struct.cpp ACE_wrappers/TAO/tests/ThruPOA_PI_Support/Param_Test/var_struct.h ACE_wrappers/TAO/PROBLEM-REPORT-FORM ACE_wrappers/TAO/VERSION ACE_wrappers/PROBLEM-REPORT-FORM ACE_wrappers/VERSION This patch wraps up a number of customer requested features including support for portable interceptors when using the Thru-POA collocation strategy, and improved integration with the QT windowing environment. In addition, more bugs were resolved with this release, including socket closure handling during long calls, and portable interceptor access to service contexts in reply messages. See ACE_wrappers/OCIChangeLog and ACE_wrappers/TAO/OCIChangeLog for the specific changes included in this patch. You must have installed the full source code for OCI TAO 1.2a, plus patch levels 1 through 6 in order to apply this patch. To apply this patch: - Open http://download.ociweb.com/TAO-1.2a_patches in your web browser. - Select the link labeled TAO-1.2a_p8_patched_files.tar.gz or TAO-1.2a_p8_patched_files.zip. - Save TAO-1.2a_p8_patched_files.tar.gz or TAO-1.2a_p8_patched_files.zip to the directory in which you installed OCI TAO 1.2a (the directory above your ACE_wrappers directory). - In UNIX and UNIX-like operating systems, type the following command: gunzip -c TAO-1.2a_p8_patched_files.tar.gz | tar xvf - NOTE: You must use GNU Tar to extract this file. - In Windows, you can use WinZip to save the files from the TAO-1.2a_p7_patched_files.zip archive. Be sure to overwrite existing files. - Clean your existing ACE and TAO build and rebuild it following the usual build procedures. See Chapter 2 and the relevant Appendices in the OCI TAO 1.2a Developer's Guide, or ACE_wrappers/ACE-INSTALL.html and ACE_wrappers/TAO/TAO-INSTALL.html, for details on building ACE and TAO for your platform and configuration. Note: You should not need to change your existing ACE_wrappers/ace/config.h and, if applicable, ACE_wrappers/include/makeinclude/platform_macros.GNU files to rebuild ACE and TAO after applying this patch. TAO-1.2a_p7_patched_files.tar.gz OCI TAO 1.2a Patch Level 7 contains replacement files, not differences ("diffs"), for the following files in the OCI TAO 1.2a source code: ACE_wrappers/OCIChangeLog ACE_wrappers/PROBLEM-REPORT-FORM ACE_wrappers/VERSION ACE_wrappers/TAO/OCIChangeLog ACE_wrappers/TAO/PROBLEM-REPORT-FORM ACE_wrappers/TAO/VERSION ACE_wrappers/TAO/orbsvcs/ImplRepo_Service/ImplRepo_i.cpp ACE_wrappers/TAO/orbsvcs/ImplRepo_Service/tao_imr_i.cpp ACE_wrappers/TAO/tao/Asynch_Invocation.cpp ACE_wrappers/TAO/tao/Asynch_Invocation.h ACE_wrappers/TAO/tao/ORB_Core.cpp ACE_wrappers/TAO/tao/Profile.cpp ACE_wrappers/TAO/tao/Profile.h ACE_wrappers/TAO/tao/Stub.cpp ACE_wrappers/TAO/tests/File_IO/client.cpp ACE_wrappers/ace/CDR_Stream.cpp ACE_wrappers/ace/Makefile ACE_wrappers/ace/Object_Manager.cpp In general, this patch memory violations, memory leaks and implementation repository quirkiness. See ACE_wrappers/OCIChangeLog and ACE_wrappers/TAO/OCIChangeLog for the specific changes included in this patch. You must have installed the full source code for OCI TAO 1.2a, plus patch levels 1 through 6 in order to apply this patch. To apply this patch: - Open http://download.ociweb.com/TAO-1.2a_patches in your web browser. - Select the link labeled TAO-1.2a_p7_patched_files.tar.gz or TAO-1.2a_p7_patched_files.zip. - Save TAO-1.2a_p7_patched_files.tar.gz or TAO-1.2a_p7_patched_files.zip to the directory in which you installed OCI TAO 1.2a (the directory above your ACE_wrappers directory). - In UNIX and UNIX-like operating systems, type the following command: gunzip -c TAO-1.2a_p7_patched_files.tar.gz | tar xvf - NOTE: You must use GNU Tar to extract this file. - In Windows, you can use WinZip to save the files from the TAO-1.2a_p7_patched_files.zip archive. Be sure to overwrite existing files. - Clean your existing ACE and TAO build and rebuild it following the usual build procedures. See Chapter 2 and the relevant Appendices in the OCI TAO 1.2a Developer's Guide, or ACE_wrappers/ACE-INSTALL.html and ACE_wrappers/TAO/TAO-INSTALL.html, for details on building ACE and TAO for your platform and configuration. Note: You should not need to change your existing ACE_wrappers/ace/config.h and, if applicable, ACE_wrappers/include/makeinclude/platform_macros.GNU files to rebuild ACE and TAO after applying this patch. TAO-1.2a_p6_patched_files.tar.gz OCI TAO 1.2a Patch Level 6 contains replacement files, not differences ("diffs"), for the following files in the OCI TAO 1.2a source code: ACE_wrappers/ChangeLog ACE_wrappers/OCIChangeLog ACE_wrappers/PROBLEM-REPORT-FORM ACE_wrappers/VERSION ACE_wrappers/TAO/OCIChangeLog ACE_wrappers/TAO/PROBLEM-REPORT-FORM ACE_wrappers/TAO/VERSION ACE_wrappers/TAO/TAO_IDL/Makefile.BE ACE_wrappers/TAO/TAO_IDL/Makefile.EXE ACE_wrappers/TAO/TAO_IDL/Makefile.FE ACE_wrappers/TAO/TAO_IDL/be/be_codegen.cpp ACE_wrappers/TAO/TAO_IDL/be/be_visitor_operation/ami_exception_holder_operation_cs.cpp ACE_wrappers/TAO/docs/tutorials/Quoter/AMI/Makefile ACE_wrappers/TAO/docs/tutorials/Quoter/Event_Service/Makefile ACE_wrappers/TAO/docs/tutorials/Quoter/Naming_Service/Makefile ACE_wrappers/TAO/docs/tutorials/Quoter/On_Demand_Activation/Makefile ACE_wrappers/TAO/docs/tutorials/Quoter/RT_Event_Service/Makefile ACE_wrappers/TAO/docs/tutorials/Quoter/Simple/Client/Makefile ACE_wrappers/TAO/docs/tutorials/Quoter/Simple/Impl-Repo/Makefile ACE_wrappers/TAO/docs/tutorials/Quoter/Simple/ImprovedServer/Makefile ACE_wrappers/TAO/docs/tutorials/Quoter/Simple/Persistent/Makefile ACE_wrappers/TAO/docs/tutorials/Quoter/Simple/Server/Makefile ACE_wrappers/TAO/docs/tutorials/Quoter/idl/Makefile ACE_wrappers/TAO/examples/Buffered_AMI/Makefile ACE_wrappers/TAO/examples/Buffered_Oneways/Makefile ACE_wrappers/TAO/examples/Callback_Quoter/Makefile ACE_wrappers/TAO/examples/Content_Server/AMI_Iterator/Makefile ACE_wrappers/TAO/examples/Content_Server/AMI_Observer/Makefile ACE_wrappers/TAO/examples/Content_Server/SMI_Iterator/Makefile ACE_wrappers/TAO/examples/Event_Comm/Makefile ACE_wrappers/TAO/examples/Load_Balancing/Makefile ACE_wrappers/TAO/examples/Load_Balancing_persistent/Makefile ACE_wrappers/TAO/examples/Logging/Makefile ACE_wrappers/TAO/examples/OBV/Typed_Events/Makefile ACE_wrappers/TAO/examples/POA/Adapter_Activator/Makefile ACE_wrappers/TAO/examples/POA/DSI/Makefile ACE_wrappers/TAO/examples/POA/Default_Servant/Makefile ACE_wrappers/TAO/examples/POA/Explicit_Activation/Makefile ACE_wrappers/TAO/examples/POA/FindPOA/Makefile ACE_wrappers/TAO/examples/POA/Forwarding/Makefile ACE_wrappers/TAO/examples/POA/Generic_Servant/Makefile ACE_wrappers/TAO/examples/POA/Loader/Makefile ACE_wrappers/TAO/examples/POA/NewPOA/Makefile ACE_wrappers/TAO/examples/POA/On_Demand_Activation/Makefile ACE_wrappers/TAO/examples/POA/On_Demand_Loading/Makefile ACE_wrappers/TAO/examples/POA/Reference_Counted_Servant/Makefile ACE_wrappers/TAO/examples/POA/RootPOA/Makefile ACE_wrappers/TAO/examples/POA/TIE/Makefile ACE_wrappers/TAO/examples/Persistent_Grid/Makefile ACE_wrappers/TAO/examples/PluggableUDP/tests/Basic/Makefile ACE_wrappers/TAO/examples/PluggableUDP/tests/Performance/Makefile ACE_wrappers/TAO/examples/PluggableUDP/tests/SimplePerformance/Makefile ACE_wrappers/TAO/examples/Quoter/Makefile ACE_wrappers/TAO/examples/Simple/bank/Makefile ACE_wrappers/TAO/examples/Simple/chat/Makefile ACE_wrappers/TAO/examples/Simple/echo/Makefile ACE_wrappers/TAO/examples/Simple/grid/Makefile ACE_wrappers/TAO/examples/Simple/time/Makefile ACE_wrappers/TAO/examples/Simple/time-date/Makefile ACE_wrappers/TAO/examples/Simulator/Event_Supplier/Makefile ACE_wrappers/TAO/examples/TypeCode_Creation/Makefile ACE_wrappers/TAO/orbsvcs/CosEvent_Service/Makefile ACE_wrappers/TAO/orbsvcs/Event_Service/Makefile ACE_wrappers/TAO/orbsvcs/IFR_Service/Makefile.BE ACE_wrappers/TAO/orbsvcs/IFR_Service/Makefile.EX ACE_wrappers/TAO/orbsvcs/IFR_Service/Makefile.IFR_Service ACE_wrappers/TAO/orbsvcs/ImplRepo_Service/Makefile ACE_wrappers/TAO/orbsvcs/LifeCycle_Service/Makefile ACE_wrappers/TAO/orbsvcs/Logging_Service/Makefile ACE_wrappers/TAO/orbsvcs/Notify_Service/Makefile ACE_wrappers/TAO/orbsvcs/Scheduling_Service/Makefile ACE_wrappers/TAO/orbsvcs/TAO_Service/Makefile ACE_wrappers/TAO/orbsvcs/Trading_Service/Makefile ACE_wrappers/TAO/orbsvcs/examples/CosEC/Factory/Makefile ACE_wrappers/TAO/orbsvcs/examples/CosEC/RtEC_Based/bin/Makefile ACE_wrappers/TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/Makefile ACE_wrappers/TAO/orbsvcs/examples/CosEC/Simple/Makefile ACE_wrappers/TAO/orbsvcs/examples/RtEC/MCast/Makefile ACE_wrappers/TAO/orbsvcs/examples/RtEC/Schedule/Makefile ACE_wrappers/TAO/orbsvcs/examples/RtEC/Simple/Makefile ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.CosConcurrency ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.CosEvent ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.CosLifeCycle ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.CosNaming ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.CosNotification ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.CosProperty ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.CosTime ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.CosTrading ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.DsLogAdmin ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.ETCL ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.FaultTolerance ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.LoadBalancing ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.RTEvent ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.RTOLDEvent ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.RTSched ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.RTSchedEvent ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.Svc_Utils ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.av ACE_wrappers/TAO/orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp ACE_wrappers/TAO/orbsvcs/performance-tests/EC_Federated_Latency/Makefile ACE_wrappers/TAO/orbsvcs/performance-tests/EC_Latency/Makefile ACE_wrappers/TAO/orbsvcs/tests/AVStreams/Asynch_Three_Stage/Makefile ACE_wrappers/TAO/orbsvcs/tests/AVStreams/Component_Switching/Makefile ACE_wrappers/TAO/orbsvcs/tests/AVStreams/Full_Profile/Makefile ACE_wrappers/TAO/orbsvcs/tests/AVStreams/Latency/Makefile ACE_wrappers/TAO/orbsvcs/tests/AVStreams/Multicast/Makefile ACE_wrappers/TAO/orbsvcs/tests/AVStreams/Multicast_Full_Profile/Makefile ACE_wrappers/TAO/orbsvcs/tests/AVStreams/Pluggable/Makefile ACE_wrappers/TAO/orbsvcs/tests/AVStreams/Simple_Three_Stage/Makefile ACE_wrappers/TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage/Makefile ACE_wrappers/TAO/orbsvcs/tests/Concurrency/Makefile ACE_wrappers/TAO/orbsvcs/tests/CosEvent/Basic/Makefile ACE_wrappers/TAO/orbsvcs/tests/CosEvent/lib/Makefile ACE_wrappers/TAO/orbsvcs/tests/EC_Basic/Makefile ACE_wrappers/TAO/orbsvcs/tests/EC_Custom_Marshal/Makefile ACE_wrappers/TAO/orbsvcs/tests/EC_Mcast/Makefile ACE_wrappers/TAO/orbsvcs/tests/EC_Multiple/Makefile ACE_wrappers/TAO/orbsvcs/tests/EC_Throughput/Makefile ACE_wrappers/TAO/orbsvcs/tests/Event/Basic/Makefile ACE_wrappers/TAO/orbsvcs/tests/Event/Performance/Makefile ACE_wrappers/TAO/orbsvcs/tests/Event/lib/Makefile ACE_wrappers/TAO/orbsvcs/tests/Event_Latency/Makefile ACE_wrappers/TAO/orbsvcs/tests/FaultTolerance/IOGR/Makefile ACE_wrappers/TAO/orbsvcs/tests/FaultTolerance/IOGRManipulation/Makefile ACE_wrappers/TAO/orbsvcs/tests/ImplRepo/Makefile ACE_wrappers/TAO/orbsvcs/tests/ImplRepo_Retry/Makefile ACE_wrappers/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/Makefile ACE_wrappers/TAO/orbsvcs/tests/InterfaceRepo/IFR_Test/Makefile ACE_wrappers/TAO/orbsvcs/tests/InterfaceRepo/Persistence_Test/Makefile ACE_wrappers/TAO/orbsvcs/tests/Interoperable_Naming/Makefile ACE_wrappers/TAO/orbsvcs/tests/LoadBalancing/Makefile ACE_wrappers/TAO/orbsvcs/tests/Notify/Basic/Makefile ACE_wrappers/TAO/orbsvcs/tests/Notify/Blocking/Makefile ACE_wrappers/TAO/orbsvcs/tests/Notify/Discarding/Makefile ACE_wrappers/TAO/orbsvcs/tests/Notify/MT_Dispatching/Makefile ACE_wrappers/TAO/orbsvcs/tests/Notify/Ordering/Makefile ACE_wrappers/TAO/orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Makefile ACE_wrappers/TAO/orbsvcs/tests/Notify/Sequence_Multi_Filter/Makefile ACE_wrappers/TAO/orbsvcs/tests/Notify/Structured_Filter/Makefile ACE_wrappers/TAO/orbsvcs/tests/Notify/Structured_Multi_Filter/Makefile ACE_wrappers/TAO/orbsvcs/tests/Notify/performance-tests/Filter/Makefile ACE_wrappers/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/Makefile ACE_wrappers/TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Makefile ACE_wrappers/TAO/orbsvcs/tests/Property/Makefile ACE_wrappers/TAO/orbsvcs/tests/Sched/Makefile ACE_wrappers/TAO/orbsvcs/tests/Simple_Naming/Makefile ACE_wrappers/TAO/orbsvcs/tests/Simple_Naming/run_test.pl ACE_wrappers/TAO/orbsvcs/tests/Trading/Makefile ACE_wrappers/TAO/orbsvcs/tests/ior_corbaname/Makefile ACE_wrappers/TAO/orbsvcs/tests/tests_svc_loader/Makefile ACE_wrappers/TAO/performance-tests/AMI_Latency/Makefile ACE_wrappers/TAO/performance-tests/Callback/Makefile ACE_wrappers/TAO/performance-tests/Cubit/TAO/DII_Cubit/Makefile ACE_wrappers/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Makefile ACE_wrappers/TAO/performance-tests/Cubit/TAO/MT_Cubit/Makefile ACE_wrappers/TAO/performance-tests/DII_Latency/Makefile ACE_wrappers/TAO/performance-tests/DSI_Latency/Makefile ACE_wrappers/TAO/performance-tests/Deferred_Latency/Makefile ACE_wrappers/TAO/performance-tests/POA/Demux/Makefile ACE_wrappers/TAO/performance-tests/POA/Implicit_Activation/Makefile ACE_wrappers/TAO/performance-tests/POA/Object_Creation_And_Registration/Makefile ACE_wrappers/TAO/performance-tests/Pluggable/Makefile ACE_wrappers/TAO/performance-tests/RTCorba/Multiple_Endpoints/Common/Makefile ACE_wrappers/TAO/performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/Makefile ACE_wrappers/TAO/performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/Makefile ACE_wrappers/TAO/performance-tests/RTCorba/Oneways/Reliable/Makefile ACE_wrappers/TAO/performance-tests/Single_Threaded_Latency/Makefile ACE_wrappers/TAO/performance-tests/Thread_Per_Connection_Latency/Makefile ACE_wrappers/TAO/performance-tests/Thread_Pool_Latency/Makefile ACE_wrappers/TAO/performance-tests/Throughput/Makefile ACE_wrappers/TAO/tao/Connection_Handler.cpp ACE_wrappers/TAO/tao/Connection_Handler.h ACE_wrappers/TAO/tao/Exclusive_TMS.cpp ACE_wrappers/TAO/tao/IIOP_Connection_Handler.cpp ACE_wrappers/TAO/tao/IIOP_Connection_Handler.h ACE_wrappers/TAO/tao/IIOP_Transport.cpp ACE_wrappers/TAO/tao/IIOP_Transport.h ACE_wrappers/TAO/tao/Makefile ACE_wrappers/TAO/tao/Muxed_TMS.cpp ACE_wrappers/TAO/tao/Muxed_TMS.h ACE_wrappers/TAO/tao/Transport.cpp ACE_wrappers/TAO/tao/Transport.h ACE_wrappers/TAO/tao/Transport_Cache_Manager.cpp ACE_wrappers/TAO/tao/Transport_Cache_Manager.h ACE_wrappers/TAO/tao/BiDir_GIOP/Makefile ACE_wrappers/TAO/tao/Domain/Makefile ACE_wrappers/TAO/tao/DynamicAny/Makefile ACE_wrappers/TAO/tao/DynamicInterface/DII_Reply_Dispatcher.cpp ACE_wrappers/TAO/tao/DynamicInterface/Makefile ACE_wrappers/TAO/tao/IFR_Client/Makefile ACE_wrappers/TAO/tao/IORManipulation/Makefile ACE_wrappers/TAO/tao/IORTable/Makefile ACE_wrappers/TAO/tao/PortableServer/Makefile ACE_wrappers/TAO/tao/RTCORBA/Makefile ACE_wrappers/TAO/tao/RTPortableServer/Makefile ACE_wrappers/TAO/tao/Strategies/Makefile ACE_wrappers/TAO/tao/TypeCodeFactory/Makefile ACE_wrappers/TAO/tests/AMI/Makefile ACE_wrappers/TAO/tests/AMI/run_test.pl ACE_wrappers/TAO/tests/AMI/simple_client.cpp ACE_wrappers/TAO/tests/AMI_Buffering/Makefile ACE_wrappers/TAO/tests/AMI_Timeouts/Makefile ACE_wrappers/TAO/tests/BiDirectional/Makefile ACE_wrappers/TAO/tests/BiDirectional_NestedUpcall/Makefile ACE_wrappers/TAO/tests/Big_Oneways/Makefile ACE_wrappers/TAO/tests/Big_Reply/Makefile ACE_wrappers/TAO/tests/Big_Request_Muxing/Makefile ACE_wrappers/TAO/tests/Big_Twoways/Makefile ACE_wrappers/TAO/tests/Blocking_Sync_None/Makefile ACE_wrappers/TAO/tests/CDR/Makefile ACE_wrappers/TAO/tests/Cache_Growth_Test/Makefile ACE_wrappers/TAO/tests/Client_Leaks/Makefile ACE_wrappers/TAO/tests/Codec/Makefile ACE_wrappers/TAO/tests/Collocation/Makefile.impl ACE_wrappers/TAO/tests/Collocation/Makefile.stub ACE_wrappers/TAO/tests/Connection_Purging/Makefile ACE_wrappers/TAO/tests/Crash_On_Write/Makefile ACE_wrappers/TAO/tests/Crashed_Callback/Makefile ACE_wrappers/TAO/tests/DLL_ORB/Makefile ACE_wrappers/TAO/tests/DLL_ORB/Makefile.Test_Client_Module ACE_wrappers/TAO/tests/DLL_ORB/Makefile.Test_Server_Module ACE_wrappers/TAO/tests/DSI_Gateway/Makefile ACE_wrappers/TAO/tests/DynAny_Test/Makefile ACE_wrappers/TAO/tests/Explicit_Event_Loop/Makefile ACE_wrappers/TAO/tests/Exposed_Policies/Makefile ACE_wrappers/TAO/tests/FL_Cube/Makefile ACE_wrappers/TAO/tests/Faults/Makefile ACE_wrappers/TAO/tests/Faults/client.cpp ACE_wrappers/TAO/tests/File_IO/Makefile ACE_wrappers/TAO/tests/File_IO/client.cpp ACE_wrappers/TAO/tests/Forwarding/Makefile ACE_wrappers/TAO/tests/Hello/Makefile ACE_wrappers/TAO/tests/Hello/run_test.pl ACE_wrappers/TAO/tests/IDL_Test/Makefile ACE_wrappers/TAO/tests/IORManipulation/Makefile ACE_wrappers/TAO/tests/InterOp-Naming/Makefile ACE_wrappers/TAO/tests/Leader_Followers/Makefile ACE_wrappers/TAO/tests/LongUpcalls/Makefile ACE_wrappers/TAO/tests/MProfile/Makefile ACE_wrappers/TAO/tests/MProfile_Forwarding/Makefile ACE_wrappers/TAO/tests/MT_Client/Makefile ACE_wrappers/TAO/tests/MT_Server/Makefile ACE_wrappers/TAO/tests/MT_Timeout/Makefile ACE_wrappers/TAO/tests/Multiple/Makefile ACE_wrappers/TAO/tests/Multiple_Inheritance/Makefile ACE_wrappers/TAO/tests/Muxing/Makefile ACE_wrappers/TAO/tests/Native_Exceptions/Makefile ACE_wrappers/TAO/tests/NestedUpcall/MT_Client_Test/Makefile ACE_wrappers/TAO/tests/NestedUpcall/Simple/Makefile ACE_wrappers/TAO/tests/NestedUpcall/Triangle_Test/Makefile ACE_wrappers/TAO/tests/Nested_Event_Loop/Makefile ACE_wrappers/TAO/tests/Object_Loader/Makefile ACE_wrappers/TAO/tests/OctetSeq/Makefile ACE_wrappers/TAO/tests/Oneway_Buffering/Makefile ACE_wrappers/TAO/tests/Oneways_Invoking_Twoways/Makefile ACE_wrappers/TAO/tests/POA/Etherealization/Makefile ACE_wrappers/TAO/tests/POA/Excessive_Object_Deactivations/Makefile ACE_wrappers/TAO/tests/POA/Identity/Makefile ACE_wrappers/TAO/tests/POA/Non_Servant_Upcalls/Makefile ACE_wrappers/TAO/tests/POA/Object_Reactivation/Makefile ACE_wrappers/TAO/tests/POA/POA_Destruction/Makefile ACE_wrappers/TAO/tests/POA/Single_Threaded_POA/Makefile ACE_wrappers/TAO/tests/POA/wait_for_completion/Makefile ACE_wrappers/TAO/tests/Param_Test/Makefile ACE_wrappers/TAO/tests/Policies/Makefile ACE_wrappers/TAO/tests/Portable_Interceptors/Benchmark/Makefile ACE_wrappers/TAO/tests/Portable_Interceptors/Dynamic/Makefile ACE_wrappers/TAO/tests/Portable_Interceptors/ForwardRequest/Makefile ACE_wrappers/TAO/tests/Portable_Interceptors/IORInterceptor/Makefile ACE_wrappers/TAO/tests/Portable_Interceptors/PICurrent/Makefile ACE_wrappers/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Makefile ACE_wrappers/TAO/tests/Portable_Interceptors/Service_Context_Manipulation/Makefile ACE_wrappers/TAO/tests/QtTests/Makefile ACE_wrappers/TAO/tests/RTCORBA/Banded_Connections/Makefile ACE_wrappers/TAO/tests/RTCORBA/Client_Propagated/Makefile ACE_wrappers/TAO/tests/RTCORBA/Client_Protocol/Makefile ACE_wrappers/TAO/tests/RTCORBA/Collocation/Makefile ACE_wrappers/TAO/tests/RTCORBA/Explicit_Binding/Makefile ACE_wrappers/TAO/tests/RTCORBA/Linear_Priority/Makefile ACE_wrappers/TAO/tests/RTCORBA/MT_Client_Protocol_Priority/Makefile ACE_wrappers/TAO/tests/RTCORBA/Persistent_IOR/Makefile ACE_wrappers/TAO/tests/RTCORBA/Policy_Combinations/Makefile ACE_wrappers/TAO/tests/RTCORBA/Private_Connection/Makefile ACE_wrappers/TAO/tests/RTCORBA/RTMutex/Makefile ACE_wrappers/TAO/tests/RTCORBA/Server_Declared/Makefile ACE_wrappers/TAO/tests/RTCORBA/Server_Protocol/Makefile ACE_wrappers/TAO/tests/RTCORBA/Thread_Pool/Makefile ACE_wrappers/TAO/tests/Reliable_Oneways/Makefile ACE_wrappers/TAO/tests/Server_Leaks/Makefile ACE_wrappers/TAO/tests/Single_Read/Makefile ACE_wrappers/TAO/tests/Smart_Proxies/Makefile ACE_wrappers/TAO/tests/Smart_Proxies/On_Demand/Makefile ACE_wrappers/TAO/tests/Timed_Buffered_Oneways/Makefile ACE_wrappers/TAO/tests/Timeout/Makefile ACE_wrappers/TAO/utils/catior/Makefile ACE_wrappers/TAO/utils/nslist/Makefile ACE_wrappers/ace/ACE.cpp ACE_wrappers/ace/ACE.h ACE_wrappers/ace/ACE.i ACE_wrappers/ace/Auto_Ptr.h ACE_wrappers/ace/CDR_Base.cpp ACE_wrappers/ace/Containers_T.cpp ACE_wrappers/ace/DLL.cpp ACE_wrappers/ace/DLL.h ACE_wrappers/ace/DLL_Manager.cpp ACE_wrappers/ace/DLL_Manager.h ACE_wrappers/ace/Framework_Component.cpp ACE_wrappers/ace/Framework_Component.h ACE_wrappers/ace/Framework_Component.inl ACE_wrappers/ace/Framework_Component_T.cpp ACE_wrappers/ace/Framework_Component_T.h ACE_wrappers/ace/Framework_Component_T.inl ACE_wrappers/ace/Makefile ACE_wrappers/ace/Makefile.am ACE_wrappers/ace/Makefile.bor ACE_wrappers/ace/Message_Queue_T.cpp ACE_wrappers/ace/Message_Queue_T.h ACE_wrappers/ace/Message_Queue_T.i ACE_wrappers/ace/OS_Dirent.cpp ACE_wrappers/ace/Parse_Node.cpp ACE_wrappers/ace/Parse_Node.h ACE_wrappers/ace/Select_Reactor_Base.cpp ACE_wrappers/ace/Select_Reactor_Base.h ACE_wrappers/ace/Service_Config.cpp ACE_wrappers/ace/Service_Config.h ACE_wrappers/ace/Service_Object.cpp ACE_wrappers/ace/Service_Object.h ACE_wrappers/ace/Service_Object.i ACE_wrappers/ace/Singleton.cpp ACE_wrappers/ace/Singleton.h ACE_wrappers/ace/Singleton.i ACE_wrappers/ace/Svc_Conf.h ACE_wrappers/ace/Svc_Conf.l ACE_wrappers/ace/Svc_Conf.y ACE_wrappers/ace/Svc_Conf_Tokens.h ACE_wrappers/ace/Svc_Conf_l.cpp ACE_wrappers/ace/Svc_Conf_y.cpp ACE_wrappers/ace/Svc_Handler.cpp ACE_wrappers/ace/Svc_Handler.h ACE_wrappers/ace/TP_Reactor.cpp ACE_wrappers/ace/ace-dll.icc ACE_wrappers/ace/ace-lib.icc ACE_wrappers/ace/ace.icc ACE_wrappers/ace/ace_dll.dsp ACE_wrappers/ace/ace_lib.dsp ACE_wrappers/ace/config-all.h ACE_wrappers/ace/config-hpux-11.20.h ACE_wrappers/ace/RMCast/Makefile ACE_wrappers/apps/Gateway/Gateway/Makefile ACE_wrappers/apps/Gateway/Peer/Makefile ACE_wrappers/apps/drwho/Makefile ACE_wrappers/apps/gperf/src/Makefile ACE_wrappers/apps/gperf/tests/Makefile ACE_wrappers/etc/Svc_Conf_l.cpp.diff ACE_wrappers/etc/Svc_Conf_y.cpp.diff ACE_wrappers/examples/ASX/CCM_App/Makefile ACE_wrappers/examples/ASX/Event_Server/Event_Server/Makefile ACE_wrappers/examples/ASX/Event_Server/Transceiver/Makefile ACE_wrappers/examples/ASX/Message_Queue/Makefile ACE_wrappers/examples/ASX/UPIPE_Event_Server/Makefile ACE_wrappers/examples/Connection/misc/Connection_Handler.cpp ACE_wrappers/examples/Connection/misc/Makefile ACE_wrappers/examples/Connection/non_blocking/Makefile ACE_wrappers/examples/IOStream/server/Makefile ACE_wrappers/examples/IPC_SAP/DEV_SAP/reader/Makefile ACE_wrappers/examples/IPC_SAP/FILE_SAP/Makefile ACE_wrappers/examples/IPC_SAP/SOCK_SAP/Makefile ACE_wrappers/examples/IPC_SAP/TLI_SAP/Makefile ACE_wrappers/examples/IPC_SAP/UPIPE_SAP/Makefile ACE_wrappers/examples/Logger/Acceptor-server/Makefile ACE_wrappers/examples/Logger/simple-server/Makefile ACE_wrappers/examples/Map_Manager/Makefile ACE_wrappers/examples/Mem_Map/IO-tests/Makefile ACE_wrappers/examples/Misc/Makefile ACE_wrappers/examples/Naming/Makefile ACE_wrappers/examples/RMCast/Send_File/Makefile ACE_wrappers/examples/Reactor/FIFO/Makefile ACE_wrappers/examples/Reactor/Misc/Makefile ACE_wrappers/examples/Reactor/Ntalker/Makefile ACE_wrappers/examples/Service_Configurator/IPC-tests/server/Makefile ACE_wrappers/examples/Service_Configurator/Misc/Makefile ACE_wrappers/examples/Shared_Malloc/Makefile ACE_wrappers/examples/System_V_IPC/SV_Message_Queues/Makefile ACE_wrappers/examples/Threads/Makefile ACE_wrappers/examples/Timer_Queue/Makefile ACE_wrappers/include/makeinclude/platform_hpux_aCC.GNU ACE_wrappers/netsvcs/clients/Naming/Client/Makefile ACE_wrappers/netsvcs/clients/Naming/Dump_Restore/Makefile ACE_wrappers/netsvcs/clients/Tokens/collection/Makefile ACE_wrappers/netsvcs/clients/Tokens/deadlock/Makefile ACE_wrappers/netsvcs/clients/Tokens/invariant/Makefile ACE_wrappers/netsvcs/clients/Tokens/mutex/Makefile ACE_wrappers/netsvcs/clients/Tokens/rw_lock/Makefile ACE_wrappers/netsvcs/lib/Makefile ACE_wrappers/netsvcs/servers/Makefile ACE_wrappers/performance-tests/Misc/Makefile ACE_wrappers/performance-tests/Server_Concurrency/Leader_Follower/Makefile ACE_wrappers/performance-tests/Server_Concurrency/Queue_Based_Workers/Makefile ACE_wrappers/performance-tests/TCP/Makefile ACE_wrappers/tests/Makefile ACE_wrappers/tests/RMCast/Makefile In general, this patch fixes deadlocks, access violations, and memory leaks that could occur under certain circumstances. It also contains improvements to TAO's support of HP-UX 11.20 on Itanium and improvements to some TAO tests. See ACE_wrappers/OCIChangeLog and ACE_wrappers/TAO/OCIChangeLog for the specific changes included in this patch. You must have installed the full source code for OCI TAO 1.2a, plus patch levels 1 through 5 in order to apply this patch. To apply this patch: - Open http://download.ociweb.com/TAO-1.2a_patches in your web browser. - Select the link labeled TAO-1.2a_p6_patched_files.tar.gz or TAO-1.2a_p6_patched_files.zip. - Save TAO-1.2a_p6_patched_files.tar.gz or TAO-1.2a_p6_patched_files.zip to the directory in which you installed OCI TAO 1.2a (the directory above your ACE_wrappers directory). - In UNIX and UNIX-like operating systems, type the following command: gunzip -c TAO-1.2a_p6_patched_files.tar.gz | tar xvf - NOTE: You must use GNU Tar to extract this file. - In Windows, you can use WinZip to save the files from the TAO-1.2a_p6_patched_files.zip archive. Be sure to overwrite existing files. - Clean your existing ACE and TAO build and rebuild it following the usual build procedures. See Chapter 2 and the relevant Appendices in the OCI TAO 1.2a Developer's Guide, or ACE_wrappers/ACE-INSTALL.html and ACE_wrappers/TAO/TAO-INSTALL.html, for details on building ACE and TAO for your platform and configuration. Note: You should not need to change your existing ACE_wrappers/ace/config.h and, if applicable, ACE_wrappers/include/makeinclude/platform_macros.GNU files to rebuild ACE and TAO after applying this patch. TAO-1.2a_p5_patched_files.tar.gz OCI TAO 1.2a Patch Level 5 contains replacement files, not differences ("diffs"), for the following files in the OCI TAO 1.2a source code: ACE_wrappers/OCIChangeLog ACE_wrappers/OCIKnownIssues ACE_wrappers/PROBLEM-REPORT-FORM ACE_wrappers/VERSION ACE_wrappers/ACEXML/apps/svcconf/Svcconf_Handler.i ACE_wrappers/ACEXML/common/AttributesImpl.i ACE_wrappers/ACEXML/common/FileCharStream.cpp ACE_wrappers/ACEXML/common/InputSource.cpp ACE_wrappers/ACEXML/common/LocatorImpl.cpp ACE_wrappers/ACEXML/common/LocatorImpl.i ACE_wrappers/ACEXML/common/SAXExceptions.cpp ACE_wrappers/ACEXML/common/StrCharStream.cpp ACE_wrappers/ACEXML/examples/svcconf/Svcconf_Handler.i ACE_wrappers/TAO/OCIChangeLog ACE_wrappers/TAO/OCIKnownIssues ACE_wrappers/TAO/PROBLEM-REPORT-FORM ACE_wrappers/TAO/VERSION ACE_wrappers/TAO/examples/Simple/time/Time_Client_i.cpp ACE_wrappers/TAO/orbsvcs/orbsvcs/Notify/Notify_SequenceProxyPushSupplier_i.cpp ACE_wrappers/TAO/orbsvcs/orbsvcs/Notify/Notify_SequenceProxyPushSupplier_i.h ACE_wrappers/TAO/orbsvcs/orbsvcs/Notify/Notify_StructuredEvents.cpp ACE_wrappers/TAO/orbsvcs/tests/Notify/Discarding/Notify_Sequence_Push_Consumer.cpp ACE_wrappers/TAO/orbsvcs/tests/Notify/Ordering/Notify_Sequence_Push_Consumer.cpp ACE_wrappers/TAO/orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Notify_Sequence_Push_Consumer.cpp ACE_wrappers/TAO/orbsvcs/tests/Notify/Sequence_Multi_Filter/Notify_Sequence_Push_Consumer.cpp ACE_wrappers/TAO/tao/Asynch_Queued_Message.cpp ACE_wrappers/TAO/tao/Asynch_Queued_Message.h ACE_wrappers/TAO/tao/Asynch_Reply_Dispatcher.cpp ACE_wrappers/TAO/tao/Asynch_Reply_Dispatcher.i ACE_wrappers/TAO/tao/ClientInterceptorAdapter.cpp ACE_wrappers/TAO/tao/ClientInterceptorAdapter.h ACE_wrappers/TAO/tao/ClientRequestInfo.cpp ACE_wrappers/TAO/tao/ClientRequestInfo.h ACE_wrappers/TAO/tao/GIOP_Message_Base.cpp ACE_wrappers/TAO/tao/Invocation.cpp ACE_wrappers/TAO/tao/Invocation.h ACE_wrappers/TAO/tao/ORB_Core.cpp ACE_wrappers/TAO/tao/ORB_Core.h ACE_wrappers/TAO/tao/ORB_Table.cpp ACE_wrappers/TAO/tao/ORB_Table.h ACE_wrappers/TAO/tao/Queued_Message.cpp ACE_wrappers/TAO/tao/Queued_Message.h ACE_wrappers/TAO/tao/Queued_Message.inl ACE_wrappers/TAO/tao/Service_Context.cpp ACE_wrappers/TAO/tao/Service_Context.h ACE_wrappers/TAO/tao/Synch_Queued_Message.cpp ACE_wrappers/TAO/tao/Synch_Queued_Message.h ACE_wrappers/TAO/tao/TAO_Server_Request.cpp ACE_wrappers/TAO/tao/Transport.cpp ACE_wrappers/TAO/tao/Transport.h ACE_wrappers/TAO/tao/Transport_Cache_Manager.cpp ACE_wrappers/TAO/tao/Transport_Cache_Manager.h ACE_wrappers/TAO/tao/Transport_Cache_Manager.inl ACE_wrappers/TAO/tao/params.cpp ACE_wrappers/TAO/tests/Big_Request_Muxing/client.cpp ACE_wrappers/TAO/tests/Hello/Makefile ACE_wrappers/TAO/tests/Hello/client.cpp ACE_wrappers/TAO/tests/Hello/run_test.pl ACE_wrappers/TAO/tests/Hello/server.cpp ACE_wrappers/TAO/tests/LongUpcalls/Makefile ACE_wrappers/TAO/tests/Param_Test/except.cpp ACE_wrappers/TAO/tests/Param_Test/except.h ACE_wrappers/TAO/tests/Param_Test/param_test.idl ACE_wrappers/TAO/tests/Param_Test/param_test_i.cpp ACE_wrappers/TAO/tests/Param_Test/param_test_i.h ACE_wrappers/ace/OS.h ACE_wrappers/ace/SPIPE_Stream.i ACE_wrappers/ace/Singleton.cpp ACE_wrappers/ace/Task.cpp ACE_wrappers/ace/Thread_Adapter.cpp ACE_wrappers/ace/Timer_Wheel_T.cpp ACE_wrappers/bin/mpc.pl ACE_wrappers/bin/mwc.pl ACE_wrappers/bin/MakeProjectCreator/README ACE_wrappers/bin/MakeProjectCreator/USAGE ACE_wrappers/bin/MakeProjectCreator/config/aceexe.mpb ACE_wrappers/bin/MakeProjectCreator/config/acelib.mpb ACE_wrappers/bin/MakeProjectCreator/config/aceversion.mpb ACE_wrappers/bin/MakeProjectCreator/config/avstreamsexe.mpb ACE_wrappers/bin/MakeProjectCreator/config/client.mpb ACE_wrappers/bin/MakeProjectCreator/config/corba_messaging.mpb ACE_wrappers/bin/MakeProjectCreator/config/core.mpb ACE_wrappers/bin/MakeProjectCreator/config/global.mpb ACE_wrappers/bin/MakeProjectCreator/config/messaging.mpb ACE_wrappers/bin/MakeProjectCreator/config/messaging_only.mpb ACE_wrappers/bin/MakeProjectCreator/config/minimum_corba.mpb ACE_wrappers/bin/MakeProjectCreator/config/namingexe.mpb ACE_wrappers/bin/MakeProjectCreator/config/notify.mpb ACE_wrappers/bin/MakeProjectCreator/config/notifytest.mpb ACE_wrappers/bin/MakeProjectCreator/config/orbsvcsexe.mpb ACE_wrappers/bin/MakeProjectCreator/config/orbsvcslib.mpb ACE_wrappers/bin/MakeProjectCreator/config/rt_client.mpb ACE_wrappers/bin/MakeProjectCreator/config/rt_server.mpb ACE_wrappers/bin/MakeProjectCreator/config/rteventexe.mpb ACE_wrappers/bin/MakeProjectCreator/config/server.mpb ACE_wrappers/bin/MakeProjectCreator/config/strategies.mpb ACE_wrappers/bin/MakeProjectCreator/config/taoexe.mpb ACE_wrappers/bin/MakeProjectCreator/config/taolib.mpb ACE_wrappers/bin/MakeProjectCreator/config/taolib_with_idl.mpb ACE_wrappers/bin/MakeProjectCreator/config/taoversion.mpb ACE_wrappers/bin/MakeProjectCreator/modules/BorlandProjectCreator.pm ACE_wrappers/bin/MakeProjectCreator/modules/BorlandWorkspaceCreator.pm ACE_wrappers/bin/MakeProjectCreator/modules/Creator.pm ACE_wrappers/bin/MakeProjectCreator/modules/Driver.pm ACE_wrappers/bin/MakeProjectCreator/modules/EM3ProjectCreator.pm ACE_wrappers/bin/MakeProjectCreator/modules/EM3WorkspaceCreator.pm ACE_wrappers/bin/MakeProjectCreator/modules/GHSProjectCreator.pm ACE_wrappers/bin/MakeProjectCreator/modules/GHSWorkspaceCreator.pm ACE_wrappers/bin/MakeProjectCreator/modules/GNUProjectCreator.pm ACE_wrappers/bin/MakeProjectCreator/modules/GNUWorkspaceCreator.pm ACE_wrappers/bin/MakeProjectCreator/modules/GUID.pm ACE_wrappers/bin/MakeProjectCreator/modules/NMakeProjectCreator.pm ACE_wrappers/bin/MakeProjectCreator/modules/NMakeWorkspaceCreator.pm ACE_wrappers/bin/MakeProjectCreator/modules/Parser.pm ACE_wrappers/bin/MakeProjectCreator/modules/ProjectCreator.pm ACE_wrappers/bin/MakeProjectCreator/modules/TemplateInputReader.pm ACE_wrappers/bin/MakeProjectCreator/modules/TemplateParser.pm ACE_wrappers/bin/MakeProjectCreator/modules/VA4ProjectCreator.pm ACE_wrappers/bin/MakeProjectCreator/modules/VA4WorkspaceCreator.pm ACE_wrappers/bin/MakeProjectCreator/modules/VC6ProjectCreator.pm ACE_wrappers/bin/MakeProjectCreator/modules/VC6WorkspaceCreator.pm ACE_wrappers/bin/MakeProjectCreator/modules/VC7ProjectCreator.pm ACE_wrappers/bin/MakeProjectCreator/modules/VC7WorkspaceCreator.pm ACE_wrappers/bin/MakeProjectCreator/modules/WorkspaceCreator.pm ACE_wrappers/bin/MakeProjectCreator/templates/bor.mpd ACE_wrappers/bin/MakeProjectCreator/templates/bordll.mpt ACE_wrappers/bin/MakeProjectCreator/templates/borexe.mpt ACE_wrappers/bin/MakeProjectCreator/templates/em3vcp.mpd ACE_wrappers/bin/MakeProjectCreator/templates/em3vcpdll.mpt ACE_wrappers/bin/MakeProjectCreator/templates/em3vcpdllexe.mpt ACE_wrappers/bin/MakeProjectCreator/templates/em3vcplib.mpt ACE_wrappers/bin/MakeProjectCreator/templates/em3vcplibexe.mpt ACE_wrappers/bin/MakeProjectCreator/templates/ghs.mpd ACE_wrappers/bin/MakeProjectCreator/templates/gnu.mpd ACE_wrappers/bin/MakeProjectCreator/templates/gnudll.mpt ACE_wrappers/bin/MakeProjectCreator/templates/gnuexe.mpt ACE_wrappers/bin/MakeProjectCreator/templates/nmake.mpd ACE_wrappers/bin/MakeProjectCreator/templates/nmakedll.mpt ACE_wrappers/bin/MakeProjectCreator/templates/nmakeexe.mpt ACE_wrappers/bin/MakeProjectCreator/templates/va4icc.mpd ACE_wrappers/bin/MakeProjectCreator/templates/va4iccdll.mpt ACE_wrappers/bin/MakeProjectCreator/templates/va4iccdllexe.mpt ACE_wrappers/bin/MakeProjectCreator/templates/va4icclib.mpt ACE_wrappers/bin/MakeProjectCreator/templates/va4icclibexe.mpt ACE_wrappers/bin/MakeProjectCreator/templates/vc6dsp.mpd ACE_wrappers/bin/MakeProjectCreator/templates/vc6dspdll.mpt ACE_wrappers/bin/MakeProjectCreator/templates/vc6dspdllexe.mpt ACE_wrappers/bin/MakeProjectCreator/templates/vc6dsplib.mpt ACE_wrappers/bin/MakeProjectCreator/templates/vc6dsplibexe.mpt ACE_wrappers/bin/MakeProjectCreator/templates/vc7.mpd ACE_wrappers/bin/MakeProjectCreator/templates/vc7dll.mpt ACE_wrappers/bin/MakeProjectCreator/templates/vc7exe.mpt ACE_wrappers/include/makeinclude/platform_hpux_aCC.GNU ACE_wrappers/include/makeinclude/platform_vxworks5.x_g++.GNU ACE_wrappers/tests/Logging_Strategy_Test.cpp ACE_wrappers/tests/Message_Block_Test.cpp ACE_wrappers/tests/Signal_Test.cpp In general, this patch fixes compile-time problems on certain platforms (VxWorks), fixes bugs related to Transport Cache and ORB building up stack when a reply is written. It also includes a port to Tornado 2.2 for windows host and a port to HP-UX , Linux on Itanium. See ACE_wrappers/OCIChangeLog and ACE_wrappers/TAO/ OCIChangeLog for the specific changes included in this patch. You must have installed the full source code for OCI TAO 1.2a, patch level 1 patch level 2 patch level 3 and patch level 4 in order to apply this patch. To apply this patch: - Open http://download.ociweb.com/TAO-1.2a_patches in your web browser. - Select the link labeled TAO-1.2a_p5_patched_files.tar.gz. - Save TAO-1.2a_p5_patched_files.tar.gz to the directory in which you installed OCI TAO 1.2a (the directory above your ACE_wrappers directory). - In UNIX and UNIX-like operating systems, type the following command: gunzip -c TAO-1.2a_p5_patched_files.tar.gz | tar xvf - NOTE: You must use GNU Tar to extract this file. - In Windows, you can use WinZip to save the files from the TAO-1.2a_p5_patched_files.tar.gz archive. Be sure to overwrite existing files. - Clean your existing ACE and TAO build and rebuild it following the usual build procedures. See Chapter 2 and the relevant Appendices in the OCI TAO 1.2a Developer's Guide, or ACE_wrappers/ACE-INSTALL.html and ACE_wrappers/TAO/TAO-INSTALL.html, for details on building ACE and TAO for your platform and configuration. Note: You should not need to change your existing ACE_wrappers/ace/config.h and, if applicable, ACE_wrappers/include/makeinclude/platform_macros.GNU files to rebuild ACE and TAO after applying this patch. TAO-1.2a_p4_patched_files.tar.gz OCI TAO 1.2a Patch Level 4 contains replacement files, not differences ("diffs"), for the following files in the OCI TAO 1.2a source code: ACE_wrappers/OCIChangeLog ACE_wrappers/PROBLEM-REPORT-FORM ACE_wrappers/VERSION ACE_wrappers/ACEXML/apps/svcconf/Svcconf_Handler.cpp ACE_wrappers/TAO/OCIChangeLog ACE_wrappers/TAO/PROBLEM-REPORT-FORM ACE_wrappers/TAO/VERSION ACE_wrappers/TAO/TAO_IDL/Makefile.BE ACE_wrappers/TAO/TAO_IDL/Makefile.EXE ACE_wrappers/TAO/TAO_IDL/Makefile.FE ACE_wrappers/TAO/TAO_IDL/be/be_valuetype.cpp ACE_wrappers/TAO/TAO_IDL/be/be_visitor_interface/interface_ss.cpp ACE_wrappers/TAO/TAO_IDL/driver/drv_preproc.cpp ACE_wrappers/TAO/TAO_IDL/include/idl_narrow.h ACE_wrappers/TAO/docs/tutorials/Quoter/AMI/Makefile ACE_wrappers/TAO/docs/tutorials/Quoter/Event_Service/Makefile ACE_wrappers/TAO/docs/tutorials/Quoter/Naming_Service/Makefile ACE_wrappers/TAO/docs/tutorials/Quoter/On_Demand_Activation/Makefile ACE_wrappers/TAO/docs/tutorials/Quoter/RT_Event_Service/Makefile ACE_wrappers/TAO/docs/tutorials/Quoter/Simple/Client/Makefile ACE_wrappers/TAO/docs/tutorials/Quoter/Simple/Impl-Repo/Makefile ACE_wrappers/TAO/docs/tutorials/Quoter/Simple/ImprovedServer/Makefile ACE_wrappers/TAO/docs/tutorials/Quoter/Simple/Persistent/Makefile ACE_wrappers/TAO/docs/tutorials/Quoter/Simple/Server/Makefile ACE_wrappers/TAO/docs/tutorials/Quoter/Simple/Server/server.dsp ACE_wrappers/TAO/docs/tutorials/Quoter/idl/Makefile ACE_wrappers/TAO/examples/AMI/FL_Callback/Makefile ACE_wrappers/TAO/examples/Buffered_AMI/Makefile ACE_wrappers/TAO/examples/Buffered_Oneways/Makefile ACE_wrappers/TAO/examples/Callback_Quoter/Makefile ACE_wrappers/TAO/examples/Content_Server/AMI_Iterator/Makefile ACE_wrappers/TAO/examples/Content_Server/AMI_Observer/Makefile ACE_wrappers/TAO/examples/Content_Server/SMI_Iterator/Makefile ACE_wrappers/TAO/examples/Event_Comm/Makefile ACE_wrappers/TAO/examples/Load_Balancing/Makefile ACE_wrappers/TAO/examples/Load_Balancing_persistent/Makefile ACE_wrappers/TAO/examples/Logging/Makefile ACE_wrappers/TAO/examples/OBV/Typed_Events/Makefile ACE_wrappers/TAO/examples/POA/Adapter_Activator/Makefile ACE_wrappers/TAO/examples/POA/DSI/Database_i.cpp ACE_wrappers/TAO/examples/POA/DSI/Makefile ACE_wrappers/TAO/examples/POA/Default_Servant/Makefile ACE_wrappers/TAO/examples/POA/Explicit_Activation/Makefile ACE_wrappers/TAO/examples/POA/FindPOA/Makefile ACE_wrappers/TAO/examples/POA/Forwarding/Makefile ACE_wrappers/TAO/examples/POA/Generic_Servant/Makefile ACE_wrappers/TAO/examples/POA/Loader/Makefile ACE_wrappers/TAO/examples/POA/Loader/Servant_Activator.cpp ACE_wrappers/TAO/examples/POA/Loader/Servant_Locator.cpp ACE_wrappers/TAO/examples/POA/NewPOA/Makefile ACE_wrappers/TAO/examples/POA/On_Demand_Activation/Makefile ACE_wrappers/TAO/examples/POA/On_Demand_Loading/Makefile ACE_wrappers/TAO/examples/POA/On_Demand_Loading/Servant_Manager.cpp ACE_wrappers/TAO/examples/POA/Reference_Counted_Servant/Makefile ACE_wrappers/TAO/examples/POA/RootPOA/Makefile ACE_wrappers/TAO/examples/POA/TIE/Makefile ACE_wrappers/TAO/examples/Persistent_Grid/Makefile ACE_wrappers/TAO/examples/PluggableUDP/tests/Basic/Makefile ACE_wrappers/TAO/examples/PluggableUDP/tests/Performance/Makefile ACE_wrappers/TAO/examples/PluggableUDP/tests/Performance/server.cpp ACE_wrappers/TAO/examples/PluggableUDP/tests/SimplePerformance/Makefile ACE_wrappers/TAO/examples/Quoter/Makefile ACE_wrappers/TAO/examples/Simple/bank/Makefile ACE_wrappers/TAO/examples/Simple/chat/Makefile ACE_wrappers/TAO/examples/Simple/echo/Makefile ACE_wrappers/TAO/examples/Simple/grid/Makefile ACE_wrappers/TAO/examples/Simple/time/Makefile ACE_wrappers/TAO/examples/Simple/time-date/Makefile ACE_wrappers/TAO/examples/Simulator/Event_Supplier/DualEC_Sup.cpp ACE_wrappers/TAO/examples/Simulator/Event_Supplier/DualEC_Sup.h ACE_wrappers/TAO/examples/Simulator/Event_Supplier/Makefile ACE_wrappers/TAO/examples/TypeCode_Creation/Makefile ACE_wrappers/TAO/orbsvcs/Concurrency_Service/Makefile ACE_wrappers/TAO/orbsvcs/CosEvent_Service/Makefile ACE_wrappers/TAO/orbsvcs/Dump_Schedule/Makefile ACE_wrappers/TAO/orbsvcs/Event_Service/Makefile ACE_wrappers/TAO/orbsvcs/IFR_Service/AttributeDef_i.cpp ACE_wrappers/TAO/orbsvcs/IFR_Service/Container_i.cpp ACE_wrappers/TAO/orbsvcs/IFR_Service/ExceptionDef_i.cpp ACE_wrappers/TAO/orbsvcs/IFR_Service/InterfaceDef_i.cpp ACE_wrappers/TAO/orbsvcs/IFR_Service/OperationDef_i.cpp ACE_wrappers/TAO/orbsvcs/IFR_Service/StructDef_i.cpp ACE_wrappers/TAO/orbsvcs/IFR_Service/UnionDef_i.cpp ACE_wrappers/TAO/orbsvcs/IFR_Service/drv_preproc_ifr.cpp ACE_wrappers/TAO/orbsvcs/ImplRepo_Service/ImplRepo_i.cpp ACE_wrappers/TAO/orbsvcs/ImplRepo_Service/Makefile ACE_wrappers/TAO/orbsvcs/ImplRepo_Service/tao_imr_i.cpp ACE_wrappers/TAO/orbsvcs/LifeCycle_Service/Makefile ACE_wrappers/TAO/orbsvcs/LoadBalancer/Makefile ACE_wrappers/TAO/orbsvcs/Logging_Service/Makefile ACE_wrappers/TAO/orbsvcs/Naming_Service/Makefile ACE_wrappers/TAO/orbsvcs/Notify_Service/Makefile ACE_wrappers/TAO/orbsvcs/Scheduling_Service/Makefile ACE_wrappers/TAO/orbsvcs/TAO_Service/Makefile ACE_wrappers/TAO/orbsvcs/Time_Service/Makefile ACE_wrappers/TAO/orbsvcs/Trading_Service/Makefile ACE_wrappers/TAO/orbsvcs/examples/CosEC/Factory/Makefile ACE_wrappers/TAO/orbsvcs/examples/CosEC/RtEC_Based/bin/Makefile ACE_wrappers/TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/Makefile ACE_wrappers/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Basic/Makefile ACE_wrappers/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/Makefile ACE_wrappers/TAO/orbsvcs/examples/CosEC/Simple/Makefile ACE_wrappers/TAO/orbsvcs/examples/Log/Client/Makefile ACE_wrappers/TAO/orbsvcs/examples/Log/test/Makefile ACE_wrappers/TAO/orbsvcs/examples/Notify/Filter/Makefile ACE_wrappers/TAO/orbsvcs/examples/Notify/Subscribe/Makefile ACE_wrappers/TAO/orbsvcs/examples/RtEC/MCast/Makefile ACE_wrappers/TAO/orbsvcs/examples/RtEC/Schedule/Makefile ACE_wrappers/TAO/orbsvcs/examples/RtEC/Simple/Makefile ACE_wrappers/TAO/orbsvcs/orbsvcs/IOR_Multicast.cpp ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.CosConcurrency ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.CosEvent ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.CosLifeCycle ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.CosNaming ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.CosNotification ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.CosProperty ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.CosTime ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.CosTrading ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.DsLogAdmin ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.ETCL ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.FaultTolerance ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.LoadBalancing ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.RTEvent ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.RTOLDEvent ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.RTSched ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.RTSchedEvent ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.Svc_Utils ACE_wrappers/TAO/orbsvcs/orbsvcs/Makefile.av ACE_wrappers/TAO/orbsvcs/orbsvcs/AV/AVStreams_i.cpp ACE_wrappers/TAO/orbsvcs/orbsvcs/AV/AV_Core.cpp ACE_wrappers/TAO/orbsvcs/orbsvcs/Event/EC_Dispatching_Task.cpp ACE_wrappers/TAO/orbsvcs/orbsvcs/Event/EC_Reactive_ConsumerControl.cpp ACE_wrappers/TAO/orbsvcs/orbsvcs/Event/EC_Reactive_SupplierControl.cpp ACE_wrappers/TAO/orbsvcs/orbsvcs/Naming/Flat_File_Persistence.cpp ACE_wrappers/TAO/orbsvcs/orbsvcs/Naming/Naming_Context_Interface.cpp ACE_wrappers/TAO/orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp ACE_wrappers/TAO/orbsvcs/orbsvcs/Notify/Notify_Constraint_Visitors.cpp ACE_wrappers/TAO/orbsvcs/orbsvcs/Notify/Notify_Constraint_Visitors.h ACE_wrappers/TAO/orbsvcs/orbsvcs/Notify/Notify_Filter_i.cpp ACE_wrappers/TAO/orbsvcs/orbsvcs/Notify/Notify_SequenceProxyPushSupplier_i.cpp ACE_wrappers/TAO/orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp ACE_wrappers/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Acceptor.cpp ACE_wrappers/TAO/orbsvcs/orbsvcs/Sched/DynSched.cpp ACE_wrappers/TAO/orbsvcs/orbsvcs/Sched/Scheduler_Generic.cpp ACE_wrappers/TAO/orbsvcs/orbsvcs/Trader/Offer_Database.cpp ACE_wrappers/TAO/orbsvcs/performance-tests/EC_Federated_Latency/Makefile ACE_wrappers/TAO/orbsvcs/performance-tests/EC_Latency/Makefile ACE_wrappers/TAO/orbsvcs/tests/AVStreams/Asynch_Three_Stage/Makefile ACE_wrappers/TAO/orbsvcs/tests/AVStreams/Component_Switching/Makefile ACE_wrappers/TAO/orbsvcs/tests/AVStreams/Full_Profile/Makefile ACE_wrappers/TAO/orbsvcs/tests/AVStreams/Latency/Makefile ACE_wrappers/TAO/orbsvcs/tests/AVStreams/Multicast/Makefile ACE_wrappers/TAO/orbsvcs/tests/AVStreams/Multicast_Full_Profile/Makefile ACE_wrappers/TAO/orbsvcs/tests/AVStreams/Pluggable/Makefile ACE_wrappers/TAO/orbsvcs/tests/AVStreams/Simple_Three_Stage/Makefile ACE_wrappers/TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage/Makefile ACE_wrappers/TAO/orbsvcs/tests/Concurrency/Makefile ACE_wrappers/TAO/orbsvcs/tests/CosEvent/Basic/Makefile ACE_wrappers/TAO/orbsvcs/tests/CosEvent/lib/Makefile ACE_wrappers/TAO/orbsvcs/tests/EC_Basic/Makefile ACE_wrappers/TAO/orbsvcs/tests/EC_Custom_Marshal/Makefile ACE_wrappers/TAO/orbsvcs/tests/EC_Mcast/Makefile ACE_wrappers/TAO/orbsvcs/tests/EC_Multiple/Makefile ACE_wrappers/TAO/orbsvcs/tests/EC_Throughput/Makefile ACE_wrappers/TAO/orbsvcs/tests/Event/Basic/Makefile ACE_wrappers/TAO/orbsvcs/tests/Event/Performance/Makefile ACE_wrappers/TAO/orbsvcs/tests/Event/lib/Makefile ACE_wrappers/TAO/orbsvcs/tests/Event_Latency/Makefile ACE_wrappers/TAO/orbsvcs/tests/FaultTolerance/IOGR/Makefile ACE_wrappers/TAO/orbsvcs/tests/FaultTolerance/IOGRManipulation/Makefile ACE_wrappers/TAO/orbsvcs/tests/ImplRepo/Makefile ACE_wrappers/TAO/orbsvcs/tests/ImplRepo/NameService/Makefile ACE_wrappers/TAO/orbsvcs/tests/ImplRepo_Retry/Makefile ACE_wrappers/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/Makefile ACE_wrappers/TAO/orbsvcs/tests/InterfaceRepo/Application_Test/test_i.cpp ACE_wrappers/TAO/orbsvcs/tests/InterfaceRepo/IFR_Test/Makefile ACE_wrappers/TAO/orbsvcs/tests/InterfaceRepo/Persistence_Test/Makefile ACE_wrappers/TAO/orbsvcs/tests/Interoperable_Naming/Makefile ACE_wrappers/TAO/orbsvcs/tests/Interoperable_Naming/ncontextext_client_i.cpp ACE_wrappers/TAO/orbsvcs/tests/LoadBalancing/Makefile ACE_wrappers/TAO/orbsvcs/tests/Notify/Basic/Makefile ACE_wrappers/TAO/orbsvcs/tests/Notify/Blocking/Makefile ACE_wrappers/TAO/orbsvcs/tests/Notify/Discarding/Makefile ACE_wrappers/TAO/orbsvcs/tests/Notify/MT_Dispatching/Makefile ACE_wrappers/TAO/orbsvcs/tests/Notify/Ordering/Makefile ACE_wrappers/TAO/orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Makefile ACE_wrappers/TAO/orbsvcs/tests/Notify/Sequence_Multi_Filter/Makefile ACE_wrappers/TAO/orbsvcs/tests/Notify/Structured_Filter/Makefile ACE_wrappers/TAO/orbsvcs/tests/Notify/Structured_Multi_Filter/Makefile ACE_wrappers/TAO/orbsvcs/tests/Notify/lib/Makefile ACE_wrappers/TAO/orbsvcs/tests/Notify/performance-tests/Filter/Makefile ACE_wrappers/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/Makefile ACE_wrappers/TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Makefile ACE_wrappers/TAO/orbsvcs/tests/Property/Makefile ACE_wrappers/TAO/orbsvcs/tests/Sched/Makefile ACE_wrappers/TAO/orbsvcs/tests/Sched_Conf/Makefile ACE_wrappers/TAO/orbsvcs/tests/Security/Big_Request/Makefile ACE_wrappers/TAO/orbsvcs/tests/Security/RejectedRequest/client.dsp ACE_wrappers/TAO/orbsvcs/tests/Security/RejectedRequest/server.dsp ACE_wrappers/TAO/orbsvcs/tests/Security/Secure_Invocation/Makefile ACE_wrappers/TAO/orbsvcs/tests/Simple_Naming/Makefile ACE_wrappers/TAO/orbsvcs/tests/Time/Makefile ACE_wrappers/TAO/orbsvcs/tests/Trading/Makefile ACE_wrappers/TAO/orbsvcs/tests/Trading/Trading_Test_Library.dsp ACE_wrappers/TAO/orbsvcs/tests/ior_corbaname/Makefile ACE_wrappers/TAO/orbsvcs/tests/tests_svc_loader/Makefile ACE_wrappers/TAO/performance-tests/AMI_Latency/Makefile ACE_wrappers/TAO/performance-tests/Callback/Makefile ACE_wrappers/TAO/performance-tests/Cubit/TAO/DII_Cubit/Makefile ACE_wrappers/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Makefile ACE_wrappers/TAO/performance-tests/Cubit/TAO/MT_Cubit/Makefile ACE_wrappers/TAO/performance-tests/Cubit/TAO/MT_Cubit/Task_Client.cpp ACE_wrappers/TAO/performance-tests/DII_Latency/Makefile ACE_wrappers/TAO/performance-tests/DSI_Latency/Makefile ACE_wrappers/TAO/performance-tests/Deferred_Latency/Makefile ACE_wrappers/TAO/performance-tests/POA/Create_Reference/Makefile ACE_wrappers/TAO/performance-tests/POA/Demux/Makefile ACE_wrappers/TAO/performance-tests/POA/Implicit_Activation/Makefile ACE_wrappers/TAO/performance-tests/POA/Object_Creation_And_Registration/Makefile ACE_wrappers/TAO/performance-tests/Pluggable/Makefile ACE_wrappers/TAO/performance-tests/RTCorba/Multiple_Endpoints/Common/Makefile ACE_wrappers/TAO/performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/Makefile ACE_wrappers/TAO/performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/Makefile ACE_wrappers/TAO/performance-tests/RTCorba/Oneways/Reliable/Makefile ACE_wrappers/TAO/performance-tests/Single_Threaded_Latency/Makefile ACE_wrappers/TAO/performance-tests/Thread_Per_Connection_Latency/Makefile ACE_wrappers/TAO/performance-tests/Thread_Pool_Latency/Makefile ACE_wrappers/TAO/performance-tests/Throughput/Makefile ACE_wrappers/TAO/tao/Acceptor_Registry.cpp ACE_wrappers/TAO/tao/CDR_Encaps_Codec.cpp ACE_wrappers/TAO/tao/CORBALOC_Parser.cpp ACE_wrappers/TAO/tao/CORBANAME_Parser.cpp ACE_wrappers/TAO/tao/CORBA_String.cpp ACE_wrappers/TAO/tao/CORBA_String.h ACE_wrappers/TAO/tao/ClientRequestInfo.cpp ACE_wrappers/TAO/tao/Connector_Registry.cpp ACE_wrappers/TAO/tao/Exception.cpp ACE_wrappers/TAO/tao/GIOP_Message_Base.cpp ACE_wrappers/TAO/tao/GIOP_Message_Lite.cpp ACE_wrappers/TAO/tao/GIOP_Utils.cpp ACE_wrappers/TAO/tao/IIOP_Acceptor.cpp ACE_wrappers/TAO/tao/IIOP_Acceptor.h ACE_wrappers/TAO/tao/IIOP_Connection_Handler.cpp ACE_wrappers/TAO/tao/IIOP_Profile.cpp ACE_wrappers/TAO/tao/IIOP_Profile.h ACE_wrappers/TAO/tao/Incoming_Message_Queue.cpp ACE_wrappers/TAO/tao/LocalObject.cpp ACE_wrappers/TAO/tao/MCAST_Parser.cpp ACE_wrappers/TAO/tao/Makefile ACE_wrappers/TAO/tao/ORB.cpp ACE_wrappers/TAO/tao/ORB_Core.cpp ACE_wrappers/TAO/tao/Object_KeyC.cpp ACE_wrappers/TAO/tao/PICurrent.cpp ACE_wrappers/TAO/tao/Pluggable.cpp ACE_wrappers/TAO/tao/Profile.cpp ACE_wrappers/TAO/tao/Service_Context.cpp ACE_wrappers/TAO/tao/TAO_Server_Request.i ACE_wrappers/TAO/tao/Tagged_Components.cpp ACE_wrappers/TAO/tao/Transport.cpp ACE_wrappers/TAO/tao/Transport_Cache_Manager.cpp ACE_wrappers/TAO/tao/Typecode.cpp ACE_wrappers/TAO/tao/corbafwd.cpp ACE_wrappers/TAO/tao/default_resource.cpp ACE_wrappers/TAO/tao/params.cpp ACE_wrappers/TAO/tao/BiDir_GIOP/Makefile ACE_wrappers/TAO/tao/Domain/Makefile ACE_wrappers/TAO/tao/DynamicAny/Makefile ACE_wrappers/TAO/tao/DynamicInterface/Makefile ACE_wrappers/TAO/tao/IFR_Client/Makefile ACE_wrappers/TAO/tao/IORManipulation/Makefile ACE_wrappers/TAO/tao/IORTable/Makefile ACE_wrappers/TAO/tao/PortableServer/ImplRepoS.cpp ACE_wrappers/TAO/tao/PortableServer/Makefile ACE_wrappers/TAO/tao/PortableServer/MessagingS.cpp ACE_wrappers/TAO/tao/PortableServer/PolicyS.cpp ACE_wrappers/TAO/tao/PortableServer/Servant_Base.i ACE_wrappers/TAO/tao/PortableServer/ServerRequestInfo.cpp ACE_wrappers/TAO/tao/PortableServer/Strategized_Object_Proxy_Broker.cpp ACE_wrappers/TAO/tao/RTCORBA/Makefile ACE_wrappers/TAO/tao/RTPortableServer/Makefile ACE_wrappers/TAO/tao/SmartProxies/Makefile ACE_wrappers/TAO/tao/Strategies/DIOP_Acceptor.cpp ACE_wrappers/TAO/tao/Strategies/DIOP_Profile.cpp ACE_wrappers/TAO/tao/Strategies/Makefile ACE_wrappers/TAO/tao/Strategies/SHMIOP_Acceptor.cpp ACE_wrappers/TAO/tao/Strategies/SHMIOP_Profile.cpp ACE_wrappers/TAO/tao/Strategies/UIOP_Acceptor.cpp ACE_wrappers/TAO/tao/Strategies/UIOP_Profile.cpp ACE_wrappers/TAO/tao/TypeCodeFactory/Makefile ACE_wrappers/TAO/tao/TypeCodeFactory/TypeCodeFactory_i.cpp ACE_wrappers/TAO/tests/Makefile ACE_wrappers/TAO/tests/AMI/Makefile ACE_wrappers/TAO/tests/AMI_Buffering/Makefile ACE_wrappers/TAO/tests/AMI_Timeouts/Makefile ACE_wrappers/TAO/tests/BiDirectional/Makefile ACE_wrappers/TAO/tests/BiDirectional_NestedUpcall/Makefile ACE_wrappers/TAO/tests/Big_Oneways/Makefile ACE_wrappers/TAO/tests/Big_Reply/Makefile ACE_wrappers/TAO/tests/Big_Request_Muxing/Makefile ACE_wrappers/TAO/tests/Big_Twoways/Makefile ACE_wrappers/TAO/tests/Blocking_Sync_None/Makefile ACE_wrappers/TAO/tests/CDR/Makefile ACE_wrappers/TAO/tests/Cache_Growth_Test/Makefile ACE_wrappers/TAO/tests/Client_Leaks/Makefile ACE_wrappers/TAO/tests/Codec/Makefile ACE_wrappers/TAO/tests/Collocation/Collocation_Diamond_DLL.dsp ACE_wrappers/TAO/tests/Collocation/Collocation_Test_Stubs_DLL.dsp ACE_wrappers/TAO/tests/Collocation/Makefile.impl ACE_wrappers/TAO/tests/Collocation/Makefile.stub ACE_wrappers/TAO/tests/Collocation/Makefile.test ACE_wrappers/TAO/tests/Connection_Purging/Makefile ACE_wrappers/TAO/tests/Crash_On_Write/Makefile ACE_wrappers/TAO/tests/Crashed_Callback/Makefile ACE_wrappers/TAO/tests/DLL_ORB/Makefile ACE_wrappers/TAO/tests/DLL_ORB/Makefile.Test_Client_Module ACE_wrappers/TAO/tests/DLL_ORB/Makefile.Test_Server_Module ACE_wrappers/TAO/tests/DLL_ORB/Test_Client_Module.cpp ACE_wrappers/TAO/tests/DSI_Gateway/Makefile ACE_wrappers/TAO/tests/DynAny_Test/Makefile ACE_wrappers/TAO/tests/Explicit_Event_Loop/Makefile ACE_wrappers/TAO/tests/Exposed_Policies/Makefile ACE_wrappers/TAO/tests/FL_Cube/Makefile ACE_wrappers/TAO/tests/Faults/Makefile ACE_wrappers/TAO/tests/File_IO/Makefile ACE_wrappers/TAO/tests/Forwarding/Makefile ACE_wrappers/TAO/tests/Hello/Makefile ACE_wrappers/TAO/tests/IDL_Test/Makefile ACE_wrappers/TAO/tests/IORManipulation/Makefile ACE_wrappers/TAO/tests/InterOp-Naming/Makefile ACE_wrappers/TAO/tests/Leader_Followers/Makefile ACE_wrappers/TAO/tests/LongUpcalls/Makefile ACE_wrappers/TAO/tests/MProfile/MProfile_Client.dsp ACE_wrappers/TAO/tests/MProfile/MProfile_Server.dsp ACE_wrappers/TAO/tests/MProfile/Makefile ACE_wrappers/TAO/tests/MProfile_Forwarding/Makefile ACE_wrappers/TAO/tests/MT_Client/Makefile ACE_wrappers/TAO/tests/MT_Server/Makefile ACE_wrappers/TAO/tests/MT_Timeout/Makefile ACE_wrappers/TAO/tests/Multiple/Makefile ACE_wrappers/TAO/tests/Multiple_Inheritance/Makefile ACE_wrappers/TAO/tests/Muxing/Makefile ACE_wrappers/TAO/tests/Native_Exceptions/Makefile ACE_wrappers/TAO/tests/NestedUpcall/MT_Client_Test/Makefile ACE_wrappers/TAO/tests/NestedUpcall/MT_Client_Test/client.cpp ACE_wrappers/TAO/tests/NestedUpcall/Simple/Makefile ACE_wrappers/TAO/tests/NestedUpcall/Triangle_Test/Makefile ACE_wrappers/TAO/tests/Nested_Event_Loop/Makefile ACE_wrappers/TAO/tests/ORB_destroy/Makefile ACE_wrappers/TAO/tests/ORB_init/Makefile ACE_wrappers/TAO/tests/Object_Loader/Makefile ACE_wrappers/TAO/tests/OctetSeq/Makefile ACE_wrappers/TAO/tests/Oneway_Buffering/Makefile ACE_wrappers/TAO/tests/Oneways_Invoking_Twoways/Makefile ACE_wrappers/TAO/tests/POA/Etherealization/Makefile ACE_wrappers/TAO/tests/POA/Excessive_Object_Deactivations/Makefile ACE_wrappers/TAO/tests/POA/Identity/Makefile ACE_wrappers/TAO/tests/POA/Non_Servant_Upcalls/Makefile ACE_wrappers/TAO/tests/POA/Object_Reactivation/Makefile ACE_wrappers/TAO/tests/POA/POA_Destruction/Makefile ACE_wrappers/TAO/tests/POA/Single_Threaded_POA/Makefile ACE_wrappers/TAO/tests/POA/wait_for_completion/Makefile ACE_wrappers/TAO/tests/Param_Test/Makefile ACE_wrappers/TAO/tests/Param_Test/any.cpp ACE_wrappers/TAO/tests/Param_Test/any.h ACE_wrappers/TAO/tests/Param_Test/param_test_i.cpp ACE_wrappers/TAO/tests/Policies/Makefile ACE_wrappers/TAO/tests/Portable_Interceptors/Benchmark/Makefile ACE_wrappers/TAO/tests/Portable_Interceptors/Dynamic/Makefile ACE_wrappers/TAO/tests/Portable_Interceptors/ForwardRequest/Makefile ACE_wrappers/TAO/tests/Portable_Interceptors/IORInterceptor/Makefile ACE_wrappers/TAO/tests/Portable_Interceptors/PICurrent/Makefile ACE_wrappers/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Makefile ACE_wrappers/TAO/tests/Portable_Interceptors/Service_Context_Manipulation/Makefile ACE_wrappers/TAO/tests/QtTests/Makefile ACE_wrappers/TAO/tests/Queued_Message_Test/Makefile ACE_wrappers/TAO/tests/RTCORBA/Banded_Connections/Makefile ACE_wrappers/TAO/tests/RTCORBA/Client_Propagated/Makefile ACE_wrappers/TAO/tests/RTCORBA/Client_Protocol/Makefile ACE_wrappers/TAO/tests/RTCORBA/Collocation/Makefile ACE_wrappers/TAO/tests/RTCORBA/Destroy_Thread_Pool/Makefile ACE_wrappers/TAO/tests/RTCORBA/Explicit_Binding/Makefile ACE_wrappers/TAO/tests/RTCORBA/Linear_Priority/Makefile ACE_wrappers/TAO/tests/RTCORBA/MT_Client_Protocol_Priority/Makefile ACE_wrappers/TAO/tests/RTCORBA/ORB_init/Makefile ACE_wrappers/TAO/tests/RTCORBA/Persistent_IOR/Makefile ACE_wrappers/TAO/tests/RTCORBA/Policy_Combinations/Makefile ACE_wrappers/TAO/tests/RTCORBA/Private_Connection/Makefile ACE_wrappers/TAO/tests/RTCORBA/RTMutex/Makefile ACE_wrappers/TAO/tests/RTCORBA/RTMutex/server.cpp ACE_wrappers/TAO/tests/RTCORBA/Server_Declared/Makefile ACE_wrappers/TAO/tests/RTCORBA/Server_Protocol/Makefile ACE_wrappers/TAO/tests/RTCORBA/Thread_Pool/Makefile ACE_wrappers/TAO/tests/Reliable_Oneways/Makefile ACE_wrappers/TAO/tests/Server_Leaks/Makefile ACE_wrappers/TAO/tests/Single_Read/Makefile ACE_wrappers/TAO/tests/Smart_Proxies/Makefile ACE_wrappers/TAO/tests/Smart_Proxies/Collocation/Smart_Proxy_Impl.h ACE_wrappers/TAO/tests/Smart_Proxies/On_Demand/Makefile ACE_wrappers/TAO/tests/Timed_Buffered_Oneways/Makefile ACE_wrappers/TAO/tests/Timeout/Makefile ACE_wrappers/TAO/utils/IOR-parser/Makefile ACE_wrappers/TAO/utils/catior/Makefile ACE_wrappers/TAO/utils/catior/catior.cpp ACE_wrappers/TAO/utils/nslist/Makefile ACE_wrappers/ace/ACE.cpp ACE_wrappers/ace/ACE.h ACE_wrappers/ace/ARGV.cpp ACE_wrappers/ace/ARGV.h ACE_wrappers/ace/ARGV.i ACE_wrappers/ace/Acceptor.cpp ACE_wrappers/ace/Acceptor.h ACE_wrappers/ace/Activation_Queue.i ACE_wrappers/ace/Arg_Shifter.cpp ACE_wrappers/ace/Arg_Shifter.h ACE_wrappers/ace/Array_Base.cpp ACE_wrappers/ace/Asynch_Acceptor.cpp ACE_wrappers/ace/Asynch_Acceptor.h ACE_wrappers/ace/Asynch_IO.cpp ACE_wrappers/ace/Asynch_IO.h ACE_wrappers/ace/Asynch_IO_Impl.h ACE_wrappers/ace/Base_Thread_Adapter.cpp ACE_wrappers/ace/Base_Thread_Adapter.h ACE_wrappers/ace/Based_Pointer_T.h ACE_wrappers/ace/Based_Pointer_T.i ACE_wrappers/ace/Basic_Types.h ACE_wrappers/ace/CDR_Base.cpp ACE_wrappers/ace/CDR_Base.h ACE_wrappers/ace/CDR_Base.inl ACE_wrappers/ace/CDR_Stream.cpp ACE_wrappers/ace/CDR_Stream.h ACE_wrappers/ace/CDR_Stream.i ACE_wrappers/ace/CORBA_Handler.cpp ACE_wrappers/ace/CORBA_Handler.h ACE_wrappers/ace/Configuration.cpp ACE_wrappers/ace/Configuration_Import_Export.cpp ACE_wrappers/ace/Connector.cpp ACE_wrappers/ace/Containers_T.cpp ACE_wrappers/ace/DEV_Addr.i ACE_wrappers/ace/DEV_IO.cpp ACE_wrappers/ace/DLL.h ACE_wrappers/ace/Event_Handler.cpp ACE_wrappers/ace/Event_Handler.h ACE_wrappers/ace/FIFO_Send_Msg.cpp ACE_wrappers/ace/FILE_Addr.cpp ACE_wrappers/ace/FILE_IO.cpp ACE_wrappers/ace/FILE_IO.h ACE_wrappers/ace/FILE_IO.i ACE_wrappers/ace/Filecache.cpp ACE_wrappers/ace/Functor_T.i ACE_wrappers/ace/Hash_Map_Manager_T.cpp ACE_wrappers/ace/Hash_Map_Manager_T.h ACE_wrappers/ace/Hash_Map_Manager_T.i ACE_wrappers/ace/High_Res_Timer.cpp ACE_wrappers/ace/IOStream_T.i ACE_wrappers/ace/LSOCK_Stream.cpp ACE_wrappers/ace/LSOCK_Stream.h ACE_wrappers/ace/Lib_Find.cpp ACE_wrappers/ace/Local_Name_Space.cpp ACE_wrappers/ace/Local_Name_Space.h ACE_wrappers/ace/Local_Name_Space_T.cpp ACE_wrappers/ace/Local_Tokens.cpp ACE_wrappers/ace/Log_Msg.cpp ACE_wrappers/ace/Log_Msg.h ACE_wrappers/ace/Log_Msg_IPC.cpp ACE_wrappers/ace/Log_Msg_NT_Event_Log.cpp ACE_wrappers/ace/Log_Record.cpp ACE_wrappers/ace/MEM_Acceptor.cpp ACE_wrappers/ace/MEM_IO.cpp ACE_wrappers/ace/MEM_IO.h ACE_wrappers/ace/MEM_IO.i ACE_wrappers/ace/MEM_SAP.h ACE_wrappers/ace/MEM_Stream.h ACE_wrappers/ace/Makefile ACE_wrappers/ace/Mem_Map.cpp ACE_wrappers/ace/Mem_Map.h ACE_wrappers/ace/Mem_Map.i ACE_wrappers/ace/Memory_Pool.cpp ACE_wrappers/ace/Memory_Pool.i ACE_wrappers/ace/Message_Queue.cpp ACE_wrappers/ace/Msg_WFMO_Reactor.cpp ACE_wrappers/ace/Msg_WFMO_Reactor.h ACE_wrappers/ace/Name_Request_Reply.cpp ACE_wrappers/ace/Naming_Context.cpp ACE_wrappers/ace/OS.cpp ACE_wrappers/ace/OS.h ACE_wrappers/ace/OS.i ACE_wrappers/ace/OS_Dirent.cpp ACE_wrappers/ace/OS_Errno.cpp ACE_wrappers/ace/OS_String.cpp ACE_wrappers/ace/OS_Thread_Adapter.cpp ACE_wrappers/ace/OS_Thread_Adapter.h ACE_wrappers/ace/POSIX_Asynch_IO.cpp ACE_wrappers/ace/POSIX_Asynch_IO.h ACE_wrappers/ace/Parse_Node.cpp ACE_wrappers/ace/Parse_Node.h ACE_wrappers/ace/Process.cpp ACE_wrappers/ace/Process_Manager.cpp ACE_wrappers/ace/Process_Manager.h ACE_wrappers/ace/Reactor_Impl.h ACE_wrappers/ace/Registry.cpp ACE_wrappers/ace/SOCK_Connector.cpp ACE_wrappers/ace/SOCK_Dgram.cpp ACE_wrappers/ace/SOCK_Dgram.h ACE_wrappers/ace/SOCK_Dgram.i ACE_wrappers/ace/SOCK_Dgram_Bcast.cpp ACE_wrappers/ace/SOCK_Dgram_Bcast.h ACE_wrappers/ace/SOCK_Dgram_Bcast.i ACE_wrappers/ace/SOCK_Dgram_Mcast.h ACE_wrappers/ace/SOCK_Dgram_Mcast.i ACE_wrappers/ace/SOCK_IO.cpp ACE_wrappers/ace/SOCK_IO.h ACE_wrappers/ace/SPIPE_Addr.cpp ACE_wrappers/ace/SString.cpp ACE_wrappers/ace/SString.h ACE_wrappers/ace/SString.i ACE_wrappers/ace/SV_Semaphore_Simple.cpp ACE_wrappers/ace/SV_Shared_Memory.i ACE_wrappers/ace/Select_Reactor_Base.cpp ACE_wrappers/ace/Select_Reactor_Base.h ACE_wrappers/ace/Select_Reactor_T.cpp ACE_wrappers/ace/Service_Config.cpp ACE_wrappers/ace/Service_Config.h ACE_wrappers/ace/Service_Manager.cpp ACE_wrappers/ace/Service_Types.cpp ACE_wrappers/ace/Service_Types.i ACE_wrappers/ace/Shared_Memory_MM.i ACE_wrappers/ace/Strategies_T.cpp ACE_wrappers/ace/Svc_Conf_l.cpp ACE_wrappers/ace/Svc_Conf_y.cpp ACE_wrappers/ace/System_Time.cpp ACE_wrappers/ace/Task.cpp ACE_wrappers/ace/Task.h ACE_wrappers/ace/Thread.cpp ACE_wrappers/ace/Thread.h ACE_wrappers/ace/Thread.i ACE_wrappers/ace/Thread_Adapter.cpp ACE_wrappers/ace/Thread_Adapter.h ACE_wrappers/ace/Thread_Control.cpp ACE_wrappers/ace/Thread_Control.h ACE_wrappers/ace/Thread_Control.inl ACE_wrappers/ace/Thread_Hook.cpp ACE_wrappers/ace/Thread_Hook.h ACE_wrappers/ace/Thread_Manager.cpp ACE_wrappers/ace/Thread_Manager.h ACE_wrappers/ace/Thread_Manager.i ACE_wrappers/ace/Time_Request_Reply.cpp ACE_wrappers/ace/Timer_Hash_T.h ACE_wrappers/ace/Timer_Heap_T.cpp ACE_wrappers/ace/Timer_Heap_T.h ACE_wrappers/ace/Timer_List_T.h ACE_wrappers/ace/Timer_Queue_T.cpp ACE_wrappers/ace/Timer_Queue_T.h ACE_wrappers/ace/Timer_Wheel_T.cpp ACE_wrappers/ace/Timer_Wheel_T.h ACE_wrappers/ace/UPIPE_Connector.cpp ACE_wrappers/ace/WFMO_Reactor.cpp ACE_wrappers/ace/WFMO_Reactor.h ACE_wrappers/ace/WIN32_Asynch_IO.cpp ACE_wrappers/ace/WIN32_Asynch_IO.h ACE_wrappers/ace/XtReactor.cpp ACE_wrappers/ace/ace.dsw ACE_wrappers/ace/config-all.h ACE_wrappers/ace/config-hpux-11.00.h ACE_wrappers/ace/config-win32-common.h ACE_wrappers/ace/streams.h ACE_wrappers/ace/RMCast/Makefile ACE_wrappers/apps/Gateway/Gateway/Makefile ACE_wrappers/apps/Gateway/Peer/Makefile ACE_wrappers/apps/drwho/Makefile ACE_wrappers/apps/gperf/src/Makefile ACE_wrappers/apps/gperf/tests/Makefile ACE_wrappers/bin/auto_compile ACE_wrappers/bin/auto_run_tests.lst ACE_wrappers/examples/ASX/CCM_App/Makefile ACE_wrappers/examples/ASX/Event_Server/Event_Server/Makefile ACE_wrappers/examples/ASX/Event_Server/Transceiver/Makefile ACE_wrappers/examples/ASX/Message_Queue/Makefile ACE_wrappers/examples/ASX/Message_Queue/bounded_buffer.cpp ACE_wrappers/examples/ASX/Message_Queue/priority_buffer.cpp ACE_wrappers/examples/ASX/UPIPE_Event_Server/Makefile ACE_wrappers/examples/C++NPv1/RT_Thread_Per_Connection_Logging_Server.cpp ACE_wrappers/examples/C++NPv1/Thread_Per_Connection_Logging_Server.cpp ACE_wrappers/examples/C++NPv1/Thread_Per_Connection_Logging_Server.h ACE_wrappers/examples/Connection/blocking/SPIPE-acceptor.cpp ACE_wrappers/examples/Connection/misc/Makefile ACE_wrappers/examples/Connection/non_blocking/Makefile ACE_wrappers/examples/IOStream/client/Makefile ACE_wrappers/examples/IOStream/server/Makefile ACE_wrappers/examples/IPC_SAP/DEV_SAP/reader/Makefile ACE_wrappers/examples/IPC_SAP/DEV_SAP/writer/Makefile ACE_wrappers/examples/IPC_SAP/FIFO_SAP/Makefile ACE_wrappers/examples/IPC_SAP/FILE_SAP/Makefile ACE_wrappers/examples/IPC_SAP/SOCK_SAP/CPP-inclient.cpp ACE_wrappers/examples/IPC_SAP/SOCK_SAP/CPP-inclient.h ACE_wrappers/examples/IPC_SAP/SOCK_SAP/CPP-inserver.cpp ACE_wrappers/examples/IPC_SAP/SOCK_SAP/Makefile ACE_wrappers/examples/IPC_SAP/SPIPE_SAP/Makefile ACE_wrappers/examples/IPC_SAP/SSL_SAP/SSL-client.cpp ACE_wrappers/examples/IPC_SAP/SSL_SAP/SSL-client.h ACE_wrappers/examples/IPC_SAP/SSL_SAP/SSL-server.cpp ACE_wrappers/examples/IPC_SAP/TLI_SAP/Makefile ACE_wrappers/examples/IPC_SAP/UPIPE_SAP/Makefile ACE_wrappers/examples/Log_Msg/Makefile ACE_wrappers/examples/Logger/Acceptor-server/Makefile ACE_wrappers/examples/Logger/client/Makefile ACE_wrappers/examples/Logger/simple-server/Makefile ACE_wrappers/examples/Map_Manager/Makefile ACE_wrappers/examples/Mem_Map/IO-tests/Makefile ACE_wrappers/examples/Mem_Map/file-reverse/Makefile ACE_wrappers/examples/Misc/Makefile ACE_wrappers/examples/Misc/test_sstring.cpp ACE_wrappers/examples/Naming/Makefile ACE_wrappers/examples/RMCast/Send_File/Makefile ACE_wrappers/examples/Reactor/Dgram/Makefile ACE_wrappers/examples/Reactor/FIFO/Makefile ACE_wrappers/examples/Reactor/Misc/Makefile ACE_wrappers/examples/Reactor/Misc/notification.cpp