summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-02-24 06:29:22 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-02-24 06:29:22 +0000
commitf63c55ae28710f540cb58ec4f46f318d12b154ce (patch)
treeee959962bc490aaea4212a1d719eac681d3db7c8
parent4f9d0fdf5749f681257b6e094b582d80cbb4c8cd (diff)
downloadATCD-f63c55ae28710f540cb58ec4f46f318d12b154ce.tar.gz
ChangeLogTag: Mon Feb 24 000:27:32 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/ChangeLog361
1 files changed, 361 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 890f81ea271..6ecbba4b0da 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,364 @@
+Mon Feb 24 000:27:32 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * tests/Param_Test/any.cpp:
+ * orbsvcs/ImplRepo_Service/Forwarder.cpp:
+ * orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp:
+ * orbsvcs/orbsvcs/IFRService/ComponentDef_i.cpp:
+ * orbsvcs/orbsvcs/IFRService/Container_i.cpp:
+ * orbsvcs/orbsvcs/IFRService/Container_i.h:
+ * orbsvcs/orbsvcs/IFRService/InterfaceDef_i.cpp:
+ * orbsvcs/orbsvcs/IFRService/ValueDef_i.cpp:
+ * orbsvcs/orbsvcs/Notify/Service.h:
+ * orbsvcs/orbsvcs/PortableGroup/POA_Hooks.cpp:
+ * orbsvcs/orbsvcs/PortableGroup/PortableGroup_Loader.h:
+ * orbsvcs/orbsvcs/PortableGroup/Portable_Group_Map.cpp:
+ * orbsvcs/orbsvcs/PortableGroup/Portable_Group_Map.h:
+ * orbsvcs/orbsvcs/PortableGroup/UIPMC_Acceptor.cpp:
+ * orbsvcs/orbsvcs/PortableGroup/UIPMC_Acceptor.h:
+ * orbsvcs/orbsvcs/PortableGroup/UIPMC_Profile.h:
+ * orbsvcs/orbsvcs/PortableGroup/UIPMC_Profile.i:
+ * orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp:
+ * orbsvcs/tests/InterfaceRepo/Application_Test/ifr_dii_client.cpp:
+ * orbsvcs/tests/InterfaceRepo/IFR_Test/Admin_Client.cpp:
+ * examples/POA/DSI/Database_i.cpp:
+ * tests/DynAny_Test/data.cpp:
+ * tests/DynAny_Test/test_dynany.cpp:
+ * tests/DynAny_Test/test_dynarray.cpp:
+ * tests/DynAny_Test/test_dynenum.cpp:
+ * tests/DynAny_Test/test_dynsequence.cpp:
+ * tests/DynAny_Test/test_dynstruct.cpp:
+ * tests/DynAny_Test/test_dynunion.cpp:
+ * tests/Param_Test/complex_any.cpp:
+ * tests/Param_Test/recursive_union.cpp:
+ * tests/Queued_Message_Test/Queued_Message_Test.cpp:
+
+ Replaced instances of TAO_Object_Key with TAO::Object_Key.
+
+ * tao/Any_T.cpp:
+
+ In cases where typed extraction fails and interpretive
+ extraction must be performed, the constructor of the
+ temporary CDR stream was changed to one that does not
+ own the underlying message block, thus eliminating a
+ ` duplicate/release pair.
+
+ * orbsvcs/tests/tests.dsw:
+
+ Removed some projects that no longer exist.
+
+ * examples/AMI/FL_Callback/AMI_Peer.dsp:
+ * examples/AMI/FL_Callback/AMI_Progress.dsp:
+ * examples/Buffered_Oneways/client.dsp:
+ * examples/Buffered_Oneways/server.dsp:
+ * examples/Callback_Quoter/Consumer.dsp:
+ * examples/Callback_Quoter/Notifier.dsp:
+ * examples/Callback_Quoter/Supplier.dsp:
+ * examples/Content_Server/AMI_Iterator/client.dsp:
+ * examples/Content_Server/AMI_Iterator/server.dsp:
+ * examples/Content_Server/AMI_Observer/client.dsp:
+ * examples/Content_Server/AMI_Observer/server.dsp:
+ * examples/Content_Server/SMI_Iterator/client.dsp:
+ * examples/Content_Server/SMI_Iterator/server.dsp:
+ * examples/Event_Comm/Consumer.dsp:
+ * examples/Event_Comm/Notifier.dsp:
+ * examples/Event_Comm/Supplier.dsp:
+ * examples/Load_Balancing/client.dsp:
+ * examples/Load_Balancing/server.dsp:
+ * examples/Load_Balancing/service.dsp:
+ * examples/Load_Balancing_persistent/client.dsp:
+ * examples/Load_Balancing_persistent/server.dsp:
+ * examples/Load_Balancing_persistent/service.dsp:
+ * examples/OBV/Typed_Events/client.dsp:
+ * examples/OBV/Typed_Events/server.dsp:
+ * examples/POA/DSI/client.dsp:
+ * examples/POA/DSI/server.dsp:
+ * examples/POA/Default_Servant/client.dsp:
+ * examples/POA/Default_Servant/server.dsp:
+ * examples/POA/Forwarding/client.dsp:
+ * examples/POA/Forwarding/server.dsp:
+ * examples/POA/Generic_Servant/client.dsp:
+ * examples/POA/Generic_Servant/server.dsp:
+ * examples/POA/TIE/client.dsp:
+ * examples/POA/TIE/server.dsp:
+ * examples/Persistent_Grid/Persistent_Grid_Client_Files.dsp:
+ * examples/Persistent_Grid/Persistent_Grid_Second_Client_Files.dsp:
+ * examples/Persistent_Grid/Persistent_Grid_Server_Files.dsp:
+ * examples/Quoter/Factory_Finder.dsp:
+ * examples/Quoter/Generic_Factory.dsp:
+ * examples/Quoter/client.dsp:
+ * examples/Quoter/server.dsp:
+ * examples/Simple/bank/client.dsp:
+ * examples/Simple/bank/server.dsp:
+ * examples/Simple/chat/client.dsp:
+ * examples/Simple/chat/server.dsp:
+ * examples/Simple/echo/client.dsp:
+ * examples/Simple/echo/server.dsp:
+ * examples/Simple/grid/client.dsp:
+ * examples/Simple/grid/server.dsp:
+ * examples/Simple/time/client.dsp:
+ * examples/Simple/time/server.dsp:
+ * examples/Simple/time-date/Time_Date.dsp:
+ * examples/Simple/time-date/client.dsp:
+ * examples/Simulator/Event_Supplier/DualEC_Sup.dsp:
+ * examples/Simulator/Event_Supplier/Event_Sup.dsp:
+ * examples/Simulator/Event_Supplier/Logging_Sup.dsp:
+ * examples/TypeCode_Creation/TypeCode_Creation.dsp:
+ * orbsvcs/examples/CosEC/Factory/FactoryClient.dsp:
+ * orbsvcs/examples/CosEC/Factory/FactoryServer.dsp:
+ * orbsvcs/examples/Security/Send_File/Send_File_Client.dsp:
+ * orbsvcs/examples/Security/Send_File/Send_File_Server.dsp:
+ * orbsvcs/orbsvcs/AV.dsp:
+ * orbsvcs/orbsvcs/CosConcurrency.dsp:
+ * orbsvcs/orbsvcs/CosEvent.dsp:
+ * orbsvcs/orbsvcs/CosLifeCycle.dsp:
+ * orbsvcs/orbsvcs/CosLoadBalancing.dsp:
+ * orbsvcs/orbsvcs/CosNaming.dsp:
+ * orbsvcs/orbsvcs/CosNotification.dsp:
+ * orbsvcs/orbsvcs/CosProperty.dsp:
+ * orbsvcs/orbsvcs/CosTime.dsp:
+ * orbsvcs/orbsvcs/CosTrading.dsp:
+ * orbsvcs/orbsvcs/DsEventLogAdmin.dsp:
+ * orbsvcs/orbsvcs/DsLogAdmin.dsp:
+ * orbsvcs/orbsvcs/DsNotifyLogAdmin.dsp:
+ * orbsvcs/orbsvcs/FT_ORB.dsp:
+ * orbsvcs/orbsvcs/Fault_Tolerance.dsp:
+ * orbsvcs/orbsvcs/PortableGroup.dsp:
+ * orbsvcs/orbsvcs/RTEvent.dsp:
+ * orbsvcs/orbsvcs/RTEventLog.dsp:
+ * orbsvcs/orbsvcs/RTSched.dsp:
+ * orbsvcs/orbsvcs/SSLIOP.dsp:
+ * orbsvcs/orbsvcs/Security.dsp:
+ * orbsvcs/orbsvcs/Svc_Utils.dsp:
+ * orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/client.dsp:
+ * orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/server.dsp:
+ * orbsvcs/performance-tests/RTEvent/lib/TAO_RTEC_Perf.dsp:
+ * orbsvcs/tests/EC_Custom_Marshal/ECCM_Consumer.dsp:
+ * orbsvcs/tests/EC_Custom_Marshal/ECCM_Supplier.dsp:
+ * orbsvcs/tests/FaultTolerance/IOGR/Manager.dsp:
+ * orbsvcs/tests/FaultTolerance/IOGR/server.dsp:
+ * orbsvcs/tests/ImplRepo/airplane_client.dsp:
+ * orbsvcs/tests/ImplRepo/airplane_server.dsp:
+ * orbsvcs/tests/ImplRepo/nestea_client.dsp:
+ * orbsvcs/tests/ImplRepo/nestea_server.dsp:
+ * orbsvcs/tests/InterfaceRepo/IFR_Test/IFR_Test.dsp:
+ * orbsvcs/tests/Interoperable_Naming/client.dsp:
+ * orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/client.dsp:
+ * orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/server.dsp:
+ * orbsvcs/tests/Miop/McastHello/client.dsp:
+ * orbsvcs/tests/Miop/McastHello/server.dsp:
+ * orbsvcs/tests/Notify/Blocking/Structured_Consumer.dsp:
+ * orbsvcs/tests/Notify/Blocking/Structured_Supplier.dsp:
+ * orbsvcs/tests/Notify/Discarding/Sequence_Consumer.dsp:
+ * orbsvcs/tests/Notify/Discarding/Sequence_Supplier.dsp:
+ * orbsvcs/tests/Notify/Discarding/Structured_Consumer.dsp:
+ * orbsvcs/tests/Notify/Discarding/Structured_Supplier.dsp:
+ * orbsvcs/tests/Notify/MT_Dispatching/Structured_Consumer.dsp:
+ * orbsvcs/tests/Notify/MT_Dispatching/Structured_Supplier.dsp:
+ * orbsvcs/tests/Notify/Ordering/Sequence_Consumer.dsp:
+ * orbsvcs/tests/Notify/Ordering/Sequence_Supplier.dsp:
+ * orbsvcs/tests/Notify/Ordering/Structured_Consumer.dsp:
+ * orbsvcs/tests/Notify/Ordering/Structured_Supplier.dsp:
+ * orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Sequence_Consumer.dsp:
+ * orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Sequence_Supplier.dsp:
+ * orbsvcs/tests/Notify/Sequence_Multi_Filter/Sequence_Consumer.dsp:
+ * orbsvcs/tests/Notify/Sequence_Multi_Filter/Sequence_Supplier.dsp:
+ * orbsvcs/tests/Notify/Structured_Filter/Structured_Filter_Consumer.dsp:
+ * orbsvcs/tests/Notify/Structured_Filter/Structured_Filter_Supplier.dsp:
+ * orbsvcs/tests/Notify/Structured_Multi_Filter/Structured_Multi_Filter_Consumer.dsp:
+ * orbsvcs/tests/Notify/Structured_Multi_Filter/Structured_Multi_Filter_Supplier.dsp:
+ * orbsvcs/tests/Notify/performance-tests/Filter/Sequence_Consumer.dsp:
+ * orbsvcs/tests/Notify/performance-tests/Filter/Sequence_Supplier.dsp:
+ * orbsvcs/tests/Notify/performance-tests/Filter/Structured_Consumer.dsp:
+ * orbsvcs/tests/Notify/performance-tests/Filter/Structured_Supplier.dsp:
+ * orbsvcs/tests/Security/Big_Request/client.dsp:
+ * orbsvcs/tests/Security/Big_Request/server.dsp:
+ * orbsvcs/tests/Security/Callback/client.dsp:
+ * orbsvcs/tests/Security/Callback/server.dsp:
+ * orbsvcs/tests/Security/MT_SSLIOP/client.dsp:
+ * orbsvcs/tests/Security/MT_SSLIOP/server.dsp:
+ * orbsvcs/tests/Security/Secure_Invocation/client.dsp:
+ * orbsvcs/tests/Security/Secure_Invocation/server.dsp:
+ * orbsvcs/tests/Security/SecurityLevel1/client.dsp:
+ * orbsvcs/tests/Security/SecurityLevel1/server.dsp:
+ * orbsvcs/tests/Simple_Naming/client.dsp:
+ * orbsvcs/tests/Trading/TradingLib.dsp:
+ * performance-tests/Callback/client.dsp:
+ * performance-tests/Callback/server.dsp:
+ * performance-tests/Cubit/TAO/DII_Cubit/client.dsp:
+ * performance-tests/Cubit/TAO/IDL_Cubit/client.dsp:
+ * performance-tests/Cubit/TAO/IDL_Cubit/collocation_test.dsp:
+ * performance-tests/Cubit/TAO/IDL_Cubit/server.dsp:
+ * performance-tests/Cubit/TAO/MT_Cubit/client.dsp:
+ * performance-tests/Cubit/TAO/MT_Cubit/server.dsp:
+ * performance-tests/Latency/AMH/Single_Threaded/client.dsp:
+ * performance-tests/Latency/AMH/Single_Threaded/server.dsp:
+ * performance-tests/Latency/AMI/client.dsp:
+ * performance-tests/Latency/AMI/server.dsp:
+ * performance-tests/Latency/DII/client.dsp:
+ * performance-tests/Latency/DII/server.dsp:
+ * performance-tests/Latency/DSI/client.dsp:
+ * performance-tests/Latency/DSI/server.dsp:
+ * performance-tests/Latency/Deferred/client.dsp:
+ * performance-tests/Latency/Deferred/server.dsp:
+ * performance-tests/Latency/Single_Threaded/client.dsp:
+ * performance-tests/Latency/Single_Threaded/server.dsp:
+ * performance-tests/Latency/Thread_Per_Connection/client.dsp:
+ * performance-tests/Latency/Thread_Per_Connection/server.dsp:
+ * performance-tests/Latency/Thread_Pool/client.dsp:
+ * performance-tests/Latency/Thread_Pool/server.dsp:
+ * performance-tests/POA/Implicit_Activation/client.dsp:
+ * performance-tests/POA/Implicit_Activation/collocated.dsp:
+ * performance-tests/POA/Implicit_Activation/server.dsp:
+ * performance-tests/POA/Object_Creation_And_Registration/registration.dsp:
+ * performance-tests/Pluggable/client.dsp:
+ * performance-tests/Pluggable/server.dsp:
+ * performance-tests/RTCorba/Multiple_Endpoints/Common/RTCORBA_Common.dsp:
+ * performance-tests/RTCorba/Oneways/Reliable/client.dsp:
+ * performance-tests/RTCorba/Oneways/Reliable/server.dsp:
+ * performance-tests/RTCorba/Thread_Pool/client.dsp:
+ * performance-tests/RTCorba/Thread_Pool/server.dsp:
+ * performance-tests/Throughput/client.dsp:
+ * performance-tests/Throughput/server.dsp:
+ * tao/TAO.dsp:
+ * tao/BiDir_GIOP/TAO_BiDir_GIOP.dsp:
+ * tao/DynamicAny/TAO_DynamicAny.dsp:
+ * tao/IFR_Client/TAO_IFR_Client.dsp:
+ * tao/IORManipulation/TAO_IORManip.dsp:
+ * tao/IORTable/TAO_IORTable.dsp:
+ * tao/Messaging/TAO_Messaging.dsp:
+ * tao/PortableServer/TAO_PortableServer.dsp:
+ * tao/RTCORBA/TAO_RTCORBA.dsp:
+ * tao/RTPortableServer/TAO_RTPortableServer.dsp:
+ * tao/Strategies/SHMIOP_Profile.i:
+ * tao/TypeCodeFactory/TypeCodeFactory.dsp:
+ * tests/AMI/AMI_Test_Client.dsp:
+ * tests/AMI/AMI_Test_Simple_Client.dsp:
+ * tests/AMI_Buffering/admin.dsp:
+ * tests/AMI_Buffering/client.dsp:
+ * tests/AMI_Buffering/server.dsp:
+ * tests/AMI_Timeouts/client.dsp:
+ * tests/AMI_Timeouts/server.dsp:
+ * tests/BiDirectional/client.dsp:
+ * tests/BiDirectional/server.dsp:
+ * tests/BiDirectional_NestedUpcall/client.dsp:
+ * tests/BiDirectional_NestedUpcall/server.dsp:
+ * tests/Big_Oneways/client.dsp:
+ * tests/Big_Oneways/server.dsp:
+ * tests/Big_Reply/client.dsp:
+ * tests/Big_Reply/server.dsp:
+ * tests/Big_Request_Muxing/client.dsp:
+ * tests/Big_Request_Muxing/server.dsp:
+ * tests/Big_Twoways/client.dsp:
+ * tests/Big_Twoways/server.dsp:
+ * tests/Blocking_Sync_None/client.dsp:
+ * tests/Blocking_Sync_None/server.dsp:
+ * tests/Cache_Growth_Test/client.dsp:
+ * tests/Cache_Growth_Test/server.dsp:
+ * tests/Client_Leaks/child.dsp:
+ * tests/Client_Leaks/client.dsp:
+ * tests/Client_Leaks/server.dsp:
+ * tests/Codec/client.dsp:
+ * tests/Collocation/Collocation_Test_Stubs.dsp:
+ * tests/Connection_Purging/client.dsp:
+ * tests/Connection_Purging/server.dsp:
+ * tests/Crash_On_Write/client.dsp:
+ * tests/Crash_On_Write/server.dsp:
+ * tests/Crashed_Callback/client.dsp:
+ * tests/Crashed_Callback/server.dsp:
+ * tests/DLL_ORB/Test_Client_Module.dsp:
+ * tests/DLL_ORB/Test_Server_Module.dsp:
+ * tests/DSI_Gateway/DSI_Gateway_Client.dsp:
+ * tests/DSI_Gateway/DSI_Gateway_Server.dsp:
+ * tests/DynAny_Test/basic_test.dsp:
+ * tests/Explicit_Event_Loop/client.dsp:
+ * tests/Explicit_Event_Loop/server.dsp:
+ * tests/Exposed_Policies/Client.dsp:
+ * tests/Exposed_Policies/Server.dsp:
+ * tests/Faults/client.dsp:
+ * tests/Faults/middle.dsp:
+ * tests/Faults/ping.dsp:
+ * tests/Faults/pong.dsp:
+ * tests/Faults/server.dsp:
+ * tests/Forwarding/client.dsp:
+ * tests/Forwarding/server.dsp:
+ * tests/Hello/client.dsp:
+ * tests/Hello/server.dsp:
+ * tests/IDL_Test/idl_test.dsp:
+ * tests/InterOp-Naming/server.dsp:
+ * tests/Leader_Followers/client.dsp:
+ * tests/Leader_Followers/server.dsp:
+ * tests/LongUpcalls/ami_client.dsp:
+ * tests/LongUpcalls/ami_server.dsp:
+ * tests/LongUpcalls/blocking_client.dsp:
+ * tests/LongUpcalls/blocking_server.dsp:
+ * tests/MProfile/client.dsp:
+ * tests/MProfile/server.dsp:
+ * tests/MT_Client/client.dsp:
+ * tests/MT_Client/orb_creation.dsp:
+ * tests/MT_Client/server.dsp:
+ * tests/MT_Server/client.dsp:
+ * tests/MT_Server/server.dsp:
+ * tests/MT_Timeout/MT_Timeout_Client.dsp:
+ * tests/MT_Timeout/MT_Timeout_Server.dsp:
+ * tests/Multiple/Client.dsp:
+ * tests/Multiple/Server.dsp:
+ * tests/Multiple_Inheritance/client.dsp:
+ * tests/Multiple_Inheritance/server.dsp:
+ * tests/Muxing/client.dsp:
+ * tests/Muxing/server.dsp:
+ * tests/Native_Exceptions/client.dsp:
+ * tests/Native_Exceptions/server.dsp:
+ * tests/NestedUpcall/MT_Client_Test/client.dsp:
+ * tests/NestedUpcall/MT_Client_Test/server.dsp:
+ * tests/NestedUpcall/Simple/client.dsp:
+ * tests/NestedUpcall/Simple/server.dsp:
+ * tests/NestedUpcall/Triangle_Test/initiator.dsp:
+ * tests/NestedUpcall/Triangle_Test/server_A.dsp:
+ * tests/NestedUpcall/Triangle_Test/server_B.dsp:
+ * tests/Nested_Event_Loop/client.dsp:
+ * tests/Nested_Event_Loop/server.dsp:
+ * tests/ORB_init/Portspan/portspan.dsp:
+ * tests/ORT/client.dsp:
+ * tests/ORT/server.dsp:
+ * tests/Object_Loader/Test_DLL.dsp:
+ * tests/Object_Loader/driver.dsp:
+ * tests/OctetSeq/OctetSeq.dsp:
+ * tests/OctetSeq/client.dsp:
+ * tests/OctetSeq/server.dsp:
+ * tests/Oneways_Invoking_Twoways/client.dsp:
+ * tests/Oneways_Invoking_Twoways/server.dsp:
+ * tests/POA/Default_Servant/Default_Servant.dsp:
+ * tests/POA/Etherealization/Etherealization.dsp:
+ * tests/POA/Excessive_Object_Deactivations/Excessive_Object_Deactivations.dsp:
+ * tests/POA/Identity/Identity.dsp:
+ * tests/POA/MT_Servant_Locator/MT_Servant_Locator.dsp:
+ * tests/POA/Non_Servant_Upcalls/Non_Servant_Upcalls.dsp:
+ * tests/POA/Object_Reactivation/Object_Reactivation.dsp:
+ * tests/POA/POA_Destruction/POA_Destruction.dsp:
+ * tests/POA/Persistent_ID/client.dsp:
+ * tests/POA/Persistent_ID/server.dsp:
+ * tests/POA/Single_Threaded_POA/Single_Threaded_POA.dsp:
+ * tests/POA/wait_for_completion/wait_for_completion.dsp:
+ * tests/Param_Test/client.dsp:
+ * tests/Param_Test/server.dsp:
+ * tests/Reliable_Oneways/client.dsp:
+ * tests/Reliable_Oneways/server.dsp:
+ * tests/Server_Leaks/client.dsp:
+ * tests/Server_Leaks/server.dsp:
+ * tests/Single_Read/client.dsp:
+ * tests/Single_Read/server.dsp:
+ * tests/Timed_Buffered_Oneways/client.dsp:
+ * tests/Timed_Buffered_Oneways/server.dsp:
+ * tests/Timeout/client.dsp:
+ * tests/Timeout/server.dsp:
+ * tests/ior_corbaloc/ior_corbaloc_client.dsp:
+ * tests/ior_corbaloc/ior_corbaloc_server.dsp:
+ * tests/ior_corbaloc/ior_corbaname_client.dsp:
+
+ Turned on RTTI for all generated stub source files (since Any_T.cpp
+ is included through Any_T.h via corba.h) and also for a few
+ other files that use Anys.
+
Fri Feb 21 19:38:19 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
* orbsvcs/orbsvcs/IFRService/ComponentContainer_i.cpp: