Wed Mar 27 09:23:42 2002 Jeff Parsons * TAO_IDL/be/be_visitor_operation/operation.cpp: Modified gen_throw_spec() to include the entire iterator loop inside the check for the operation belonging to a valuetype. This allows the removal of several similar checks inside the loop and the use of a loop counter. * TAO_IDL/be/be_visitor_ami_pre_proc.cpp: Restored the copying of the exception list from a regular operation to the exception holder operation. Apparently this list is used not only for the throw spec generation but also for generation of other operations. Wed Mar 27 10:03:47 2002 Craig Rodrigues * tao/Invocation.cpp: Add include of ace/Auto_Ptr.h for Tru64 builds. Tue Mar 26 12:21:41 2002 Carlos O'Ryan * orbsvcs/orbsvcs/RtecEventChannelAdmin.idl: Fixed minor documentation errors, thanks to Johnny Willemsen for pointing them out. Tue Mar 26 10:23:03 2002 Jeff Parsons * orbsvcs/orbsvcs.CosNotification.dsp: Added some missing files to the project. Tue Mar 26 09:11:10 2002 Craig Rodrigues * orbsvcs/Time_Service/Server_i.cpp (init): Change ACE_ENV_SINGLE_ARG_PARAMETER to ACE_ENV_ARG_PARAMETER. Tue Mar 26 07:46:42 2002 Chad Elliott * orbsvcs/orbsvcs/Naming/Naming_Utils.cpp: Added back the -u option to the get_opts in parse_args(). It was accidentally removed during a merge. Tue Mar 26 07:26:00 2002 Si Mong Park * TAO/tao/Services.cpp: * TAO/tao/Services.i: Moved _tao_seq_Octet's Dtor back to cpp as eVC (WinCE) does not complain unresolved symbol linker error anymore. Inline Dtor was causing compiler error on Tru64, although it was okay on WinCE, NT, Solaris, and etc. (thanks to Craig Rodrigues for report) In the future, if this causes a problem again on WinCE, then preprocessor for WinCE, such as ACE_HAS_WINCE, may be used to make inline Dtor specific for WinCE. Mon Mar 25 16:00:00 2002 Si Mong Park * TAO/orbsvcs/orbsvcs/Naming/Flat_File_Persistence.cpp: Changed format specifier for size_t type from %d to %u. Thanks to Craig Rodrigues for this fix. Mon Mar 25 15:07:24 2002 Irfan Pyarali * tao/RTCORBA/Thread_Pool.cpp (validate_and_map_priority): We don't support thread lanes without any static threads - user must have at least one static thread in each lane. Added a check for this inside the lane creation code. Thanks to Michele Amoretti for pointing this out. Mon Mar 25 09:56:00 2002 Si Mong Park * TAO/orbsvcs/Event_Service/Event_Service.cpp: Added missing c_str() call for ACE_CString output on ACE_ERROR_RETURN. * TAO/orbsvcs/Time_Service/Server_i.cpp: * TAO/orbsvcs/Time_Service/Server_i.h: Fixed incorrect env parameter macro for init_naming_service(). Sun Mar 24 22:06:00 2002 Si Mong Park * TAO/orbsvcs/orbsvcs/CosEvent/CEC_Default_Factory.i: Fixed for warning on 'const char*' to 'char*' conversion. * TAO/orbsvcs/orbsvcs/Sched/DynSched.cpp: Added back original C-style casting, (const char*), for ACE_DEBUG output of task lists' entry points to fix compilation warning on some platforms. Sun Mar 24 13:39:00 2002 Si Mong Park * TAO/orbsvcs/Concurrency_Service/Concurrency_Service.cpp: * TAO/orbsvcs/Concurrency_Service/Concurrency_Service.h: * TAO/orbsvcs/LifeCycle_Service/LifeCycle_Service.cpp: * TAO/orbsvcs/LifeCycle_Service/LifeCycle_Service.h: * TAO/orbsvcs/Naming_Service/Naming_Service.cpp: * TAO/orbsvcs/Naming_Service/Naming_Service.h: * TAO/orbsvcs/Time_Service/Clerk_i.cpp: * TAO/orbsvcs/Time_Service/Clerk_i.h: * TAO/orbsvcs/Time_Service/Server_i.cpp: * TAO/orbsvcs/Time_Service/Server_i.h: Changed 'char' type parameter to 'ACE_TCHAR' type, and removed attributes that store the argc and pointers of argv. * TAO/orbsvcs/CosEvent_Service/CosEvent_Service.cpp: * TAO/orbsvcs/Dump_Schedule/Dump_Schedule.cpp: * TAO/orbsvcs/Naming_Service/Naming_Server.cpp: * TAO/orbsvcs/Notify_Service/Notify_Server.cpp: * TAO/orbsvcs/Time_Service/Time_Service_Clerk.cpp: * TAO/orbsvcs/Time_Service/Time_Service_Server.cpp: * TAO/orbsvcs/Trading_Service/Trading_Server.cpp: Changed 'main' to 'ACE_TMAIN'. * TAO/orbsvcs/Event_Service/Event_Service.cpp: * TAO/orbsvcs/Event_Service/Event_Service.h: * TAO/orbsvcs/Scheduling_Service/Scheduling_Service.cpp: * TAO/orbsvcs/Scheduling_Service/Scheduling_Service.h: Changed 'char' type parameter to 'ACE_TCHAR' type, and changed '*char' type attributes to ACE_CString to make copy instead of storing pointer. * TAO/orbsvcs/Notify_Service/Notify_Service.cpp: * TAO/orbsvcs/Notify_Service/Notify_Service.h: * TAO/orbsvcs/Trading_Service/Trading_Service.cpp: * TAO/orbsvcs/Trading_Service/Trading_Service.h: * TAO/orbsvcs/orbsvcs/Naming/Naming_Utils.cpp: * TAO/orbsvcs/orbsvcs/Naming/Naming_Utils.h: * TAO/orbsvcs/orbsvcs/Trader/Trader.cpp: * TAO/orbsvcs/orbsvcs/Trader/Trader.h: Changed 'char' type parameter to 'ACE_TCHAR' type. * TAO/orbsvcs/ImplRepo_Service/Repository.cpp: * TAO/orbsvcs/orbsvcs/Event/ECG_Mcast_EH.cpp: * TAO/orbsvcs/orbsvcs/Event/GPlot_File.cpp: * TAO/orbsvcs/orbsvcs/IOR_Multicast.cpp: * TAO/orbsvcs/orbsvcs/Scheduler_Factory.cpp: * TAO/orbsvcs/orbsvcs/Log/Log_i.cpp: * TAO/orbsvcs/orbsvcs/Naming/Flat_File_Persistence.cpp: * TAO/orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp: * TAO/orbsvcs/orbsvcs/Sched/Scheduler.cpp: Updated/changed to be wide-character build compatible. * TAO/orbsvcs/orbsvcs/CosEvent/CEC_Default_Factory.cpp: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_Default_Factory.h: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_Default_Factory.i: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_Event_Loader.cpp: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_Event_Loader.h: * TAO/orbsvcs/orbsvcs/Event/EC_Default_Factory.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Default_Factory.h: * TAO/orbsvcs/orbsvcs/Event/EC_Sched_Factory.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Sched_Factory.h: * TAO/orbsvcs/orbsvcs/Naming/Naming_Loader.cpp: * TAO/orbsvcs/orbsvcs/Naming/Naming_Loader.h: * TAO/orbsvcs/orbsvcs/Notify/Notify_Default_CO_Factory.cpp: * TAO/orbsvcs/orbsvcs/Notify/Notify_Default_CO_Factory.h: * TAO/orbsvcs/orbsvcs/Notify/Notify_Default_Collection_Factory.cpp: * TAO/orbsvcs/orbsvcs/Notify/Notify_Default_Collection_Factory.h: * TAO/orbsvcs/orbsvcs/Notify/Notify_Default_EMO_Factory.cpp: * TAO/orbsvcs/orbsvcs/Notify/Notify_Default_EMO_Factory.h: * TAO/orbsvcs/orbsvcs/Notify/Notify_Default_POA_Factory.cpp: * TAO/orbsvcs/orbsvcs/Notify/Notify_Default_POA_Factory.h: * TAO/orbsvcs/orbsvcs/Trader/Trading_Loader.cpp: * TAO/orbsvcs/orbsvcs/Trader/Trading_Loader.h: Changed the matching char parameter type to ACE_TCHAR as defined in the base class' virtual interface. * TAO/orbsvcs/orbsvcs/ETCL/ETCL_l.cpp: * TAO/orbsvcs/orbsvcs/Sched/DynSched.cpp: * TAO/orbsvcs/orbsvcs/Sched/Strategy_Scheduler.cpp: * TAO/orbsvcs/orbsvcs/Sched/Strategy_Scheduler.h: * TAO/orbsvcs/orbsvcs/Trader/Constraint_l.cpp: Added preprocessor for WinCE platform specific difference. * TAO/orbsvcs/orbsvcs/Naming/Hash_Naming_Context.h: Added preprocessor check to undefine 'interface' because the token 'interface' is defined by default on WinCE causing error. Since this works fine on Windows NT and Solaris, it is currently for all platforms. If any error is generated by this, then it may have to be changed for WinCE specific. * TAO/TAOACE_WinCE.vcw: Some dependencies have updated and removed Time Service projects. * TAO/orbsvcs/Concurrency_Service/Concurrency_Service.vcp: * TAO/orbsvcs/CosEvent_Service/CosEvent_Service.vcp: * TAO/orbsvcs/Dump_Schedule/Dump_Schedule.vcp: * TAO/orbsvcs/Event_Service/Event_Service.vcp: * TAO/orbsvcs/LifeCycle_Service/LifeCycle_Service.vcp: * TAO/orbsvcs/Naming_Service/Naming_Service.vcp: * TAO/orbsvcs/Notify_Service/Notify_Service.vcp: * TAO/orbsvcs/Scheduling_Service/Scheduling_Service.vcp: * TAO/orbsvcs/Time_Service/Time_Service_Clerk.vcp: * TAO/orbsvcs/Time_Service/Time_Service_Server.vcp: * TAO/orbsvcs/Trading_Service/Trading_Service.vcp: * TAO/orbsvcs/orbsvcs/IOR_Multicast.vcp: * TAO/orbsvcs/orbsvcs/Scheduler_Factory.vcp: * TAO/orbsvcs/orbsvcs/CosCOncurrency.vcp: * TAO/orbsvcs/orbsvcs/CosEvent.vcp: * TAO/orbsvcs/orbsvcs/CosLifeCycle.vcp: * TAO/orbsvcs/orbsvcs/CosNaming.vcp: * TAO/orbsvcs/orbsvcs/CosNotification.vcp: * TAO/orbsvcs/orbsvcs/CosProperty.vcp: * TAO/orbsvcs/orbsvcs/CosTime.vcp: * TAO/orbsvcs/orbsvcs/CosTrading.vcp: * TAO/orbsvcs/orbsvcs/DsLogAdmin.vcp: * TAO/orbsvcs/orbsvcs/ETCL.vcp: * TAO/orbsvcs/orbsvcs/Fault_Tolerance.vcp: * TAO/orbsvcs/orbsvcs/RTEvent.vcp: * TAO/orbsvcs/orbsvcs/RTOLDEvent.vcp: * TAO/orbsvcs/orbsvcs/RTSched.vcp: * TAO/orbsvcs/orbsvcs/RTSchedEvent.vcp: * TAO/orbsvcs/orbsvcs/Security.vcp: * TAO/orbsvcs/orbsvcs/Svc_Utils.vcp: New eMbedded Visual C++ 3.0 project file for WinCE build. Sun Mar 24 10:29:08 2002 Craig Rodrigues * examples/OBV/Typed_Events/Event_Types_impl.cpp (do_print): Change ACE_ENV_SINGLE_ARG_DECL_NOT_USED to ACE_ENV_SINGLE_ARG_DECL. Sat Mar 23 10:42:42 2002 Craig Rodrigues * TAO_IDL/be/be_visitor_operation/operation.cpp: Fix case where exception list is not generated if operation is part of a valuetype. Fri Mar 22 19:19:18 2002 Ossama Othman * tao/CDR_Encaps_Codec.cpp (encode_value): Pass the GIOP version and ORB Core with which the CDR encapsulation Codec is associated to the TAO_InputCDR stream object used when encoding the value into a CDR encapsulation. Fri Mar 22 14:23:46 2002 Jaiganesh Balasubramanian * orbsvcs/tests/Event/Makefile: Made changes to have the dir Performance compliled always. Previously, the DIR was compiled when the flag CORBA_MESSAGING was set to 1. Fri Mar 22 12:17:04 2002 Ossama Othman * tao/CDR_Encaps_Codec.h (TAO_CDR_Encaps_Codec): The constructor now accepts a pointer to the ORB Core which with the CDR encapsulation Codec is associated. Cache a pointer to the ORB Core. To be used when decoding value from a CDR stream. * tao/CDR_Encaps_Codec.cpp (encode, encode_value): Do not instantiate the TAO_OutputCDR object with the default GIOP version supported by the ORB. Each CDR Encapsulation Codec instance is meant to handle a specific GIOP version. Use that version instead. (decode, decode_value): Instantiate the TAO_InputCDR object with the ORB Core with which the Codec is associated. It will be needed when extracting object references and using codesets. Do not instantiate the TAO_InputCDR object with the default GIOP version supported by the ORB. Each CDR Encapsulation Codec instance is meant to handle a specific GIOP version. Use that version instead. * tao/CodecFactory.h: Cache a pointer to the ORB Core. Some Codec implementations may need access to the ORB Core which they are associated. * tao/CodecFactory.cpp (create_codec): When creating a CDR encapsulation Codec, pass the cached TAO_ORB_Core pointer to its constructor. The CDR encapsulation Codec can use it. * tao/CodecFactory_ORBInitializer.h: * tao/CodecFactory_ORBInitializer.cpp: * tao/ORBInitInfo.cpp (codec_factory): A single shared instance of the CodecFactory no longer exists. Instead, each ORB will have its own CodecFactory. Certain Codecs require access to the ORB with which they are associated, thus requiring ORB-specific CodecFactorys. * tao/Any.cpp: Nuked trailing whitespace. Fri Mar 22 09:38:14 2002 Ossama Othman * tao/MCAST_Parser.cpp (multicast_query): Fixed problem where the IP_MULTICAST_TTL socket option value was being passed directly to ACE_SOCK::set_option() instead of its address. This should address some multicast query problems when using "mcast" IORs. Thanks to Tim Iskander for suggesting the fix. [Bug 1173] Fri Mar 22 10:31:33 2002 Jeff Parsons * TAO_IDL/be/be_visitor_operation/operation.cpp: Changed code to eliminate generation of throw spec if the operation is defined in a valuetype. Thanks to Boris Kolpackov for clarifying the behavior of valuetype operations. * TAO_IDL/be/be_visitor_ami_pre_proc.cpp: Eliminated the copying of the exception list when creating an exception holder operation, since an exception holder is a valuetype (see above). * Examples/OBV/Typed_Events/Event_Types_Impl.cpp: * Examples/OBV/Typed_Events/Event_Types_Impl.h: Removed the throw specs from the impl class operations, since the impl classes are derived from value types. Thu Mar 21 15:45:59 2002 Jeff Parsons * tao/Any.cpp: In copy constructor and assignment operator, added check for existence of source Any's message block before creating our own with ACE_NEW. This makes for more consistent behavior in the value() method. Thanks to Alex Hornby for sending in the patch. Thu Mar 21 12:20:25 2002 Jeff Parsons * tao/Invocation.cpp: When a CORBA system or user exception is raised, the invocation creates it on the heap. On platforms with native exceptions, it is then thrown, causing a memory leak, so in these cases the newly created exception is put into an ACE auto_ptr before raising. On platforms without native exceptions, the Environment class manages the memory. Thanks to Bruce McIntosh for pointing out the leak, and to Nanbor for his help with the fix. Wed Mar 21 08:11:15 2002 Boris Kolpackov * TAO_IDL/be/be_visitor_typecode/typecode_defn.cpp: Fixed incorrect typecode genertaion for complex valuetype inheritance cases. Thanks to Frank Rybak for reporting this and helping to narrow it down. * tests/OBV/Any/Any.idl: Modified inheritance tree to cover above case. Wed Mar 20 22:09:12 2002 Craig Rodrigues * orbsvcs/orbsvcs/Trader/Interpreter_Utils_T.cpp: Replace ACE_TRY_ENV with ACE_ENV_ARG_PARAMETER and ACE_ENV_SINGLE_ARG_PARAMETER macros. Wed Mar 20 11:20:14 2002 Craig Rodrigues * tests/MT_Timeout/Client_Task.cpp: Include Messaging.h instead of MessagingC.h. Wed Mar 20 06:59:58 2002 Douglas C. Schmidt * orbsvcs/orbsvcs/Trader/Interpreter_Utils_T.cpp (TAO_find): Fixed a bug where a sequence was not being accessed properly. Thansk to Laurent Sabourin for reporting this. Tue Mar 19 21:01:24 2002 Jeff Parsons * TAO_IDL/be/be_visitor_operation/operation.cpp: Fixed generation of extra comma when generating throw spec for an AMI exception holder. * TAO_IDL/be/be_visitor_valuetype/arglist.cpp: Fixed indentation disagreement when generating throw spec for a valuetype operation, compared with generating a throw spec for an interface opertion. Tue Mar 19 09:46:09 2002 Ossama Othman * orbsvcs/performance-tests/RTEvent/RTCORBA_Callback/Callback.h: No need to include "ace/pre.h" since this header is only used for an executable binary, not a library. Tue Mar 19 10:18:42 2002 Carlos O'Ryan * orbsvcs/performance-tests/RTEvent/lib/Client_Options.h: Add missing export directives. * orbsvcs/performance-tests/RTEvent/lib/TAO_RTEC_Perf.dsp: Add mising files to the project. * TAOACE.dsw: Add missing dependency. * orbsvcs/performance-tests/RTEvent/RTEvent.dsw: * orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/server.dsp: * orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/client.dsp: Add new project files. Mon Mar 18 17:43:49 2002 Jaiganesh Balasubramanian * tao/Messaging/diffs/Messaging.diff: Updated the diffs file for the latest changes in the Messaging library. Mon Mar 18 18:37:07 2002 Balachandran Natarajan * tao/Messaging/Messaging.h: * tao/Messaging/MessagingC.h: Prevent users from including MessagingC.h directly. Users should include only Messaging.h, else the static initializer for the Messaging library will not be included. This would mean that the symbols from the Messaging library will not be linked into the executable in static builds. If they dont get linked into the executable, the Messaging library will not be registered with the ORB and all bad things start happening. Builds with dynamic libraries dont have this problem. * tao/Messaging/MessagingC.cpp: * tao/Messaging/MessagingS.h: * tao/Messaging/Messaging_Policy_i.h: Included Messaging.h. The diffs for the generated code needs regeneration. I am going to ask Jai to do it, as I had spent lots of time trying to chase a bug because of the problem. Mon Mar 18 11:57:28 2002 Priyanka Gontla * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp: Corrected the cast-type. Mon Mar 18 11:13:16 2002 Priyanka Gontla * tests/Server_Leaks/client.cpp: Fixed the ACE_CHECK to ACE_TRY_CHECK. Mon Mar 18 13:06:10 2002 Jeff Parsons * TAO_IDL/fe/idl.ll: * TAO_IDL/fe/lex.yy.cpp: * TAO_IDL/include/idl_global.h: * TAO_IDL/util/utl_global.cpp: Added a flag to the front-end global data class to tell if an included IDL file has been included before. This was necessary to work in conjunction with the preprocessor output to handle #pragma prefix correctly. If an IDL file is included a second time, the #line number and filename are still generated by the preprocessor, but none of the contents of the IDL file (including a possible #pragma prefix directive). Thanks again to Frank Kuhlman for pointing out the problem. Mon Mar 18 15:34:26 2002 Boris Kolpackov * TAO_IDL/be_include/be_visitor_field/cdr_op_ci.h: * TAO_IDL/be/be_visitor_field/cdr_op_ci.cpp: Fixed bug in marshaling code for a valuetype inside a struct. * TAO_IDL/be/be_visitor_operation/operation.cpp: Fixed bug in a throw specification for valuetype operations. Before the CORBA::SystemException would wrongly appear there. Thanks to Chen Jian for reporting them. Sat Mar 16 09:07:20 2002 Balachandran Natarajan * TAOACE.dsw: Added Messaging DLL as a dependency to the Event_Service and add TAO DLL as a dependency to the Messaging DLL. Sat Mar 16 11:35:12 2002 Johnny Willemsen * orsvcs/orbsvcs/CosNaming.bor: Updated this BCB makefile with the changes of Thu Mar 14 09:26:54 2002 Chad Elliott Sat Mar 16 00:47:58 2002 Ossama Othman * tao/Object.h (refcount_): The CORBA::Object implementation will once again retain its own reference count. (refcount_lock_): The reference count lock member is now instantiated on the heap. It will only be instantiated if the object is an unconstrained object (as opposed to locality-constrained). This retains the same proven reference count semantics that existed prior to the object reference instantiation optimization changes from Wed Mar 6 21:55:11 2002 Ossama Othman , and simultaneously retains the optimization without the subtle reference count issues incurred by coupling the object reference reference count with the TAO_Stub reference count. * tao/Object.i (CORBA_Object): * tao/Object.cpp (CORBA_Object): Initialize the reference count to one, and the reference count lock pointer to zero. (_add_ref, _remove_ref): If the reference count lock pointer is non-zero then, perform the appropriate reference count manipulation. (~CORBA_Object): Deallocate the reference count lock instance. Sat Mar 16 01:58:21 2002 Ossama Othman * tao/IFR_Client/IFR_BaseC.cpp: * tao/IFR_Client/IFR_ComponentsC.cpp: Include "tao/Invocation.h" to pull in TAO_GIOP_Invocation class declaration. Necessitated by header reduction in IFR_BaseC.h. Fixes minimum CORBA builds. * tao/IFR_Client/diffs/IFR_BaseC.cpp.diff: * tao/IFR_Client/diffs/IFR_BaseC.h.diff: * tao/IFR_Client/diffs/IFR_ComponentsC.cpp.diff: Regenerated these diff files. Sat Mar 16 01:27:32 2002 Ossama Othman * tao/IFR_Client/IFR_BaseC.h: Include appropriate headers to allow the IFR_Client library to compile in minimum CORBA builds. Necessitated by the inter-header dependency reductions made about a week ago. Fri Mar 15 16:06:10 2002 Priyanka Gontla * orbsvcs/orbsvcs/Naming/Flat_File_Persistence.cpp (operator >>): Fixed the warning gcc-3.0 was complaining about by correcting the format specifier used. Fri Mar 15 16:02:52 2002 Douglas C. Schmidt * TAO-INSTALL.html: Updated to include Solaris 8. Thanks to Stephane Chatre for reporting this. Fri Mar 15 07:50:23 2002 Chad Elliott Committing this change for Yan Dai . * tao/SmartProxies/Smart_Proxies.cpp: Declared an integer to please the VisualAge5.0.2.2 compiler, otherwise this error message is displayed. "ld: 0711-244 ERROR: No csects or exported symbols have been saved." Fri Mar 15 07:15:28 2002 Chad Elliott * orbsvcs/orbsvcs/CosNaming.dsp: * orbsvcs/orbsvcs/CosNaming_Static.dsp: Forgot about Windows. I added the new Naming files from Thu Mar 14 09:26:54 2002 to the CosNaming project files. Fri Mar 15 00:46:00 2002 Si Mong Park * TAO/tao/ORB_Core.cpp: * TAO/tao/ORB_Core.h: * TAO/tao/ORB_Core.i: Changed TAO_ORB_Core::init() to accept char type to match the type used in CORBA::ORB_init() to prevent confusion. * TAO/tao/TAO_Internal.cpp: Fixed an error that caused an access violation upon deleting string sequence that is not under proper owner ship. * TAO/tao/default_resource.cpp: * TAO/tao/Resource_Factory.cpp: * TAO/tao/Resource_Factory.h: Changed back to use ACE_CString due to the unexpected additional awkward type conversion. * TAO/tao/BiDir_GIOP/BiDirGIOP.cpp: * TAO/tao/BiDir_GIOP/BiDirGIOP.h: * TAO/tao/DynamicAny/DynamicAny.cpp: * TAO/tao/DynamicAny/DynamicAny.h: * TAO/tao/IORManipulation/IORManip_Loader.cpp: * TAO/tao/IORManipulation/IORManip_Loader.h: * TAO/tao/RTCORBA/RT_ORB_Loader.cpp: * TAO/tao/RTCORBA/RT_ORB_Loader.h: * TAO/tao/Strategies/advanced_resource.cpp: * TAO/tao/Strategies/advanced_resource.h: * TAO/tao/Strategies/DIOP_Factory.cpp: * TAO/tao/Strategies/DIOP_Factory.h: * TAO/tao/Strategies/SHMIOP_Acceptor.cpp: * TAO/tao/Strategies/SHMIOP_Acceptor.h: * TAO/tao/Strategies/SHMIOP_Factory.cpp: * TAO/tao/Strategies/SHMIOP_Factory.h: * TAO/tao/Strategies/UIOP_Factory.cpp: * TAO/tao/Strategies/UIOP_Factory.h: * TAO/tao/Strategies/UIOP_Lite_Factory.cpp: * TAO/tao/Strategies/UIOP_Lite_Factory.h: * TAO/tao/TypeCodeFactory/TypeCodeFactory_Loader.cpp: * TAO/tao/TypeCodeFactory/TypeCodeFactory_Loader.h: Changed the matching char parameter type to ACE_TCHAR as defined in the base class' virtual interface. * TAO/tao/Strategies/SHMIOP_Connection_Handler.cpp: Changed ACE_TEXT to ACE_LIB_TEXT. * TAO/TAOACE_WinCE.vcw: Minor change in project dependency. * TAO/tao/BiDir_GIOP/TAO_BiDir_GIOP.vcp: * TAO/tao/Domain/TAO_Domain.vcp: * TAO/tao/DynamicAny/TAO_DynamicAny.vcp: * TAO/tao/DynamicInterface/TAO_DynamicInterface.vcp: * TAO/tao/IFR_Client/TAO_IFR_Client.vcp: * TAO/tao/IORManipulation/TAO_IORManip.vcp: * TAO/tao/IORTable/TAO_IORTable.vcp: * TAO/tao/PortableServer/TAO_PortableServer.vcp: * TAO/tao/RTCORBA/TAO_RTCORBA.vcp: * TAO/tao/RTPortableServer/TAO_RTPortableServer.vcp: * TAO/tao/SmartProxies/SmartProxies.vcp: * TAO/tao/Strategies/TAO_Strategies.vcp: * TAO/tao/TypeCodeFactory/TypeCodeFactory.vcp: eMbedded Visual C++ 3.0 project file for main TAO.dll for WinCE build. Thu Feb 28 09:55:21 2002 Chad Elliott * examples/Simple/time/Time_Client_i.cpp: Fix a core dump for 64-bit Solaris and HP-UX. The address of the CORBA::Long (in the call to ctime) needed to be 8 byte aligned and the reentrant version of ctime needed to be used (due to problems on Solaris). Thu Mar 14 14:13:02 2002 Chad Elliott * tests/File_IO/server.cpp: Destroy the POA and ORB at the end of the test. This avoids a core dump on HP-UX 10.20. * tests/Server_Leaks/run_test.pl: Increase the wait time for server startup. Slower machines were failing due to this. * tests/Server_Leaks/client.cpp: Switched an ACE_CHECK within a try block to an ACE_TRY_CHECK. Thu Mar 14 12:03:21 2002 Ossama Othman * tao/PICurrent.cpp (~TAO_PICurrent_Impl): Make sure the peer TAO_PICurrent_Impl object no longer considers this TAO_PICurrent_Impl its peer since this object will no longer exist once this destructor completes execution. Fixes a seg fault. Thanks to Jeffrey Shaffer for reporting the problem, and for confirming that this fix works. Thu Mar 14 13:50:59 2002 Chad Elliott Committing this change for Scott Harris . * orbsvcs/examples/Security/Send_File/Send_File_Server.dsp: Changed %ACE_ROOT%/bin/tao_idl to a relative path to be consistent with other project files. Thu Mar 14 13:44:15 2002 Chad Elliott Committing this change for Yan Dai . * docs/tutorials/Quoter/RT_Event_Service/Stock_i.cpp: Changed MyTieStock to be a friend of class Quoter_Stock_i instead of the constructor to avoid a compilation error on AIX. Thu Mar 14 09:26:54 2002 Chad Elliott * orbsvcs/orbsvcs/Makefile.CosNaming: * orbsvcs/orbsvcs/Naming/Flat_File_Persistence.h: * orbsvcs/orbsvcs/Naming/Flat_File_Persistence.cpp: * orbsvcs/orbsvcs/Naming/Naming_Service_Container.h: * orbsvcs/orbsvcs/Naming/Naming_Service_Container.cpp: * orbsvcs/orbsvcs/Naming/Naming_Utils.h: * orbsvcs/orbsvcs/Naming/Naming_Utils.cpp: * orbsvcs/orbsvcs/Naming/Storable.h: * orbsvcs/orbsvcs/Naming/Storable.inl: * orbsvcs/orbsvcs/Naming/Storable.cpp: * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.h: * orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp: Adding a flat file Naming Service persistence originally written by Chanaka Liyanaarachchi and Bruce Trask . A new option, -u, was added to use the flat file persistence instead of the mmap() persistence. The -u option takes a parameter which specifies which directory is used to store the persistence files. * orbsvcs/tests/Simple_Naming/run_test.pl: Update the test to include a test for -u. Thu Mar 14 09:51:06 2002 Carlos O'Ryan * orbsvcs/performance-tests/Makefile: Removed directories until I have time to fix them. Thu Mar 14 08:12:26 2002 Jeff Parsons * TAO_IDL/fe/idl.ll: * TAO_IDL/fe/lex.yy.cpp: Removed unused variable. Wed Mar 13 21:41:00 2002 Si Mong Park * TAO/tao/BiDir_Adapter.h: * TAO/tao/default_client.cpp: * TAO/tao/default_client.h: * TAO/tao/default_resource.cpp: * TAO/tao/default_resource.h: * TAO/tao/default_server.cpp: * TAO/tao/default_server.h: * TAO/tao/IIOP_Factory.cpp: * TAO/tao/IIOP_Factory.h: * TAO/tao/IIOP_Lite_Factory.cpp: * TAO/tao/IIOP_Lite_Factory.h: * TAO/tao/Object_Loader.h: * TAO/tao/Protocol_Factory.cpp: * TAO/tao/Protocol_Factory.h: Changed parameter type from 'char'-base to 'ACE_TCHAR'-base for the interface defined in base class that is in the ACE layer. * TAO/tao/Resource_Factory.cpp: * TAO/tao/Resource_Factory.h: Changed ACE_CString to ACE_TString to reduce type conversions on wide-character/Unicode builds. * TAO/tao/DLL_ORB.cpp: Added argv type conversion only for WinCE. * TAO/tao/Services.cpp: * TAO/tao/Services.h: * TAO/tao/Services.i: Made virtual Dtor's empty body as inline to make WinCE compiler happy. * TAO/tao/ORB_Core.cpp: * TAO/tao/ORB_Core.h: * TAO/tao/ORB_Core.i: Changed all char* type names to ACE_CString to have its own copies of strings instead of storing argv pointers. This is required to make TAO compatible with wide-character/Unicode platforms because of possible type conversions of argv parameters. * TAO/tao/TAO_Internal.cpp: * TAO/tao/TAO_Internal.h: Changed open_services() to use ACE_TCHAR to reduce the amount of conversion using ACE library. * TAO/tao/Exception.cpp: * TAO/tao/Exception.h: * TAO/tao/FILE_Parser.cpp: * TAO/tao/GIOP_Message_Base.cpp: * TAO/tao/GIOP_Message_State.cpp: * TAO/tao/IIOP_Acceptor.cpp: * TAO/tao/IIOP_Connection_Handler.cpp: * TAO/tao/IIOP_Connector.cpp: * TAO/tao/Object.cpp: * TAO/tao/ORB.cpp: * TAO/tao/Transport.cpp: Modified to be compatible with wide-character/Unicode platforms. * TAO/TAOACE_WinCE.vcw: * TAO/tao/TAO.vcp: eMbedded Visual C++ 3.0 project file for main TAO.dll for WinCE build. Wed Mar 13 14:39:06 2002 Jeff Parsons * TAO_IDL/fe/idl.ll: * TAO_IDL/fe/lex.yy.cpp: * TAO_IDL/util/utl_global.cpp: * TAO_IDL/include/idl_global.h: Another tweak to the #pragma prefix pushing and popping logic to handle another use case with conditionally included IDL files sent in by Frank Kuhlman . This closes [BUGID:1167]. Wed Mar 13 14:51:32 2002 Carlos O'Ryan * orbsvcs/performance-tests/Makefile: * orbsvcs/performance-tests/RTEvent/Makefile: Update Makefiles to include the new directories (and remove old ones). * orbsvcs/performance-tests/RTEvent/lib/Makefile: * orbsvcs/performance-tests/RTEvent/lib/Client_Options.h: * orbsvcs/performance-tests/RTEvent/lib/Client_Options.cpp: New class to parse and hold the client options, they were too numerous to parse on each application. * orbsvcs/performance-tests/RTEvent/lib/RTClient_Setup.cpp: * orbsvcs/performance-tests/RTEvent/lib/RTEC_Initializer.cpp: * orbsvcs/performance-tests/RTEvent/lib/RTServer_Setup.cpp: Temporarly disable the use of RT-POAs. * orbsvcs/performance-tests/RTEvent/lib/Client_Group.h: * orbsvcs/performance-tests/RTEvent/lib/Client_Group.cpp: * orbsvcs/performance-tests/RTEvent/lib/Client_Pair.h: * orbsvcs/performance-tests/RTEvent/lib/Client_Pair.cpp: * orbsvcs/performance-tests/RTEvent/lib/Low_Priority_Setup.h: * orbsvcs/performance-tests/RTEvent/lib/Low_Priority_Setup.cpp: * orbsvcs/performance-tests/RTEvent/lib/Supplier.h: * orbsvcs/performance-tests/RTEvent/lib/Supplier.cpp: Add support for multiple event sources in the high-priority supplier. This is useful when trying to showcase the improvements of per-supplier filtering. * orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/Makefile: * orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/driver.cpp: * orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/Makefile: * orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/client.cpp: * orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/Makefile: * orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/client.cpp: * orbsvcs/performance-tests/RTEvent/Roundtrip/Makefile: * orbsvcs/performance-tests/RTEvent/Roundtrip/client.cpp: Use the Client_Options class. * orbsvcs/performance-tests/RTEvent/RTCORBA_Callback/Makefile: * orbsvcs/performance-tests/RTEvent/RTCORBA_Callback/Test.idl: * orbsvcs/performance-tests/RTEvent/RTCORBA_Callback/Callback.h: * orbsvcs/performance-tests/RTEvent/RTCORBA_Callback/Callback.cpp: * orbsvcs/performance-tests/RTEvent/RTCORBA_Callback/Session.cpp: * orbsvcs/performance-tests/RTEvent/RTCORBA_Callback/Session.h: * orbsvcs/performance-tests/RTEvent/RTCORBA_Callback/Session_Factory.cpp: * orbsvcs/performance-tests/RTEvent/RTCORBA_Callback/Session_Factory.h: * orbsvcs/performance-tests/RTEvent/RTCORBA_Callback/client.cpp: * orbsvcs/performance-tests/RTEvent/RTCORBA_Callback/server.cpp: New test to measure the performance of CORBA (and RT-CORBA) through callback interfaces. * orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/compare_histo.cpp: * orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/compare_histo.pl: * orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/ec.dispatching_reactive.conf: * orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/ec.dispatching_rtcorba.conf: * orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/ec.dispatching_threaded.conf: * orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/ec.filter_null.conf: * orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/ec.filter_per_supplier.conf: * orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/ec.locking_copy_on_read.conf: * orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/ec.locking_copy_on_write.conf: * orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/ec.locking_delayed.conf: * orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/ec.locking_immediate.conf: * orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/generate_acc.sh: * orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/generate_cmp.sh: * orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/generate_compared_histo.sh: * orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/generate_gnuplot.pl: * orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/generate_histo.sh: * orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/generate_percentiles.sh: * orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/generate_stat.sh: * orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/parameters: * orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/run_dispatching.sh: * orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/run_filter.sh: * orbsvcs/performance-tests/RTEvent/Colocated_Roundtrip/run_locking.sh: * orbsvcs/performance-tests/RTEvent/Roundtrip/ec.locking_copy_on_read.conf: * orbsvcs/performance-tests/RTEvent/Roundtrip/ec.locking_copy_on_write.conf: * orbsvcs/performance-tests/RTEvent/Roundtrip/ec.locking_delayed.conf: * orbsvcs/performance-tests/RTEvent/Roundtrip/ec.locking_immediate.conf: * orbsvcs/performance-tests/RTEvent/Roundtrip/run_locking.sh: Add many helper scripts and configuration files. Wed Mar 13 14:48:12 2002 Carlos O'Ryan * orbsvcs/performance-tests/EC_Scalability/*: * orbsvcs/performance-tests/EC_Latency/*: * orbsvcs/performance-tests/EC_Colocated_Latency/*: * orbsvcs/performance-tests/EC_Federated_Latency/*: * orbsvcs/performance-tests/EC_Federated_Scalability/*: Removed old versions of the tests, the new tests in RTEvent are more featured and share more code in the RTEvent/lib directory. Wed Mar 13 10:02:11 2002 Jeff Parsons * TAO_IDL/driver/drv_args.cpp: In the case where a dash is followed by a space instead of command line option letters, replaced the action adding stdin to the IDL file list with an error message. The previous action was causing an endless self-spawn loop. This was the last item listed in [BUGID:390] that has not yet been fixed, so I'll close the bug entry. Thanks to Craig Rodrigues for pointing out that this entry was almost ready to be closed. Wed Mar 13 15:12:12 2002 Johnny Willemsen * orbsvcs/orbsvcs/ETCL.bor: Corrected wrong comment Wed Mar 13 12:45:12 2002 Johnny Willemsen * tests/Muxed_GIOP_Versions/client.cpp: * tests/Muxed_GIOP_Versions/server.cpp: Fixed fuzz errors Wed Mar 13 10:47:12 2002 Johnny Willemsen * orbsvcs/orbsvcs/AV.dsp: Added missing ace/QoS directory to the libpath of several configurations Tue Mar 12 17:12:51 2002 Jeff Parsons * TAO_IDL/fe/idl.ll: * TAO_IDL/fe/lex.yy.cpp: * TAO_IDL/util/utl_global.cpp: Made changes to the logic of the #pragma prefix pushes and pops to fix a bug in the example IDL files sent in by Frank Kuhlman . This closes [BUGID:1163]. Tue Mar 12 16:19:28 2002 Balachandran Natarajan * tao/Sequence_T.cpp: Removed a \ at the end of a comment. Tue Mar 12 15:33:45 2002 Balachandran Natarajan * PROBLEM-REPORT-FORM (Subject): Added a request for the version of winsock on Windows based OS's. Tue Mar 12 15:27:17 2002 Jeff Parsons * tao/Sequence.h: * tao/Sequence.cpp: * tao/Sequence_T.h" * tao/Sequence_T.cpp: Added replace() methods, with signatures as described on page 1-45 of the C++ mapping (00-01-02), to (un)bounded (w)string sequences. Thanks to Espen Harlinn for pointing out the oversight. Also made many cosmetic changes to all the above files. Tue Mar 12 12:30:16 2002 Chad Elliott * orbsvcs/orbsvcs/Notify/Notify_ID_Pool_T.cpp: Switch the code back to use the postfix ++ operator. Using the prefix ++ operator was causing problems with the default supplier and consumer admins. Tue Mar 12 11:07:31 2002 Jeff Parsons * orbsvcs/orbsvcs/Notify/Notify_Constraint_Visitors.h: Changed the private functions and members to protected, to make for easier subclassing of the visitor. Thanks to Lothat Werzinger for the suggestion. Tue Mar 12 13:45:12 2002 Johnny Willemsen * orbsvcs/CosEvent_Service/Makefile.bor: * orbsvcs/Event_Service/Makefile.bor: * orbsvcs/Notify_Service/NT_Notify_Service.bor: * orbsvcs/Notify_Service/Notify_Service.bor: Added TAO_Messaging library, this solves the link errors in the static BCB build. Thanks to Oleg Kraynov for reporting this. Tue Mar 12 10:41:12 2002 Johnny Willemsen * examples/Load_Balancing/README: Corrected typing error Mon Mar 11 19:29:12 2002 Johnny Willemsen * tests/Makefile.bor: Added new Muxed_GIOP_Versions test Sun Mar 10 13:55:55 2002 Carlos O'Ryan * orbsvcs/performance-tests/RTEvent/lib/TAO_RTEC_Perf.dsp: Add new files to the MSVC project. * orbsvcs/performance-tests/RTEvent/lib/Control.h: * orbsvcs/performance-tests/RTEvent/lib/Loopback.h: * orbsvcs/performance-tests/RTEvent/lib/Peer_Base.h: Add missing export directives. * orbsvcs/performance-tests/RTEvent/lib/ORB_Shutdown.cpp: Fixed inline includes, only noticeable in non-inline builds. Sun Mar 10 08:33:10 2002 Balachandran Natarajan * tests/Muxed_GIOP_Versions/test_i.cpp: Fixed a unused variable warning. Sun Mar 10 08:05:36 2002 Balachandran Natarajan * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Transport.cpp: Pass the CDR stream to check whether BiDirectional GIOP can be enabled or not. Sun Mar 10 05:48:37 2002 Balachandran Natarajan * tests/Muxed_GIOP_Versions/run_test.pl: Changed the timeouts a bit so that the tests can run on other platforms. * tests/Makefile: Added the new test to the list. Sun Mar 10 00:00:08 2002 Balachandran Natarajan * tests/Muxed_GIOP_Versions/server.dsp: * tests/Muxed_GIOP_Versions/client.dsp: Cosmetic fixes. * tests/Muxed_GIOP_Versions/MT_Server)and_Client.dsw: Removed this file from the repo. * tests/Muxed_GIOP_Versions/Muxed_GIOP_Versions.dsw: Added this workspace file. Sat Mar 9 21:00:18 2002 Balachandran Natarajan * tests/Muxed_GIOP_Versions/*: * tests/Muxed_GIOP_Versions/client.bor: * tests/Muxed_GIOP_Versions/Makefile.bor: * tests/Muxed_GIOP_Versions/run_test.pl: * tests/Muxed_GIOP_Versions/test_i.cpp: * tests/Muxed_GIOP_Versions/test_i.h: * tests/Muxed_GIOP_Versions/test_i.i: * tests/Muxed_GIOP_Versions/test.idl: * tests/Muxed_GIOP_Versions/client.cpp: * tests/Muxed_GIOP_Versions/MT_Server_and_Client.dsw: * tests/Muxed_GIOP_Versions/server.bor: * tests/Muxed_GIOP_Versions/client.dsp: * tests/Muxed_GIOP_Versions/README: * tests/Muxed_GIOP_Versions/server.cpp: * tests/Muxed_GIOP_Versions/Makefile: * tests/Muxed_GIOP_Versions/server.dsp: * tests/Muxed_GIOP_Versions/run_test.pl: New stress test for bug 1159. Thanks to Duane Binder for donating this test. Sat Mar 9 20:02:34 2002 Balachandran Natarajan * tao/GIOP_Message_Base.h: * tao/GIOP_Message_Base.cpp: * tao/GIOP_Message_Lite.h: * tao/GIOP_Message_Lite.cpp: * tao/IIOP_Transport.cpp: * tao/Pluggable_Messaging.h: The state of the GIOP version that got shared between threads created problems if the threads processed messages of different GIOP versions. With muxed connections one could expect different GIOP versions on the same connection which is perfectly valid with latest CORBA specs. Removed shared state information of the GIOP version from the GIOP_Message_Base class. All the state information is now on the stack of the thread processing the request. In places where we dont have the version information ready, we use the CDR stream created by the thread to check for GIOP versions. This should fix [BUG 1159]. * tao/TAO_Server_Request.cpp: If the upcall thread sends an exception to the client, we were creating a new output CDR stream instead of using the one that was already created. Removed creation of a new CDR stream. The above two fixes should solve the problem reported in tao-users newsgroup under the thread "wide-strings in exceptions". Thanks to Val Dumitrescu and Sorin Iordachescu for reporting the problem and Duane Binder for helping me to narrow down the problem. Sat Mar 9 16:22:25 2002 Craig Rodrigues * performance-tests/Latency/Thread_Per_Connection/Test.idl: Make shutdown() method oneway. Fri Mar 8 19:01:33 2002 Carlos O'Ryan * orbsvcs/performance-tests/Makefile: Disable RTEvent directory on nightly builds. * orbsvcs/performance-tests/RTEvent/Makefile: Add RTCORBA_Baseline to build list. * orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/Makefile: Update dependencies. * orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/client.cpp: * orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/server.cpp: Completed implementation of federated test based on the Federated_Test.idl interface. * orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/Makefile: Update dependencies. * orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/client.cpp: Use RTClient_Setup, no need to configure a POA for this client. * orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/server.cpp: * orbsvcs/performance-tests/RTEvent/Roundtrip/client.cpp: * orbsvcs/performance-tests/RTEvent/Roundtrip/server.cpp: Use new RTServer_Setup helper method to fetch the correct POA in a single line of code. * orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/generate_cmp.sh: * orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/generate_histo.sh: * orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/generate_percentiles.sh: * orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/run.sh: Add scripts required to run the test, first use 'run.sh' you may need to be root or set client & server setuid, then use generate_percentiles.sh to obtain the min, avg, 99, 99.9 and 99.99 percentiles. * orbsvcs/performance-tests/RTEvent/Roundtrip/Makefile: Update dependencies. * orbsvcs/performance-tests/RTEvent/lib/Auto_Functor.h: * orbsvcs/performance-tests/RTEvent/lib/Auto_Functor.inl: * orbsvcs/performance-tests/RTEvent/lib/Auto_Functor.cpp: New template to automatically call an operation in its destructor. * orbsvcs/performance-tests/RTEvent/lib/Auto_Disconnect.h: * orbsvcs/performance-tests/RTEvent/lib/Auto_Disconnect.inl: * orbsvcs/performance-tests/RTEvent/lib/Auto_Disconnect.cpp: Re-implement based on 'Auto_Functor' * orbsvcs/performance-tests/RTEvent/lib/Implicit_Deactivator.h: * orbsvcs/performance-tests/RTEvent/lib/Implicit_Deactivator.inl: * orbsvcs/performance-tests/RTEvent/lib/Implicit_Deactivator.cpp: New helper class to automatically deactivate an implicitly activated servant. * orbsvcs/performance-tests/RTEvent/lib/Consumer.cpp: * orbsvcs/performance-tests/RTEvent/lib/Loopback_Consumer.cpp: * orbsvcs/performance-tests/RTEvent/lib/Loopback_Supplier.cpp: * orbsvcs/performance-tests/RTEvent/lib/Supplier.cpp: Use Implicit_Deactivator. * orbsvcs/performance-tests/RTEvent/lib/RTClient_Setup.h: * orbsvcs/performance-tests/RTEvent/lib/RTClient_Setup.inl: * orbsvcs/performance-tests/RTEvent/lib/RTClient_Setup.cpp: * orbsvcs/performance-tests/RTEvent/lib/RTServer_Setup.h: * orbsvcs/performance-tests/RTEvent/lib/RTServer_Setup.inl: * orbsvcs/performance-tests/RTEvent/lib/RTServer_Setup.cpp: Re-factor client-only code into a separate class. Made RTServer_Setup::poa() return the "right" POA for RT-CORBA as well as for non-RT-CORBA configurations. * orbsvcs/performance-tests/RTEvent/lib/Makefile: * orbsvcs/performance-tests/RTEvent/lib/Federated_Test.idl: Add IDL interfaces to run federated tests. * orbsvcs/performance-tests/RTEvent/lib/Control.h: * orbsvcs/performance-tests/RTEvent/lib/Control.cpp: Add implementation of the Federated_Test::Control interface. * orbsvcs/performance-tests/RTEvent/lib/Loopback.h: * orbsvcs/performance-tests/RTEvent/lib/Loopback.cpp: Add implementation of the Federated_Test::Loopback interface. * orbsvcs/performance-tests/RTEvent/lib/Peer_Base.h: * orbsvcs/performance-tests/RTEvent/lib/Peer_Base.cpp: Add partial implementation of the Federated_Test::Peer interface. Each test needs to specialize one operation. * orbsvcs/performance-tests/RTEvent/lib/ORB_Shutdown.h: * orbsvcs/performance-tests/RTEvent/lib/ORB_Shutdown.inl: * orbsvcs/performance-tests/RTEvent/lib/ORB_Shutdown.cpp: Add functor to shutdown the ORB automatically, use in conjunction with Auto_Functor. * orbsvcs/performance-tests/RTEvent/lib/PriorityBand_Setup.cpp: * orbsvcs/performance-tests/RTEvent/lib/RTPOA_Setup.cpp: Cosmetic fixes. * orbsvcs/performance-tests/RTEvent/lib/Shutdown.h: * orbsvcs/performance-tests/RTEvent/lib/Shutdown.inl: * orbsvcs/performance-tests/RTEvent/lib/Shutdown.cpp: Add functor to call shutdown() operation, use in conjunction with Auto_Functor. Fri Mar 8 16:35:15 2002 Craig Rodrigues * orbsvcs/performance-tests/RTEvent/lib/RIR_Narrow.cpp: Change ACE_CHECK to ACE_TRY_CHECK. Fri Mar 8 09:44:56 2002 Ossama Othman * examples/Advanced/ch_3/Makefile (LDLIBS): Corrected order of libraries to fix link-time errors. Thanks to James Mansion suggesting the fix. (BIN): Do not build the example if CORBA Messaging support is disabled. The client attempts use CORBA::Object::_validate_connection(). Thanks to James Mansion for reporting that the example didn't compile when minimum CORBA support was enabled. Fri Mar 8 09:30:32 2002 Ossama Othman * orbsvcs/IFR_Service/Repository_i.cpp: Include "tao/ORB.h" to pull in CORBA::ORB class declaration. Necessitated by the inter-header dependency reductions. Fri Mar 8 09:22:02 2002 Ossama Othman * orbsvcs/IFR_Service/IFR_Service.cpp: Include "tao/ORB_Core.h" to pull in TAO_ORB_Core class declaration. Necessitated by the inter-header dependency reductions. * orbsvcs/IFR_Service/Repository_i.h: Include "tao/CORBA_String.h" to pull in CORBA::String_var class declaration. Necessitated by the inter-header dependency reductions. * orbsvcs/orbsvcs/FaultTolerance/FT_Invocation_Endpoint_Selectors.h: Forward declare TAO_Profile to fix a compile-time error. * orbsvcs/orbsvcs/FaultTolerance/FT_IOGR_Property.cpp: * orbsvcs/orbsvcs/FaultTolerance/FT_Service_Callbacks.cpp: * orbsvcs/orbsvcs/PortableGroup/POA_Hooks.cpp: * orbsvcs/ImplRepo_Service/ImplRepo_i.cpp: * orbsvcs/ImplRepo_Service/tao_imr_i.cpp: Include "tao/Profile.h" to pull in TAO_Profile class declaration. Necessitated by the inter-header dependency reductions. Thu Mar 7 21:39:17 2002 Ossama Othman * tao/MProfile.cpp (add_profile, grow): Removed vestigial ACE_INLINE declarations. Thu Mar 7 21:27:58 2002 Ossama Othman * tao/RTCORBA/RT_Invocation_Endpoint_Selectors.h: More inter-header dependency reduction. Forward declarations are enough. * tao/IFR_Client/IFR_BaseC.cpp: * tao/IFR_Client/IFR_ComponentsC.cpp: * tao/IFR_Client/IFR_Client_Adapter_Impl.cpp: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp: Include "tao/Stub.h" to pull in TAO_Stub class declaration. Neccessitated by the inter-header dependency reductions. * tao/IORManipulation/IORManipulation.cpp: * tao/RTPortableServer/RT_Acceptor_Filters.cpp: Include "tao/Profile.h" to pull in TAO_Profile class declaration. Neccessitated by the inter-header dependency reductions. * tao/TypeCodeFactory/TypeCodeFactory_i.cpp: Include "ace/Containers_T.h" and "ace/Hash_Map_Manager_T.h" to pull in the ACE_Bounded_Set and ACE_Hash_Map_Manager template declarations. Neccessitated by the inter-header dependency reductions. Thu Mar 7 21:01:46 2002 Ossama Othman * tao/Messaging/Messaging.cpp: Include "tao/Stub.h" instead of "tao/Invocation.h". The former is enough. This change was brought on by the inter-header dependency reductions below. Thu Mar 7 20:43:56 2002 Ossama Othman * tao/Acceptor_Registry.h: * tao/Connector_Registry.h: * tao/Invocation.h: * tao/Invocation_Endpoint_Selectors.h: * tao/MProfile.h: * tao/MProfile.i: * tao/Pluggable.h: * tao/Stub.h: * tao/Stub.i: Reduced inter-header dependencies by removing extraneous header includes, forward declaring where appropriate, moving some (large) inline methods of `.i' files to the corresponding `.cpp' file. The latter was needed to make it possible to remove some includes from the corresponding header file. These changes should further reduce TAO preprocessing/compile times. * tao/Acceptor_Registry.cpp: * tao/Asynch_Invocation.cpp: * tao/ClientInterceptorAdapter.cpp: * tao/ClientRequestInfo_i.cpp: * tao/Connector_Registry.cpp: * tao/Default_Endpoint_Selector_Factory.cpp: * tao/Invocation.cpp: * tao/Invocation_Endpoint_Selectors.cpp: * tao/MProfile.cpp: * tao/ORB.cpp: * tao/ORB_Core.cpp: * tao/Object.cpp: * tao/Pluggable.cpp: * tao/Stub.cpp: * tao/PortableServer/POA.cpp: The inter-header dependency reductions above required inclusion of the appropriate header(s) in these source files. In some cases, some inline methods were moved to the corresponding source file. * tao/TAO_Singleton.h: Made TAO_TSS_Singleton assignment operator and copy constructor private to mirror a change that was made to the ACE_TSS_Singleton class. * tao/Any.h: Corrected author information. Thu Mar 7 17:34:26 2002 Carlos O'Ryan * orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/client.cpp: * orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/server.cpp: * orbsvcs/performance-tests/RTEvent/Roundtrip/client.cpp: * orbsvcs/performance-tests/RTEvent/Roundtrip/server.cpp: * orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/server.cpp: Add support for multiple low priority threads in the thread pool lanes. * orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/client.cpp: Add period to the low priority threads. Add debug message to find out when a thread terminates. Too many high priority threads started. Print useful info before trying to shutdown the server. * orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/realtime.conf: Add svc conf file for real-time CORBA configurations. * orbsvcs/performance-tests/RTEvent/Roundtrip/ec.dispatching_rtcorba.conf: Configure the priority mapping in the svc conf file, memory management is easier that way. * orbsvcs/performance-tests/RTEvent/lib/Loopback_Supplier.h: * orbsvcs/performance-tests/RTEvent/lib/Loopback_Supplier.cpp: Add a counter to track sent messages, normally disabled but useful in debug runs. * orbsvcs/performance-tests/RTEvent/lib/Low_Priority_Setup.cpp: Schedule low priority tasks to make the throughput independant on the number of threads, and change only with the low priority period. * orbsvcs/performance-tests/RTEvent/lib/ORB_Task_Activator.h: * orbsvcs/performance-tests/RTEvent/lib/ORB_Task_Activator.inl: Allow applications to startup multiple threads. * orbsvcs/performance-tests/RTEvent/lib/RTServer_Setup.h: * orbsvcs/performance-tests/RTEvent/lib/RTServer_Setup.cpp: * orbsvcs/performance-tests/RTEvent/lib/RTCORBA_Setup.h: * orbsvcs/performance-tests/RTEvent/lib/RTCORBA_Setup.cpp: Set the number of low priority threads in the constructor. Use the svc.conf file to set the priority mapping. * orbsvcs/performance-tests/RTEvent/lib/RTEC_Initializer.cpp: Running the EC without co-scheduled dispatching tasks. * orbsvcs/performance-tests/RTEvent/lib/Send_Task.h: * orbsvcs/performance-tests/RTEvent/lib/Send_Task.cpp: Allow task to sleep before starting test to distribute different threads more homogenously. * orbsvcs/performance-tests/RTEvent/lib/Send_Task_Stopper.inl: Start only one thread. * orbsvcs/performance-tests/RTEvent/lib/Task_Activator.h: * orbsvcs/performance-tests/RTEvent/lib/Task_Activator.cpp: Allow applications to start multiple threads in a single activator. Thu Mar 7 19:59:36 2002 Craig Rodrigues * orbsvcs/performance-tests/RTEvent/Federated_RoundTrip/server.cpp: * orbsvcs/performance-tests/RTEvent/RoundTrip: Chance ACE_ENV_SINGLE_ARG_PARAMETER to ACE_ENV_ARG_PARAMETER. * orbsvcs/performance-tests/RTEvent/lib/PriorityBand_Setup.cpp: Chance ACE_ENV_ARG_PARAMETER to ACE_ENV_SINGLE_ARG_PARAMETER. * orbsvcs/performance-tests/RTEvent/lib/RTServer_Setup.cpp: Add ACE_TRY block to eliminate compilation errors complaining about lack of ACE_TRY_FLAG. Thu Mar 7 18:40:05 2002 Carlos O'Ryan * orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/Makefile: * orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/Test.idl: * orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/Roundtrip.h: * orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/Roundtrip.cpp: * orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/client.cpp: * orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/server.cpp: Add new test to measure the baseline performance and predictability of RT-CORBA for the event service configuration. Without knowing how much to expect from the infrastructure I cannot decide if the RTEC is doing well or not. Thu Mar 7 13:03:50 2002 Chad Elliott * orbsvcs/Notify_Service/Notify_Service.h: * orbsvcs/Notify_Service/Notify_Service.cpp: Added the ability to use a CosNaming::NamingContext instead of the default which is a CosNaming::NamingContextExt. This CosNaming::NamingContext is used by defining TAO_NOTIFY_USE_NAMING_CONTEXT at compile time. Thanks to Markus Wild for supplying these changes. Wed Mar 6 21:55:11 2002 Ossama Othman * tao/Object.cpp (_remove_ref): Fixed a race condition, and an extraneous lock used upon object reference destruction. * tao/Stub.h: * tao/Stub.i (refcount_lock, refcount, destroy): New accessors used by the CORBA::Object::_remove_ref() implementation. Wed Mar 06 18:59:37 2002 Jaiganesh Balasubramanian * examples/AMI/FL_Callback/AMI_Peer.dsp: * examples/AMI/FL_Callback/AMI_Progress.dsp: * performance-tests/Latency/AMH/Single_Threaded/client.dsp: * performance-tests/Latency/AMH/Single_Threaded/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/Throughput/client.dsp: * performance-tests/Throughput/server.dsp: Added links to the new Messaging library. Wed Mar 6 15:09:17 2002 Jaiganesh Balasubramanian * tao/Messaging/diffs/Messaging.diff: Updated the diffs file with the latest changes in the source files. Wed Mar 6 14:37:41 2002 Nanbor Wang * examples/Simple/time-date/server.cpp: * orbsvcs/ImplRepo_Service/tao_imr.cpp: * orbsvcs/TAO_Service/TAO_Service.cpp: * tests/Queued_Message_Test/Queued_Message_Test.cpp: Changed the argv type in main to char*. Wed Mar 6 14:32:00 2002 Jaiganesh Balasubramanian * tao/Messaging/MessagingC.cpp: Made changes to fix the Debbian_KCC builds. Wed Mar 6 11:03:12 2002 Ossama Othman * orbsvcs/orbsvcs/FaultTolerance/FT_IOGR_Property.h: * orbsvcs/orbsvcs/FaultTolerance/FT_IOGR_Property.i (_add_ref, _remove_ref): * tao/IORManipulation/IORManipulation.h: * tao/IORManipulation/IORManipulation.cpp (_add_ref, _remove_ref): * tests/Portable_Interceptors/Benchmark/interceptors.h: * tests/Portable_Interceptors/Benchmark/interceptors.cpp (_add_ref, _remove_ref): * tests/Portable_Interceptors/Dynamic/interceptors.h: * tests/Portable_Interceptors/Dynamic/interceptors.cpp (_add_ref, _remove_ref): * tests/Portable_Interceptors/Service_Context_Manipulation/interceptors.h: * tests/Portable_Interceptors/Service_Context_Manipulation/interceptors.cpp (_add_ref, _remove_ref): * tests/RTCORBA/Client_Propagated/interceptors.h: * tests/RTCORBA/Client_Propagated/interceptors.cpp: (_add_ref, _remove_ref): Removed these methods. They called methods that no longer exist. Inheriting from TAO_Local_RefCounted_Object provides the correct implementation. Wed Mar 6 07:29:19 2002 Douglas C. Schmidt * orbsvcs/orbsvcs/Property/CosPropertyService_i.h: Correctly push/pop the pragma that disables the annoying MSVC 4250 warning. Thanks to Bruce McIntosh for reporting this. Tue Mar 5 23:47:17 2002 Ossama Othman * tao/Object.h: No need to include "Object_Proxy_Broker.h". Forward declaring the TAO_Object_Proxy_Broker class is enough. This should improve overall compile times slightly. (_incr_refcnt, _decr_refcnt, refcount_lock_, refcount_): Removed these CORBA::Object class members. They are no longer used. See below. * tao/Object.i (_incr_refcnt, _decr_refcnt): Removed these internally used methods. All reference counting is now deferred to the underlying TAO_Stub object. * tao/Object.cpp (CORBA_Object): Fixed bug where the CORBA::Object instance be considered to be one that points to an unconstrained object instead of the locality-constrained one. If the TAO_Stub pointer parameter is zero then the CORBA::Object instance represents a locality-constrained object. Set the "is_local_" member appropriately. If the object is locality-constrained then do not attempt to initialize a remote proxy broker. (add_ref, remove_ref): Defer reference counting to the underlying TAO_Stub object. There is no need for the CORBA::Object class to maintain a separate reference count. This reduces memory requirements slightly, in addition to improving object reference creation times for both unconstrained objects and locality-constrained objects (e.g. one lock initialization -- not acquisition -- instead of two). These changes are part of an optimization for creation of locality-constrained objects. This is particularly useful for locality-constrained objects that are instantiated in the critical a path, such as the Portable Interceptor "RequestInfo" objects. [Bug 874] (_hash): Added an implementation for locality-constrained objects. It isn't strictly needed, but better to be consistent. * tao/LocalObject.h (TAO_Local_RefCounted_Object): Added reference counting (lock and count variable) to this class. It no longer relies on the CORBA::Object base class reference counting. * tao/LocalObject.i (TAO_Local_RefCounted_Object): Initialize the reference counting lock and count variable appropriately. * tao/LocalObject.cpp (_add_ref, _remove_ref): Implemented these methods in the TAO_Local_RefCounted_Object class using the newly added lock and reference count variable. Tue Mar 05 19:16:22 2002 Jaiganesh Balasubramanian * docs/tutorials/Quoter/AMI/server.dsp: * docs/tutorials/Quoter/AMI/client.dsp: * docs/tutorials/Quoter/AMI/server.dsp: * docs/tutorials/Quoter/On_Demand_Activation/server.dsp: * examples/Buffered_AMI/client.dsp: * examples/Buffered_AMI/server.dsp: * examples/Buffered_Oneways/client.dsp: * examples/Buffered_Oneways/server.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/POA/DSI/client.dsp: * examples/POA/DSI/server.dsp: * examples/Simulator/Event_Supplier/DualEC_Sup.dsp: * examples/Simulator/Event_Supplier/Event_Sup.dsp: * examples/Simulator/Event_Supplier/Logging_Sup.dsp: * orbsvcs/CosEvent_Service/CosEvent_Service.dsp: * orbsvcs/Event_Service/Event_Service_static.dsp: * orbsvcs/examples/CosEC/Factory/FactoryClient.dsp: * orbsvcs/examples/CosEC/Factory/FactoryServer.dsp: * orbsvcs/examples/CosEC/RtEC_Based/bin/RtEC_Based_CosEC.dsp: * orbsvcs/examples/CosEC/RtEC_Based/tests/Basic/Basic.dsp: * orbsvcs/examples/CosEC/Simple/CEC_Simple_Consumer.dsp: * orbsvcs/examples/CosEC/Simple/CEC_Simple_Service.dsp: * orbsvcs/examples/CosEC/Simple/CEC_Simple_Supplier.dsp: * orbsvcs/examples/RtEC/MCast/MCast.dsp: * orbsvcs/examples/RtEC/Schedule/EC_Schedule_Service.dsp: * orbsvcs/examples/RtEC/Simple/EC_Simple_Consumer.dsp: * orbsvcs/examples/RtEC/Simple/EC_Simple_Service.dsp: * orbsvcs/examples/RtEC/Simple/EC_Simple_Supplier.dsp: * orbsvcs/performance-tests/EC_Latency/client.dsp: * orbsvcs/performance-tests/EC_Latency/server.dsp: * orbsvcs/performance-tests/EC_Federated_Latency/client.dsp: * orbsvcs/performance-tests/EC_Federated_Latency/server.dsp: * orbsvcs/performance-tests/EC_Federated_Scalability/client.dsp: * orbsvcs/performance-tests/EC_Federated_Scalability/server.dsp: * orbsvcs/performance-tests/EC_Latency/client.dsp: * orbsvcs/performance-tests/EC_Latency/server.dsp: * orbsvcs/performance-tests/EC_Scalability/client.dsp: * orbsvcs/performance-tests/EC_Scalability/server.dsp: * orbsvcs/tests/EC_Mcast/EC_Mcast.dsp: * orbsvcs/tests/EC_Throughput/ECT_Consumer.dsp: * orbsvcs/tests/EC_Throughput/ECT_Supplier.dsp: * orbsvcs/tests/EC_Throughput/ECT_Throughput.dsp: * orbsvcs/tests/Event/Basic/Atomic_Reconnect.dsp: * orbsvcs/tests/Event/Basic/BCast.dsp: * orbsvcs/tests/Event/Basic/Bitmask.dsp: * orbsvcs/tests/Event/Basic/Complex.dsp: * orbsvcs/tests/Event/Basic/Control.dsp: * orbsvcs/tests/Event/Basic/Disconnect.dsp: * orbsvcs/tests/Event/Basic/Gateway.dsp: * orbsvcs/tests/Event/Basic/MT_Disconnect.dsp: * orbsvcs/tests/Event/Basic/Negation.dsp: * orbsvcs/tests/Event/Basic/Observer.dsp: * orbsvcs/tests/Event/Basic/Random.dsp: * orbsvcs/tests/Event/Basic/Reconnect.dsp: * orbsvcs/tests/Event/Basic/Schedule.dsp: * orbsvcs/tests/Event/Basic/Shutdown.dsp: * orbsvcs/tests/Event/Basic/Timeout.dsp: * orbsvcs/tests/Event/Basic/Wildcard.dsp: * orbsvcs/tests/Event/Performance/Connect.dsp: * orbsvcs/tests/Event/Performance/Inversion.dsp: * orbsvcs/tests/Event/Performance/Latency.dsp: * orbsvcs/tests/Event/Performance/Latency_Server.dsp: * orbsvcs/tests/Event/Performance/Throughput.dsp: * orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.dsp: * performance-tests/Callback/client.dsp: * performance-tests/Callback/server.dsp: * performance-tests/Latency/AMI/client.dsp: * performance-tests/Latency/AMI/server.dsp: * performance-tests/RTCorba/Oneways/Reliable/client.dsp: * performance-tests/RTCorba/Oneways/Reliable/server.dsp: * tests/AMI/AMI_Test_Client.dsp: * tests/AMI/AMI_Test_Server.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/Big_Request_Muxing/client.dsp: * tests/Big_Request_Muxing/server.dsp: * tests/Blocking_Sync_None/client.dsp: * tests/Blocking_Sync_None/server.dsp: * tests/Crashed_Callback/client.dsp: * tests/Crashed_Callback/server.dsp: * tests/DSI_Gateway/DSI_Gateway_Client.dsp: * tests/DSI_Gateway/DSI_Gateway_Server.dsp: * tests/DSI_Gateway/DSI_Gateway_Service.dsp: * tests/LongUpcalls/ami_client.dsp: * tests/LongUpcalls/ami_server.dsp: * tests/LongUpcalls/blocking_client.dsp: * tests/LongUpcalls/blocking_server.dsp: * tests/MT_Timeout/MT_Timeout_Client.dsp: * tests/MT_Timeout/MT_Timeout_Server.dsp: * tests/Oneway_Buffering/admin.dsp: * tests/Oneway_Buffering/client.dsp: * tests/Oneway_Buffering/server.dsp: * tests/Param_Test/anyop.dsp: * tests/Param_Test/client.dsp: * tests/Param_Test/server.dsp: * tests/Policies/Manipulation.dsp: * tests/Reliable_Oneways/client.dsp: * tests/Reliable_Oneways/server.dsp: * tests/Strategies/client.dsp: * tests/Strategies/server.dsp: * tests/Timed_Buffered_Oneways/client.dsp: * tests/Timed_Buffered_Oneways/server.dsp: * tests/Timeout/client.dsp: * tests/Timeout/server.dsp Added link to the new Messaging library. Tue Mar 5 17:32:35 2002 Jeff Parsons * TAO_IDL/fe/idl.ll: * TAO_IDL/fe/lex.yy.cpp: Fixed a bug in #pragma prefix implementation reported by Craig Rodrigues , who is using Red Hat 7.1 and an experimental configuration of gcc (version 3.1 20020302 prerelease). The preprocessor output of this configuration is radically different than any others we support, and an additional check was required to prevent the current prefix from being popped off the stack prematurely. Tue Mar 5 15:21:51 2002 Carlos O'Ryan * orbsvcs/performance-tests/RTEvent/lib/Low_Priority_Setup.h: * orbsvcs/performance-tests/RTEvent/lib/Low_Priority_Setup.cpp: Improve the implementation of stop_all_threads(), it is more efficient to stop them all and then simultaneously wait for all the threads to finish. Fixed a number of bugs in the template, it was only working because some global variables were visible at the point of instantiation. * orbsvcs/performance-tests/RTEvent/lib/RT_Class.cpp: Run the process at the right priority, it was runnning at the minimum priority + 1, while it is supposed to be (min+max)/2 * orbsvcs/performance-tests/RTEvent/lib/Send_Task.cpp: Do not return if there is a single exception, simply continue the loop. Add a bunch of debug messages, only to find out that the ORB is dead-locking in the Leader/Followers code (yuck!) * orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/client.cpp: * orbsvcs/performance-tests/RTEvent/Roundtrip/client.cpp: Add debugging messages. Use the new Low_Priority_Setup constructor. * orbsvcs/performance-tests/RTEvent/Roundtrip/ec.dispatching_reactive.conf: * orbsvcs/performance-tests/RTEvent/Roundtrip/ec.dispatching_rtcorba.conf: * orbsvcs/performance-tests/RTEvent/Roundtrip/ec.dispatching_threaded.conf: * orbsvcs/performance-tests/RTEvent/Roundtrip/ec.supplier_filter_null.conf: * orbsvcs/performance-tests/RTEvent/Roundtrip/ec.supplier_filter_per_supplier.conf: Add service configurator files required for the test. * orbsvcs/performance-tests/RTEvent/Roundtrip/run_dispatching.sh: Add a simple test driver Tue Mar 5 11:37:52 2002 Jaiganesh Balasubramanian * orbsvcs/orbsvcs/Makefile: Made changes to have the Makefile.RTCORBAEvent used in compilation only when the option corba_messaging is set to 1. Tue Mar 5 10:52:44 2002 Ossama Othman * orbsvcs/orbsvcs/Security/Security_PolicyFactory.cpp (create_policy): Enabled support for creation of the SecurityLevel2::InvocationCredentialsPolicy. * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Factory.cpp: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Util.cpp: Include "tao/debug.h" to pull in "TAO_debug_level" declaration in minimum CORBA builds. Thanks to Stan Sosnovsky for pointing out the problem. Tue Mar 5 12:52:30 2002 Chad Elliott * orbsvcs/ImplRepo_Service/Forwarder.cpp: * orbsvcs/ImplRepo_Service/ImplRepo_i.cpp: Fix some memory leaks due to misuse of CORBA memory management. Tue Mar 5 10:56:36 2002 Craig Rodrigues * TAOACE.dsw: Make AV project depend on ACE_QoS project. * orbsvcs/orbsvcs/AV.dsp: Add ACE_QoS library to link line. Tue Mar 5 13:52:12 2002 Johnny Willemsen * tao/Asynch_Reply_Dispatcher_Base.h: * tao/Service_Callbacks.h: * tao/TAO_Server_Request.h: * tao/Adapter.h: * tao/Resource_Factory.h: Fixed small typing errors in comment Tue Mar 5 00:07:13 2002 Jaiganesh Balasubramanian * tests/LongUpcalls/Makefile: Added links to TAO_Messaging library. Mon Mar 4 15:35:08 2002 Jaiganesh Balasubramanian * tao/Messaging/MessagingC.cpp: * tao/Messaging/MessagingC.h: * tao/Messaging/MessagingC.i: * tao/Messaging/MessagingS.cpp: * tao/Messaging/MessagingS.h: * tao/Messaging/MessagingS_T.h: * tao/Messaging/MessagingS_T.i: Made changes to have the code compile when the TAO_HAS_AMI option is 0. Mon Mar 4 14:43:11 2002 Carlos O'Ryan * orbsvcs/orbsvcs/Makefile.RTCORBAEvent: Update dependencies Mon Mar 04 17:29:25 2002 Carlos O'Ryan * orbsvcs/performance-tests/RTEvent/lib/Makefile: * orbsvcs/performance-tests/RTEvent/lib/TAO_RTEC_Perf.dsp: * orbsvcs/performance-tests/RTEvent/lib/EC_Destroyer.h: * orbsvcs/performance-tests/RTEvent/lib/EC_Destroyer.inl: * orbsvcs/performance-tests/RTEvent/lib/EC_Destroyer.cpp: Factor out code to destroy the EC into an exception safe class. * orbsvcs/performance-tests/RTEvent/Roundtrip/client.cpp: * orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/client.cpp: Use new EC_Destroyer class. Mon Mar 4 13:38:11 2002 Jaiganesh Balasubramanian * tests/Hello/Makefile: * tests/LongUpcalls/Makefile: * tests/Two_Objects/Makefile: Removed the links to TAO_Messaging library. Mon Mar 4 11:49:27 2002 Jaiganesh Balasubramanian * orbsvcs/orbsvcs/Makefile.CosNaming: * orbsvcs/orbsvcs/Makefile.PortableGroup: * orbsvcs/orbsvcs/Makefile.Security: Removed links to TAO_Messaging library. * orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.cpp: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connection_Handler.cpp: Removed #include tao/Messaging/Messaging_Policy_i.h as that is not used anywhere in the code. Mon Mar 4 12:24:52 2002 Jeff Parsons * tao.Any.h: * tao/Any.i: Removed Any_out's assignment operator from const Any *. The C++ mapping for Any_out is supposed to be the same as for any T_out class, which contains no such assignment operator. Thanks to Don Hinton for pointing this out. Mon Mar 4 11:47:17 2002 Jeff Parsons * orbsvcs/orbsvcs/Trader/Service_Type_Repository.h: Changed a label at the middle of the class declaration from 'public' to 'private'. This got rid of link errors caused by a copy constructor and assignment operator declared below which were not defined, and doesn't seem to cause any other errors in the Trading Service build. * orbsvcs/orbsvcs/CosEvent.dsp: * TAOACE.dsw: Added link to the new Messaging library, and added the dependency to the workspace. Mon Mar 4 12:11:05 2002 Carlos O'Ryan * orbsvcs/performance-tests/RTEvent/lib/SyncScope_Setup.cpp: Fixed merge problems. * orbsvcs/performance-tests/RTEvent/lib/Makefile: Add missing RTServer_Setup to the library. Updated dependencies. * orbsvcs/performance-tests/RTEvent/Roundtrip/Makefile: * orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/Makefile: Updated dependencies. Mon Mar 04 11:35:34 2002 Carlos O'Ryan * orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/Federated_Roundtrip.dsw: * orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/client.dsp: * orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/server.dsp: Add project files and workspaces for the Federated_Roundtrip test. * orbsvcs/performance-tests/RTEvent/RTEvent.dsw: Add big workspace to simplify compilation. * orbsvcs/performance-tests/RTEvent/Roundtrip/client.dsp: * orbsvcs/performance-tests/RTEvent/Roundtrip/server.dsp: * orbsvcs/performance-tests/RTEvent/lib/Client_Pair.h: * orbsvcs/performance-tests/RTEvent/lib/Client_Pair.inl: * orbsvcs/performance-tests/RTEvent/lib/Client_Pair.cpp: Add new class to factor out the code required to setup a Supplier/Consumer pair (without the loopback). * orbsvcs/performance-tests/RTEvent/lib/Loopback_Pair.h: * orbsvcs/performance-tests/RTEvent/lib/Loopback_Pair.cpp: Add support to activate the loopack on a creator-supplied POA. * orbsvcs/performance-tests/RTEvent/lib/Client_Group.h: * orbsvcs/performance-tests/RTEvent/lib/Client_Group.inl: * orbsvcs/performance-tests/RTEvent/lib/Client_Group.cpp: Use the Client_Pair class to implement this one. * orbsvcs/performance-tests/RTEvent/lib/Consumer.h: * orbsvcs/performance-tests/RTEvent/lib/Consumer.cpp: * orbsvcs/performance-tests/RTEvent/lib/Supplier.h: * orbsvcs/performance-tests/RTEvent/lib/Supplier.cpp: * orbsvcs/performance-tests/RTEvent/lib/Loopback_Consumer.h: * orbsvcs/performance-tests/RTEvent/lib/Loopback_Consumer.cpp: * orbsvcs/performance-tests/RTEvent/lib/Loopback_Supplier.h: * orbsvcs/performance-tests/RTEvent/lib/Loopback_Supplier.cpp: Add support to activate the object on a creator-supplier POA. * orbsvcs/performance-tests/RTEvent/lib/Low_Priority_Setup.h: * orbsvcs/performance-tests/RTEvent/lib/Low_Priority_Setup.inl: * orbsvcs/performance-tests/RTEvent/lib/Low_Priority_Setup.cpp: New helper class to initialize the low priority consumers often found in the EC tests. It creates the supplier/consumer pairs, connects them to the EC (and automatically disconnects them), activate a thread for each supplier, and if needed it can collect statistics about all of them. * orbsvcs/performance-tests/RTEvent/lib/PriorityBand_Setup.h: * orbsvcs/performance-tests/RTEvent/lib/PriorityBand_Setup.inl: * orbsvcs/performance-tests/RTEvent/lib/PriorityBand_Setup.cpp: New class to setup the PriorityBand policy. * orbsvcs/performance-tests/RTEvent/lib/RTCORBA_Setup.h: * orbsvcs/performance-tests/RTEvent/lib/RTCORBA_Setup.inl: * orbsvcs/performance-tests/RTEvent/lib/RTCORBA_Setup.cpp: New accessor to find the process priority. * orbsvcs/performance-tests/RTEvent/lib/ORB_Task.h: * orbsvcs/performance-tests/RTEvent/lib/ORB_Task.inl: * orbsvcs/performance-tests/RTEvent/lib/ORB_Task.cpp: Add smart-pointer operator-> to find the underlying ORB. * orbsvcs/performance-tests/RTEvent/lib/ORB_Task_Activator.h: * orbsvcs/performance-tests/RTEvent/lib/ORB_Task_Activator.inl: * orbsvcs/performance-tests/RTEvent/lib/ORB_Task_Activator.cpp: New helper class to automatically startup the ORB::run() method on a different thread, shutdown the ORB and wait until it completes the event loop. * orbsvcs/performance-tests/RTEvent/lib/RTPOA_Setup.h: * orbsvcs/performance-tests/RTEvent/lib/RTPOA_Setup.inl: * orbsvcs/performance-tests/RTEvent/lib/RTPOA_Setup.cpp: New helper class to configure a POA with the correct Real-time properties. * orbsvcs/performance-tests/RTEvent/lib/RTServer_Setup.h: * orbsvcs/performance-tests/RTEvent/lib/RTServer_Setup.inl: * orbsvcs/performance-tests/RTEvent/lib/RTServer_Setup.cpp: Meta-configuration class, it is a single stop shopping class to configure the POA, the policies, RTCORBA, etc. etc. * orbsvcs/performance-tests/RTEvent/lib/Send_Task_Stopper.h: * orbsvcs/performance-tests/RTEvent/lib/Send_Task_Stopper.inl: * orbsvcs/performance-tests/RTEvent/lib/Send_Task_Stopper.cpp: Add helper class to automatically startup a Send_Task, and then stop it and wait for it (in the destructor). * orbsvcs/performance-tests/RTEvent/lib/Send_Task.cpp: Improved code to handle the case where the number of iterations is 0, i.e. it must run forever. * orbsvcs/performance-tests/RTEvent/lib/SyncScope_Setup.h: * orbsvcs/performance-tests/RTEvent/lib/SyncScope_Setup.inl: * orbsvcs/performance-tests/RTEvent/lib/SyncScope_Setup.cpp: Fixed constructor with multiple defaults. * orbsvcs/performance-tests/RTEvent/lib/Makefile: * orbsvcs/performance-tests/RTEvent/lib/TAO_RTEC_Perf.dsp: Add all new files to the project file and (hopefully!) to the Makefile too. * orbsvcs/performance-tests/RTEvent/lib/Task_Activator.h: * orbsvcs/performance-tests/RTEvent/lib/Task_Activator.inl: * orbsvcs/performance-tests/RTEvent/lib/Task_Activator.cpp: Helper class to activate an ACE_Task in the constructor, and wait for it in the destructor. * orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/client.cpp: * orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/server.cpp: * orbsvcs/performance-tests/RTEvent/Roundtrip/client.cpp: * orbsvcs/performance-tests/RTEvent/Roundtrip/server.cpp: Use all the new helper classes to re-write both tests. The resulting code is shorter, more exception-safe/neutral and it actually runs on NT :-) Mon Mar 04 11:30:06 2002 Carlos O'Ryan * orbsvcs/orbsvcs/Makefile: Enable RTCORBAEvent by default. * orbsvcs/orbsvcs/Event/EC_RTCORBA_Dispatching.cpp: Fixed initialization * orbsvcs/orbsvcs/Event/EC_Event_Channel.h: * orbsvcs/orbsvcs/Event/EC_Event_Channel.i: * orbsvcs/orbsvcs/Event/EC_Event_Channel.cpp: Keep track of the event channel status (IDLE -> ACTIVE -> DESTROYED). This is important for applications and tests that need to shutdown when the event channel has been destroyed. Mon Mar 4 09:14:36 2002 Balachandran Natarajan * orbsvcs/performance-tests/RTEvent/lib/SyncScope_Setup.inl: Fixed a fuzz error. Mon Mar 4 08:32:37 2002 Craig Rodrigues * orbsvcs/performance-tests/RTEvent/lib/RIR_Narrow.cpp: Add ACE_TRY block to resolve(). * orbsvcs/performance-tests/RTEvent/lib/RTEC_Initializer.cpp: Pass ACE_ENV_ARG_DECL_NOT_USED to create(). * orbsvcs/performance-tests/RTEvent/lib/SyncScope_Setup.cpp: Comment out unused parameter. Mon Mar 4 08:10:12 2002 Johnny Willemsen * tao/DynamicInterface/Makefile.bor: Removed messaging cflags and added portableserver cflags Sun Mar 3 18:18:08 2002 Jaiganesh Balasubramanian * tao/Makefile: * tests/Makefile: Undo the changes on the Makefile that cause the conditional compile of the files depending on Messaging library. Sun Mar 3 17:51:37 2002 Jaiganesh Balasubramanian * tao/DynamicInterface/Makefile: updated the dependencies. Sun Mar 3 17:48:19 2002 Craig Rodrigues * tao/DynamicInterface/DII_Reply_Dispatcher.h: Remove include of "tao/Messaging/Asynch_Reply_Dispatcher.h" * tao/DynamicInterface/Request.h: Remove include of "tao/Messaging/MessagingC.h" * tao/DynamicInterface/Makefile: * tao/DynamicInterface/Makefile.bor: Remove TAO_Messaging library. Sun Mar 3 17:35:32 2002 Craig Rodrigues * orbsvcs/performance-tests/EC_Federated_Scalability/Makefile: Add -lTAO_Messaging. Sun Mar 3 16:09:14 2002 Craig Rodrigues * orbsvcs/performance-tests/RTEvent/lib/RTCORBA_Setup.cpp: * orbsvcs/performance-tests/RTEvent/lib/RTCORBA_Setup.h: Add ACE_ENV_ARG_DECL parameters to setup_lane(). * orbsvcs/performance-tests/RTEvent/lib/Send_Task.cpp: Add ACE exception handling macros in svc() method. * orbsvcs/performance-tests/RTEvent/lib/SyncScope_Setup.cpp: Change ACE_ENV_ARG_PARAMETER to ACE_SINGLE_ENV_ARG_PARAMETER in call to policy_list->destroy(). Sun Mar 3 10:20:23 2002 Craig Rodrigues * orbsvcs/performance-tests/RTEvent/lib/RIR_Narrow.cpp: Add ACE_TYPENAME to RIR_Narrow::resolve() to eliminate gcc 3.1 warning: "typename RIR_Narrow::Interface_ptr' is implicitly a typename" Sun Mar 3 10:19:12 2002 Johnny Willemsen * examples/Content_Server/SMI_Iterator/client.bor: * examples/Content_Server/SMI_Iterator/server.bor: Added TAO_Messaging library * orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/*.bor: Created BCB makefiles for this test * orbsvcs/tests/AVStreams/Makefile.bor: Added the Simple_Two_Stage_With_QoS directory Sat Mar 2 17:08:47 2002 Mayur Deshpande * docs/releasenotes/amh.html: 'Converted' the Word generated HTML document to 'plain' HTML. Also added links to the two AMH papers. Sat Mar 2 16:27:16 2002 Jaiganesh Balasubramanian * orbsvcs/CosEvent_Service/Makefile: * orbsvcs/Event_Service/Makefile: * orbsvcs/examples/CosEC/Factory/Makefile: * orbsvcs/examples/CosEC/RtEC_Based/tests/Basic/Makefile: * orbsvcs/examples/CosEC/Simple/Makefile: * orbsvcs/examples/RtEC/MCast/Makefile: * orbsvcs/examples/RtEC/Schedule/Makefile: * orbsvcs/examples/RtEC/Simple/Makefile: * orbsvcs/tests/EC_Mcast/Makefile: * orbsvcs/tests/EC_Throughput/Makefile: Made changes to include the Messaging library. Sat Mar 2 14:53:44 2002 Craig Rodrigues * orbsvcs/performance-tests/EC_Scalability/Makefile: * orbsvcs/tests/CosEvent/Basic/Makefile: * orbsvcs/tests/Event/Basic/Makefile: * orbsvcs/examples/CosEC/RtEC_Based/bin/Makefile: Add -lTAO_Messaging Sat Mar 2 20:37:12 2002 Johnny Willemsen * orbsvcs/tests/Notify/performance-tests/Throughput/Makefile.bor: Added TAO_Messaging library Sat Mar 2 14:32:32 2002 Craig Rodrigues * orbsvcs/performance-tests/RTEvent/lib/ORB_Holder.h (ORB_Holder) : Change ACE_ENV_ARG_DECL to ACE_ENV_ARG_DECL_WITH_DEFAULTS. * orbsvcs/performance-tests/RTEvent/lib/RTCORBA_Setup.cpp (RTCORBA_Setup::RTCORBA_Setup): Change ACE_ENV_ARG_DECL to ACE_ENV_ARG_PARAMETER. * orbsvcs/performance-tests/RTEvent/lib/Send_Task.cpp (Send_Task::svc): Add ACE_DECLARE_NEW_CORBA_ENV. * orbsvcs/performance-tests/RTEvent/lib/SyncScope_Setup.h (SyncScope_Setup): Change ACE_ENV_ARG_DECL to ACE_ENV_ARG_DECL_WITH_DEFAULTS. Sat Mar 2 19:26:34 2002 Johnny Willemsen * performance-tests/Latency/AMH/Single_Threaded/client.bor: * performance-tests/Latency/AMH/Single_Threaded/server.bor: Added TAO_Messaging library Sat Mar 2 09:30:35 2002 Balachandran Natarajan * tao/Stub.cpp (sync_scope): Do not check for policies at other levels if the policy has been cached in the stubs. This helps to fix a problem, which prevented applications to set policies at the object level. Sat Mar 2 13:30:12 2002 Johnny Willemsen * examples/Buffered_Oneways/Buffered_Oneways_client.bor: * examples/Buffered_Oneways/Buffered_Oneways_server.bor: * performance-tests/Callback/client.bor: * performance-tests/Callback/server.bor: * performance-tests/Latency/AMI/client.bor: * performance-tests/Latency/AMI/server.bor: * performance-tests/RTCorba/Oneways/Reliable/client.bor: * performance-tests/RTCorba/Oneways/Reliable/server.bor: * orbsvcs/tests/Event/Performance/Connect.bor: * orbsvcs/tests/Event/Performance/Inversion.bor: * orbsvcs/tests/Event/Performance/Latency.bor: * orbsvcs/tests/Event/Performance/Latency_Server.bor: * orbsvcs/tests/Event/Performance/Throughput.bor: Added TAO_Messaging library Fri Mar 1 17:42:54 2002 Jaiganesh Balasubramanian * tao/Makefile: Made changes to get Messaging library compiled always. Fri Mar 1 18:56:21 2002 Carlos O'Ryan * orbsvcs/performance-tests/RTEvent/lib/Auto_Disconnect.h: * orbsvcs/performance-tests/RTEvent/lib/Auto_Disconnect.cpp: Add methods to reset the contained pointer, useful when declaring arrays of Auto_Disconnect objects. * orbsvcs/performance-tests/RTEvent/lib/Makefile: * orbsvcs/performance-tests/RTEvent/lib/Loopback_Pair.h: * orbsvcs/performance-tests/RTEvent/lib/Loopback_Pair.inl: * orbsvcs/performance-tests/RTEvent/lib/Loopback_Pair.cpp: * orbsvcs/performance-tests/RTEvent/lib/Client_Group.h: * orbsvcs/performance-tests/RTEvent/lib/Client_Group.inl: * orbsvcs/performance-tests/RTEvent/lib/Client_Group.cpp: Factor out code to create a Loopback_Consumer/Loopback_Supplier pair. * orbsvcs/performance-tests/RTEvent/lib/Makefile: * orbsvcs/performance-tests/RTEvent/lib/SyncScope_Setup.h: * orbsvcs/performance-tests/RTEvent/lib/SyncScope_Setup.inl: * orbsvcs/performance-tests/RTEvent/lib/SyncScope_Setup.cpp: New helper class to set the SyncScope policy. * orbsvcs/performance-tests/RTEvent/Roundtrip/Makefile: * orbsvcs/performance-tests/RTEvent/Roundtrip/client.cpp: * orbsvcs/performance-tests/RTEvent/Roundtrip/server.cpp: Take advantage of the new classes to implement the client and server. * orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/Makefile: * orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/client.cpp: * orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/server.cpp: Start new test to measure the roundtrip delay (and scalability) of the federated architecture. Fri Mar 1 15:17:27 2002 Jaiganesh Balasubramanian * tao/Messaging/Messaging.cpp: * tao/Messaging/MessagingC.cpp: * tao/Messaging/MessagingC.h: * tao/Messaging/MessagingC.i: * tao/Messaging/MessagingS.cpp: * tao/Messaging/Messaging_PolicyFactory.cpp Made changes to fix the compiler errors for MINIMUM_CORBA and CORBA_MESSAGING. Fri Mar 1 11:59:30 2002 Jaiganesh Balasubramanian * tao/Messaging/MessagingC.cpp: Fixed the compiler warnings. Fri Mar 1 11:12:30 2002 Ossama Othman * orbsvcs/tests/Security/Callback/Makefile (TAO_IDLFLAGS): Removed the "-GC" flag. This test does not require AMI callbacks. Fixes link-time errors. Thanks to Priyanka for reminding me that I needed a ChangeLog entry. :-) Fri Mar 1 10:41:58 2002 Balachandran Natarajan * tao/GIOP_Message_Base.cpp: * tao/GIOP_Message_Generator_Parser.cpp: * tao/GIOP_Message_Generator_Parser_12.cpp: * tao/GIOP_Message_Lite.cpp: * tao/Tagged_Profile.cpp: Made some cosmetic fixes. Further, made sure that return values in case of errors are consistent, for the sake of uniformity. Thanks to Don Hinton for pointing this out. Fri Mar 1 07:56:43 2002 Carlos O'Ryan * orbsvcs/performance-tests/Makefile: Add new RTEvent directory to the Makefile. * orbsvcs/performance-tests/EC_Colocated_Latency/Makefile: * orbsvcs/performance-tests/EC_Colocated_Latency/run_dispatching.sh: * orbsvcs/performance-tests/EC_Colocated_Latency/Consumer.cpp: * orbsvcs/performance-tests/EC_Colocated_Latency/Consumer.h: * orbsvcs/performance-tests/EC_Colocated_Latency/Send_Task.cpp: * orbsvcs/performance-tests/EC_Colocated_Latency/Send_Task.h: * orbsvcs/performance-tests/EC_Colocated_Latency/driver.cpp: * orbsvcs/performance-tests/EC_Colocated_Latency/ec.dispatching_reactive.conf: * orbsvcs/performance-tests/EC_Colocated_Latency/ec.dispatching_rtcorba.conf: * orbsvcs/performance-tests/EC_Colocated_Latency/ec.dispatching_threaded.conf: * orbsvcs/performance-tests/EC_Colocated_Latency/ec.supplier_filter_null.conf: * orbsvcs/performance-tests/EC_Colocated_Latency/ec.supplier_filter_per_supplier.conf: * orbsvcs/performance-tests/EC_Colocated_Latency/run_supplier_filtering.sh: The Colocated Latency test was greatly expanded to search for priority inversions, however, it turns out that this is not a good configuration for that benchmark. A new series of tests, with better code re-use (among other coding practice improvements) is being developed under the RTEvent directory. The current tests are saved for historical reasons, but will soon be removed. Fri Mar 1 07:47:07 2002 Carlos O'Ryan * orbsvcs/performance-tests/RTEvent/Roundtrip/Makefile: * orbsvcs/performance-tests/RTEvent/lib/Makefile: Add TAO_Messaging to the list of libraries. Update dependencies. * orbsvcs/performance-tests/RTEvent/Roundtrip/server.cpp: Include "RTPortableServer.h", otherwise the internal Service Configurator initialization may be incomplete on static builds. Initialize the event service default services. Fri Mar 01 13:30:12 2002 Johnny Willemsen * tao/DynamicInterface/Makefile.bor: * orbsvcs/orbsvcs/RTEvent.bor: * orbsvcs/orbsvcs/CosEvent.bor: * tests/AMI/client.bor: * tests/AMI/server.bor: * tests/AMI/simple_server.bor: * tests/AMI_Buffering/admin.bor: * tests/AMI_Buffering/client.bor: * tests/AMI_Buffering/server.bor: * tests/AMI_Timeouts/client.bor: * tests/AMI_Timeouts/server.bor: * tests/Big_Request_Muxing/client.bor: * tests/Big_Request_Muxing/server.bor: * tests/Blocking_Sync_None/client.bor: * tests/Blocking_Sync_None/server.bor: * tests/Crashed_Callback/client.bor: * tests/Crashed_Callback/server.bor: * tests/LongUpcalls/ami_client.bor: * tests/LongUpcalls/ami_server.bor: * tests/LongUpcalls/blocking_client.bor: * tests/LongUpcalls/blocking_server.bor: * tests/MT_Timeout/client.bor: * tests/MT_Timeout/server.bor: * tests/Oneway_Buffering/admin.bor: * tests/Oneway_Buffering/client.bor: * tests/Oneway_Buffering/server.bor: * tests/Policies/Makefile.bor: * tests/Reliable_Oneways/client.bor: * tests/Reliable_Oneways/server.bor: * tests/Timed_Buffered_Oneways/client.bor: * tests/Timed_Buffered_Oneways/server.bor: * tests/Timeout/client.bor: * tests/Timeout/server.bor: * examples/Buffered_AMI/client.bor * examples/Buffered_AMI/server.bor Added TAO_Messaging library Thu Feb 28 20:25:00 2002 Jaiganesh Balasubramanian * tests/Makefile (DIRS): Conditionally compile tests that require the TAO_Messaging library on the "corba_messaging" make variable. Fixes compile and link-time errors in builds that disable CORBA Messaging. Thu Feb 28 19:59:45 2002 Jaiganesh Balasubramanian * tao/Makefile: Only compile Messaging and DynamicInterface directories if "corba_messaging" make variable is set to 1. * tao/Messaging/Messaging.cpp: * tao/Messaging/MessagingC.cpp: * tao/Messaging/MessagingC.h: * tao/Messaging/MessagingS.h: * tao/Messaging/Messaging_ORBInitializer.cpp: * tao/Messaging/Messaging_ORBInitializer.h: * tao/Messaging/Messaging_PolicyFactory.cpp: * tao/Messaging/Messaging_PolicyFactory.h: No need to protect these sources with "TAO_HAS_CORBA_MESSAGING" preprocessor blocks since the CORBA Messaging code is now in a separate library. * tao/Strategies/DIOP_Connection_Handler.cpp: * tao/Strategies/SHMIOP_Connection_Handler.cpp: * tao/Strategies/UIOP_Connection_Handler.cpp: Removed vestigial include of `Messaging_Policy_i.h'. Fixes compile-time errors. * tao/Strategies/Makefile: Updated dependencies. Thu Feb 28 13:15:39 2002 Jaiganesh Balasubramanian * tests/DLL_ORB/Makefile.Test_Client_Module: * tests/DLL_ORB/Makefile.Test_Server_Module: updated the Makefile dependencies. Thu Feb 28 11:55:39 2002 Jaiganesh Balasubramanian * orbsvcs/examples/CosEC/Factory/Makefile: * orbsvcs/examples/Security/Send_File/Makefile: * tests/IDL_Test/Makefile: * tests/DLL_ORB/Makefile: * orbsvcs/tests/Security/Big_Request/Makefile: * orbsvcs/tests/Security/Callback/Makefile: * orbsvcs/tests/Security/Secure_Invocation/Makefile: * orbsvcs/tests/Security/SecurityLevel1/Makefile: updated the Makefile dependencies. Thu Feb 28 15:12:35 2002 Carlos O'Ryan * orbsvcs/performance-tests/RTEvent/lib/TAO_RTEC_Perf.dsp: * orbsvcs/performance-tests/RTEvent/lib/TAO_RTEC_Perf.dsw: * orbsvcs/performance-tests/RTEvent/Roundtrip/Roundtrip.dsw: * orbsvcs/performance-tests/RTEvent/Roundtrip/client.dsp: * orbsvcs/performance-tests/RTEvent/Roundtrip/server.dsp: Add MSVC project files and workspaces. * TAOACE.dsw: * TAOACE_Static.dsw: * orbsvcs/orbsvcs/orbsvcs.dsw: * orbsvcs/orbsvcs/orbsvcs_static.dsw: * orbsvcs/orbsvcs/RTCORBAEvent.dsp: * orbsvcs/orbsvcs/RTCORBAEvent_Static.dsp: Add new project files for the RTCORBAEvent library, and insert the project in the corresponding workspaces. * orbsvcs/orbsvcs/Event/EC_Event_Channel.h: * orbsvcs/orbsvcs/Event/EC_Event_Channel.i: * orbsvcs/orbsvcs/Event/EC_Event_Channel.cpp: Add PortableServer::RefCountServantBase mixin. Add new method to check if an event channel is getting destroyed. * orbsvcs/orbsvcs/Event/rtcorba_event_export.h: * orbsvcs/orbsvcs/Event/EC_RTCORBA_Dispatching.h: * orbsvcs/orbsvcs/Event/EC_RTCORBA_Factory.h: Fixed export macros. * orbsvcs/orbsvcs/Event/EC_RTCORBA_Factory.cpp: Fixed misuse of return statement in void functions. * tao/Messaging/MessagingC.h: The code did not link on NT because a couple of CDR operators are declared, but not defined nor used. I removed offending code until Jaiganesh can introduce a complete fix. * orbsvcs/orbsvcs/RTEvent.dsp: The RTEvent library needs the TAO_Messaging library to work correctly. * orbsvcs/performance-tests/RTEvent/Roundtrip/client.cpp: Fixed #include for Messaging.h Fixed problems with explicit auto_ptr<> constructors. Create special thread for ORB::run() * orbsvcs/performance-tests/RTEvent/Roundtrip/server.cpp: Fixed #include for Messaging.h Fixed problems with explicit auto_ptr<> constructors. Stop the event loop if the event channel is destroyed. * orbsvcs/performance-tests/RTEvent/lib/rtec_perf_export.h: * orbsvcs/performance-tests/RTEvent/lib/Client_Group.h: * orbsvcs/performance-tests/RTEvent/lib/Consumer.h: * orbsvcs/performance-tests/RTEvent/lib/Loopback_Consumer.h: * orbsvcs/performance-tests/RTEvent/lib/Loopback_Supplier.h: * orbsvcs/performance-tests/RTEvent/lib/ORB_Holder.h: * orbsvcs/performance-tests/RTEvent/lib/RTEC_Initializer.h: * orbsvcs/performance-tests/RTEvent/lib/RT_Class.h: * orbsvcs/performance-tests/RTEvent/lib/RTCORBA_Setup.h: * orbsvcs/performance-tests/RTEvent/lib/Send_Task.h: * orbsvcs/performance-tests/RTEvent/lib/Supplier.h: Create export macro file for the benchmark library. Add export macros to all the classes. * orbsvcs/performance-tests/RTEvent/lib/Makefile: * orbsvcs/performance-tests/RTEvent/lib/ORB_Task.h: * orbsvcs/performance-tests/RTEvent/lib/ORB_Task.cpp: Add new files to the Makefile too! * orbsvcs/performance-tests/RTEvent/lib/Client_Group.cpp: Fixed event types in the loopback supplier. * orbsvcs/performance-tests/RTEvent/lib/RTCORBA_Setup.cpp: Fixed problems with explicit auto_ptr<> constructors. I used ACE_THROW_RETURN() where an ACE_THROW() was needed. * orbsvcs/performance-tests/RTEvent/lib/RTEC_Initializer.cpp: * orbsvcs/performance-tests/RTEvent/lib/Send_Task.cpp: Fixed problems with explicit auto_ptr<> constructors. Thu Feb 28 13:51:30 2002 Jeff Parsons * TAO_IDL/be/be_interface.cpp: Fixed a typo on a previous fix I checked in for QNX. Thanks to Sean I. Luzader for catching it. Thu Feb 28 11:50:39 2002 Jaiganesh Balasubramanian * orbsvcs/orbsvcs/Makefile.Security: updated the Makefile dependencies. Thu Feb 28 11:40:19 2002 Jaiganesh Balasubramanian * tests/AMI_Buffering/Makefile: updated the Makefile dependencies. Thu Feb 28 11:38:51 2002 Priyanka Gontla * orbsvcs/orbsvcs/Makefile.SSLIOP: Updated the dependencies. Thu Feb 28 07:44:12 2002 Johnny Willemsen * tao/Messaging/Makefile.bor: Added missing files that I forgot to add when creating this makefile. Thanks to Jaiganesh for noticing this. Wed Feb 27 20:20:19 2002 Jaiganesh Balasubramanian * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connection_Handler.cpp: Changed the include to point to the Messaging directory. Wed Feb 27 20:24:12 2002 Balachandran Natarajan * orbsvcs/performance-tests/RTEvent/lib/RTCORBA_Setup.inl: * orbsvcs/performance-tests/RTEvent/lib/RT_Class.inl: Fixed fuzz errors. Wed Feb 27 15:20:19 2002 Jaiganesh Balasubramanian * tao/Messaging/Messaging.cpp: Added code to check for exceptions. * orbsvcs/orbsvcs/Makefile.Security: Added code to link to the new Messaging library. Wed Feb 27 14:30:21 2002 Jaiganesh Balasubramanian * tests/Two_Objects/Makefile: * tao/Makefile: Added links to the new Messaging library. Wed Feb 27 10:50:45 2002 Carlos O'Ryan * orbsvcs/orbsvcs/Makefile.RTCORBAEvent: Update depdendencies * orbsvcs/orbsvcs/Event/EC_Event_Channel.h: Derive the event channel from the PortableServer::RefCountServantBase mixin, it makes lifecycle management much easier. * orbsvcs/orbsvcs/Event/EC_RTCORBA_Dispatching.cpp: Fixed thread activation properties. Wed Feb 27 03:59:35 2002 Carlos O'Ryan * TAOACE.dsw: * TAOACE_Static.dsw: * tao/TAO.dsw: * tao/Messaging/TAO_Messaging.dsp: * tao/Messaging/TAO_Messaging_Static.dsp: Add new project files for the TAO_Messaging library. Add the projects to the workspaces and fixed dependencies. * tao/TAO.dsp: * tao/TAO_Static.dsp: * tao/PortableServer/TAO_PortableServer.dsp: * tao/PortableServer/TAO_PortableServer_Static.dsp: Remove files that are now on the TAO_Messaging library, add new files. * tao/Messaging/Messaging.h: Fixed TAO_Export macros. Wed Feb 27 10:39:12 2002 Johnny Willemsen * tao/Messaging/Asynch_Timeout_Handler.h: Replaced the old TAO_Export macro with the TAO_Messaging_Export macro Wed Feb 27 01:33:44 2002 Carlos O'Ryan * orbsvcs/performance-tests/RTEvent/Makefile: * orbsvcs/performance-tests/RTEvent/Roundtrip/Makefile: * orbsvcs/performance-tests/RTEvent/Roundtrip/client.cpp: * orbsvcs/performance-tests/RTEvent/Roundtrip/server.cpp: * orbsvcs/performance-tests/RTEvent/lib/Makefile: * orbsvcs/performance-tests/RTEvent/lib/Auto_Disconnect.h: * orbsvcs/performance-tests/RTEvent/lib/Auto_Disconnect.inl: * orbsvcs/performance-tests/RTEvent/lib/Auto_Disconnect.cpp: * orbsvcs/performance-tests/RTEvent/lib/Client_Group.h: * orbsvcs/performance-tests/RTEvent/lib/Client_Group.inl: * orbsvcs/performance-tests/RTEvent/lib/Client_Group.cpp: * orbsvcs/performance-tests/RTEvent/lib/Consumer.h: * orbsvcs/performance-tests/RTEvent/lib/Consumer.cpp: * orbsvcs/performance-tests/RTEvent/lib/Loopback_Consumer.h: * orbsvcs/performance-tests/RTEvent/lib/Loopback_Consumer.cpp: * orbsvcs/performance-tests/RTEvent/lib/Loopback_Supplier.h: * orbsvcs/performance-tests/RTEvent/lib/Loopback_Supplier.cpp: * orbsvcs/performance-tests/RTEvent/lib/ORB_Holder.h: * orbsvcs/performance-tests/RTEvent/lib/ORB_Holder.inl: * orbsvcs/performance-tests/RTEvent/lib/ORB_Holder.cpp: * orbsvcs/performance-tests/RTEvent/lib/RIR_Narrow.h: * orbsvcs/performance-tests/RTEvent/lib/RIR_Narrow.cpp: * orbsvcs/performance-tests/RTEvent/lib/RTCORBA_Setup.h: * orbsvcs/performance-tests/RTEvent/lib/RTCORBA_Setup.inl: * orbsvcs/performance-tests/RTEvent/lib/RTCORBA_Setup.cpp: * orbsvcs/performance-tests/RTEvent/lib/RTEC_Initializer.h: * orbsvcs/performance-tests/RTEvent/lib/RTEC_Initializer.cpp: * orbsvcs/performance-tests/RTEvent/lib/RT_Class.h: * orbsvcs/performance-tests/RTEvent/lib/RT_Class.inl: * orbsvcs/performance-tests/RTEvent/lib/RT_Class.cpp: * orbsvcs/performance-tests/RTEvent/lib/Send_Task.h: * orbsvcs/performance-tests/RTEvent/lib/Send_Task.cpp: * orbsvcs/performance-tests/RTEvent/lib/Servant_var.h: * orbsvcs/performance-tests/RTEvent/lib/Servant_var.inl: * orbsvcs/performance-tests/RTEvent/lib/Servant_var.cpp: * orbsvcs/performance-tests/RTEvent/lib/Supplier.h: * orbsvcs/performance-tests/RTEvent/lib/Supplier.cpp: Add new test library to capture shared code, start new Roundtrip delay test. Wed Feb 27 09:32:12 2002 Johnny Willemsen * tao/Messaging/Makefile.bor: Added new BCB makefile for this library * tao/Messaging/TAO_Messaging.rc: Added resource file for this library * tao/Messaging/Asynch_Reply_Dispatcher.cpp: Fixed compile error when __ACE_INLINE__ is not defined * tao/Makefile.bor: Added new Messaging directory and removed all files that where moved to the new subdirectory Tue Feb 26 21:29:05 2002 Ossama Othman * TAO_IDL/be/be_visitor_interface/any_op_cs.cpp (visit_interface): Corrected code that exhibited a warning with some compilers. Generate code that returns a value for local interfaces, too. Mon Feb 26 18:10:24 2002 Jaiganesh Balasubramanian * tao/Asynch_Invocation.h: * tao/Asynch_Invocation.i: * tao/Asynch_Invocation.cpp: Moved the TAO_GIOP_Twoway_Asynch_Invocation to its own file in the Messaging directory. * tao/Asynch_Reply_Dispatcher.cpp: * tao/Asynch_Reply_Dispatcher.h: * tao/Asynch_Reply_Dispatcher.i: Moved the TAO_Asynch_Reply_Dispatcher class to this file in the Messaging directory. * tao/Asynch_Reply_Dispatcher_Base.cpp: * tao/Asynch_Reply_Dispatcher_Base.h: * tao/Asynch_Reply_Dispatcher_Base.i: Moved the TAO_Asynch_Reply_Dispatcher class to its own file in the Messaging directory and the class TAO_Asynch_Reply_Dispatcher_Base remained in this file. * tao/Asynch_Timeout_Handler.cpp: * tao/Asynch_Timeout_Handler.h: Moved the class TAO_Asynch_Timeout_Handler to its own file in the Messaging directory. * tao/Connection_Handler.cpp: * tao/IIOP_Connection_Handler.cpp: * tao/Invocation.cpp: * tao/Policy_Manager.cpp: * tao/Stub.cpp: There is no need to #include tao/Messaging_Policy_i.h, the classes in that file are not used at all, probably old code left around. * tao/Makefile: * tao/Makefile.am: Removed all links to the Messaging files in the Makefile. Links are made to the new Messading directory. * tao/Messaging.cpp: * tao/Messaging.h: * tao/Messaging.pidl: * tao/MessagingC.cpp: * tao/MessagingC.h: * tao/MessagingC.i: * tao/Messaging_ORBInitializer.cpp: * tao/Messaging_ORBInitializer.h: * tao/Messaging_PolicyFactory.cpp: * tao/Messaging_PolicyFactory.h: * tao/Messaging_PolicyValue.pidl: * tao/Messaging_PolicyValueC.cpp: * tao/Messaging_PolicyValueC.h: * tao/Messaging_PolicyValueC.i: * tao/Messaging_Policy_i.cpp: * tao/Messaging_Policy_i.h: * tao/Messaging_Policy_i.i: Moved all the Messaging classes in the Messaging NAMESPACE except the variables SyncScope and SynScope_out to the new Messaging directory. The variables SyncScope and SyncScope_out are needed by the ORB. So they are moved to a new file Messaging_SyncScopeC.h in the TAO/tao directory. * tao/Messaging_SyncScope.pidl: * tao/Messaging_SyncScopeC.cpp: * tao/Messaging_SyncScopeC.h: * tao/Messaging_SyncScopeC.i: The variables SyncScope and SyncScope_out in the Messaging NAMESPACE are needed by the ORB. So they are not moved to the new Messaging directory and are moved to these new files in the TAO/tao directory. * tao/ORB.cpp: Moved the ORB_Initializer for the Messaging class to the Messaging directory. * tao/PortableInterceptor.pidl: Removed the #include "Messaging.pidl and added the #include "Messaging_SyncScope.idl". THe new idl file is used to create the idl stubs for just the SyncScope and the SyncScope_out variables in the Messaging class. * tao/PortableInterceptorC.h: * tao/Profile.cpp: Added #include Messaging_SyncScopeC.h and removed #include MessagingC.h to include only those variables in the Messaging namespace that are not in the new Messaging directory. * tao/DynamicInterface/Makefile: * tao/BiDir_GIOP/Makefile: * tao/Domain/Makefile: * tao/DynamicAny/Makefile: * tao/IFR_Client/Makefile: * tao/IORManipulation/Makefile: * tao/IORTable/Makefile: Make changes in the Makefile to link the new TAO_Messaging library. * tao/DynamicInterface/DII_Reply_Dispatcher.h: * tao/DynamicInterface/Request.h: Change all #includes to point to the new Messaging directory. For example, change #include MessagingC.h to #include tao/Messaging/MessagingC.h. * tao/Messaging/Asynch_Reply_Dispatcher.cpp: * tao/Messaging/Asynch_Reply_Dispatcher.h: * tao/Messaging/Asynch_Reply_Dispatcher.i: Moved the TAO_Asynch_Reply_Dispatcher class to its own file in the Messaging directory. * tao/Messaging/Asynch_Timeout_Handler.cpp: * tao/Messaging/Asynch_Timeout_Handler.h: Moved the TAO_Asynch_Timeout_Handler to its own file in the Messaging directory. * tao/Messaging/Makefile: Added a new Makefile in the Messaging directory to create the new library TAO_messaging. * tao/Messaging/Messaging.cpp: * tao/Messaging/Messaging.h: * tao/Messaging/Messaging.pidl: * tao/Messaging/MessagingC.cpp: * tao/Messaging/MessagingC.h: * tao/Messaging/MessagingC.i: * tao/Messaging/MessagingS.cpp: * tao/Messaging/MessagingS.h: * tao/Messaging/MessagingS.i: * tao/Messaging/MessagingS_T.cpp: * tao/Messaging/MessagingS_T.h: * tao/Messaging/MessagingS_T.i: * tao/Messaging/Messaging_ORBInitializer.cpp: * tao/Messaging/Messaging_ORBInitializer.h: * tao/Messaging/Messaging_PolicyFactory.cpp: * tao/Messaging/Messaging_PolicyFactory.h: * tao/Messaging/Messaging_Policy_i.cpp: * tao/Messaging/Messaging_Policy_i.h: * tao/Messaging/Messaging_Policy_i.i: Moved all the Messaging classes in the Messaging NAMESPACE except the variables SyncScope and SynScope_out to the new Messaging directory. The variables SyncScope and SyncScope_out are needed by the ORB. So they are moved to a new file Messaging_SyncScopeC.h in the TAO/tao directory. * tao/Messaging/Twoway_Asynch_Invocation.cpp: * tao/Messaging/Twoway_Asynch_Invocation.h: * tao/Messaging/Twoway_Asynch_Invocation.i: Moved the TAO_GIOP_Twoway_Asynch_Invocation to its own file in the Messaging directory. * tao/Messaging/messaging_export.h: Created a new TAO_Messaging_Export type in the new Messaging library. * tao/Messaging/diffs/Messaging.diff: Added a new diffs directory for the new Messaging directory and generated new diff files for future use. * tao/PortableServer/Makefile: * tao/PortableServer/Makefile.bor: Changed the Makefile to remove links to the Messaging files. All the Messaging files in this directory are moved to their own files in the Messaging directory. * tao/PortableServer/MessagingS.cpp: * tao/PortableServer/MessagingS.h: * tao/PortableServer/MessagingS.i: * tao/PortableServer/MessagingS_T.cpp: * tao/PortableServer/MessagingS_T.h: * tao/PortableServer/MessagingS_T.i: Moved all the Messaging files in the PortableServer directory to their own files in the Messaging directory. * tao/RTCORBA/Makefile: * tao/RTPortableServer/Makefile: * tao/SmartProxies/Makefile: * tao/Strategies/Makefile: * tao/TypeCodeFactory/Makefile: Made changes to link to the messaging SyncScope files in the tao directory. * tao/Strategies/DIOP_Connection_Handler.cpp: * tao/Strategies/SHMIOP_Connection_Handler.cpp: * tao/Strategies/UIOP_Connection_Handler.cpp: * TAO/TAO_IDL/Makefile.BE: * TAO/TAO_IDL/Makefile.EXE: * TAO/TAO_IDL/Makefile.FE: * TAO/TAO_IDL/be/be_codegen.cpp: * TAO/docs/tutorials/Quoter/AMI/Makefile: * TAO/docs/tutorials/Quoter/Event_Service/Makefile: * TAO/docs/tutorials/Quoter/Naming_Service/Makefile: * TAO/docs/tutorials/Quoter/On_Demand_Activation/Makefile: * TAO/docs/tutorials/Quoter/RT_Event_Service/Makefile: * TAO/docs/tutorials/Quoter/Simple/Client/Makefile: * TAO/docs/tutorials/Quoter/Simple/Impl-Repo/Makefile: * TAO/docs/tutorials/Quoter/Simple/ImprovedServer/Makefile: * TAO/docs/tutorials/Quoter/Simple/Persistent/Makefile: * TAO/docs/tutorials/Quoter/Simple/Server/Makefile: * TAO/docs/tutorials/Quoter/idl/Makefile: * TAO/examples/AMI/FL_Callback/Makefile: * TAO/examples/Buffered_AMI/Makefile: * TAO/examples/Buffered_AMI/client.cpp: * TAO/examples/Buffered_Oneways/Makefile: * TAO/examples/Buffered_Oneways/client.cpp: * TAO/examples/Callback_Quoter/Makefile: * TAO/examples/Content_Server/AMI_Iterator/Makefile: * TAO/examples/Content_Server/AMI_Observer/Makefile: * TAO/examples/Content_Server/SMI_Iterator/Makefile: * TAO/examples/Event_Comm/Makefile: * TAO/examples/Load_Balancing/Makefile: * TAO/examples/Load_Balancing_persistent/Makefile: * TAO/examples/Logging/Makefile: * TAO/examples/OBV/Typed_Events/Makefile: * TAO/examples/POA/Adapter_Activator/Makefile: * TAO/examples/POA/DSI/Makefile: * TAO/examples/POA/Default_Servant/Makefile: * TAO/examples/POA/Explicit_Activation/Makefile: * TAO/examples/POA/FindPOA/Makefile: * TAO/examples/POA/Forwarding/Makefile: * TAO/examples/POA/Generic_Servant/Makefile: * TAO/examples/POA/Loader/Makefile: * TAO/examples/POA/NewPOA/Makefile: * TAO/examples/POA/On_Demand_Activation/Makefile: * TAO/examples/POA/On_Demand_Loading/Makefile: * TAO/examples/POA/Reference_Counted_Servant/Makefile: * TAO/examples/POA/RootPOA/Makefile: * TAO/examples/POA/TIE/Makefile: * TAO/examples/Persistent_Grid/Makefile: * TAO/examples/PluggableUDP/tests/Basic/Makefile: * TAO/examples/PluggableUDP/tests/Performance/Makefile: * TAO/examples/PluggableUDP/tests/SimplePerformance/Makefile: * TAO/examples/Quoter/Makefile: * TAO/examples/RTCORBA/Activity/Makefile: * TAO/examples/Simple/bank/Makefile: * TAO/examples/Simple/chat/Makefile: * TAO/examples/Simple/echo/Makefile: * TAO/examples/Simple/grid/Makefile: * TAO/examples/Simple/time/Makefile: * TAO/examples/Simple/time-date/Makefile: * TAO/examples/Simulator/Event_Supplier/Makefile: * TAO/examples/TypeCode_Creation/Makefile: * TAO/orbsvcs/Concurrency_Service/Makefile: * TAO/orbsvcs/CosEvent_Service/Makefile: * TAO/orbsvcs/Dump_Schedule/Makefile: * TAO/orbsvcs/Event_Service/Makefile: * TAO/orbsvcs/IFR_Service/Makefile.BE: * TAO/orbsvcs/IFR_Service/Makefile.EX: * TAO/orbsvcs/IFR_Service/Makefile.IFR_Service: * TAO/orbsvcs/ImplRepo_Service/Makefile: * TAO/orbsvcs/LifeCycle_Service/Makefile: * TAO/orbsvcs/LoadBalancer/Makefile: * TAO/orbsvcs/Logging_Service/Makefile: * TAO/orbsvcs/Naming_Service/Makefile: * TAO/orbsvcs/Notify_Service/Makefile: * TAO/orbsvcs/Scheduling_Service/Makefile: * TAO/orbsvcs/TAO_Service/Makefile: * TAO/orbsvcs/Time_Service/Makefile: * TAO/orbsvcs/Trading_Service/Makefile: * TAO/orbsvcs/examples/CosEC/Factory/Makefile: * TAO/orbsvcs/examples/CosEC/RtEC_Based/bin/Makefile: * TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/Makefile: * TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Basic/Makefile: * TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/Makefile: * TAO/orbsvcs/examples/CosEC/Simple/Makefile: * TAO/orbsvcs/examples/Log/Client/Makefile: * TAO/orbsvcs/examples/Log/test/Makefile: * TAO/orbsvcs/examples/Notify/Filter/Makefile: * TAO/orbsvcs/examples/Notify/Subscribe/Makefile: * TAO/orbsvcs/examples/RtEC/MCast/Makefile: * TAO/orbsvcs/examples/RtEC/Schedule/Makefile: * TAO/orbsvcs/examples/RtEC/Simple/Makefile: * TAO/orbsvcs/examples/Security/Send_File/Makefile: * TAO/orbsvcs/orbsvcs/Makefile.CosConcurrency: * TAO/orbsvcs/orbsvcs/Makefile.CosEvent: * TAO/orbsvcs/orbsvcs/Makefile.CosLifeCycle: * TAO/orbsvcs/orbsvcs/Makefile.CosNaming: * TAO/orbsvcs/orbsvcs/Makefile.CosNotification: * TAO/orbsvcs/orbsvcs/Makefile.CosProperty: * TAO/orbsvcs/orbsvcs/Makefile.CosTime: * TAO/orbsvcs/orbsvcs/Makefile.CosTrading: * TAO/orbsvcs/orbsvcs/Makefile.DsLogAdmin: * TAO/orbsvcs/orbsvcs/Makefile.ETCL: * TAO/orbsvcs/orbsvcs/Makefile.FTORB: * TAO/orbsvcs/orbsvcs/Makefile.FaultTolerance: * TAO/orbsvcs/orbsvcs/Makefile.LoadBalancing: * TAO/orbsvcs/orbsvcs/Makefile.PortableGroup: * TAO/orbsvcs/orbsvcs/Makefile.RTEvent: * TAO/orbsvcs/orbsvcs/Makefile.RTOLDEvent: * TAO/orbsvcs/orbsvcs/Makefile.RTSched: * TAO/orbsvcs/orbsvcs/Makefile.RTSchedEvent: * TAO/orbsvcs/orbsvcs/Makefile.SSLIOP: * TAO/orbsvcs/orbsvcs/Makefile.Svc_Utils: * TAO/orbsvcs/orbsvcs/Makefile.av: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_Reactive_ConsumerControl.cpp: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_Reactive_Pulling_Strategy.cpp: * TAO/orbsvcs/orbsvcs/CosEvent/CEC_Reactive_SupplierControl.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Reactive_ConsumerControl.cpp: * TAO/orbsvcs/orbsvcs/Event/EC_Reactive_SupplierControl.cpp: * TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.cpp: * TAO/orbsvcs/orbsvcs/Sched/DynSched.cpp: * TAO/orbsvcs/performance-tests/EC_Federated_Latency/Makefile: * TAO/orbsvcs/performance-tests/EC_Federated_Latency/client.cpp: * TAO/orbsvcs/performance-tests/EC_Federated_Latency/server.cpp: * TAO/orbsvcs/performance-tests/EC_Federated_Scalability/Makefile: * TAO/orbsvcs/performance-tests/EC_Federated_Scalability/client.cpp: * TAO/orbsvcs/performance-tests/EC_Federated_Scalability/server.cpp: * TAO/orbsvcs/performance-tests/EC_Latency/Makefile: * TAO/orbsvcs/performance-tests/EC_Latency/client.cpp: * TAO/orbsvcs/performance-tests/EC_Latency/server.cpp: * TAO/orbsvcs/performance-tests/EC_Scalability/Makefile: * TAO/orbsvcs/performance-tests/EC_Scalability/client.cpp: * TAO/orbsvcs/performance-tests/EC_Scalability/server.cpp: * TAO/orbsvcs/tests/AVStreams/Asynch_Three_Stage/Makefile: * TAO/orbsvcs/tests/AVStreams/Component_Switching/Makefile: * TAO/orbsvcs/tests/AVStreams/Full_Profile/Makefile: * TAO/orbsvcs/tests/AVStreams/Latency/Makefile: * TAO/orbsvcs/tests/AVStreams/Multicast/Makefile: * TAO/orbsvcs/tests/AVStreams/Multicast_Full_Profile/Makefile: * TAO/orbsvcs/tests/AVStreams/Pluggable/Makefile: * TAO/orbsvcs/tests/AVStreams/Simple_Three_Stage/Makefile: * TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage/Makefile: * TAO/orbsvcs/tests/Concurrency/Makefile: * TAO/orbsvcs/tests/CosEvent/Basic/Makefile: * TAO/orbsvcs/tests/CosEvent/lib/Makefile: * TAO/orbsvcs/tests/EC_Custom_Marshal/Makefile: * TAO/orbsvcs/tests/EC_Mcast/Makefile: * TAO/orbsvcs/tests/EC_Multiple/Makefile: * TAO/orbsvcs/tests/EC_Throughput/Makefile: * TAO/orbsvcs/tests/Event/Basic/Makefile: * TAO/orbsvcs/tests/Event/Performance/Latency.cpp: * TAO/orbsvcs/tests/Event/Performance/Latency_Server.cpp: * TAO/orbsvcs/tests/Event/Performance/Makefile: * TAO/orbsvcs/tests/Event/lib/Makefile: * TAO/orbsvcs/tests/FaultTolerance/IOGR/Makefile: * TAO/orbsvcs/tests/FaultTolerance/IOGRManipulation/Makefile: * TAO/orbsvcs/tests/ImplRepo/Makefile: * TAO/orbsvcs/tests/ImplRepo/NameService/Makefile: * TAO/orbsvcs/tests/InterfaceRepo/Application_Test/Makefile: * TAO/orbsvcs/tests/InterfaceRepo/IFR_Test/Makefile: * TAO/orbsvcs/tests/InterfaceRepo/Persistence_Test/Makefile: * TAO/orbsvcs/tests/Interoperable_Naming/Makefile: * TAO/orbsvcs/tests/LoadBalancing/Makefile: * TAO/orbsvcs/tests/Miop/McastHello/Makefile: * TAO/orbsvcs/tests/Notify/Basic/Makefile: * TAO/orbsvcs/tests/Notify/Blocking/Makefile: * TAO/orbsvcs/tests/Notify/Discarding/Makefile: * TAO/orbsvcs/tests/Notify/MT_Dispatching/Makefile: * TAO/orbsvcs/tests/Notify/Ordering/Makefile: * TAO/orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Makefile: * TAO/orbsvcs/tests/Notify/Sequence_Multi_Filter/Makefile: * TAO/orbsvcs/tests/Notify/Structured_Filter/Makefile: * TAO/orbsvcs/tests/Notify/Structured_Multi_Filter/Makefile: * TAO/orbsvcs/tests/Notify/lib/Makefile: * TAO/orbsvcs/tests/Notify/performance-tests/Filter/Makefile: * TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/Makefile: * TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Makefile: * TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.cpp: * TAO/orbsvcs/tests/Property/Makefile: * TAO/orbsvcs/tests/Sched/Makefile: * TAO/orbsvcs/tests/Sched_Conf/Makefile: * TAO/orbsvcs/tests/Security/Big_Request/Makefile: * TAO/orbsvcs/tests/Security/Callback/Makefile: * TAO/orbsvcs/tests/Security/MT_SSLIOP/Makefile: * TAO/orbsvcs/tests/Security/Secure_Invocation/Makefile: * TAO/orbsvcs/tests/Security/SecurityLevel1/Makefile: * TAO/orbsvcs/tests/Simple_Naming/Makefile: * TAO/orbsvcs/tests/Time/Makefile: * TAO/orbsvcs/tests/Trading/Makefile: * TAO/orbsvcs/tests/ior_corbaname/Makefile:: * TAO/orbsvcs/tests/tests_svc_loader/Makefile: * TAO/performance-tests/Callback/Makefile: * TAO/performance-tests/Callback/client.cpp: * TAO/performance-tests/Callback/server.cpp: * TAO/performance-tests/Cubit/TAO/DII_Cubit/Makefile: * TAO/performance-tests/Cubit/TAO/IDL_Cubit/Makefile: * TAO/performance-tests/Cubit/TAO/MT_Cubit/Makefile: * TAO/performance-tests/Latency/AMH/Single_Threaded/Makefile: * TAO/performance-tests/Latency/AMI/Makefile: * TAO/performance-tests/Latency/DII/Makefile: * TAO/performance-tests/Latency/DSI/Makefile: * TAO/performance-tests/Latency/Deferred/Makefile: * TAO/performance-tests/Latency/Single_Threaded/Makefile: * TAO/performance-tests/Latency/Thread_Per_Connection/Makefile: * TAO/performance-tests/Latency/Thread_Pool/Makefile: * TAO/performance-tests/POA/Create_Reference/Makefile: * TAO/performance-tests/POA/Demux/Makefile: * TAO/performance-tests/POA/Implicit_Activation/Makefile: * TAO/performance-tests/POA/Object_Creation_And_Registration/Makefile: * TAO/performance-tests/Pluggable/Makefile: * TAO/performance-tests/RTCorba/Multiple_Endpoints/Common/Makefile: * TAO/performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/Makefile: * TAO/performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/Makefile: * TAO/performance-tests/RTCorba/Oneways/Reliable/Makefile: * TAO/performance-tests/RTCorba/Oneways/Reliable/client.cpp: * TAO/performance-tests/Throughput/Makefile: * TAO/tests/AMI/Makefile: * TAO/tests/AMI_Buffering/Makefile: * TAO/tests/AMI_Buffering/client.cpp: * TAO/tests/AMI_Timeouts/Makefile: * TAO/tests/AMI_Timeouts/timeout_client.cpp: * TAO/tests/BiDirectional/Makefile: * TAO/tests/BiDirectional_NestedUpcall/Makefile: * TAO/tests/Big_Oneways/Makefile: * TAO/tests/Big_Reply/Makefile: * TAO/tests/Big_Request_Muxing/Client_Task.h: * TAO/tests/Big_Request_Muxing/Makefile: * TAO/tests/Big_Request_Muxing/client.cpp: * TAO/tests/Big_Twoways/Makefile: * TAO/tests/Blocking_Sync_None/Makefile: * TAO/tests/Blocking_Sync_None/client.cpp: * TAO/tests/CDR/Makefile: * TAO/tests/Cache_Growth_Test/Makefile: * TAO/tests/Client_Leaks/Makefile: * TAO/tests/Codec/Makefile: * TAO/tests/Collocation/Makefile.impl: * TAO/tests/Collocation/Makefile.stub: * TAO/tests/Collocation/Makefile.test: * TAO/tests/Connection_Purging/Makefile: * TAO/tests/Crash_On_Write/Makefile: * TAO/tests/Crashed_Callback/Makefile: * TAO/tests/Crashed_Callback/client.cpp: * TAO/tests/Crashed_Callback/server.cpp: * TAO/tests/DLL_ORB/Makefile.Test_Client_Module: * TAO/tests/DLL_ORB/Makefile.Test_Server_Module: * TAO/tests/DSI_Gateway/Makefile: * TAO/tests/DynAny_Test/Makefile: * TAO/tests/Explicit_Event_Loop/Makefile: * TAO/tests/Exposed_Policies/Makefile: * TAO/tests/FL_Cube/Makefile: * TAO/tests/Faults/Makefile: * TAO/tests/File_IO/Makefile: * TAO/tests/Forwarding/Makefile: * TAO/tests/Hello/Makefile: * TAO/tests/IDL_Test/Makefile: * TAO/tests/IORManipulation/Makefile: * TAO/tests/InterOp-Naming/Makefile: * TAO/tests/Leader_Followers/Makefile: * TAO/tests/LongUpcalls/Makefile: * TAO/tests/MProfile/Makefile: * TAO/tests/MProfile_Forwarding/Makefile: * TAO/tests/MT_Client/Makefile: * TAO/tests/MT_Server/Makefile: * TAO/tests/MT_Timeout/Client_Task.cpp: * TAO/tests/MT_Timeout/Makefile: * TAO/tests/Multiple/Makefile: * TAO/tests/Multiple_Inheritance/Makefile: * TAO/tests/Muxing/Makefile: * TAO/tests/Native_Exceptions/Makefile: * TAO/tests/NestedUpcall/MT_Client_Test/Makefile: * TAO/tests/NestedUpcall/Simple/Makefile: * TAO/tests/NestedUpcall/Triangle_Test/Makefile: * TAO/tests/Nested_Event_Loop/Makefile: * TAO/tests/OBV/Any/Makefile: * TAO/tests/OBV/Factory/Makefile: * TAO/tests/OBV/Forward/Makefile: * TAO/tests/ORB_destroy/Makefile: * TAO/tests/ORB_init/Makefile: * TAO/tests/Object_Loader/Makefile: * TAO/tests/Objref_Sequence_Test/Makefile: * TAO/tests/OctetSeq/Makefile: * TAO/tests/Oneway_Buffering/Makefile: * TAO/tests/Oneway_Buffering/client.cpp: * TAO/tests/Oneways_Invoking_Twoways/Makefile: * TAO/tests/POA/Etherealization/Makefile: * TAO/tests/POA/Excessive_Object_Deactivations/Makefile: * TAO/tests/POA/Identity/Makefile: * TAO/tests/POA/Non_Servant_Upcalls/Makefile: * TAO/tests/POA/Object_Reactivation/Makefile: * TAO/tests/POA/POA_Destruction/Makefile: * TAO/tests/POA/Single_Threaded_POA/Makefile: * TAO/tests/POA/wait_for_completion/Makefile: * TAO/tests/Param_Test/Makefile: * TAO/tests/Policies/Makefile: * TAO/tests/Policies/Manipulation.cpp: * TAO/tests/Portable_Interceptors/Benchmark/Makefile: * TAO/tests/Portable_Interceptors/Dynamic/Makefile: * TAO/tests/Portable_Interceptors/ForwardRequest/Makefile: * TAO/tests/Portable_Interceptors/IORInterceptor/Makefile: * TAO/tests/Portable_Interceptors/PICurrent/Makefile: * TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Makefile: * TAO/tests/Portable_Interceptors/Service_Context_Manipulation/Makefile: * TAO/tests/QtTests/Makefile: * TAO/tests/Queued_Message_Test/Makefile: * TAO/tests/RTCORBA/Banded_Connections/Makefile: * TAO/tests/RTCORBA/Client_Propagated/Makefile: * TAO/tests/RTCORBA/Client_Protocol/Makefile: * TAO/tests/RTCORBA/Collocation/Makefile: * TAO/tests/RTCORBA/Destroy_Thread_Pool/Makefile: * TAO/tests/RTCORBA/Explicit_Binding/Makefile: * TAO/tests/RTCORBA/Linear_Priority/Makefile: * TAO/tests/RTCORBA/MT_Client_Protocol_Priority/Makefile: * TAO/tests/RTCORBA/ORB_init/Makefile: * TAO/tests/RTCORBA/Persistent_IOR/Makefile: * TAO/tests/RTCORBA/Policy_Combinations/Makefile: * TAO/tests/RTCORBA/Private_Connection/Makefile: * TAO/tests/RTCORBA/RTMutex/Makefile: * TAO/tests/RTCORBA/Server_Declared/Makefile: * TAO/tests/RTCORBA/Server_Protocol/Makefile: * TAO/tests/RTCORBA/Thread_Pool/Makefile: * TAO/tests/Reliable_Oneways/Makefile: * TAO/tests/Reliable_Oneways/client.cpp: * TAO/tests/Server_Leaks/Makefile: * TAO/tests/Single_Read/Makefile: * TAO/tests/Smart_Proxies/Makefile: * TAO/tests/Smart_Proxies/On_Demand/Makefile: * TAO/tests/Strategies/Makefile: * TAO/tests/Timed_Buffered_Oneways/Makefile: * TAO/tests/Timed_Buffered_Oneways/client.cpp: * TAO/tests/Timeout/Makefile: * TAO/tests/Timeout/client.cpp: * TAO/tests/Xt_Stopwatch/Makefile: * TAO/utils/IOR-parser/Makefile: * TAO/utils/catior/Makefile: * TAO/utils/nslist/Makefile: Change all #includes to point to the new Messaging directory. For example, change #include MessagingC.h to #include tao/Messaging/MessagingC.h. * tao/diffs/MessagingC.cpp.diff: * tao/diffs/MessagingC.h.diff: * tao/diffs/MessagingC.i.diff: * tao/diffs/MessagingS.cpp.diff: * tao/diffs/MessagingS.h.diff: * tao/diffs/MessagingS.i.diff: * tao/diffs/MessagingS_T.cpp.diff: * tao/diffs/MessagingS_T.h.diff: * tao/diffs/MessagingS_T.i.diff: * tao/diffs/Messaging_PolicyValue.diff: * tao/diffs/Messaging_SyncScope.diff: Added a new diffs directory for the new Messaging directory and generated new diff files for future use. * TAO_IDL/be/be_codegen.cpp: Modified the file to point to the new Messaging directory. Mon Feb 25 19:25:27 2002 UTC Don Hinton * tao/default_resource.cpp (allocate_reactor_impl): * tao/Strategies/advanced_resource.cpp (allocate_reactor_impl): Modified the ctors for the multi-threaded Select_Reactor and TP_Reactor to use the new ACE_Token::LIFO queueing strategy. Fri Feb 22 19:07:36 2002 Christopher Kohlhoff * tao/Any.cpp: * tao/CDR_Encaps_Codec.cpp: Need to allow up to 2*ACE_CDR::MAX_ALIGNMENT bytes of extra space in the message block to accommodate all rd_ptr() alignment adjustments. * tao/TypeCodeFactory/TypeCodeFactory_i.cpp: Pass the message block's rd_ptr(), rather than base(), to the CORBA_TypeCode constructor. An earlier call to ACE_CDR::consolidate() may have already shifted the rd_ptr, so we cannot rely on the buffer returned by base() being correct. Fri Feb 22 16:32:17 2002 Craig Rodrigues * orbsvcs/orbsvcs/Notify/Notify_Constraint_Visitors.cpp: Add template instantiations needed for ACE_Hash_Map_Manager . Thu Feb 21 15:46:52 2002 Ossama Othman * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp: Removed unnused ACE_Auto_Basic_Array_Ptr template instantiation. Thu Feb 21 15:37:37 2002 Ossama Othman * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp (ssliop_connect): If trust in neither the client nor the target is explicitly specified, then use the default setting found in the ACE_SSL_Context singleton. Fixes a problem a where client side authentication was always disabled if not explicitly enabled via the SecurityLevel2::EstablishTrustPolicy. Thanks to Tom Venturella at OCI for pointing out this problem. Thu Feb 21 13:15:50 2002 Chris Cleeland * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Factory.cpp (init): Added new option, -SSLDHparams, to permit explicit specification of a Diffie-Hellman parameters file. Also, it will now try to load DH parameters from the certificate file if the -SSLDHparams options isn't used. This all fixes a problem where DSA certificates couldn't be used because no ephemeral DH keys could be exchanged since no parameters had been loaded. Thu Feb 21 09:34:41 2002 Douglas C. Schmidt * tao/ORB_Core.cpp (init): Added an (ACE_SignalHandler) cast to SIG_IGN to avoid problems with GCC 3.0.1 on IRIX 6.5. Thanks to Dan Green for reporting this. Wed Feb 20 11:20:00 2002 Daniel Troesser * Fixing Bugzilla Bug 1139: * tests/RTCORBA/check_supported_priorities.cpp Changed to return a value of 2 when priorities are not supported. * tests/RTCORBA/Banded_Connections/run_test.pl * tests/RTCORBA/Client_Propagated/run_test.pl * tests/RTCORBA/Collocation/Collocation.cpp * tests/RTCORBA/Collocation/run_test.pl * tests/RTCORBA/Linear_Priority/run_test.pl * tests/RTCORBA/MT_Client_Protocol_Priority/run_test.pl * tests/RTCORBA/Policy_Combinations/run_test.pl * tests/RTCORBA/Server_Declared/run_test.pl * tests/RTCORBA/Thread_Pool/run_test.pl Changed run_test.pl scripts to exit gracefully, without error, if multiple priorities are not supported. Tue Feb 19 17:57:37 2002 Jeff Parsons * tao/CORBA_String.cpp: Fixed istream extraction operators to CORBA::String_var and CORBA::String out. Thanks to Patrick J Lardieri for reporting the problem and to Carlos for suggesting the fix. Tue Feb 19 09:11:12 2002 Johnny Willemsen * orbsvcs/orbsvcs/AV.bor: Added ACE_QoS library Tue Feb 19 08:58:34 2002 Johnny Willemsen * tao/GIOP_Message_State.cpp: Removed a space in the ACE_DEBUG macro for getting the byte order info. Mon Feb 18 19:38:12 2002 Johnny Willemsen * TAO_IDL/be/be_visitor_interface/tie_sh.cpp: * orbsvcs/orbsvcs/PortableGroup/UIPMC_Transport.h: * tao/IIOP_Transport.h: * tao/Domain/DomainS_T.h: * tao/PortableServer/ImplRepoS_T.h: * tao/PortableServer/MessagingS_T.h: * tao/PortableServer/PolicyS_T.h: * tao/Strategies/DIOP_Transport.h: * tao/Strategies/SHMIOP_Transport.h: * TAO-INSTALL.html: Made TAO compiling with the Microsoft Visual C++ 7 compiler. Template classes cannot be exported when doing a dynamic build, so removed some export macro's from template definitions. When a class is derived from a class template then the class template must be explicit instantiated and be exported. To make sure that we only do this when a compiler supports this we introduced the new define ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION_EXPORT. Mon Feb 18 11:27:00 2002 Craig Rodrigues * orbsvcs/orbsvcs/AV/AV_Core.cpp: * orbsvcs/orbsvcs/AV/Transport.cpp: Check for ACE_HAS_WINSOCK2_GQOS in addition to ACE_HAS_RAPI for compiling QoS enabled code. * orbsvcs/orbsvcs/AV/QoS_UDP.cpp: * orbsvcs/orbsvcs/AV/QoS_UDP.h: Check for ACE_HAS_WINSOCK2_GQOS in addition to ACE_HAS_RAPI for compiling QoS enabled code. Add TAO_AV_UDP_QoS_Acceptor::qos_acceptor_addr_. Populate this address with localhost in open_default(), instead of the any address (0.0.0.0). * orbsvcs/orbsvcs/AV/AV_Static.dsp: * orbsvcs/orbsvcs/AV/AV.dsp: * orbsvcs/orbsvcs/AV/AV.bor: Add Fill_ACE_QoS.* and QoS_UDP.* to Win32 makefiles. * TAOACE.dsw: Add ACE_QoS.dsp to workspace. Mon Feb 18 09:26:02 2002 Jeff Parsons * orbsvcs/orbsvcs/ETCL/ETCL.dsp: * orbsvcs/orbsvcs/ETCL/ETCL_Constraint.cpp: * orbsvcs/orbsvcs/Notify/Notify_Constraint_Visitors.cpp: * orbsvcs/orbsvcs/Notify/Notify_Constraint_Visitors.h: Modified constraints and visitor to recognize values from all the fields of a structured event, not just 'filterable_data', if they occur in a filter string. Also modified visitor's handling of enum values so no cast to CORBA::ULong is required when setting an enum value in a structured event. In the filter string, however, any rhs value to be compared against an enum value must still be a CORBA::ULong, since the spec does not allow enum values as valid literals in a filter string. Thanks to Bhaskara Rao G for reporting the problem with enums, and to Chad Elliott for reporting the problem with fields of the structured event. Mon Feb 18 09:14:47 2002 Jeff Parsons * TAO_IDL/ast/ast_array.cpp: Fixed arrays to be marked as 'local' if they contain a local type at some level. * TAO_IDL/be/be_visitor_array/any_op_ch.cpp: * TAO_IDL/be/be_visitor_array/any_op_cs.cpp: * TAO_IDL/be/be_visitor_array/array_ch.cpp: * TAO_IDL/be/be_visitor_array/array_cs.cpp: * TAO_IDL/be/be_visitor_array/cdr_op_ch.cpp: * TAO_IDL/be/be_visitor_array/cdr_op_ci.cpp: * TAO_IDL/be/be_visitor_array/cdr_op_cs.cpp: * TAO_IDL/be/be_visitor_enum/any_op_ch.cpp: * TAO_IDL/be/be_visitor_enum/any_op_cs.cpp: * TAO_IDL/be/be_visitor_exception/any_op_ch.cpp: * TAO_IDL/be/be_visitor_exception/any_op_cs.cpp: * TAO_IDL/be/be_visitor_exception/exception_ch.cpp: * TAO_IDL/be/be_visitor_exception/exception_cs.cpp: * TAO_IDL/be/be_visitor_interface/any_op_ch.cpp: * TAO_IDL/be/be_visitor_interface/any_op_cs.cpp: * TAO_IDL/be/be_visitor_interface/interface_ch.cpp: * TAO_IDL/be/be_visitor_interface/interface_cs.cpp: * TAO_IDL/be/be_visitor_interface_fwd/any_op_ch.cpp: * TAO_IDL/be/be_visitor_sequence/any_op_ch.cpp: * TAO_IDL/be/be_visitor_sequence/any_op_cs.cpp: * TAO_IDL/be/be_visitor_structure/any_op_ch.cpp: * TAO_IDL/be/be_visitor_structure/any_op_cs.cpp: * TAO_IDL/be/be_visitor_structure/structure_ch.cpp: * TAO_IDL/be/be_visitor_structure/structure_cs.cpp: * TAO_IDL/be/be_visitor_typedef/typedef_ch.cpp: * TAO_IDL/be/be_visitor_typedef/typedef_cs.cpp: * TAO_IDL/be/be_visitor_union/any_op_ch.cpp: * TAO_IDL/be/be_visitor_union/any_op_cs.cpp: * TAO_IDL/be/be_visitor_union/union_ch.cpp: * TAO_IDL/be/be_visitor_union/union_cs.cpp: * TAO_IDL/be/be_visitor_valuetype/any_op_ch.cpp: * TAO_IDL/be/be_visitor_valuetype/any_op_cs.cpp: Added typecode generation and Any operator generation for all local types. Sometimes these may have to be inserted into CORBA policies, and for that we need the Any operators. * tao/Any.h: * tao/Any.i: * tao/Any.cpp: Added a new flag that is set by an insertion operator when inserting a local type. Then the flag is checked when marshaling the Any to return 0 if the Any contains a local type at some level. Mon Feb 18 08:53:14 2002 Jeff Parsons * TAO_IDL/tao_idl_static.dsp: * TAO_IDL/driver/drv_init.cpp: Made some changes to the project settings, and added an error message if no valid preprocessor path is set on Windows. Thanks to Joe Hayes for reporting the problem. Sun Feb 17 11:52:36 2002 Douglas C. Schmidt * orbsvcs/examples/Notify/Subscribe/Subscribe.cpp (Subscribe): Initialize done_ to 0. Thanks to Markus Wild for reporting this. Mon Feb 18 08:37:26 2002 Jeff Parsons * TAO_IDL/ast/ast_decl.cpp: * TAO_IDL/be/be_visitor_typecode/typecode_defn.cpp: Fixed typecode generation and repo id calculation to remove the '_cxx_' prepended by the IDL compiler if the identifier is a C++ keyword. The prefix is necessary for C++ compilation of generated code, but should not go out over the wire. Thanks to Torsten Kuepper for pointing this out. Mon Feb 18 01:45:07 2002 Christopher Kohlhoff * orbsvcs/orbsvcs/Sched/DynSched.cpp: * orbsvcs/orbsvcs/Sched/Reconfig_Scheduler_T.cpp: * orbsvcs/orbsvcs/Sched/Strategy_Scheduler.cpp: Use ACE_OS::qsort() instead of global qsort() to fix build error with Borland C++Builder 6. Sun Feb 17 16:32:32 2002 Venkita * TAO version 1.2.2 released. Fri Feb 15 07:01:28 2002 Douglas C. Schmidt * orbsvcs/orbsvcs/AV/AVStreams_i.cpp: Added fixes for the NULL ptr being accessed when stopping associated flows to a stream. Thanks to Martin Johnson for these fixes. Thu Feb 14 17:03:48 2002 Carlos O'Ryan * orbsvcs/orbsvcs/Event/EC_Reactive_ConsumerControl.cpp (shutdown): * orbsvcs/orbsvcs/Event/EC_Reactive_SupplierControl.cpp (shutdown): Fixed event channel shutdown problems: the event channel removes some Event_Handlers from the Reactor, but did not reset the reactor pointer in those Event_Handlers. If the ORB Reactor is deleted before the event channel (not that strange in some cases because the Reactor) the Event_Handler destructor tries to remove itself from the Reactor, and all hell breaks loose. Thu Feb 14 15:20:19 2002 Carlos O'Ryan * orbsvcs/orbsvcs/CosEvent/CEC_ProxyPushConsumer.cpp (supplier_non_existent): * orbsvcs/orbsvcs/CosEvent/CEC_ProxyPushSupplier.cpp (consumer_non_existent): * orbsvcs/orbsvcs/CosEvent/CEC_ProxyPullConsumer.cpp (supplier_non_existent): * orbsvcs/orbsvcs/CosEvent/CEC_ProxyPullSupplier.cpp (consumer_non_existent): Do not hold the mutex while checking if the peer stil exists. Doing so can result in dead-locks whenever there is a nested upcall as part of the request. Thanks to Mark Hoffmann for reporting this one. * orbsvcs/orbsvcs/CosEvent/CEC_Reactive_ConsumerControl.cpp: * orbsvcs/orbsvcs/CosEvent/CEC_Reactive_SupplierControl.cpp: * orbsvcs/orbsvcs/CosEvent/CEC_Reactive_Pulling_Strategy.cpp: Fixed shutdown() method, removing an Event_Handler from the Reactor does not reset the reactor() pointer to 0, unfortunately that means that the Event_Handler destructor tries to remove the handler *again*, at which point the reactor may have been destroyed. Thu Feb 14 14:21:31 2002 Priyanka Gontla * tao/PortableServer/POA.cpp: * tao/ORB_Core.cpp: Committing the files again. Somehow they didnt go to the repo yesterday. Thu Feb 14 16:16:33 2002 Balachandran Natarajan * COPYING: Updated copyright years. Thu Feb 14 01:12:23 2002 Nanbor Wang * Makefile.bor: Renamed XML directory to ACEXML. Thanks to Johnny Willemsen for reminding this. Wed Feb 13 17:21:00 2002 Priyanka Gontla * tao/PortableServer/POA.cpp : * tao/ORB_Core.cpp : Moved code related to adding the policies to the mprofile to TAO_ORB_Core::create_stub_object from TAO_POA::create_stub_object to get the RTCORBA tests running. The control wasnt coming to the TAO_POA::create_stub_object and hence the policies were not added correctly. Wed Feb 13 18:39:01 2002 Balachandran Natarajan * orbsvcs/tests/Miop/McastHello/Makefile: Added a check for compilation. * orbsvcs/orbsvcs/Makefile.PortableGroup: Added CosNaming to list of libraries against which this needs to be linked. Wed Feb 13 12:47:46 2002 Balachandran Natarajan * orbsvcs/IFR_Service/ConstantDef_i.cpp: Changed the usage of Auto_Basic_Ptr to Auto_Basic_Array_Ptr. Thanks to Johnny for reporting this problem. Tue Feb 12 17:53:31 2002 Priyanka Gontla * tao/PortableServer/POA.cpp (destroy_i): Got a duplicate before releasing the poa so that it stays around while we change its status and call the corresponding interceptor's adapter_state_changed methods. Tue Feb 12 16:01:25 2002 Ossama Othman * tao/PICurrent.cpp (copy): Now that the code has been greatly simplified, an ACE_TRY block is no longer necessary. Fixes an "unused label" warning in emulated exception builds. Tue Feb 12 15:02:38 2002 Balachandran Natarajan * tao/ObjectReferenceTemplateC.i: Regenerated the code after the change to the IDL compiler. Tue Feb 12 14:52:36 2002 Balachandran Natarajan * TAO_IDL/be/be_valuetype.cpp (gen_helper_inline): Hacked up the problem with the generation of add_ref () and remove_ref () for value types. The fundamental problem is that, these methods are getting generated within a #ifndef (__ACE_INLINE_) condition in the header file. In the inlined file they are just generated like the CDR operators. This gives problems with Win32 debug builds. The present hack adds a #if defined (__ACE_INLINE__) around the declaration of add_ref () and remove_ref (). This problem needs to be revisited later. Any other quick fixes breaks builds. Tue Feb 12 06:01:12 2002 Balachandran Natarajan * orbsvcs/examples/RtEC/MCast/MCast.cpp: Making this checkin for Oliver Kellogg. Fixed comments about exception handling in the code. Mon Feb 11 16:32:00 2002 Ossama Othman * tao/PICurrent.h: Disable the "C4251" warning in MSVC++ builds. MSVC++ is being too paranoid about a class it thinks should be exported. (Table): The underlying slot table is now an array of CORBA::Anys. The memory management headaches of using an array of pointers to void were becoming too much of a hassle. This was motivated by memory leak and fix reported by Grig . (tsc_to_rsc_): New flag that indicates if the TSC is to be copied to the RSC. If false, then the RSC must be deep copied upon leaving the request scope and entering the thread scope. This is necessary since the RSC slot table is no longer available upon leaving the thread scope, meaning that a logical copy is not enough. * tao/PICurrent.cpp (~TAO_PICurrent_Impl): No longer any need to deallocate the elements of the underlying slot table since it contains "first class citizens," i.e. they will automatically be cleaned up when the array is destroyed. (get_slot): Updated to retrieve data from an array of CORBA::Anys instead of an array of pointers to void. (set_slot, copy): The switch to an array of CORBA::anys greatly simplifies these methods. It also happens to fix a memory leak and improves the efficiency of the code. (~TAO_PICurrent_Guard): Set the "peer" in the TSC when logically copying from the contents of the TSC to the RSC. The TSC may have to callback on the RSC (i.e. the "peer") if the TSC is modified after it has been logically copied to the RSC. Fixes a problem where the RSC and TSC were not treated as separate entities due to the logical copying that occurs. * tests/Portable_Interceptors/PICurrent/ServerORBInitializer.cpp (post_init): Pass a reference to the PICurrent object down to the server request interceptor created in this method. The interceptor will invoke methods on the PICurrent at a later time. Saves a resolve_initial_references() call in the critical path. * tests/Portable_Interceptors/PICurrent/ServerRequestInterceptor.h (pi_current_): Cache a reference to the PICurrent object. * tests/Portable_Interceptors/PICurrent/ServerRequestInterceptor.cpp (send_reply): Added another test that verifies that the RSC and TSC are treated as a separate entities. This is necessary since TAO logically copies the contents of the TSC to the RSC, and only deep copies if the contents of either are about to be modified. * tests/Portable_Interceptors/PICurrent/ClientRequestInterceptor.cpp: (send_request): Corrected debugging output. * tests/Portable_Interceptors/PICurrent/README: New file that explains what the test does. Mon Feb 11 18:20:33 2002 Balachandran Natarajan * tests/ORT/ORT_test_IORInterceptor.h: * orbsvcs/examples/ORT/Server_IORInterceptor.h: * tao/PortableServer/Object_Adapter.h: * tao/PortableServer/ObjectReferenceFactory.h: * tao/PortableServer/ObjectReferenceTemplate.h: More fuzz errors. Mon Feb 11 18:02:18 2002 Balachandran Natarajan * tao/PortableServer/POAManager.h: * tests/Oneways_Invoking_Twoways/Receiver_i.h : * tests/Oneways_Invoking_Twoways/Sender_i.h: * orbsvcs/tests/FaultTolerance/IOGR/Client_i.h: * orbsvcs/tests/FaultTolerance/IOGR/Manager.h: More fuzz errors. Mon Feb 11 17:56:14 2002 Balachandran Natarajan * tao/Base_Transport_Property.h: * tao/Cache_Entries.h: * tao/Policy_Manager.h: * tao/Transport_Cache_Manager.h: * tao/Transport_Descriptor_Interface.h: Fixed Fuzz errors from #pragma warnings. Mon Feb 11 16:04:20 2002 Balachandran Natarajan * tao/Fault_Tolerance_Service.h: * tao/Connection_Handler.h: * tao/Fault_Tolerance_Service.h: * tao/GIOP_Message_Generator_Parser.h: * tao/GIOP_Message_Generator_Parser_10.h: * tao/GIOP_Message_Generator_Parser_11.h: * tao/GIOP_Message_Generator_Parser_12.h: Removed the #pragma warning (push) from the above files as they are not needed in the first place. Thanks to Ossama for pointing these out. Sun Feb 10 13:16:45 2002 Carlos O'Ryan * orbsvcs/ImplRepo_Service/Options.cpp: Include yet another missing "tao/Environment.h" Sun Feb 10 09:08:36 2002 Balachandran Natarajan * tests/IORManipulation/IORTest.cpp: * orbsvcs/performance-tests/EC_Latency/Client_Task.cpp: * orbsvcs/performance-tests/EC_Scalability/Client_Task.cpp: * orbsvcs/IFR_Service/IFR_Server.cpp: All of the above files needed an include of tao/Environment.h to get rid of compile errors in the TRU 64 build. Sat Feb 9 23:40:31 2002 Ossama Othman * tests/Portable_Interceptors/PICurrent/client.bor (OBJFILES): * tests/Portable_Interceptors/PICurrent/client.dsp: Added new client request interceptor related files to the list of sources to compile. Sat Feb 9 23:27:23 2002 Ossama Othman * tao/ClientRequestInfo_i.h (rs_pi_current_): New class member that is the request-scope current (RSC). * tao/ClientRequestInfo_i.cpp (TAO_ClientRequestInfo_i): Logically copy the thread-scope PICurrent (TSC) object to the request-scope PICurrent (RSC) object. This corrects the semantics of RSC on the client side. The RSC is always independent of the TSC. Note that deep copies are automatically done when necessary when calling set_slot() via the PICurrent object, so there is no need to worry about that case here. This fix is also part of an optimization. Instead of one TSS access each time the RSC's get_slot() method is called (can be many times in a given invocation), only one TSS access now occurs when setting up the invocation. (get_slot): Retrieve the slot contents from the RSC class member instead of TSC. This is the correct behavior, as opposed to the previous where the slot contents were always retrieved from the TSC. This also limits the number of PICurrent related TSS accesses per invocation to one instead of potentially many. [Bug 1128] (copy): Once a deep copy has been made, reset the pointer to the logically copied slot table to zero. At that point, the RSC and TSC are completely separate entities. * tao/PICurrent.h (TAO_PICurrent_Guard): * tao/PICurrent.cpp (TAO_PICurrent_Guard): Removed superfluous constructor. The above changes obviate it. * tests/Portable_Interceptors/PICurrent/ClientORBInitializer.h: * tests/Portable_Interceptors/PICurrent/ClientORBInitializer.cpp: * tests/Portable_Interceptors/PICurrent/ClientRequestInterceptor.h: * tests/Portable_Interceptors/PICurrent/ClientRequestInterceptor.cpp: New client request interceptor related files that test the client side RSC/TSC semantics. * tests/Portable_Interceptors/PICurrent/client.cpp (main): Insert data into the clients allocated PICurrent slot prior to invoking the test method, and then retrieve the data after invoking the test method. This merely verifies that the data inserted into TSC within the client request interceptor is actually available to the calling thread outside of the client request interceptor. Sat Feb 9 15:21:52 2002 Balachandran Natarajan * TAO_IDL/be/be_valuetype.cpp: Added the keywords TAO_NAMESPACE_STORAGE_CLASS to the declarations of add_ref () and remove_ref (). This should fix link errors in Win32. * tao/ObjectReferenceTemplateC.h: * tao/ObjectReferenceTemplateC.i: Regenerated code for this class. Looks like other classes dont need regeneration. Sat Feb 9 09:36:08 2002 Balachandran Natarajan * docs/releasenotes/amh.html (href): Removed some wizard generated stuff. Still a lot more remains. Sat Feb 9 08:24:08 2002 Balachandran Natarajan * docs/releasenotes/amh.html: Removed references to pages in the docs section through Dr.Schmidt's home page. This also fixes fuzz errors. Sat Feb 09 01:58:00 2002 Ossama Othman * tao/PortableServer/IORInfo.cpp (current_factory): Increment the reference count before returning a pointer to the current factory. Corrects an off-by-one reference count error. Sat Feb 09 00:30:38 2002 Mayur Deshpande * docs/releasenotes/index.html: * docs/releasenotes/amh.html: Release Notes for Asynchronous Method Handling (AMH) Fri Feb 08 22:20:38 2002 Carlos O'Ryan * tao/Environment.cpp (operator=): Carlos doesn't know how to swap two variables. We need to have a generic version. Fixes a seg fault in emulated exception builds. Fri Feb 08 21:27:32 2002 Ossama Othman * tao/Environment.cpp (exception_type): Exceptions in the PortableServer module are user exceptions, not system exceptions. Removed code that caused them to be considered system exceptions. Sat Feb 9 04:57:45 2002 Balachandran Natarajan * tao/PortableServer/POA.cpp: Added a template instantiation for ACE_Array_Base . This shold fix link errors in Sun CC builds. Fri Feb 8 21:51:05 2002 Balachandran Natarajan * tao/PortableServer/POA.cpp: Fixed a redefinition error in Win32. Fri Feb 8 19:36:33 2002 Ossama Othman * tao/PortableServer/ServerRequestInfo.cpp (adapter_name): Corrected and simplified code that incorrectly assigned the AdapterName sequence to a CORBA::StringSeq. Just return the value, no need to assign the return value to a temporary variable of incorrect type. * tao/PortableServer/POA.cpp (adapter_name_i): It is technically illegal to initialize a POA_var with zero. Fixed. Fri Feb 8 18:27:13 2002 Ossama Othman * tao/PortableServer/POAManager.h: Removed the static AdapterManagerId. It wasn't needed, and it wasn't accessed/modified in an atomic way. * tao/PortableServer/POAManager.i (generate_manager_id): New method used for generating the AdapterManagerId in an atomic way. * tao/PortableServer/POAManager.cpp (TAO_POA_Manager): Removed broken code that incremented a static AdapterManagerId counter in a non-thread-safe way. Call the new generate_manager_id() method to generate an ID in an atomic way. Fixes a race condition. * tao/PortableServer/POA.i (get_manager_id): * tao/PortableServer/POA.cpp (set_obj_ref_factory): * tao/PortableServer/POAManager.cpp (activate_i, discard_requests_i): * tao/PortableServer/ObjectReferenceTemplate.cpp (adapter_name): Fixed syntax errors related to emulated exceptions. Fri Feb 8 17:40:42 2002 Ossama Othman * tao/ORB_Core.cpp (get_protocols_hooks): Fixed a syntax error. ACE_CHECK_RETURN, not ACE_CHECK! (run): Fixed an unused argument warning. Fri Feb 8 16:40:38 2002 Priyanka Gontla * tao/ORB_Core.cpp : * tao/ORB_Core.h : Removed the unnecessary and wrongly places open call. Removed the no-longer needed open () method. * tao/PortableServer/POAManager.h : * tao/PortableServer/POAManager.cpp: Modified the way in which the POAManager Id is set. Added a new public method to return the manager id. * tao/PortableServer/ObjectReferenceTemplate.h: Removed unnecessary includes. * tao/PortableServer/ObjectReferenceTemplate.cpp : * tao/PortableServer/ObjectReferenceFactory.cpp: Assigned and returned variables in memory-correct syntax following the C++ mapping rules. * tao/PortableServer/IORInfo.cpp : Removed the fixed review comments. Incremented the reference count of the adapter_template where needed. * tao/PortableServer/Object_Adapter.cpp (open): Re-added the open_default_resources method call in the open method which is the right place to do. * tao/PortableServer/POA.cpp : * tao/PortableServer/POA.h : Removed unnecessary reinterpret casts. Modified the instantiation of ObjectReferenceTemplate in accordance with its modified constructor. And, similar other minor but important changes such as setting the default value of the private variable adapter_state_. Invoked the adapter_state_changed methods when they should have been called. Modified the signature of the adapter_name_i method to return a PortableInterceptor::AdapterName * instead of returning CORBA::StringSeq *. Fixed its implementation to reduce locks and return the correct format. Modified the signature of adapter_state_changed method to take the reference to the object reference template sequence rather than a pointer to it. Removed the call to TAO_ORB_Core::open from the key_to_stub_i method since its not needed here. Modified the implementation of the save_ior_component* methods to save all the IOP::TaggedComponents passed it. With the way it was done before, if the method was called more than once, the previous values are over written. Modified accordingly the implementation of create_stub_object. * tao/PortableServer/POA.i : Modified the implementation of TAO_POA::get_manager_id method to invoke the get_manager_id method in TAO_POA_Manager. * tao/ObjectReferenceTemplateC.h (PortableInterceptor): * tao/ObjectReferenceTemplateC.cpp (_tao_unmarshal_v): Re-added the _tao_marshal_v and _tao_unmarshal_v internal methods. * orbsvcs/examples/ORT/Gateway_i.cpp (invoke): Added the missing ACE_ENV macros. * tests/ORT/server.cpp : Added a missing ACE_ENV macro. * tests/ORT/README: Updated on commands to run the test. Fri Feb 8 14:12:54 2002 Douglas C. Schmidt * docs/tutorials/Quoter/index.html: Updated the tutorial to make it clear that the files shouldn't be obtained individually, but instead used from the version of ACE+TAO downloaded wholesale from the web. Thanks to Donna Maskell for this suggestion. Fri Feb 8 12:33:29 2002 Carlos O'Ryan * tao/DLL_ORB.cpp: * tao/Policy_Set.cpp: The Tru64/CXX builds require #including "tao/Environment.h", this is one of the few builds that does not define ACE_TEMPLATES_REQUIRE_SOURCE. Fri Feb 8 12:25:55 2002 Carlos O'Ryan * ObjectReferenceTemplateC.h: * diffs/ObjectReferenceTemplate.diff: Add missing #include for "tao/Exception.h". * Domain/DomainS.cpp: * diffs/Domain.diff: Since we link TAO_IFR_Client we can use the CORBA::InterfaceDef operators directly instead of using the IFR_Client_Adapter, that makes the patches shorter and, therefore, makes for easier long term maintainance. * Domain/DomainS.h: * diffs/Domain.diff: Fixed the export macros. * PortableServer/Default_ORTC.cpp: * PortableServer/diffs/Default_ORT.diff: Add missing #include for "tao/ValueFactory.h", only required in minimum CORBA builds. * PortableServer/ObjectReferenceFactory.h: * PortableServer/ObjectReferenceTemplate.h: Fixed throw specs for make_object() * diffs/Policy.diff: Generate a new patch file that includes the export macro changes on the PolicyS.h file. Fri Feb 8 13:55:44 2002 Balachandran Natarajan * tests/Xt_Stopwatch/server.cpp (main): Added a patch for single threaded builds. Thanks to Marco Kranawetter for the patch. * tests/Xt_Stopwatch/Makefile: Fixed dependency. Thu Feb 08 12:08:09 2002 Balachandran Natarajan * examples/RTCORBA/Activity/activity_export.h: Added a new export definition file. This is needed for Win32 based systems. * examples/RTCORBA/Activity/Thread_Task.h: * examples/RTCORBA/Activity/Activity.h: * examples/RTCORBA/Activity/Job_i.h: * examples/RTCORBA/Activity/POA_Holder.h: * examples/RTCORBA/Activity/Periodic_Task.h: * examples/RTCORBA/Activity/Task_Stats.h: * examples/RTCORBA/Activity/Thread_Task.h: Added the export flag to all the header files. * examples/RTCORBA/Activity/Builder.cpp: * examples/RTCORBA/Activity/Builder.h: Changed the svc_conf macros to use the export flags. * examples/RTCORBA/Activity/activity.dsp: Added the export definition file. Fixed the release build configurtaion. It was broken. The above fixes should fix the annoying warnings in Win32 builds. Thu Feb 07 22:52:07 2002 Carlos O'Ryan * tao/PortableServer/PolicyS.h: Fixed export macros, I still need to re-generate the patch files. Thu Feb 07 17:17:01 2002 Carlos O'Ryan * tao/TAO.dsp: * tao/TAO_Static.dsp: * tao/PortableServer/TAO_PortableServer.dsp: * tao/PortableServer/TAO_PortableServer_Static.dsp: Add new files to MSVC projects. Thu Feb 7 17:06:24 2002 Carlos O'Ryan * tao/Exception.h: * tao/Exception.i: * tao/Exception.cpp: * TAO_IDL/be/be_visitor_exception/exception_ch.cpp: * TAO_IDL/be/be_visitor_exception/exception_cs.cpp: Generate new _tao_duplicate() virtual method for all exceptions. This method performs a deep-copy of the exception. Also made sure that the operations are generated in the same order on both the header and source files. * tao/Environment.cpp: Use the new _tao_duplicate() operation to safely keep a copy of the exception. Made some of the assignment operators exception safe. Documented the memory management rules for the exception() attribute. * TAO_IDL/be/be_visitor_valuetype/any_op_cs.cpp: Generate a space between the export macro and the return type (void) for the <<= and >>= operators. * TAO_IDL/util/utl_scope.cpp: Update comments about TypeCode and TCKind inside the CORBA:: namespace. * examples/RTCORBA/Activity/POA_Holder.cpp: Use CORBA::Policy instead of CORBA_Policy. * tao/Bounds.pidl: Add new pre-compiled IDL source for the CORBA::Bounds exception. * tao/BoundsC.h: * tao/BoundsC.i: * tao/BoundsC.cpp: Re-generate the code to take advantage of namespaces, no need to keep complicated patches around. * tao/Dynamic.pidl: * tao/Current.pidl: * tao/GIOP.pidl: * tao/IIOP.pidl: * tao/OctetSeq.pidl: * tao/StringSeq.pidl: * tao/TAO.pidl: * tao/TimeBase.pidl: * tao/iiop_endpoints.pidl: * tao/IFR_Client/IFR_Base.pidl: * tao/IORTable/IORTable.pidl: * tao/PortableServer/PortableServer.pidl: * tao/RTCORBA/RTCORBA.pidl: Update the comments about how the IDL compiler should be invoked. In some cases I changed the documentation to use Doxygen-style comments. * tao/Domain.pidl: * tao/IOP.pidl: * tao/ObjectReferenceTemplate.pidl: * tao/PortableInterceptor.pidl: * tao/DynamicAny/DynamicAny.pidl: Change the comments to Doxygen style, and update them to describe the use of a single patch file, and reflect the fact that we take advantage of namespaces now. * tao/DomainC.h: * tao/DomainC.i: * tao/DomainC.cpp: * tao/IOPC.h: * tao/IOPC.i: * tao/IOPC.cpp: * tao/ObjectReferenceTemplateC.h: * tao/ObjectReferenceTemplateC.i: * tao/ObjectReferenceTemplateC.cpp: * tao/PortableInterceptorC.h: * tao/PortableInterceptorC.i: * tao/PortableInterceptorC.cpp: * tao/WrongTransactionC.h: * tao/WrongTransactionC.cpp: * tao/Domain/DomainS.h: * tao/Domain/DomainS.i: * tao/Domain/DomainS.cpp: * tao/Domain/DomainS_T.h: * tao/Domain/DomainS_T.i: * tao/Domain/DomainS_T.cpp: * tao/DynamicAny/DynamicAnyC.h: * tao/DynamicAny/DynamicAnyC.i: * tao/DynamicAny/DynamicAnyC.cpp: * tao/IORManipulation/IORC.h: * tao/IORManipulation/IORC.i: * tao/IORManipulation/IORC.cpp: * tao/IORTable/IORTableC.h: * tao/IORTable/IORTableC.i: * tao/IORTable/IORTableC.cpp: * tao/PortableServer/ImplRepoC.h: * tao/PortableServer/ImplRepoC.i: * tao/PortableServer/ImplRepoC.cpp: * tao/PortableServer/ImplRepoS.h: * tao/PortableServer/ImplRepoS.i: * tao/PortableServer/ImplRepoS.cpp: * tao/PortableServer/ImplRepoS_T.h: * tao/PortableServer/ImplRepoS_T.i: * tao/PortableServer/ImplRepoS_T.cpp: * tao/RTCORBA/RTCORBAC.h: * tao/RTCORBA/RTCORBAC.i: * tao/RTCORBA/RTCORBAC.cpp: * tao/PortableServer/PortableServerC.h: * tao/PortableServer/PortableServerC.i: * tao/PortableServer/PortableServerC.cpp: Re-generate the code to get the new CORBA::Exception methods. * tao/IOP_N.pidl: Removed, this file is no longer used or part of any specification. * tao/InterfaceDef.pidl: New file to forward declare CORBA::InterfaceDef, makes the generation of other pre-compiled IDL files *much* simpler. * tao/ORB.pidl: * tao/InvalidName.pidl: New file to generate CORBA::ORB::InvalidName, unfortunately the code has to be manually inserted into tao/ORB.{h,i,cpp}, but it is still simpler than hacking the implementation "manually". Removed the ORB.pidl file. * tao/ORB.h: * tao/ORB.cpp: Use the newly generated source for CORBA::ORB::InvalidName. * tao/Makefile: * tao/Makefile.am: * tao/Makefile.bor: Add the new Policy_ForwardC.* files. * tao/Policy.pidl: Move some of the declarations to Policy_Forward.pidl, using a separate file to forward declare CORBA::Policy simplified the generation and patching of the code, as it breaks the cycle between CORBA::Policy and CORBA::Object. In detail: CORBA::Policy derives from CORBA::Object, but the latter uses CORBA::Policy as arguments to the set_policy_override operations (and friends), using a forward declaration allow us to use the arguments without requiring a complete definition (in the header file). Update the comments to Doxygen style. Document the use of a single patch file. * tao/PolicyC.h: * tao/PolicyC.i: * tao/PolicyC.cpp: * tao/PortableServer/PolicyS.h: * tao/PortableServer/PolicyS.i: * tao/PortableServer/PolicyS.cpp: * tao/PortableServer/PolicyS_T.h: * tao/PortableServer/PolicyS_T.i: * tao/PortableServer/PolicyS_T.cpp: Re-generate the code using the new .pidl file. * tao/Policy_Forward.pidl: Add new pre-compiled IDL file to declare the basic Policy-related types and forward declare CORBA::Policy. * tao/Policy_ForwardC.h: * tao/Policy_ForwardC.i: * tao/Policy_ForwardC.cpp: Add new pre-compiled IDL files. * tao/Policy_Manager.h: * tao/Policy_Manager.i: Use CORBA::InvalidPolicies instead of CORBA_InvalidPolicies. * tao/Pollable.pidl: * tao/PollableC.h: * tao/PollableC.i: * tao/PollableC.cpp: Take advantage of namespaces to simplify the code generation. * tao/Object.h: * tao/Policy_Validator.h: * tao/Protocols_Hooks.h: * tao/RTCORBA/RT_Endpoint_Utils.h: Add #include for Policy_ForwardC.h * tao/Synch_Reply_Dispatcher.h: Add missing #include * tao/Typecode.h: * tao/Typecode.cpp: Update the TypeCode::Bounds and TypeCode::BadKind exceptions to look more like what the IDL compiler would generated. I wanted to use real pre-compiled IDL for them, but it is impossible without significant changes to the IDL compiler: the CORBA::TypeCode pseudo-object is automagically inserted by the IDL compiler, and any attempt to define it in a .pidl file would fail. * tao/Typecode_Constants.cpp: Remove a number of TypeCodes that are defined in the generated code. * tao/WrongTransaction.pidl: Add missing pre-compiled IDL source. * tao/corbafwd.h: Removed obsolete comments about alignment and packing, the code the comments made reference was removed looong time ago. Removed a number of forward references that are better declared in the generated (from PIDL) files. * tao/DynamicInterface/Unknown_User_Exception.h: * tao/DynamicInterface/Unknown_User_Exception.cpp: Update hand-crafted code to include the new _tao_duplicate() method. Unfortunately there is no PIDL source for this file, and I could not figure out how to reverse-engineer one of them. * tao/IOR.pidl: * tao/IORManipulation/IOR.pidl: Moved the IOR.pidl file to the only directory where it is actually used. * tao/PortableServer/Default_ORT.pidl: * tao/PortableServer/Default_ORTC.h: * tao/PortableServer/Default_ORTC.i: * tao/PortableServer/Default_ORTC.cpp: Add concrete valuetypes derived from PortableInterceptor::ObjectReferenceFactory and PortableInterceptor::ObjectReferenceTemplate, otherwise it is impossible to create concrete instances of the valuetypes. * tao/PortableServer/ObjectReferenceFactory.h: * tao/PortableServer/ObjectReferenceTemplate.h: Derive from the versions in OBV_TAO_Default_ORT. * tao/PortableServer/AMH_Response_Handler.h: Re-order #includes * tao/PortableServer/diffs/ImplRepo.diff: * tao/PortableServer/diffs/PortableServer.diff: * tao/PortableServer/diffs/Default_ORT.diff: * tao/RTCORBA/diffs/RTCORBA.diff: * tao/RTCORBA/diffs/RTCORBAC.cpp.diff: * tao/RTCORBA/diffs/RTCORBAC.h.diff: * tao/RTCORBA/diffs/RTCORBAC.i.diff: * tao/DynamicAny/diffs/DynamicAny.diff: * tao/DynamicAny/diffs/DynamicAnyC.h.diff: * tao/DynamicAny/diffs/DynamicAnyC.i.diff: * tao/DynamicAny/diffs/DynamicAnyC.cpp.diff: * tao/IORManipulation/diffs/IOR.diff: * tao/IORManipulation/diffs/IORC.cpp.diff: * tao/IORManipulation/diffs/IORC.h.diff: * tao/IORManipulation/diffs/IORC.i.diff: * tao/IORTable/diffs/IORTable.diff: * tao/IORTable/diffs/IORTableC.cpp.diff: * tao/IORTable/diffs/IORTableC.h.diff: * tao/IORTable/diffs/IORTableC.i.diff: * tao/diffs/Bounds.diff: * tao/diffs/Current.pidl.diff: * tao/diffs/Domain.diff: * tao/diffs/Domain.pidl.diff: * tao/diffs/DomainC.cpp.diff: * tao/diffs/DomainC.h.diff: * tao/diffs/DomainC.i.diff: * tao/diffs/DomainS.cpp.diff: * tao/diffs/DomainS.h.diff: * tao/diffs/DomainS.i.diff: * tao/diffs/DomainS_T.cpp.diff: * tao/diffs/DomainS_T.h.diff: * tao/diffs/DomainS_T.i.diff: * tao/diffs/IOP.diff: * tao/diffs/IOPC.cpp.diff: * tao/diffs/IOPC.h.diff: * tao/diffs/IOPC.i.diff: * tao/diffs/ObjectReferenceTemplate.diff: * tao/diffs/OctetSeqC.cpp.diff: * tao/diffs/Policy.diff: * tao/diffs/Policy.pidl.diff: * tao/diffs/PolicyC.cpp.diff: * tao/diffs/PolicyC.h.diff: * tao/diffs/PolicyC.i.diff: * tao/diffs/PolicyS.cpp.diff: * tao/diffs/PolicyS.h.diff: * tao/diffs/PolicyS.i.diff: * tao/diffs/PolicyS_T.cpp.diff: * tao/diffs/PolicyS_T.h.diff: * tao/diffs/PolicyS_T.i.diff: * tao/diffs/Policy_Forward.diff: * tao/diffs/Pollable.diff: * tao/diffs/PollableC.cpp.diff: * tao/diffs/PollableC.h.diff: * tao/diffs/PollableC.i.diff: * tao/diffs/PortableInterceptor.diff: * tao/diffs/PortableInterceptorC.cpp.diff: * tao/diffs/PortableInterceptorC.h.diff: * tao/diffs/PortableInterceptorC.i.diff: * tao/diffs/PortableServerC.cpp.diff: * tao/diffs/PortableServerC.h.diff: * tao/diffs/PortableServerC.i.diff: * tao/diffs/WrongTransaction.diff: Removed the per-file patches. Generate a new patch file. * TAO_IDL/ast/ast_module.cpp: * TAO_IDL/be/be_visitor_valuetype/any_op_ch.cpp: * tao/NVList.cpp: * tests/Param_Test/Makefile: * tao/Service_Context.cpp: Cosmetic fixes. * TAO_IDL/Makefile.BE: * TAO_IDL/Makefile.EXE: * TAO_IDL/Makefile.FE: Thu Feb 7 16:37:16 2002 Carlos O'Ryan * TAO_IDL/be/be_interface.cpp: Fixed (this time I did test it) the operation table for builds without gperf. Thu Feb 7 13:13:59 2002 Jeff Parsons * TAO_IDL/be/be_visitor_operation/amh_rh_ss.cpp: * TAO_IDL/be/be_visitor_operation/arglist.cpp: * TAO_IDL/be/be_visitor_operation/operation.cpp: * TAO_IDL/be_include/be_codegen.h: Added new substate and used it in generation of AMH response handler operations, where the environment arg is not used in the body if there are no other args. Thu Feb 7 09:12:43 2002 Jeff Parsons * TAO_IDL/fe/fe_init.cpp: * TAO_IDL/util/utl_scope.cpp: Added partial support for the use of 'ValueBase' in IDL files. Wed Feb 6 18:56:03 2002 Jeff Parsons * tao/ORB.cpp: * tao/corbafwd.h: * tao/orb.idl: Added the enum TCKind to orb.idl, and added the CDR operators for it to corbafwd.h and ORB.cpp. * TAO_IDL/ast/ast_module.cpp: Removed the addition of TCKind to the CORBA module, when orb.idl is included. It now gets added directly from the idl file. * TAO_IDL/util/utl_scope.cpp: Fixed lookup function, and changed many instances of iterators to be created on the stack. Thanks to Carlos O"Ryan for reporting the bug in the handling of TCKind. Wed Feb 6 16:34:49 2002 Jeff Parsons * TAO_IDL/be_include/be_valuetype.h: Minor cosmetic change. * TAO_IDL/be/be_visitor_valuetype/marshal_cs.cpp: Fixed generated code to eliminate an unused arg warning for _tao_marshal_state(), in the special case when the CDR stream arg is not used in the function body. * TAO_IDL/be/be_visitor_valuetype/any_op_ch.cpp: Added a generated space between the export macro and the return type of the operator. Wed Feb 6 13:36:00 2002 Ossama Othman * tao/ORB_Core.cpp (shutdown): Synchronize the ORB Core state during shutdown. Fixes a race condition. Tue Feb 05 15:37:15 2002 Boris Kolpackov * TAO_IDL/be/be_visitor_valuetype/valuetype.cpp Fixed minor bug with type selection for field visitor. Mon Feb 04 09:19:53 2002 Carlos O'Ryan * TAO_IDL/be/be_visitor_amh_pre_proc.cpp: AMH_*ExceptionHolder valuetypes do not need to derive from Messaging::ExceptionHolder, that would make it possible to use AMH even if CORBA Messaging is disabled at compile time, plus it makes the ExceptionHolders lighter-weight. * TAO_IDL/be/be_visitor_operation/amh_rh_ss.cpp: Improved the checks to detect *_excep() operations. Generate the right call to the raise_*() operation. Fixed indentation in the generated code. * TAO_IDL/be/be_visitor_interface/amh_rh_sh.cpp: Started changes to add the ExceptionHolder factory method. * TAO_IDL/be/be_visitor_ami_pre_proc.cpp: Cosmetic fixes. Mon Feb 4 10:47:52 2002 Jeff Parsons * TAO_IDL/ast/ast_decl.cpp: * TAO_IDL/ast/ast_enum.cpp: * TAO_IDL/ast/ast_exception.cpp: * TAO_IDL/ast/ast_factory.cpp: * TAO_IDL/ast/ast_interface.cpp: * TAO_IDL/ast/ast_module.cpp: * TAO_IDL/ast/ast_operation.cpp: * TAO_IDL/ast/ast_recursive.cpp: * TAO_IDL/ast/ast_structure.cpp: * TAO_IDL/ast/ast_union.cpp: * TAO_IDL/ast/ast_union_branch.cpp: * TAO_IDL/be/be_decl.cpp: * TAO_IDL/be/be_interface.cpp: * TAO_IDL/be/be_interface_strategy.cpp: * TAO_IDL/be/be_operation.cpp: * TAO_IDL/be/be_structure.cpp: * TAO_IDL/be/be_sunsoft.cpp: * TAO_IDL/be/be_union.cpp: * TAO_IDL/be/be_visitor_amh_pre_proc.cpp: * TAO_IDL/be/be_visitor_ami_pre_proc.cpp: * TAO_IDL/be/be_visitor_scope.cpp: * TAO_IDL/be/be_visitor_constant/constant_cs.cpp: * TAO_IDL/be/be_visitor_interface/amh_sh.cpp: * TAO_IDL/be/be_visitor_operation/amh_rh_ss.cpp: * TAO_IDL/be/be_visitor_operation/amh_sh.cpp: * TAO_IDL/be/be_visitor_operation/amh_ss.cpp: * TAO_IDL/be/be_visitor_operation/ami_exception_holder_operation_cs.cpp: * TAO_IDL/be/be_visitor_operation/exceptlist_cs.cpp: * TAO_IDL/be/be_visitor_operation/interceptors_exceptlist.cpp: * TAO_IDL/be/be_visitor_operation/operation.cpp: * TAO_IDL/be/be_visitor_operation/operation_cs.cpp: * TAO_IDL/be/be_visitor_root/root_sth.cpp: * TAO_IDL/be/be_visitor_typecode/typecode_defn.cpp: * TAO_IDL/be/be_visitor_union/union_cs.cpp: * TAO_IDL/be/be_visitor_union_branch/cdr_op_ci.cpp: * TAO_IDL/be/be_visitor_valuetype/marshal_ch.cpp: * TAO_IDL/be/be_visitor_valuetype/marshal_cs.cpp: * TAO_IDL/be/be_visitor_valuetype/valuetype.cpp: * TAO_IDL/be_include/be_attribute.h: * TAO_IDL/fe/fe_interface_header.cpp: * TAO_IDL/fe/idl.yy: * TAO_IDL/fe/y.tab.cpp: * TAO_IDL/fe/y.tab.cpp:.diff: * TAO_IDL/fe/y.tab.h: * TAO_IDL/util/utl_decllist.cpp: Replaced heap visitors with stack visitors, 'new' with 'ACE_NEW*', put iterators into the stack-created FOR loop format suggested by Carlos, and made cosmetic changes. Mon Feb 4 09:46:09 2002 Venkita Subramonian * examples/RTCORBA/Activity/activity.dsp: Added missing idl compile section for Win32 Release. Sun Feb 3 07:55:49 2002 Venkita Subramonian * examples/RTCORBA/Activity/activity.dsp: Fixed include path. Thanks to Bala. Sat Feb 2 21:56:41 2002 Ossama Othman * performance-tests/Latency/Single_Threaded/default_configuration.pl: Corrected Perl include path. This should fix the missing benchmarks on our performance statistics web page. Sat Feb 2 21:33:43 2002 Ossama Othman * tao/Service_Context.h (get_context): * tao/Service_Context.cpp (get_context): New version of this method that uses CORBA-style parameter passing rules. The returned service context is returned as an "out" parameter. This is part of an optimization in the PortableInterceptor::{Client,Server}RequestInfo implementation. In particular, a new service context instance is only instantiated if the service context with the given ServiceId exists in the service context list. * tao/ClientRequestInfo_i.cpp (get_service_context_i): * tao/PortableServer/ServerRequestInfo.cpp (get_service_context_i): Use the new TAO_Service_Context::get_context() method to prevent needless dynamic instantation an IOP::ServiceContext if the service context with the given ServiceId was not found. This is a nice optimization for services that attempt to retrieve service contexts during each request in standard/portable way, i.e. via portable interceptors. Sat Feb 2 23:05:54 2002 Venkita Subramonian * examples/RTCORBA/Activity/Makefile: Changed VLDLIBS to LDLIBS. This would hopefully fix errors regarding duplicate shared libraries. Sat Feb 2 20:45:08 2002 Craig Rodrigues * orbsvcs/orbsvcs/AV/AVStreams_i.cpp: Do not use ACE_CHECK or ACE_CHECK_RETURN macros if ACE_ENV_ARG_DECL_NOT_USED macro is defined, otherwise it messes up build which define exceptions=0. Sat Feb 2 12:36:31 2002 Ossama Othman * tao/ORB_Core.cpp (init): * tao/TAO_Internal.cpp (open_services): Moved vestigial code that retrieved the debug level from the TAO_ORB_DEBUG environment variable to the appropriate location in TAO_Internal.cpp. Fixes a problem where the debug level was sometimes reset to zero despite the fact it was explicitly set by the -ORBDebugLevel ORB option. Reported by Scott Harris Fri Feb 1 23:25:39 2002 Venkita Subramonian * orbsvcs/tests/Notify/Structured_Multi_Filter/Structured_Multi_Filter_Supplier.dsp: * orbsvcs/tests/Notify/Structured_Multi_Filter/Structured_Multi_Filter_Consumer.dsp: * orbsvcs/tests/Notify/Structured_Filter/Structured_Filter_Consumer.dsp: * orbsvcs/tests/Notify/Structured_Filter/Structured_Filter_Supplier.dsp: Fixed warnings about idl compiler. Fri Feb 1 22:00:00 2002 Rob Ruff Craig Rodrigues * orbsvcs/orbsvcs/AV/RTP.h (TAO_AV_RTP_Object::connection_gone_): Added. * orbsvcs/orbsvcs/AV/RTP.cpp (TAO_AV_RTP_Object::handle_input): Check errno to see if remote peer has disappeared. Fri Feb 1 21:53:45 2002 Craig Rodrigues * examples/OBV/Typed_Events/Event_Types_impl.h: * examples/OBV/Typed_Events/Event_Types_impl.cpp: Make CORBA methods in servants have the same exception specifications as in the IDL generated stubs. Fri Feb 1 06:44:51 2002 Douglas C. Schmidt * tao/ORB_Core.h (TAO_ORB_Core): Changed the comment to refer to RTCORBA::Current rather than RTCORBA::RTCurrent. Thanks to Juliana Diniz for reporting this. Thu Jan 31 13:17:24 2002 Carlos O'Ryan * tao/PortableServer/AMH_Response_Handler.h: * tao/PortableServer/AMH_Response_Handler.cpp: Add method to send exceptions back to the client. Cleanup some of the code and left @@ comments for Mayur. * TAO_IDL/be/be_interface.cpp: Fixed operation table entry for the _interface() pseudo-operation, it was broken for non-GPERF tables. * TAO_IDL/be_include/be_visitor_amh_pre_proc.h: * TAO_IDL/be/be_visitor_amh_pre_proc.cpp: Add the AMH_*ExceptionHolder node after the AMH*_ResponseHandler node in the AST, that seems to generate the C++ code in the right order. Pass the ExceptionHolder argument down to the methods that insert the ResponseHandler operations, cuts down in lookup time when creating arguments for the *_excep() operations. Add code to generate the *_excep() operations in the ResponseHandler. * TAO_IDL/be/be_visitor_operation/amh_rh_sh.cpp: Remove obsolete comment. * TAO_IDL/be/be_visitor_operation/amh_rh_ss.cpp: Generate different code for _excep() and regular operations. Needs a little more work to detect _excep() operations reliable, but it is close enough for goverment work :-) * TAO_IDL/be/be_visitor_operation/operation.cpp: Simplify implementation of gen_throw_spec(), with a little work it could be turned into an static function, making it more reusable. Similar changed could be made to gen_environemnt_decl(), gen_environment_var(), gen_raise_exception(), gen_check_exception() and even gen_check_interceptor_exception(). Thu Jan 31 13:06:39 2002 Mayur Deshpande * performance-tests/Latency/AMH/Single_Threaded/Makefile: Added a check so that this test is not made for minimum CORBA builds. Thu Jan 31 13:31:17 2002 Chad Elliott * orbsvcs/tests/Notify/Structured_Filter/Structured_Supplier.cpp: * orbsvcs/tests/Notify/Structured_Multi_Filter/Structured_Supplier.cpp: Removed an unused variable. Thu Jan 31 13:26:33 2002 Jeff Parsons * TAO_IDL/ast/ast_module.cpp: * TAO_IDL/be/be_global.cpp: * TAO_IDL/be/be_visitor_argument/arglist.cpp: * TAO_IDL/be/be_visitor_argument/invoke_cs.cpp: * TAO_IDL/be/be_visitor_argument/marshal_ss.cpp: * TAO_IDL/be/be_visitor_argument/post_invoke_cs.cpp: * TAO_IDL/be/be_visitor_argument/request_info_arglist.cpp: * TAO_IDL/be/be_visitor_argument/request_info_ch.cpp: * TAO_IDL/be/be_visitor_argument/request_info_result.cpp: * TAO_IDL/be/be_visitor_argument/request_info_sh.cpp: * TAO_IDL/be/be_visitor_argument/upcall_ss.cpp: * TAO_IDL/be/be_visitor_argument/vardecl_ss.cpp: * TAO_IDL/be/be_visitor_field/field_ch.cpp: * TAO_IDL/be/be_visitor_operation/interceptors_info_rettype.cpp: * TAO_IDL/be/be_visitor_operation/interceptors_result.cpp: * TAO_IDL/be/be_visitor_operation/rettype.cpp: * TAO_IDL/be/be_visitor_operation/rettype_assign_ss.cpp: * TAO_IDL/be/be_visitor_operation/rettype_marshal_ss.cpp: * TAO_IDL/be/be_visitor_operation/rettype_return_cs.cpp: * TAO_IDL/be/be_visitor_operation/rettype_vardecl_cs.cpp: * TAO_IDL/be/be_visitor_operation/rettype_vardecl_ss.cpp: * TAO_IDL/be/be_visitor_union_branch/public_ch.cpp: * TAO_IDL/be_include/be_global.h: * TAO_IDL/be_include/be_visitor_argument/arglist.h: * TAO_IDL/be_include/be_visitor_argument/invoke_cs.h: * TAO_IDL/be_include/be_visitor_argument/marshal_ss.h: * TAO_IDL/be_include/be_visitor_argument/post_invoke_cs.h: * TAO_IDL/be_include/be_visitor_argument/request_info_arglist.h: * TAO_IDL/be_include/be_visitor_argument/request_info_ch.h: * TAO_IDL/be_include/be_visitor_argument/request_info_result.h: * TAO_IDL/be_include/be_visitor_argument/request_info_sh.h: * TAO_IDL/be_include/be_visitor_argument/upcall_ss.h: * TAO_IDL/be_include/be_visitor_argument/vardecl_ss.h: * TAO_IDL/be_include/be_visitor_field/field_ch.h: * TAO_IDL/be_include/be_visitor_module/module.h: * TAO_IDL/be_include/be_visitor_operation/interceptors_info_rettype.h: * TAO_IDL/be_include/be_visitor_operation/interceptors_result.h: * TAO_IDL/be_include/be_visitor_operation/rettype.h: * TAO_IDL/be_include/be_visitor_operation/rettype_assign_ss.h: * TAO_IDL/be_include/be_visitor_operation/rettype_marshal_ss.h: * TAO_IDL/be_include/be_visitor_operation/rettype_return_cs.h: * TAO_IDL/be_include/be_visitor_operation/rettype_vardecl_cs.h: * TAO_IDL/be_include/be_visitor_operation/rettype_vardecl_ss.h: * TAO_IDL/be_include/be_visitor_root/root.h: * TAO_IDL/be_include/be_visitor_union_branch/public_ch.h: * TAO_IDL/driver/drv_args.cpp: * TAO_IDL/fe/fe_interface_header.cpp: * TAO_IDL/fe/idl.ll: * TAO_IDL/fe/lex.yy.cpp: * TAO_IDL/include/fe_interface_header.h: * TAO_IDL/include/idl.h: * TAO_IDL/include/idl_global.h: * TAO_IDL/util/utl_global.cpp: Removed all uses of IDL_HAS_VALUETYPE, since it's just defined in idl.h and checked in dozens of places. Thu Jan 31 13:18:39 2002 Jeff Parsons * 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_Consumer.dsp: Changes the settings for the release versions of these projects to use the release version of the IDL compiler. Thanks to Venkita for tracking this down. Thu Jan 31 10:37:59 2002 Jeff Parsons * orbsvcs/orbsvcs/Notify/Notify_Constraint_Visitors.cpp: Added ACE_NOTREACHED macro at the end of several functions. Thu Jan 31 09:39:59 2002 Venkita Subramonian * orbsvcs/examples/Security/Send_File/Makefile: * orbsvcs/tests/Security/SecurityLevel1/Makefile (SRVR_LIBS): * orbsvcs/tests/Security/Secure_Invocation/Makefile: Fixed KCC error complaining about duplicate shared lib. Thu Jan 31 09:37:22 2002 Chad Elliott * orbsvcs/tests/Notify/Discarding/Sequence_Supplier.cpp: * orbsvcs/tests/Notify/Discarding/Structured_Supplier.cpp: Fixed an unreachable statement warning for KCC. Thu Jan 31 14:14:32 2002 Boris Kolpackov * TAO_IDL/be/be_visitor_valuetype/valuetype.cpp (visit_exception): Added generation of nested into valuetype exceptions. Thu Jan 31 13:06:12 2002 Boris Kolpackov * TAO_IDL/be/be_visitor_valuetype/marshal_cs.cpp: Eliminated code that triggers bug with fully-qualified names in VC++ 6. Thanks to Koushik Banerjee for reporting this. Wed Jan 30 21:08:22 2002 Oliver Kellogg * performance-tests/Latency/AMH/Single_Threaded/Roundtrip.cpp: * performance-tests/Latency/AMH/Single_Threaded/Roundtrip.h: * performance-tests/Latency/AMH/Single_Threaded/client.cpp: * performance-tests/Latency/AMH/Single_Threaded/server.cpp: * performance-tests/Latency/AMI/Roundtrip.cpp: * performance-tests/Latency/AMI/Roundtrip.h: * performance-tests/Latency/AMI/Roundtrip_Handler.cpp: * performance-tests/Latency/AMI/Roundtrip_Handler.h: * performance-tests/Latency/AMI/Server_Task.cpp: * performance-tests/Latency/AMI/client.cpp: * performance-tests/Latency/AMI/server.cpp: * performance-tests/Latency/DII/Roundtrip.cpp: * performance-tests/Latency/DII/Roundtrip.h: * performance-tests/Latency/DII/client.cpp: * performance-tests/Latency/DII/server.cpp: * performance-tests/Latency/DSI/Roundtrip.cpp: * performance-tests/Latency/DSI/Roundtrip.h: * performance-tests/Latency/DSI/client.cpp: * performance-tests/Latency/DSI/server.cpp: * performance-tests/Latency/Deferred/Roundtrip.cpp: * performance-tests/Latency/Deferred/Roundtrip.h: * performance-tests/Latency/Deferred/client.cpp: * performance-tests/Latency/Deferred/server.cpp: * performance-tests/Latency/Single_Threaded/Roundtrip.cpp: * performance-tests/Latency/Single_Threaded/Roundtrip.h: * performance-tests/Latency/Single_Threaded/client.cpp: * performance-tests/Latency/Single_Threaded/server.cpp: * performance-tests/Latency/Thread_Per_Connection/Client_Task.cpp: * performance-tests/Latency/Thread_Per_Connection/Client_Task.h: * performance-tests/Latency/Thread_Per_Connection/Roundtrip.cpp: * performance-tests/Latency/Thread_Per_Connection/Roundtrip.h: * performance-tests/Latency/Thread_Per_Connection/client.cpp: * performance-tests/Latency/Thread_Per_Connection/server.cpp: * performance-tests/Latency/Thread_Pool/Client_Task.cpp: * performance-tests/Latency/Thread_Pool/Client_Task.h: * performance-tests/Latency/Thread_Pool/Roundtrip.cpp: * performance-tests/Latency/Thread_Pool/Roundtrip.h: * performance-tests/Latency/Thread_Pool/Worker_Thread.cpp: * performance-tests/Latency/Thread_Pool/client.cpp: * performance-tests/Latency/Thread_Pool/server.cpp: Conversion to the ACE_ENV_ macros. Thanks to Johnny Willemsen for keeping an eye out. Wed Jan 30 13:38:03 2002 Douglas C. Schmidt * orbsvcs/examples/Notify/Subscribe/Subscribe.h (RefCountServantBase): Fixed a cut&paste error. Thanks to Gautam H Thaker for reporting this. Wed Jan 30 12:49:43 2002 Rob Ruff Craig Rodrigues * orbsvcs/orbsvcs/AV/AVStreams_i.cpp: Change ACE_ENV_ARG_DECL to ACE_ENV_ARG_DECL_NOT_USED. * orbsvcs/orbsvcs/AV/RTCP.cpp: Clean up debugging statements. Change value of RTCP_SDES_NOTE to "An important note..." * orbsvcs/orbsvcs/AV/RTCP_Channel.cpp (update_seq): Only show debug statement if TAO_debug_level is > 0. * orbsvcs/orbsvcs/AV/Transport.cpp: Default initialize timer_id_ to -1. Only call cancel_timer() and handle_timeout() if timer_id_ is not -1. * orbsvcs/orbsvcs/AV/UDP.cpp: (TAO_AV_UDP_Connector::connect) Set the control address. (TAO_AV_UDP_Connection_Setup::setup) Treat the setup of sockets which are used as acceptors or connectors differently. Wed Jan 30 16:07:33 2002 Johnny Willemsen * orbsvcs/tests/Notify/Makefile.bor: Added Structured_Filter and Structured_Multi_Filter * orbsvcs/tests/Notify/Structured_Filter/*.bor: * orbsvcs/tests/Notify/Structured_Multi_Filter/*.bor: Added BCB makefiles for these tests Wed Jan 30 11:19:12 2002 Johnny Willemsen * tao/orbconf.h: Added backwards compatible macro define for TAO_ENV_DECLARE_NEW_ENV Wed Jan 30 07:39:09 2002 Oliver Kellogg * orbsvcs/tests/Notify/Structured_Filter/Notify_Push_Consumer.cpp (Notify_Push_Consumer::push_structured_event): Corrected usage of ACE_ENV_ARG_DECL_NOT_USED. Tue Jan 29 17:13:53 2002 Jeff Parsons * TAO_IDL/fe/idl.ll: * TAO_IDL/fe/lex.yy.cpp: Changed the code in idl_store_pragma() to keep track of how many characters it 'crunches' when removing whitespace between the '#' and the 'pragma'. When the trailing '\n' of the pragma string is removed later on, it must be shifted this many places to the left, to skip over the characters that have now become garbage. Thanks to Ossama Othman for providing the KCC preprocessor output that showed the source of the problem. Tue Jan 29 23:31:14 2002 Oliver Kellogg * rules.tao.GNU: Removed the include_env switch, it now lives in $ACE_ROOT/include/makeinclude/wrapper_macros.GNU. Tue Jan 29 21:34:20 2002 Oliver Kellogg * orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen_Test.cpp: Oops, fixed bad comment in line 1. Tue Jan 29 21:09:12 2002 Oliver Kellogg * tao/orbconf.h (TAO_ENV_*): Deprecated. Instead, use the equivalent ACE_ENV_ macros from $ACE_ROOT/ace/CORBA_macros.h. * (many source files): Corresponding to the above change, changed all relevant source files to use the new ACE_ENV_ARG macros instead of the TAO_ENV_ARG macros. All exception related macros are now defined in $ACE_ROOT/ace/CORBA_macros.h. Tue Jan 29 09:01:41 2002 Carlos O'Ryan * TAO_IDL/be/be_interface.cpp: Removed bogus semicolon. * TAO_IDL/be_include/be_visitor_interface/amh_ch.h: Changed broken private inheritance to public inheritance. Tue Jan 29 08:57:31 2002 Carlos O'Ryan * tao/Messaging.h: Add TAO_Export to the function declaration, otherwise it is invisible outside the library. Tue Jan 29 10:56:35 2002 Jeff Parsons * orbsvcs/tests/Notify/Structured_Filter/Notify_Push_Consumer.cpp: Added throw spec to push_structured_event() to match the declaration. Tue Jan 29 09:38:35 2002 Venkita Subramonian * tao/CORBALOC_Parser.cpp: Fixed compile error. Added #include "tao/debug.h". Tue Jan 29 13:09:12 2002 Johnny Willemsen * orbsvcs/tests/Notify/Makefile.bor: Added Blocking, Discarding, MT_Dispatching, Sequence_Multi_ETCL_Filter and Sequence_Multi_Filter directory * orbsvcs/tests/Notify/Blocking/*.bor: Added new BCB makefiles to build this test * orbsvcs/tests/Notify/Discarding/*.bor: Added new BCB makefiles to build this test * orbsvcs/tests/Notify/MT_Dispatching/*.bor: Added new BCB makefiles to build this test * orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/*.bor: Added new BCB makefiles to build this test * orbsvcs/tests/Notify/Sequence_Multi_Filter/*.bor: Added new BCB makefiles to build this test Tue Jan 29 11:20:36 2002 Johnny Willemsen * orbsvcs/tests/Notify/performance-tests/Makefile.bor: Added Throughput and Filter directory * orbsvcs/tests/Notify/performance-tests/Throughput/Makefile.bor: Added new BCB makefile to build this test * orbsvcs/tests/Notify/performance-tests/Filter/*.bor: Added new BCB makefiles to build these tests * orbsvcs/tests/Notify/Makefile.bor: Added Ordering directory * orbsvcs/tests/Notify/Ordering/*.bor: Added new BCB makefiles to build these tests Tue Jan 29 09:10:17 2002 Johnny Willemsen * tao/Messaging.h: Removed TAO_Export from namespace definitions because namespaces aren't exported. BCB compiler complains about this Tue Jan 29 08:14:12 2002 Johnny Willemsen * orbsvs/tests/Makefile.bor: Added CosEvent and Notify directory * orbsvcs/tests/CosEvent/Makefile.bor: Added new BCB makefile to build subdirectories * orbsvcs/tests/CosEvent/lib/Makefile.bor: Added new BCB makefile to build this test library * orbsvcs/tests/CosEvent/Basic/Makefile.bor: Added new BCB makefile to build these tests * orbsvcs/tests/Notify/Makefile.bor: Added new BCB makefile to build subdirectories * orbsvcs/tests/Notify/lib/Makefile.bor: Added new BCB makefile to build this test library * orbsvcs/tests/Notify/Basic/Makefile.bor: Added new BCB makefile to build these tests * orbsvcs/tests/Notify/performance-tests/Makefile.bor: Added new BCB makefile to build subdirectories * orbsvcs/tests/Notify/performance-tests/RedGreen/Makefile.bor: Added new BCB makefile to build this test Mon Jan 28 20:21:44 2002 Ossama Othman * tao/CORBALOC_Parser.cpp (check_prefix, parse_string_count_helper): Only print debugging information if desired by the user. Improved efficiency of some code. Mon Jan 28 16:21:59 2002 Carlos O'Ryan * tao/TAO.dsp: * tao/TAO_Static.dsp: Add Messaging.cpp to the project files. Mon Jan 28 16:11:36 2002 Carlos O'Ryan * TAO_IDL/be/be_visitor_amh_pre_proc.cpp: Add generation of the AMH_*ExceptionHolder valuetype. * TAO_IDL/be/be_visitor_operation/ami_exception_holder_operation_cs.cpp: The IDL compiler simply calls the shared code in TAO_Messaging_Helper::exception_holder_raise(). Using a shared function for the raise methods in the ExceptionHolders reduced the line count from 59Kloc to 56Kloc, more importantly it saved 10% in the text segment for param_testC.o. * TAO_IDL/be/be_visitor_valuetype/arglist.cpp: Cleanup indentation. Generate throw specs for valuetype operations. * TAO_IDL/be/be_visitor_valuetype/valuetype_ch.cpp: Remove obsolete @@ comment. * tao/Messaging.h: * tao/Messaging.cpp: Add new Messaging.cpp, it should contain helper code used in the implementation of CORBA Messaging. * tao/Makefile: * tao/Makefile.am: * tao/Makefile.bor: Add new Messaging.cpp file and update deps. * tao/BiDir_GIOP/Makefile: * tao/Domain/Makefile: * tao/DynamicAny/Makefile: * tao/DynamicInterface/Makefile: * tao/IFR_Client/Makefile: * tao/IORManipulation/Makefile: * tao/IORTable/Makefile: * tao/PortableServer/Makefile: * tao/RTCORBA/Makefile: * tao/RTPortableServer/Makefile: * tao/SmartProxies/Makefile: * tao/Strategies/Makefile: * tao/TypeCodeFactory/Makefile: Update deps. Mon Jan 28 13:40:38 2002 Carlos O'Ryan * TAO_IDL/be/be_visitor_ami_pre_proc.cpp: Fixed typo in UTL_ScopeActiveIterator change, the loop termination should have been !si.is_done(), but I typed si.is_done(). Mon Jan 28 12:40:15 2002 Ossama Othman * 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: Updated paths in accordance with the new "Latency" performance test organization. Mon Jan 28 12:39:50 2002 Carlos O'Ryan * orbsvcs/tests/EC_Throughput/README: Fixed paths in the README file, some of the binaries were completely wrong. Made a pass to improved documentation. Mon Jan 28 12:30:38 2002 Carlos O'Ryan * TAO_IDL/be/be_visitor_operation/amh_sh.cpp: The code was generating a TAO_ENV_ARG_PARAMETER in the header file. BIG mistake, I should have generated a TAO_ENV_ARG_DECL. Mon Jan 28 14:25:04 2002 Jeff Parsons * orbsvcs/tests/Notify/Structured_Filter/Structured_Consumer.dsp: * orbsvcs/tests/Notify/Structured_Filter/Structured_Supplier.dsp: * orbsvcs/tests/Notify/Structured_Multi_Filter/Structured_Consumer.dsp: * orbsvcs/tests/Notify/Structured_Multi_Filter/Structured_Supplier.dsp: Removed these files and added them below, renamed uniquely so they could be inserted into the workspace containing all the Notify tests. * 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: Added these files as renamings of the ones removed above. * orbsvcs/tests/Notify/Structured_Filter/Structured_Filter.dsw: * orbsvcs/tests/Notify/Structured_Multi_Filter/Structured_Multi_Filter.dsw: Changed the names of the included projects to reflect the changes above. * orbsvcs/tests/Notify/Structured_Filter/Notify_Push_Consumer.cpp: Changed the way a signed 64-bit integer is handled in a case statement. * orbsvcs/tests/Notify/Basic/AdminProperties_Test.cpp: * orbsvcs/tests/Notify/Basic/AdminProperties_Test.dsp: * orbsvcs/tests/Notify/Basic/AdminProperties_Test.h: * orbsvcs/tests/Notify/Basic/ConnectDisconnect.cpp: * orbsvcs/tests/Notify/Basic/ConnectDisconnect.h: * orbsvcs/tests/Notify/Basic/Events_Test.cpp: * orbsvcs/tests/Notify/Basic/Events_Test.h: * orbsvcs/tests/Notify/Basic/IdAssignment.cpp: * orbsvcs/tests/Notify/Basic/IdAssignment.dsp: * orbsvcs/tests/Notify/Basic/IdAssignment.h: * orbsvcs/tests/Notify/Basic/LifeCycleTest.cpp: * orbsvcs/tests/Notify/Basic/LifeCycleTest.dsp: * orbsvcs/tests/Notify/Basic/LifeCycleTest.h: * orbsvcs/tests/Notify/Basic/Simple.cpp: * orbsvcs/tests/Notify/Basic/Simple.h: * orbsvcs/tests/Notify/Basic/Updates.cpp: * orbsvcs/tests/Notify/Basic/Updates.h: * orbsvcs/tests/Notify/MT_Dispatching/Structured_Consumer.cpp: * orbsvcs/tests/Notify/MT_Dispatching/Structured_Supplier.cpp: * orbsvcs/tests/Notify/lib/Notify_PushConsumer.cpp: * orbsvcs/tests/Notify/lib/Notify_PushSupplier.cpp: * orbsvcs/tests/Notify/lib/Notify_SequencePushConsumer.cpp: * orbsvcs/tests/Notify/lib/Notify_SequencePushSupplier.cpp: * orbsvcs/tests/Notify/lib/Notify_StructuredPushConsumer.cpp: * orbsvcs/tests/Notify/lib/Notify_StructuredPushSupplier.cpp: * orbsvcs/tests/Notify/performance-tests/Filter/Sequence_Consumer.cpp: * orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen_Test.cpp: * orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen_Test.h: * orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.cpp: * orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.h: Cosmetic changes. Mon Jan 28 12:23:39 2002 Carlos O'Ryan * TAO_IDL/be_include/be_visitor_argument/argument.h: * TAO_IDL/be/be_visitor_argument/argument.cpp: Add functionality to support fixed-direction arguments, i.e. the visitor caller can override the actual direction of the argument. This is used in AMH to make all the INOUT arguments behave as IN arguments. * TAO_IDL/be/be_visitor_operation/amh_sh.cpp: * TAO_IDL/be/be_visitor_operation/amh_ss.cpp: Use the set_fixed_direction() functionality in the be_visitor_args visitors to generate correct code for the INOUT arguments in an AMH function. * TAO_IDL/be_include/be_visitor_operation/amh_ss.h: Removed extra argument in the generate_shared_section() helper, the argument is no longer needed. * TAO_IDL/be/be_visitor_amh_pre_proc.cpp: Fixed problem in UTL_ScopeActiveIterator, a bogus si.next() was left in the for()-loop body. Mon Jan 28 12:15:43 2002 Ossama Othman * tests/OBV/Forward/server.dsp: Corrected TAO_IDL compiler path in "Debug" configuration dependencies. Mon Jan 28 11:50:27 2002 Ossama Othman * performance-tests/Latency/AMH/Single_Threaded/run_test.pl: * performance-tests/Latency/AMI/run_test.pl: * performance-tests/Latency/DII/run_test.pl: * performance-tests/Latency/Deferred/run_test.pl: * performance-tests/Latency/Single_Threaded/run_test.pl: * performance-tests/Latency/Thread_Per_Connection/run_test.pl: * performance-tests/Latency/Thread_Pool/run_test.pl: Corrected Perl include path. Thanks to Carlos for pointing out the problem. Mon Jan 28 11:38:22 2002 Carlos O'Ryan * TAO_IDL/be/be_visitor_operation/amh_sh.cpp: * TAO_IDL/be/be_visitor_operation/amh_ss.cpp: * TAO_IDL/be_include/be_visitor_operation/amh_sh.h: * TAO_IDL/be_include/be_visitor_operation/amh_ss.h: Another iteration in the AMH support. This time we make sure that only IN and INOUT arguments are generated in the AMH skeletons, but I believe that INOUT arguments are not generated correctly. Mon Jan 28 11:17:40 2002 Carlos O'Ryan * TAO_IDL/be/be_visitor_amh_pre_proc.cpp: * TAO_IDL/be/be_visitor_ami_pre_proc.cpp: Removed last instances of head-allocated UTL_ScopeActiveIterator, hopefully this will stop the madness and people will cut&paste the "Right Thing"[tm] from now on. Mon Jan 28 10:50:40 2002 Jeff Parsons * orbsvcs/Notify/Notify_Constraint_Visitors.cpp: Removed some lines of unreachable code. Mon Jan 28 10:39:26 2002 Jeff Parsons * orbsvcs/tests/Application_Test/ifr_dii_client.cpp: Changed the name of a local variable to avoid a warning, on SunOS Forte, of a possible hiding of a class member variable. Mon Jan 28 08:39:12 2002 Johnny Willemsen * performance-tests/Makefile.bor: Updated BCB makefile with changes in Latency tests Sun Jan 27 14:35:32 2002 Ossama Othman * tao/Pluggable.cpp (make_mprofile): Fixed support for parsing URL style IORs with multiple addrs in them. [Bug 1130] Sun Jan 27 13:22:11 2002 Ossama Othman * performance-tests/README: * performance-tests/Latency/README: Updated in accordance with the new "Latency" performance test organization. Sun Jan 27 12:51:02 2002 Ossama Othman * performance-tests/Makefile (DIRS): Updated in accordance with the new "Latency" performance test organization. * performance-tests/Latency/Makefile (DIRS): * performance-tests/Latency/Makefile.bor (DIRS): * performance-tests/Latency/AMH/Makefile (DIRS): * performance-tests/Latency/AMH/Makefile.bor (DIRS): Makefiles for the newly reorganized "Latency" performance tests. Sun Jan 27 12:02:37 2002 Frank Hunleth * orbsvcs/orbsvcs/PortableGroup/PortableGroup_Acceptor_Registry.cpp: Added missing explicit template instantiation. Sun Jan 27 15:04:12 2002 Johnny Willemsen * Makefile.bor: Added the XML library Sun Jan 27 00:52:49 2002 Ossama Othman * tests/ORT/ORT_test_IORInterceptor.cpp: * tests/ORT/client.cpp: * tests/ORT/server.cpp: Minor code review. Nothing major. Just style issues. Sat Jan 26 23:09:56 2002 Ossama Othman * tao/ORB.h: * tao/ORB.cpp (id, register_initial_reference): The CORBA specification recently added these methods to the CORBA::ORB interface. Implemented them. * tao/ORB_Core.cpp: Moved template instantiations from `ORB.cpp' to this file. They aren't used in the former. * tao/Object_Ref_Table.h: * tao/Object_Ref_Table.cpp: Synchronize access to the underlying hash map by instantiating the template(s) with a TAO_SYNCH_MUTEX instead of an ACE_Null_Mutex. Multiple threads may potentially attempt to register an object reference concurrently. * tao/ClientRequestInfo_i.cpp (get_service_context_i): Corrected exception minor code (26 instead of incorrect 23). Sat Jan 26 22:53:04 2002 Oliver Kellogg * examples/Callback_Quoter/Notifier_i.cpp: * tao/Asynch_Invocation.cpp: * tao/corbafwd.h: * tao/PortableServer/poa_macros.h: Removed dependence on tao/try_macros.h. * tao/orbconf.h: Added back special comment line for Doxygen. Sat Jan 26 13:44:39 2002 Ossama Othman * docs/releasenotes/TODO.html: Updated Bugzilla URL. Sat Jan 26 20:10:04 2002 Oliver Kellogg * tao/orbconf.h (TAO_ENV_ARG_DEFN): Removed. Sat Jan 26 20:10:04 2002 Oliver Kellogg * tests/ORT/ORT_test_IORInterceptor_ORBInitializer.cpp (ORT_test_IORInterceptor_ORBInitializer::post_init): Removed TAO_ENV_ARG_DEFN and corrected usage of TAO_ENV_ARG_PARAMETER. Fri Jan 25 19:05:24 2002 Ossama Othman * tests/OBV/Forward/server.dsp: Added missing IDL custom build step for the "Release" configuration. Fri Jan 25 20:14:19 2002 Frank Hunleth * tao/PortableServer/Makefile: Added missing PortableGroup_Hooks. Fri Jan 25 14:25:11 2002 Mayur Deshpande * performance-tests/AMH_Single_Threaded_Latency/Roundtrip.h: * performance-tests/AMH_Single_Threaded_Latency/Roundtrip.cpp: Changed TAO_ENV_SINGLE_ARG_DECL to TAO_ENV_ARG_DECL. I had copied the code as is from the Single_threaded_Latency test and since for AMH_skeletons we add an extra rh paramater, the 'void shutdown (void)' method now had an argument (comapred to none before). This was causing a problem on builds that used emulated exceptions. Fri Jan 25 14:10:48 2002 Ossama Othman * orbsvcs/orbsvcs/AV/RTCP.cpp (handle_stop): Removed unreachable statement. Fri Jan 25 13:26:40 2002 Ossama Othman * tests/OBV/Any/AnyS_impl.cpp (magic): Removed unsed global variable. Fri Jan 25 11:34:35 2002 Carlos O'Ryan * TAO_IDL/ast/ast_operation.cpp: * TAO_IDL/be/be_generator.cpp: * TAO_IDL/be/be_operation.cpp: * TAO_IDL/be/be_scope.cpp: * TAO_IDL/be/be_structure.cpp: * TAO_IDL/be/be_union.cpp: * TAO_IDL/be/be_valuetype.cpp: * TAO_IDL/be/be_visitor_amh_pre_proc.cpp: * TAO_IDL/be/be_visitor_scope.cpp: * TAO_IDL/be/be_visitor_interface/amh_sh.cpp: * TAO_IDL/be/be_visitor_operation/operation.cpp: * TAO_IDL/be/be_visitor_operation/operation_cs.cpp: * TAO_IDL/be/be_visitor_operation/operation_ss.cpp: * TAO_IDL/be/be_visitor_operation/remote_proxy_impl_cs.cpp: * TAO_IDL/be/be_visitor_root/root_sth.cpp: * TAO_IDL/be/be_visitor_typecode/typecode_defn.cpp: * TAO_IDL/be/be_visitor_union/union_cs.cpp: * TAO_IDL/be/be_visitor_union_branch/cdr_op_ci.cpp: * TAO_IDL/be/be_visitor_valuetype/marshal_ch.cpp: * TAO_IDL/be/be_visitor_valuetype/marshal_cs.cpp: * TAO_IDL/be/be_visitor_valuetype/valuetype.cpp: For some mystifying reason many UTL_ScopeActiveIterator instances were created on the heap, and immediately deleted (or not, leaking memory.) Funny enough the language has a perfectly usable feature for that kind of behavior, it is called "automatic variables". Also, several while()-loops were really for()-loops in disguise, changed them to make the behavior more obvious. Fri Jan 25 10:40:03 2002 Ossama Othman * orbsvcs/tests/Security/SecurityLevel1/client.dsp: * orbsvcs/tests/Security/SecurityLevel1/server.dsp: * orbsvcs/tests/Security/SecurityLevel1/SecurityLevel1.dsw: Added missing MSVC++ project and workspace files. Fri Jan 25 10:21:10 2002 Ossama Othman * 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: Corrected the "Release" configuration output filenames. Binaries for "Release" builds belong in the `Release' directory, by convention. Fri Jan 25 10:06:44 2002 Ossama Othman * tests/OBV/Any/client.dsp: Added missing custom build step in the "Release" configuration for the this test's IDL file. Fri Jan 25 11:24:35 2002 Jeff Parsons * TAO_IDL/be/be_array.cpp: Added base class constructor calls to class be_array constructor. * TAO_IDL/be/be_visitor_array/array_cs.cpp: Cosmetic changes to source code. * TAO_IDL/fe/fe_declarator.cpp: Removed addition of arrays to AST at global scope. This seems to be legacy code that there is no good reason for, and it was causing problems when an array is declared, typedef'd, and used as the element of another array at global scope. Anonymous arrays and the corresponding typdef (if any) are still added to the scope where they are declared. Thanks to Boris Kolpackov for reporting this bug. * TAO_IDL/fe/idl.yy: * TAO_IDL/fe/y.tab.cpp: * TAO_IDL/fe/y.tab.cpp.diff: Made change for sequences similar to change for arrays above. Fri Jan 25 12:14:12 2002 Johnny Willemsen * performance-tests/AMH_Single_Threaded_Latency/*.bor: Added BCB makefiles Fri Jan 25 00:04:05 2002 Venkita Subramonian * docs/tutorials/Quoter/RT_Event_Service/Makefile: * docs/tutorials/Quoter/On_Demand_Activation/Makefile: * docs/tutorials/Quoter/AMI/Makefile: * docs/tutorials/Quoter/idl/Makefile: Regenerated dependencies. Thu Jan 24 20:15:01 2002 Mayur Deshpande * performance-tests/AMH_Single_Threaded_Latency/AMH_Single_Threaded_Latency.dsw: * performance-tests/AMH_Single_Threaded_Latency/client.dsp: * performance-tests/AMH_Single_Threaded_Latency/server.dsp: Workspace and projects for the AMH performance test. Thu Jan 24 18:51:21 2002 Mayur Deshpande * performance-tests/AMH_Single_Threaded_Latency: * performance-tests/AMH_Single_Threaded_Latency/client.cpp: * performance-tests/AMH_Single_Threaded_Latency/server.cpp: * performance-tests/AMH_Single_Threaded_Latency/Roundtrip.h: * performance-tests/AMH_Single_Threaded_Latency/Roundtrip.cpp: * performance-tests/AMH_Single_Threaded_Latency/Makefile: * performance-tests/AMH_Single_Threaded_Latency/run_test.pl: * performance-tests/Makefile: * performance-tests/Makefile.bor: * performance-tests/README: Performance test for AMH based on the Single_Threaded_Latency test. Thu Jan 24 17:47:00 2002 Carlos O'Ryan * TAO_IDL/be/be_decl.cpp: Fixed the implementation of compute_flat_name() there was nothing flat about the named computed: it used the regular full name for the containing scope, so for nested modules the results were wrong. * TAO_IDL/be/be_interface.cpp: Fixed warning about unused argument and made several cosmetic fixes. * TAO_IDL/be/be_visitor_argument.cpp: * TAO_IDL/be/be_visitor_argument/vardecl_ss.cpp: Cosmetic fixes. * TAO_IDL/be/be_visitor_interface/amh_sh.cpp: * TAO_IDL/be/be_visitor_interface/amh_ss.cpp: Implement code to process attributes as well as operations. * TAO_IDL/be/be_visitor_interface/amh_ss.cpp: Fixed implementation of the _downcast() method on the AMH skeleton. * TAO_IDL/be_include/be_visitor_interface/amh_ss.h: * TAO_IDL/be/be_visitor_interface/amh_ss.cpp: * TAO_IDL/be_include/be_visitor_interface/interface_ss.h: * TAO_IDL/be/be_visitor_interface/interface_ss.cpp: Generate correct code for AMH-copy constructors. I used the new class-based traverse_inheritance_graph(). * TAO_IDL/be_include/be_visitor_operation/amh_sh.h: * TAO_IDL/be_include/be_visitor_operation/amh_ss.h: * TAO_IDL/be/be_visitor_operation/amh_sh.cpp: * TAO_IDL/be/be_visitor_operation/amh_ss.cpp: Add support for attributes, in both cases I used a technique slightly different from what the rest of the IDL compiler does. Normally a fake be_operation node is generated on the fly (usually heap allocated) and used to generate the code "as if" it was a real operation. However, the code to generate operations has to be modified to treat these nodes with some magic, because the attribute name (on GIOP) are different than the actual name of the attribute. My approach was to re-factor the common code to generate attributes and operations in these new fangled things called "subroutines". The attribute code calls the subroutines to generate the desired code. I did have to generate a temporary node (of type be_argument), but I was able to stack-allocate it and use it in a very localized section of the code. Also, none of the operation code has to understand about attributes. Thu Jan 24 15:48:01 2002 Mayur Deshpande * tao/TAO_Static.dsp: * tao/PortableServer/TAO_PortableServer_Static.dsp: Fixed worspaces regarding moving of the AMH_Response_Handler files. Thu Jan 24 11:48:01 2002 Carlos O'Ryan * TAO_IDL/be/be_interface.cpp: * TAO_IDL/be_include/be_interface.h: Use the new class-based version traverse_inheritance_graph() to generate the operation table. The name of the derived class is computed by the caller and pass through the Worker class down to the code generation routines. This was useful to factor out the common code between the AMH-class (where the base class name is not obtainable via a simple method call) and the regular (non-AMH) skeletons. Also use stack-allocate iterators, it makes no sense in the world to allocate an object from the head only to delete when we return from the function! Change some while() loops to for() loops because the latter document the intent better. Thu Jan 24 12:35:17 2002 Boris Kolpackov * TAO_IDL/be_include/be_visitor_typecode/typecode_defn.cpp: * TAO_IDL/be/be_visitor_typecode/typecode_defn.cpp: Fixed a bug in typecode generation for multidimension arrays. Implemented first part of new recursive IDL handling machanism. Refactored some repetitive code. Thu Jan 24 00:08:22 2002 Ossama Othman * tao/PortableServer/IORInfo.cpp: * tao/PortableServer/ObjectReferenceTemplate.cpp: * tao/PortableServer/ObjectReferenceTemplate.h: * tao/PortableServer/POA.cpp: * tao/PortableServer/POA.h: * tao/PortableServer/POA.i: Code review! Left a whole slew of "@@" comments regarding disfunctional code, exception safety, memory leaks, etc. Wed Jan 23 22:00:16 2002 Ossama Othman * tao/PortableServer/IORInfo.cpp (manager_id, state, current_factory): Fixed code that couldn't possibly work since an exception was always thrown. Where's the testing?! Wed Jan 23 16:40:21 2002 Jaiganesh Balasubramanian * tao/ORB.cpp: Made changes to get the correct port value to search the NameService when the ORBDefaultInitRef option is used. The changes are made thanks to Andrew L. Shwaika Wed Jan 23 14:16:35 2002 Carlos O'Ryan * TAO_IDL/include/ast_argument.h: Changed values of the AST_Argument::Direction enum. The new values allow me to specify sets of directions as bit masks. * TAO_IDL/include/ast_operation.h: * TAO_IDL/ast/ast_operation.cpp: Add new method to count the arguments in a given set of directions, for example, all (dir_IN|dir_OUT) arguments. * TAO_IDL/be/be_visitor_interface/amh_sh.cpp: The AMH_ class was deriving from the non-AMH classes. Remove stale comments. Use UTL_ScopeActiveIterator on the stack, there is no sense in declaring objects with a well-defined scope on the heap! Fixed a memory leak in the process. * TAO_IDL/be/be_visitor_operation/amh_sh.cpp: After we generate the ResponseHandler argument in AMH-operations we need to insert a comma, but only if there are IN or INOUT arguments. The code used to check for any kind of argument. * TAO_IDL/be/be_visitor_operation/amh_ss.cpp: Generate the code for the _tao_in variable (the TAO_InputCDR) in the skeleton. Fix indentation in the skeleton. Insert the arguments for the upcall. Unfortunately we are generating *all* the arguments, not only the IN and INOUT ones. * TAO_IDL/be/be_visitor_operation/ami_cs.cpp: * TAO_IDL/be/be_visitor_operation/operation.cpp: Eliminate duplicate code using the count_arguments_with_direction routine. Wed Jan 23 13:09:40 2002 Ossama Othman * tao/PortableServer/AMH_Response_Handler.h: Fixed a "fuzz" error related to a filename mismatch. Declare the class attributes after the class methods to more closely match ACE/TAO programming styles and common C++ conventions. Darn Java programmers! Wrapped overly long lines in class documentation. Wed Jan 23 12:06:37 2002 Mayur Deshpande * tao/Makefile: * tao/Makefile.bor: * tao/PortableServer/Makefile: * tao/PortableServer/Makefile.bor: Updated the files with the changes of moving the AMH_Response_Handler files from `tao' and `tao/PortableServer'. Wed Jan 23 12:03:01 2002 Carlos O'Ryan * TAO_IDL/be/be_interface.cpp: * TAO_IDL/be/be_visitor_interface/amh_ss.cpp: * TAO_IDL/be/be_visitor_interface/interface_ss.cpp: * TAO_IDL/be_include/be_visitor_interface/amh_ss.h: * TAO_IDL/be_include/be_visitor_interface/interface_ss.h: Fixed generate of the _downcast() method for AMH skeletons. I used the new worker class to traverse inheritance graphs to do the job. Wed Jan 23 12:00:35 2002 Ossama Othman * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Credentials.cpp (authentication_state): Do not check if the credential is valid. Once the credential has been authenticated it remains authenticated. Users should call the is_valid() method if they wish to determine whether or not the credential has expired. Wed Jan 23 11:10:33 2002 Mayur Deshpande * tao/PortableServer/AMH_Response_Handler.h: * tao/PortableServer/TAO_PortableServer.dsp: * tao/TAO.dsp: Changed workspaces and header file to compile/link on Windows platforms. Wed Jan 23 10:47:30 2002 Carlos O'Ryan * TAO_IDL/be_include/be_interface.h: * TAO_IDL/be/be_interface.cpp: Add a new traverse_inheritance_graph() method that takes a class (with a virtual method) instead of a naked pointer to function. I will need the new version to pass state into one of the traversals. Wed Jan 23 09:55:33 2002 Mayur Deshpande * TAO_IDL/be/be_visitor_interface/amh_rh_ss.cpp: Changed code to generate the right signatures for constructors and destructors, similar to the way it is done in be_visitor_operation/amh_rh_ss.cpp. Wed Jan 23 09:33:31 2002 Ossama Othman * tests/ORT/ORT_test_IORInterceptor.cpp (establish_components, components_established): Fixed unused argument warnings. Wed Jan 23 09:30:19 2002 Ossama Othman * tao/Current.pidl: Removed backslashes in comments. Some compilers correctly flag them as potential problems through warnings. Wed Jan 23 09:25:31 2002 Ossama Othman * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Endpoint.h: Corrected some documentation. * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Credentials.cpp (is_valid): Implemented this method. Wed Jan 23 11:05:04 2002 Jeff Parsons * examples/Quoter/Quoter.idl: Added leading underscore to an operation parameter named 'object' because it clashes with the IDL keyword 'Object'. Wed Jan 23 16:14:43 2002 Boris Kolpackov * TAO_IDL/be/be_visitor_operation/rettype_vardecl_cs.cpp: Fixed mistake in initialization of _tao_retval for valuetypes. * tests/OBV/Any/Makefile: * tests/OBV/Forward/Makefile: Fixed few stupid mistakes that made some time ago. * tao/ValueBase.h Added work around for famous Sun CC "pure virtual function called" bug. Unfortunately this involves introduction of yet another #define. See include/makeinclude/platform_sunos5_sunc++.GNU for more information. Wed Jan 23 06:43:27 Chad Elliott * orbsvcs/orbsvcs/Notify/Notify_SequenceProxyPushSupplier_i.cpp: Added missing include files. Wed Jan 23 06:24:33 2002 Balachandran Natarajan * orbsvcs/orbsvcs/FaultTolerance/FT_Policy_i.cpp (create): * orbsvcs/orbsvcs/FaultTolerance/FT_Policy_i.h: Fixed warnings in Borland builds. Tue Jan 22 17:21:15 2002 Carlos O'Ryan * TAO_IDL/be/be_visitor_operation/operation.cpp: * TAO_IDL/be/be_visitor_operation/operation_ss.cpp: * TAO_IDL/be/be_visitor_operation/remote_proxy_impl_cs.cpp: * TAO_IDL/be/be_visitor_operation/rettype_marshal_ss.cpp: * TAO_IDL/be/be_visitor_operation/rettype_post_invoke_cs.cpp: * TAO_IDL/be/be_visitor_operation/rettype_pre_invoke_cs.cpp: * TAO_IDL/be/be_visitor_operation/rettype_return_cs.cpp: * TAO_IDL/be/be_visitor_operation/rettype_vardecl_cs.cpp: * TAO_IDL/be/be_visitor_operation/thru_poa_collocated_ss.cpp: * TAO_IDL/be/be_visitor_operation/thru_poa_proxy_impl_ss.cpp: Made stupid mistake in last round of changes: I did not test on a platform without exceptions enabled. This revealed a number of inconsistencies in the generated code, as well as very complicated logic to process arrays, sequences and interfaces as return arguments. Unfortunately, we were generating '_tao_safe_retval' for some types, and using _tao_retval for a dummy variable. In yet other places we generated such a variable but not used it, yuck. I have made the generated code mode consistent, this allows the re-use in the last change, but it forces us to always call the return variable (if any) '_tao_retval'. Tue Jan 22 19:14:22 2002 Jeff Parsons * TAO_IDL/be/be_interface.cpp: * TAO_IDL/be/be_visitor_interface/interface_cs.cpp: * TAO_IDL/be/be_visitor_interface/interface_ss.cpp: Shortened some line lengths that were over 80 characters in both source code and generated code. plus other cosmetic changes. Tue Jan 22 15:32:10 2002 Carlos O'Ryan * TAO_IDL/be_include/be_visitor_operation/operation.h: * TAO_IDL/be/be_visitor_operation/operation.cpp: * TAO_IDL/be/be_visitor_factory.cpp: * TAO_IDL/be/be_visitor_operation/amh_rh_ss.cpp: * TAO_IDL/be/be_visitor_operation/amh_ss.cpp: * TAO_IDL/be/be_visitor_operation/ami_cs.cpp: * TAO_IDL/be/be_visitor_operation/ami_handler_reply_stub_operation_cs.cpp: * TAO_IDL/be/be_visitor_operation/direct_collocated_ss.cpp: * TAO_IDL/be/be_visitor_operation/direct_proxy_impl_ss.cpp: * TAO_IDL/be/be_visitor_operation/operation_ss.cpp: * TAO_IDL/be/be_visitor_operation/remote_proxy_impl_cs.cpp: * TAO_IDL/be/be_visitor_operation/thru_poa_collocated_ss.cpp: * TAO_IDL/be/be_visitor_operation/thru_poa_proxy_impl_ss.cpp: * TAO_IDL/be_include/be_visitor_operation/ami_cs.h: * TAO_IDL/be_include/be_visitor_operation/ami_handler_reply_stub_operation_cs.h: * TAO_IDL/be_include/be_visitor_operation/direct_collocated_ss.h: * TAO_IDL/be_include/be_visitor_operation/direct_proxy_impl_ss.h: * TAO_IDL/be_include/be_visitor_operation/remote_proxy_impl_cs.h: * TAO_IDL/be_include/be_visitor_operation/thru_poa_collocated_ss.h: * TAO_IDL/be_include/be_visitor_operation/thru_poa_proxy_impl_ss.h: I found multiple copies of the following routines: gen_raise_exception(): generate the code to raise exceptions using either 'throw', 'ACE_THROW' or 'ACE_THROW_RETURN'. gen_check_interceptor_exception(): generate the code to check for exceptions (in interceptors) using either 'TAO_INTERCEPTOR_CHECK or 'TAO_INTERCEPTOR_CHECK_RETURN_RETURN'. gen_check_exception(): generate the code to check for exceptions (in interceptors) using either 'ACE_CHECK' or 'ACE_CHECK_RETURN'. Interestingly the implementations of these routines were all slightly different, for example, some did not deal with non-void routines properly, while others did not deal with the use_raw_throw() IDL-compiler option. The changes were motivated by some Borland warnings, another lesson on why we need to keep looking at warnings carefully, and not simply shut them up using some hack. Tue Jan 22 13:36:05 2002 Ossama Othman * tao/ClientRequestInfo_i.h (~TAO_ClientRequestInfo_i): * tao/ClientRequestInfo_i.cpp (~TAO_ClientRequestInfo_i): Added a virtual destructor to silence G++ warnings. Tue Jan 22 13:19:52 2002 Ossama Othman * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Credentials.cpp (operator==): Fixed problem where a const variable was passed as a non-const parameter. Tue Jan 22 12:42:13 2002 Venkita Subramonian * tests/OBV/Forward/Makefile: * docs/tutorials/Quoter/Event_Service/Makefile: * orbsvcs/tests/Security/Callback/Makefile: * performance-tests/Cubit/TAO/MT_Cubit/Makefile: * performance-tests/Cubit/TAO/IDL_Cubit/Makefile: Regenerated dependencies. Tue Jan 22 12:25:31 2002 Jeff Parsons * tests/Strategies/simple_test.idl: Changed a 'Boolean' to 'boolean'. Tue Jan 22 11:25:13 2002 Frank Hunleth * orbsvcs/orbsvcs/PortableGroup.dsp: Fixed MSVC warning. Tue Jan 22 11:22:33 2002 Frank Hunleth * orbsvcs/tests/Miop/McastHello/Makefile: Added check to skip compilation under minimum CORBA builds. Tue Jan 22 11:08:02 2002 Jeff Parsons * tests/NestedUpcall/Simple/test.idl: Changed several operation parameter types from 'UShort' to 'unsigned short'. Tue Jan 22 10:46:41 2002 Jeff Parsons * TAO_IDL/util/utl_idlist.cpp (copy): Fixed method to propagate the value of the 'escaped_' member of each contained instance of class Identifier. * TAO_IDL/util/utl_scope.cpp: When checking for case difference errors, modified logic to pass the check if one or the other (but not both) of the identifiers is escaped. * orbsvcs/orbsvcs/LifeCycleService.idl: Added an escape to an operation parameter named 'object', since it clashes with the IDL keyword 'Object'. Tue Jan 22 06:52:32 2002 Chad Elliott * orbsvcs/orbsvcs/Notify/Notify_Default_CO_Factory.cpp: Reverting the const_cast change from "Mon Jan 21 08:02:28 2002". It was not necessary. Thanks to Christopher Kohlhoff and Johnny Willemsen for pointing this out. Mon Jan 21 17:37:47 2002 Jeff Parsons * orbsvcs/IFR_Service/InterfaceDef_i.cpp: Added checks for illegal oneway operation properties (non-void return type, user exceptions, OUT or INOUT parameters) that CORBA 2.6 says must cause BAD_PARAM minor code 31 to be thrown. Mon Jan 21 18:03:11 2002 Mayur Deshpande * tao/TAO_AMH_Response_Handler.cpp * tao/TAO_AMH_Response_Handler.h * tao/PortableServer/AMH_Response_Handler.cpp * tao/PortableServer/AMH_Response_Handler.h Removed TAO_AMH_Response_Handler.* files from ORB_CORE and added them to tao/PortableServer, also renaming them to AMH_Response_Handler. This was doen to reduce tao orb_core foot-print. Other changes to the AMH_Response_Handler: - The RH methods are now thread-safe. - Documentation of class, methods and members - The 'once-only' semantics is now made more explicit by using an enum to hold the various ststes. - init_reply and send_reply method names changed with _tao_rh_ prefix to reduce possibility of user defining similar methods in IDL and creating a conflict. Thanks to Carlos for all the '@@' comments regarding the above :-) * TAO_IDL/be/be_visitor_operation/amh_rh_sh.cpp * TAO_IDL/be/be_visitor_operation/amh_rh_ss.cpp Changed code-generation to generate _tao_rh_init_reply () and _tao_init_send_reply () as per changes above. * TAO_IDL/be/be_codegen.cpp (start_server_header): Changed code generation to include the (tao) ResponseHandler classes from the tao/PortableServer/ rather than from tao/ Mon Jan 21 17:15:18 2002 Jeff Parsons * TAO_IDL/include/utl_scope.h: * TAO_IDL/util/utl_scope.cpp: Because things like 'CORBA::ULong' and 'CORBA::Float' are added to the AST automatically, the IDL compiler was wrongly accepting types like 'ULong' and "Float'. This was fixed in lookup_by_name_local() and a new method lookup_pseudo() was added to specialize the cases 'Object' and 'TypeCode', where we want to find a match. Thanks to Jerome Julius for sending in the example IDL file that uncovered this problem. Mon Jan 21 20:59:09 GMT 2002 Boris Kolpackov * tests/OBV/Any/Makefile: Fixed minor bug. Mon Jan 21 10:51:52 2002 Chad Elliott * orbsvcs/examples/Notify/Filter/Filter.dsp: * orbsvcs/examples/Notify/Subscribe/Subscribe.dsp: * orbsvcs/tests/Notify/Basic/AdminProperties_Test.dsp: * orbsvcs/tests/Notify/Basic/ConnectDisconnect.dsp: * orbsvcs/tests/Notify/Basic/Events_Test.dsp: * orbsvcs/tests/Notify/Basic/IdAssignment.dsp: * orbsvcs/tests/Notify/Basic/LifeCycleTest.dsp: * orbsvcs/tests/Notify/Basic/Simple.dsp: * orbsvcs/tests/Notify/Basic/Updates.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_Consumer.dsp: * orbsvcs/tests/Notify/Structured_Filter/Structured_Supplier.dsp: * orbsvcs/tests/Notify/Structured_Multi_Filter/Structured_Consumer.dsp: * orbsvcs/tests/Notify/Structured_Multi_Filter/Structured_Supplier.dsp: * orbsvcs/tests/Notify/lib/TAO_NotifyTests.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/Notify/performance-tests/RedGreen/RedGreen.dsp: * orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.dsp: Added the ETCL directory to libpath. Mon Jan 21 10:42:41 2002 Chad Elliott * orbsvcs/Notify_Service/Makefile: * orbsvcs/examples/Notify/Filter/Makefile: * orbsvcs/examples/Notify/Subscribe/Makefile: * orbsvcs/tests/Notify/Basic/Makefile: * orbsvcs/tests/Notify/Blocking/Makefile: * orbsvcs/tests/Notify/Discarding/Makefile: * orbsvcs/tests/Notify/MT_Dispatching/Makefile: * orbsvcs/tests/Notify/Ordering/Makefile: * orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Makefile: * orbsvcs/tests/Notify/Sequence_Multi_Filter/Makefile: * orbsvcs/tests/Notify/Structured_Filter/Makefile: * orbsvcs/tests/Notify/Structured_Multi_Filter/Makefile: * orbsvcs/tests/Notify/lib/Makefile: * orbsvcs/tests/Notify/performance-tests/Filter/Makefile: * orbsvcs/tests/Notify/performance-tests/RedGreen/Makefile: * orbsvcs/tests/Notify/performance-tests/Throughput/Makefile: Reverse the order of the CosNotification and ETCL libs in order to link properly with static libraries. Mon Jan 21 10:30:38 2002 Chad Elliott * orbsvcs/Notify_Service/Notify_Service.dsp: * orbsvcs/orbsvcs/Fault_Tolerance.dsp: Added the ETCL directory to libpath. Mon Jan 21 08:02:28 2002 Chad Elliott * orbsvcs/orbsvcs/Notify/Notify_Default_CO_Factory.cpp: Added const cast's to appease the Borland compiler. Mon Jan 21 07:15:35 2002 Chad Elliott * orbsvcs/orbsvcs/Notify/Notify_Buffering_Strategy.h: * orbsvcs/tests/Notify/Blocking/Notify_Structured_Push_Consumer.h: * orbsvcs/tests/Notify/Blocking/Structured_Consumer.cpp: * orbsvcs/tests/Notify/Blocking/Structured_Supplier.cpp: * orbsvcs/tests/Notify/Discarding/Notify_Sequence_Push_Consumer.cpp: * orbsvcs/tests/Notify/Discarding/Sequence_Supplier.cpp: * orbsvcs/tests/Notify/Discarding/Structured_Supplier.cpp: * orbsvcs/tests/Notify/Ordering/Notify_Sequence_Push_Consumer.cpp: * orbsvcs/tests/Notify/Ordering/Notify_Structured_Push_Consumer.cpp: * orbsvcs/tests/Notify/Ordering/Sequence_Supplier.cpp: * orbsvcs/tests/Notify/Ordering/Structured_Supplier.cpp: * orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Notify_Sequence_Push_Consumer.cpp: * orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Sequence_Supplier.cpp: * orbsvcs/tests/Notify/Sequence_Multi_Filter/Notify_Sequence_Push_Consumer.cpp: Fix build errors for Debian Minimum. Added a missing include of "orbsvcs/TimeBaseC.h". Mon Jan 21 06:59:24 2002 Venkita Subramonian * orbsvcs/orbsvcs/PortableGroup/PortableGroup_ORBInitializer.cpp: Fixed compile error. Added #include "tao/debug.h". Mon Jan 21 04:35:14 2002 Ossama Othman * orbsvcs/orbsvcs/SSLIOP/SSLIOP.idl: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Vault.h: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Vault.cpp: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Credentials.h: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Credentials.inl: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Credentials.cpp: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_ReceivedCredentials.h: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_ReceivedCredentials.cpp: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_TargetCredentials.h: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_TargetCredentials.cpp: Removed all uses of the OpenSSL RSA data structure and related functions in favor of the OpenSSL EVP_PKEY data structure and functions. The latter is more generic, and automatically handles multiple private key types. * orbsvcs/orbsvcs/SSLIOP/SSLIOP_EVP_PKEY.h: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_EVP_PKEY.inl: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_EVP_PKEY.cpp: New TAO_SSLIOP_EVP_PKEY_var class that provides CORBA-style memory management of the OpenSSL "EVP_PKEY" key data structure. * orbsvcs/orbsvcs/SSLIOP/SSLIOP_EVP_PKEY.h: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_EVP_PKEY.inl: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_EVP_PKEY.cpp: Removed these files. They have been superseded by the EVP_PKEY files above. * orbsvcs/orbsvcs/SSLIOP/SSLIOP_X509.inl (_duplicate): Do not attempt to increase the reference count if the X509 pointer is zero. Fixes a segmentation fault. * orbsvcs/orbsvcs/Makefile.SSLIOP: * orbsvcs/orbsvcs/SSLIOP.bor: * orbsvcs/orbsvcs/SSLIOP.dsp: Added new SSLIOP_EVP_PKEY.* files and removed the deprecated SSLIOP_RSA.* files. Mon Jan 21 02:12:34 2002 Ossama Othman * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.h (retrieved_credentials): Changed the return type to be a Credentials object, thus making the method act as advertised. * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp (ssliop_connect): Once a connection has been made and before it is cached, set the quality-of-protection, establishment-of-trust and credentials specific to the connection in the TAO_SSLIOP_Endpoint. They must be taken into account when searching the transport cache for suitable SSLIOP connections. (retrieve_credentials): Returned the retrieved credentials to the caller instead of attempting to do too much in this method. * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Credentials.h: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Credentials.cpp (operator==, hash): Added these comparison methods for use with TAO's transport caching mechanism. * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Endpoint.h: Added a SSLIOP_Credentials attribute, and accompanying accessors. Removed unnecessary `tao/ORB.h' include. * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Endpoint.i (credentials): New "credentials_" member set/get accessor methods. * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Endpoint.cpp (is_equivalent, hash): Use the corresponding methods in the SSLIOP_Credentials class when comparing/hashing two SSLIOP_Credentials objects. Mon Jan 21 01:05:37 2002 Ossama Othman * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Vault.cpp (TAO_SSLIOP_password_callback): Fixed static_cast from "void *" to "const char *". Such a cast is invalid. Instead, static_cast to a "char *" and then assign to a "const char *". (make_X509, make_RSA): Corrected misuse of ACE_OS::close() where ACE_OS::fclose() was expected. Sun Jan 20 23:14:47 2002 Ossama Othman * orbsvcs/orbsvcs/SSLIOP.idl: Added structures to be filled in with certificate and key information. These will be used in conjunction with the SecurityLevel2::PrincipalAuthenticator object, i.e passed in via the authenticate() method. * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp (retrieve_credentials): Set the RSA private key for the current invocation if one was set in the retrieved credentials. * orbsvcs/orbsvcs/SSLIOP/SSLIOP_RSA.h: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_RSA.inl: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_RSA.cpp: New TAO_SSLIOP_RSA_var class that provides CORBA-style memory management of the OpenSSL "RSA" key data structure. * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Credentials.h: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Credentials.inl: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Credentials.cpp: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_ReceivedCredentials.h: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_ReceivedCredentials.cpp: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_TargetCredentials.h: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_TargetCredentials.cpp: The Credentials objects now hold a pointer to an OpenSSL "RSA" key data structure. * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Vault.h (make_X509, make_RSA): Added these methods to the TAO_SSLIOP_Vault class. * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Vault.cpp (acquire_credentials): Completed initial implementation of this method. Support for ASN.1 and PEM encoded certificates and RSA private keys is available. (make_X509, make_RSA): New methods create OpenSSL X509 and RSA data structures, respectively, based on authentication data supplied by the user. (TAO_SSLIOP_password_callback): Callback method passed to OpenSSL calls that require passwords or passphrases to decrypt PEM files. * orbsvcs/orbsvcs/SSLIOP/SSLIOP_X509.h: Include "ace/config-all.h" instead of "tao/corbafwd.h." The former is all that is needed. * orbsvcs/orbsvcs/Makefile.SSLIOP: * orbsvcs/orbsvcs/SSLIOP.bor: * orbsvcs/orbsvcs/SSLIOP.dsp: Added new SSLIOP_RSA.* files to the appropriate file lists. Mon Jan 21 00:13:42 2002 Christopher Kohlhoff * orbsvcs/Notify_Service/NT_Notify_Service.bor: * orbsvcs/Notify_Service/Notify_Service.bor: Added in ETCL library now required for static linking. * orbsvcs/orbsvcs/CosNotification.bor: Added missing source files Notify_Extensions and Notify_StructuredEvents. * orbsvcs/orbsvcs/Notify/Notify_Default_CO_Factory.cpp: * orbsvcs/orbsvcs/Security/SecurityManager.cpp: Added .in()s in places to fix Borland C++ compiler error about ambiguous conversion. Sun Jan 20 17:38:01 2002 Jeff Parsons * TAO_IDL/ast/ast_exception.cpp: * TAO_IDL/ast/ast_sequence.cpp: * TAO_IDL/ast/ast_structure.cpp: * TAO_IDL/ast/ast_union.cpp: * TAO_IDL/be/be_valuetype.cpp: Added a check in be_valuetype::in_recursion() to catch the case where a valuetype contains a valuetype that is recursive. Also changed in_recursion in each of the files above to create the scope visitor on the stack instead of on the heap. Also removed narrowing of return value from field->field_type() to AST_Type - that method returns an AST_Type already. Sun Jan 20 16:33:39 2002 Jeff Parsons * orbsvcs/Notify_Service/Makefile: Added orbsvcs/orbsvcs/ETCL to library search path. Sun Jan 20 15:56:47 2002 Jeff Parsons * tests/OBV/Any/Any.dsw: * tests/OBV/Any/client.dsp: * tests/OBV/Any/server.dsp: Added some files to server.dsp. Also recreated client.dsp and added it again to the workspace, since the original project file wouldn't load. Sun Jan 20 09:44:12 2002 Frank Hunleth * orbsvcs/orbsvcs/PortableGroup.dsp: Added TAO_CosNaming.lib to link list for Win32 Release. Sat Jan 19 18:23:54 2002 Balachandran Natarajan * orbsvcs/orbsvcs/FaultTolerance/FT_Policy_i.h: Fixed some more errors with exception specifications. Sat Jan 19 23:57:13 GMT 2002 Boris Kolpackov * tests/OBV/Any/Makefile: Regenerated dependencies. Sat Jan 19 23:30:42 GMT 2002 Boris Kolpackov * TAO_IDL/be/be_visitor_valuetype/any_op_cs.cpp: Fixed some bugs in generated any extraction operator. Sat Jan 19 14:15:37 2002 Balachandran Natarajan * orbsvcs/orbsvcs/FaultTolerance/FT_Policy_i.h: Not sure why this was lying in workspace for a long time. Fixed a compile error with g++. Exceptions were not specified in the signature and hence the error. Sat Jan 19 10:58:53 2002 Ossama Othman * tao/PortableServer/ServerRequestInfo.cpp (server_id, orb_id): Fixed code that didn't conform to the C++ mapping. The caller owns the storage. Return a string using CORBA::string_dup(). Don't just return a string with the const-ness casted away. Sat Jan 19 11:36:22 2002 Frank Hunleth * orbsvcs/tests/Miop/McastHello/server.cpp (main): Fixed a few warnings. Thanks to Venkita for catching them. Sat Jan 19 11:16:09 2002 Venkita Subramonian * utils/nslist/nsdel.cpp: Fixed (hopefully!!) compile errors. Sat Jan 19 09:22:54 2002 Balachandran Natarajan * orbsvcs/orbsvcs/AV/Transport.cpp: Just swapped a couple of #includes. The dependency generation was getting messed up somehow. * orbsvcs/orbsvcs/Makefile.av: Fixed the dependencies. Sat Jan 19 09:03:32 2002 Venkita Subramonian * performance-tests/Cubit/TAO/MT_Cubit/Makefile: Fixed Makefile error. Sat Jan 19 09:00:16 2002 Venkita Subramonian * performance-tests/Cubit/TAO/IDL_Cubit/Makefile: Fixed Makefile error. Sat Jan 19 08:52:55 2002 Venkita Subramonian * tests/OBV/Forward/Test_impl.cpp: tests/OBV/Forward/Test_impl.h: Fixed compile errors. Sat Jan 19 08:41:01 2002 Venkita Subramonian * tests/OBV/Factory/FactoryS_impl.cpp: tests/OBV/Factory/FactoryS_impl.h: Fixed compile errors. Sat Jan 19 08:24:10 2002 Venkita Subramonian * tao/ValueBase.cpp: Fixed compile error. Added "#include tao/debug.h". Fri Jan 18 21:34:33 2002 Balachandran Natarajan * orbsvcs/orbsvcs/Makefile*: Regenerated dependencies. Fri Jan 18 18:46:39 2002 Ossama Othman * tao/PortableServer/ObjectReferenceTemplate.cpp: Removed duplicate template instantiations. They were already defined in ObjectReferenceTemplateC.cpp. Fri Jan 18 18:25:55 2002 Carlos O'Ryan * tao/TAO_AMH_Response_Handler.cpp: Fixed inconsistency in _tao_out field name. Fri Jan 18 18:02:41 2002 Ossama Othman * tao/IFR_Client/IFR_BaseC.cpp: * tao/IFR_Client/IFR_BasicC.cpp: * tao/IFR_Client/IFR_ComponentsC.cpp: * tao/IFR_Client/IFR_ExtendedC.cpp: Updated with new Portable Interceptor updates. Fri Jan 18 16:42:18 2002 Ossama Othman * tao/ClientInterceptorAdapter.h: No need to include corbafwd.h, ClientRequestInfo.h. Forward declaring classes is sufficient. Added a new "TAO_ClientRequestInfo *" member. It is the cached value of the object retrieved from TSS. * tao/ClientInterceptorAdapter.inl: Initialize the new "info_" member in the base member initializer list. * tao/ClientInterceptorAdapter.cpp: Updated all interception point methods to accept pointers to the new TAO_ClientRequestInfo_i pointer. * tao/ClientRequestInfo_i.h: * tao/ClientRequestInfo_i.inl: * tao/ClientRequestInfo_i.cpp: New files containing the new "underlying" implementation of the PortableInterceptor::ClientRequestInfo interface. They basically contain the implementation that was previously found in TAO_ClientRequestInfo. This new class, i.e. "TAO_ClientRequestInfo_i," does not inherit from any class. All operation-specific ClientRequestInfo subclasses in the client stubs now inherit from this class. This removes a lock initialization from the critical path, and replaces it with a TSS access. This should improve performance on the client side significantly in both cases where interceptors were registered and not registered with the ORB. [Bug 874] * tao/ClientRequestInfo.h: No need to include "StringSeqC.h." Added a new "TAO_ClientRequestInfo_Guard" class that is designed to ensure the swapping of TAO_ClientRequestInfo_i pointers in a TAO_ClientRequestInfo object is performed in an exception-safe manner when interception points are being invoked. * tao/ClientRequestInfo.inl: * tao/ClientRequestInfo.cpp: Moved implementation code to the new TAO_ClientRequestInfo_i class. Added "TAO_ClientRequestInfo_Guard" class implementation. * tao/ORB_Core.h: * tao/ORB_Core.cpp: Store a TAO_ClientRequestInfo object in the ORB_Core's TSS resources. * tao/DomainC.cpp: * tao/PolicyC.cpp: * tao/PortableServer/ImplRepoC.cpp: Updated to use new TAO_ClientRequestInfo_i class. * TAO_IDL/be/be_codegen.cpp: * TAO_IDL/be/be_visitor_operation/interceptors_cs.cpp: Updated generated code to use new TAO_ClientRequestInfo_i class. [Bug 874] Fri Jan 18 17:29:36 2002 Carlos O'Ryan * tao/TAO_Server_Request.h: * tao/TAO_Server_Request.cpp: * tao/TAO_AMH_Response_Handler.h: * tao/TAO_AMH_Response_Handler.cpp: The TAO_Server_Request class does not depend on TAO_AMH_Response_Handler anymore, instead of forsing ServerRequest to know about AMH and make it copy its state to the AMH_Response_Handler we make AMH_Response_Handler a friend. That way the AMH_Response_Handler can copy whatever state it needs. Add some comments for Mayur about this stuff. * TAO_IDL/be/be_visitor_amh_pre_proc.cpp: Do not generate AMH_*ResponseHandler nodes for AMI nodes or other implied-IDL nodes. * TAO_IDL/be/be_visitor_interface/amh_rh_sh.cpp: * TAO_IDL/be/be_visitor_interface/amh_rh_ss.cpp: Fixed inconsistencies in the generated name for the TAO_AMH_ResponseHandler class. Change the constructor of those generated classes to take the TAO_ServerRequest parameter. * TAO_IDL/be/be_visitor_interface/interface_sh.cpp: * TAO_IDL/be/be_visitor_interface/amh_sh.cpp: Fixed indentation problems. * TAO_IDL/be/be_visitor_operation/amh_rh_ss.cpp: Fixed class name in operations (made it consistent with the generated name in be_visitor_interface/amh_rh_*.cpp). Fixed exception throwing code (it was hardcoded to use ACE_THROW, but the IDL compiler should be able to generate raw throws also). * TAO_IDL/be/be_visitor_operation/amh_sh.cpp: Fixed indentation problem in the generated code. Improved error messages in case of failure. Set the visitor context state properly for the arglist visitor. * TAO_IDL/be/be_visitor_operation/amh_ss.cpp: Use the right constructor for the TAO_AMH_*ResponseHandler class. * TAO_IDL/be/be_visitor_operation/operation.cpp: * TAO_IDL/be/be_visitor_operation/operation_ss.cpp: * TAO_IDL/be_include/be_visitor_operation/operation.h: * TAO_IDL/be_include/be_visitor_operation/operation_ss.h: Move several helper methods to the base class (be_visitor_operation), because we need them in classes that do not derive from be_visitor_operation_ss * TAO_IDL/ast/ast_decl.cpp: Fixed small compilation warning. Fri Jan 18 15:55:59 2002 Ossama Othman * tests/Portable_Interceptors/ForwardRequest/client.dsp: * tests/Portable_Interceptors/ForwardRequest/server.dsp: Added missing TAO_IDL include flag and ValueType generation flag. PortableInteceptor.pidl now has support for ObjectReferenceTemplates, which requires ValueType support. Fri Jan 18 22:30:03 GMT 2002 Boris Kolpackov * tests/OBV/Any/*: * tests/OBV/Factory/Makefile: * tests/OBV/Forward/Makefile: * tests/OBV/README: * tests/OBV/Makefile: * tests/Makefile: Added OBV-and-Any test. Updated relevant Makefile's. Fri Jan 18 15:41:22 2002 Jeff Parsons * TAO_IDL/fe/idl.ll: * TAO_IDL/fe/lex.yy.cpp (idl_store_pragma): Changed the string "id" to match for #pragma ID to upper case. * TAO_IDL/ast/ast_decl.cpp: Changed check in version setting function to correspond to the CORBA 2.5 change that now allows the version to be reset if it is reset to the same value. Fri Jan 18 13:19:00 2002 Mayur Deshpande * TAO_IDL/be/be_visitor_operation/amh_rh_sh.cpp: * TAO_IDL/be/be_visitor_operation/amh_rh_ss.cpp: * tao/TAO_AMH_Response_handler.h: * tao/TAO_AMH_Response_handler.cpp: Added code that now generates AMH-RH code for operation in skeleton-source file. Changed 'tao_out' CDR stream in TAO_AMH_Response_Handler so that the variable names of the generated IDL code and that in the tao orb_core files match. Fri Jan 18 13:47:26 2002 Jeff Parsons * TAO_IDL/be_include/be_visitor_valuetype.h: * TAO_IDL/be/be_visitor_valuetype.cpp: Removed duplicate file inclusions. Fri Jan 18 13:21:28 2002 Jeff Parsons * TAO_IDL/be/be_interface.cpp: Added patch sent in by Andy Olsen that limits the last component of the name of the temporary file used by gperf to no more than 48 characters, when the platform is QNX. Fri Jan 18 22:16:06 2002 Boris Kolpackov * TAO_IDL/be_include/be_visitor_typecode/typecode_decl.h: * TAO_IDL/be_include/be_visitor_typecode/typecode_defn.h: * TAO_IDL/be_include/be_visitor_valuetype/any_op_ch.h: * TAO_IDL/be_include/be_visitor_valuetype/any_op_cs.h: * TAO_IDL/be_include/be_valuetype.h: * TAO_IDL/be_include/be_visitor_valuetype.h: * TAO_IDL/be/be_visitor_module/module.cpp: * TAO_IDL/be/be_visitor_root/root.cpp: * TAO_IDL/be/be_visitor_typecode/typecode_decl.cpp: * TAO_IDL/be/be_visitor_typecode/typecode_defn.cpp: * TAO_IDL/be/be_visitor_valuetype/any_op_ch.cpp: * TAO_IDL/be/be_visitor_valuetype/any_op_cs.cpp: * TAO_IDL/be/be_visitor_valuetype/valuetype_ch.cpp: * TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp: * TAO_IDL/be/be_visitor_factory.cpp: * TAO_IDL/be/be_valuetype.cpp: * TAO_IDL/be/be_visitor_valuetype.cpp: * tao/Typecode.h: * tao/Marshal.h: * tao/Marshal.i: * tao/Marshal.cpp: * tao/Typecode.cpp: * tao/ValueBase.cpp: * tao/append.cpp: * tao/skip.cpp: Added Any and TypeCode support for valuetypes. Fri Jan 18 11:50:06 2002 Balachandran Natarajan * */Makefile: Regenerated dependencies. Fri Jan 18 09:32:57 2002 Carlos O'Ryan * TAO_IDL/be_include/be_interface.h: * TAO_IDL/be/be_interface.cpp: Improved comments in generated code. New gen_operation_table() helper method, it can generate an operation table with a different class name (and class flat name). This is useful for the AMH code generation. Changed the related methods to take a flat_name argument. * TAO_IDL/be/be_visitor_interface/amh_sh.cpp: Do not create a temporary "AMH_*" node, the visitors deal with the original interface node directly. Fixed generation of the _this() method to use the new TAO_ENV_ARG_* macros. * TAO_IDL/be_include/be_visitor_interface/interface_ss.h: * TAO_IDL/be/be_visitor_interface/interface_ss.cpp: * TAO_IDL/be_include/be_visitor_interface/amh_ss.h: * TAO_IDL/be/be_visitor_interface/amh_ss.cpp: Make the "flat_name" customizable in the be_visitor_interface_ss vistor. This is used to generate an AMH-specific flat name and take advantage of the new gen_operation_table() helper method in be_interface. * TAO_IDL/be/be_visitor_operation/amh_sh.cpp: Since there is no AMH_* node anymore then we need to add the AMH_ prefix explicitly. * TAO_IDL/be/be_visitor_operation/amh_ss.cpp: Removed traditional visitors, but I still need to add the new ones. Fri Jan 18 09:23:42 2002 Frank Hunleth * orbsvcs/orbsvcs/PortableGroup.dsp: Fixed custom build for .idl files for Release builds. Fri Jan 18 06:54:48 2002 Chad Elliott * orbsvcs/orbsvcs/orbsvcs.dsw: Added ETCL to the dependencies for the Fault_Tolerance workspace. Thu Jan 17 23:31:13 2002 Ossama Othman * tao/TAO.dsp: * tao/TAO_Static.dsp: Added missing ObjectReferenceTemplateC.* files. Fri Jan 18 07:55:12 2002 Johnny Willemsen * tao/Makefile.bor: Added Policy_Validator, ObjectReferenceTemplateC * tao/PortableServer/Makefile.bor: Removed Policy_Validator * tao/BiDir_GIOP/Makefile.bor: Added BiDirPolicy_Validator Thu Jan 17 21:46:16 2002 Ossama Othman * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.{h,cpp} (retrieve_credentials): New method that extracts SSLIOP-specific credentials from the SecurityLevel2::InvocationCredentialsPolicy via the ORB's policy framework. Extracted credentials will be used when establishing the underlying SSL connection. * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp (ssliop_connect): Fixed a memory leak that occurred on error before an attempt to establish a connection was made. * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Credentials.h: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Credentials.cpp: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_ReceivedCredentials.h: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_ReceivedCredentials.cpp: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_TargetCredentials.h: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_TargetCredentials.cpp: Added downcast related methods that make it possible to downcast to the TAO_SSLIOP-specific interfaces. * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Credentials.inl (x509): New file that contains the new x509() accessor method. Thu Jan 17 22:02:38 2002 Venkita Subramonian * orbsvcs/orbsvcs/Notify/Notify_Extensions.h: * tao/BiDir_GIOP/BiDirPolicy_Validator.h: Fixed Fuzz compile errors. Thu Jan 17 21:52:22 2002 Venkita Subramonian * utils/nslist/nsdel.cpp: Fixed compile errors on Win32 builds. Thu Jan 17 19:24:24 2002 Priyanka Gontla * tao/ObjectReferenceTemplateC.h: Removed the if-defs around the ValueBase and ValueFactory includes. The includes are needed in all cases and not just when minimum_corba=1 Thu Jan 17 19:06:58 2002 Priyanka Gontla * tests/Portable_Interceptors/IORInterceptor/FOO_IORInterceptor.cpp: Fixed unused parameter warnings. Thu Jan 17 18:59:14 2002 Priyanka Gontla * tao/PortableServer/IORInfo.cpp: Fixes for the KCC statement-not-reachable warnings. Thu Jan 17 18:40:49 2002 Priyanka Gontla * tao/TAO_Internal.cpp: Included the missing debug.h Thu Jan 17 17:40:55 2002 Mayur Deshpande * be_include/be_visitor_interface/amh_rh_sh.h: * be_include/be_visitor_interface/amh_rh_ss.h: * be_include/be_visitor_operation/amh_rh_sh.h: * be_include/be_visitor_operation/amh_rh_ss.h: * be/be_visitor_interface/amh_rh_sh.cpp: * be/be_visitor_interface/amh_rh_ss.cpp: * be/be_visitor_operation/amh_rh_sh.cpp: * be/be_visitor_operation/amh_rh_ss.cpp: Most of the 'bugs' have been fixed with the AMH-RH generated code now. The only known remaining 'to-do' is the generation of the marshalling code for the RH-parametes in the skeleton source file. Thu Jan 17 17:39:00 2002 Ossama Othman * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Acceptor.h: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Acceptor.cpp: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.h: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Factory.h: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Factory.cpp: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Invocation_Interceptor.h: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Invocation_Interceptor.cpp: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_ORBInitializer.h: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_ORBInitializer.cpp: Use the Security::QOP type instead of an integer to store the desired quality-of-protection. The former is more descriptive. * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Endpoint.h (TAO_SSLIOP_Endpoint): Cache the quality-of-protection and establishment-of-trust settings associated with the endpoint object. They are need when determining if a given cached connection is suitable for an invocation with a given set of security policies (e.g. QOPPolicy). * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Endpoint.i (qop, trust): Accessors methods for their cached counterparts. * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Endpoint.cpp (is_equivalent, hash): Take into account the quality-of-protection and establishment-of-trust settings when determining endpoint equivalence and computing hashes. * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp (ssliop_connect): Added support for the Security::SecQOPIntegrity quality-of-protection. Integrity without confidentiality is achieved by using the "eNULL" SSL cipher. Despite the fact that encryption is disabled, a secure hash is still used to ensure integrity. Cleaned up the code in this method. Thu Jan 17 17:34:10 2002 Priyanka Gontla * tao/ObjectReferenceTemplate.pidl: * tao/PortableInterceptor.pidl: Moved the ObjectReferenceTemplate stuff from PortableInterceptor.pidl to the new ObjectReferenceTemplate.pidl. This is needed to get the builds straight for the minimum corba. By moving the ORT related part to a separate pidl, we are making it (ORT) usable irrespective of the usage of interceptors. * tao/PortableInterceptorC.i: * tao/PortableInterceptorC.h: * tao/PortableInterceptorC.cpp: Regenerated and applied patches. * tao/ObjectReferenceTemplateC.h: * tao/ObjectReferenceTemplateC.h: * tao/ObjectReferenceTemplateC.h: Generated and made modifications as needed. * tao/PortableServer/ObjectReferenceTemplate.cpp: * tao/PortableServer/ObjectReferenceTemplate.h: * tao/PortableServer/ObjectReferenceFactory.cpp: * tao/PortableServer/ObjectReferenceFactory.h: Since this part is out of the interceptor loop, removed the if-defines checking for interceptors. Removed the include of PortableInterceptorC.h and included ObjectReferenceTemplateC.h instead. * tao/PortableServer/POA.cpp: * tao/PortableServer/POA.h: Included StringSeqC.h needed for minimum corba builds. Moved wrongly placed #endif for TAO_HAS_MINIMUM_POA check. * tao/Makefile: Added ObjectReferenceTemplateC to the list of ORB_CORE files. Thu Jan 17 16:02:50 2002 Carlos O'Ryan * TAO_IDL/be_include/be_visitor_interface/amh_sh.h: * TAO_IDL/be/be_visitor_interface/amh_sh.cpp: * TAO_IDL/be_include/be_visitor_interface/amh_ss.h: * TAO_IDL/be/be_visitor_interface/amh_ss.cpp: Override visit_operation() and visit_attribute() to invoke the AMH-specific visitors. * TAO_IDL/be/be_visitor_interface/interface_cs.cpp: Improve comments in generated code, instead of saying silly things like "//constructor" (like I didn't know what a constructor looks like). Instead we generate a pointer to where the code is generated from. Fixed indentation in the generated code also. * TAO_IDL/be/be_visitor_interface/interface_ss.cpp: Do not use CORBA::_tc_Object to get the CORBA::Object interface repository ID, the string can as easily get hard-coded, is not like the OMG changes that string every week. * TAO_IDL/be/be_visitor_operation/amh_sh.cpp: The AMH-operations have their AMH_*ResponseHandler argument generated, however we still need to double check the arglist because some black magic is going on inside the AMH visitor for interfaces that seems to create a special operation node. * TAO_IDL/be/be_visitor_operation/amh_ss.cpp: Improved skeletons for AMH-operations. The skeleton is starting to take shape, it creates the AMH_*ResponseHandler but no marshaling or demarshaling code is present. * TAO_IDL/be/be_visitor_operation/arglist.cpp: * TAO_IDL/be/be_visitor_operation/operation.cpp: * TAO_IDL/be_include/be_visitor_operation/operation.h: Factor out code to generate the TAO_ENV_ARG parameter to a separate function, that makes it easier to reuse the arglist visitors. Thu Jan 17 17:20:46 2002 Balachandran Natarajan * tao/TAO_Static.dsp: Added the files the Policy_Validator.* * tao/BiDir_GIOP/TAO_BiDir_GIOP.dsp: Added the policy validator class files. Thu Jan 17 17:09:46 2002 Balachandran Natarajan * tao/TAO.dsp (SOURCE): Added the files the Policy_Validator.* * tao/PortableServer/*.dsp: Removed the file Policy_Validator.*. Thu Jan 17 17:04:25 2002 Balachandran Natarajan * tao/Acceptor_Impl.h: Removed the out_of_sockets_handler () method as this was not used. Thanks to Andrew for pointing this out. * tao/ORB_Core.cpp: * tao/ORB_Core.h: Removed the method parse_bidir_policy () method and added a new method load_policy_validators (). * tao/orbconf.h: Added a new cached policy for BiDir connections. * tao/Policy_Validators.h: * tao/Policy_Validators.cpp: Moved this class from PortableServer library. This is very useful in TAO when policy validators from other libraries needs to be added to the POA policy validator. We now use this as a basis of a new policy validator class in BiDir library. The BiDir library would add its policy validator to the POA policy validator. * tao/BiDir_Adapter.h: Added a method load_policy_validators () to add the policy validator. * tao/Makefile: Added the new files. * tao/BiDir_GIOP/BiDirPolicy_Validator.h: * tao/BiDir_GIOP/BiDirPolicy_Validator.cpp: The new policy validator for BiDir GIOP. * tao/BiDir_GIOP/BiDirGIOP.cpp: * tao/BiDir_GIOP/BiDirGIOP.h: * tao/BiDir_GIOP/BiDir_Policy_i.cpp: * tao/BiDir_GIOP/BiDir_Policy_i.h: * tao/BiDir_GIOP/Makefile: Changes to create and use the validator properly. * tao/PortableServer/Default_Policy_Validator.cpp: * tao/PortableServer/Default_Policy_Validator.h: Changes to use the Policy_Validator in TAO. * tao/PortableServer/Makefile: Removed the Policy_Validator.* and generated dependecies. * tao/PortableServer/Policy_Validator.h: * tao/PortableServer/Policy_Validator.cpp: Moved to $TAO_ROOT/tao. * tao/PortableServer/Object_Adapter.h * tao/PortableServer/Object_Adapter.i * tao/PortableServer/POA.h: * tao/PortableServer/POA_Policy_Set.cpp: * tao/PortableServer/POA_Policy_Set.h: * tao/PortableServer/Policy_Validator.h: * tao/RTPortableServer/RT_Policy_Validator.cpp: * tao/RTPortableServer/RT_Policy_Validator.h: Changes to accomodate the new policy_Validator class in $TAO_ROOT/tao. Thu Jan 17 12:22:32 2002 Ossama Othman * tao/ORB_Core.cpp (init): * tao/TAO_Internal.cpp (open_services): Moved the parsing code for the "-ORBDebug" and "-ORBDebugLevel" options to TAO_Internal::open_services() so that Service_Objects and ORBInitializers may use debugging output dependent on their values. Note that this change does not affect other debugging code in the ORB. It simply moves the option parsing code earlier in the bootstrapping process. Thu Jan 17 12:04:41 2002 Ossama Othman * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Factory.cpp (init): The certificate must be set before the private key since the ACE_SSL_Context attempts to check the private key for consistency. That check requires the certificate to be available in the underlying SSL_CTX. Thu Jan 17 13:40:09 2002 Chad Elliott Added new features to the Notification Service. The following items have been implemented: Sequence Push Consumers/Suppliers, Pacing Interval, Maximum Batch Size, Deadline ordering policy, Deadline, Priority and LIFO discarding policies. Tests were written by Chip Jones and Pete Maher . * docs/releasenotes/index.html: Update the documentation to reflect the current state of the Notification Service. * orbsvcs/Notify_Service/Makefile: * orbsvcs/Notify_Service/Notify_Service.dsp: * orbsvcs/examples/Notify/Filter/Filter.dsp: * orbsvcs/examples/Notify/Filter/Makefile: * orbsvcs/examples/Notify/Subscribe/Makefile: * orbsvcs/examples/Notify/Subscribe/Subscribe.dsp: * orbsvcs/orbsvcs/CosNotification.dsp: * orbsvcs/orbsvcs/CosNotification_Static.dsp: * orbsvcs/orbsvcs/Fault_Tolerance.dsp: * orbsvcs/orbsvcs/Makefile.CosNotification: * orbsvcs/orbsvcs/orbsvcs.dsw: Update Makefiles and project files to use the ETCL library. * orbsvcs/orbsvcs/Notify/Notify_AdminProperties.h: * orbsvcs/orbsvcs/Notify/Notify_AdminProperties.i: * orbsvcs/orbsvcs/Notify/Notify_AdminProperties.cpp: * orbsvcs/orbsvcs/Notify/Notify_Buffering_Strategy.h: * orbsvcs/orbsvcs/Notify/Notify_Buffering_Strategy.cpp: * orbsvcs/orbsvcs/Notify/Notify_Command.h: * orbsvcs/orbsvcs/Notify/Notify_Command.i: * orbsvcs/orbsvcs/Notify/Notify_ConsumerAdmin_i.cpp: * orbsvcs/orbsvcs/Notify/Notify_Default_CO_Factory.cpp: * orbsvcs/orbsvcs/Notify/Notify_Event.h: * orbsvcs/orbsvcs/Notify/Notify_Event.cpp: * orbsvcs/orbsvcs/Notify/Notify_EventChannel_i.h: * orbsvcs/orbsvcs/Notify/Notify_EventChannel_i.cpp: * orbsvcs/orbsvcs/Notify/Notify_Event_Manager.h: * orbsvcs/orbsvcs/Notify/Notify_Event_Manager.cpp: * orbsvcs/orbsvcs/Notify/Notify_Event_Processor.h: * orbsvcs/orbsvcs/Notify/Notify_Event_Processor.cpp: * orbsvcs/orbsvcs/Notify/Notify_Extensions.h: * orbsvcs/orbsvcs/Notify/Notify_Extensions.cpp: * orbsvcs/orbsvcs/Notify/Notify_FilterAdmin_i.h: * orbsvcs/orbsvcs/Notify/Notify_FilterAdmin_i.cpp: * orbsvcs/orbsvcs/Notify/Notify_FilterFactory_i.cpp: * orbsvcs/orbsvcs/Notify/Notify_Filter_i.h: * orbsvcs/orbsvcs/Notify/Notify_Filter_i.cpp: * orbsvcs/orbsvcs/Notify/Notify_MT_Worker_Task.h: * orbsvcs/orbsvcs/Notify/Notify_MT_Worker_Task.cpp: * orbsvcs/orbsvcs/Notify/Notify_ProxyConsumer_T.h: * orbsvcs/orbsvcs/Notify/Notify_ProxyConsumer_T.cpp: * orbsvcs/orbsvcs/Notify/Notify_ProxySupplier_T.h: * orbsvcs/orbsvcs/Notify/Notify_ProxySupplier_T.cpp: * orbsvcs/orbsvcs/Notify/Notify_Proxy_T.h: * orbsvcs/orbsvcs/Notify/Notify_Proxy_T.cpp: * orbsvcs/orbsvcs/Notify/Notify_QoSAdmin_i.h: * orbsvcs/orbsvcs/Notify/Notify_QoSAdmin_i.inl: * orbsvcs/orbsvcs/Notify/Notify_QoSAdmin_i.cpp: * orbsvcs/orbsvcs/Notify/Notify_SequenceProxyPushConsumer_i.cpp: * orbsvcs/orbsvcs/Notify/Notify_SequenceProxyPushSupplier_i.h: * orbsvcs/orbsvcs/Notify/Notify_SequenceProxyPushSupplier_i.cpp: * orbsvcs/orbsvcs/Notify/Notify_Signal_Property_T.h: * orbsvcs/orbsvcs/Notify/Notify_Signal_Property_T.cpp: * orbsvcs/orbsvcs/Notify/Notify_StructuredEvents.h: * orbsvcs/orbsvcs/Notify/Notify_StructuredEvents.cpp: * orbsvcs/orbsvcs/Notify/Notify_Worker_Task.h: * orbsvcs/orbsvcs/Notify/Notify_Worker_Task.cpp: Modifications and additions for the new features. * orbsvcs/tests/Notify/Makefile: * orbsvcs/tests/Notify/Basic/AdminProperties_Test.dsp: * orbsvcs/tests/Notify/Basic/AdminProperties_Test.h: * orbsvcs/tests/Notify/Basic/AdminProperties_Test.cpp: * orbsvcs/tests/Notify/Basic/ConnectDisconnect.dsp: * orbsvcs/tests/Notify/Basic/ConnectDisconnect.h: * orbsvcs/tests/Notify/Basic/ConnectDisconnect.cpp: * orbsvcs/tests/Notify/Basic/Events_Test.dsp: * orbsvcs/tests/Notify/Basic/Events_Test.h: * orbsvcs/tests/Notify/Basic/Events_Test.cpp: * orbsvcs/tests/Notify/Basic/IdAssignment.dsp: * orbsvcs/tests/Notify/Basic/LifeCycleTest.dsp: * orbsvcs/tests/Notify/Basic/Makefile: * orbsvcs/tests/Notify/Basic/Simple.dsp: * orbsvcs/tests/Notify/Basic/Simple.h: * orbsvcs/tests/Notify/Basic/Simple.cpp: * orbsvcs/tests/Notify/Basic/Updates.dsp: * orbsvcs/tests/Notify/Basic/Updates.h: * orbsvcs/tests/Notify/Basic/Updates.cpp: * orbsvcs/tests/Notify/lib/Makefile: * orbsvcs/tests/Notify/lib/Notify_Test_Client.h: * orbsvcs/tests/Notify/lib/Notify_Test_Client.cpp: * orbsvcs/tests/Notify/lib/TAO_NotifyTests.dsp: * orbsvcs/tests/Notify/performance-tests/RedGreen/Makefile: * orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen.dsp: * orbsvcs/tests/Notify/performance-tests/Throughput/Makefile: * orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.dsp: * orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.h: * orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.cpp: Update the current Nofication tests to allow smooth integration of the new tests. * orbsvcs/tests/Notify/Blocking/Blocking.dsw: * orbsvcs/tests/Notify/Blocking/Makefile: * orbsvcs/tests/Notify/Blocking/Notify_Structured_Push_Consumer.h: * orbsvcs/tests/Notify/Blocking/Notify_Structured_Push_Consumer.cpp: * orbsvcs/tests/Notify/Blocking/README: * orbsvcs/tests/Notify/Blocking/Structured_Consumer.dsp: * orbsvcs/tests/Notify/Blocking/Structured_Consumer.cpp: * orbsvcs/tests/Notify/Blocking/Structured_Supplier.dsp: * orbsvcs/tests/Notify/Blocking/Structured_Supplier.cpp: * orbsvcs/tests/Notify/Blocking/common.h: * orbsvcs/tests/Notify/Blocking/common.cpp: * orbsvcs/tests/Notify/Blocking/go.idl: * orbsvcs/tests/Notify/Blocking/notify.conf: * orbsvcs/tests/Notify/Blocking/run_test.pl: * orbsvcs/tests/Notify/Discarding/Discarding.dsw: * orbsvcs/tests/Notify/Discarding/Makefile: * orbsvcs/tests/Notify/Discarding/Notify_Sequence_Push_Consumer.h: * orbsvcs/tests/Notify/Discarding/Notify_Sequence_Push_Consumer.cpp: * orbsvcs/tests/Notify/Discarding/Notify_Structured_Push_Consumer.h: * orbsvcs/tests/Notify/Discarding/Notify_Structured_Push_Consumer.cpp: * orbsvcs/tests/Notify/Discarding/README: * orbsvcs/tests/Notify/Discarding/Sequence_Consumer.dsp: * orbsvcs/tests/Notify/Discarding/Sequence_Consumer.cpp: * orbsvcs/tests/Notify/Discarding/Sequence_Supplier.dsp: * orbsvcs/tests/Notify/Discarding/Sequence_Supplier.cpp: * orbsvcs/tests/Notify/Discarding/Structured_Consumer.dsp: * orbsvcs/tests/Notify/Discarding/Structured_Consumer.cpp: * orbsvcs/tests/Notify/Discarding/Structured_Supplier.dsp: * orbsvcs/tests/Notify/Discarding/Structured_Supplier.cpp: * orbsvcs/tests/Notify/Discarding/common.h: * orbsvcs/tests/Notify/Discarding/common.cpp: * orbsvcs/tests/Notify/Discarding/go.idl: * orbsvcs/tests/Notify/Discarding/notify.conf: * orbsvcs/tests/Notify/Discarding/run_test.pl: * orbsvcs/tests/Notify/MT_Dispatching/MT_Dispatching.dsw: * orbsvcs/tests/Notify/MT_Dispatching/Makefile: * orbsvcs/tests/Notify/MT_Dispatching/Notify_Structured_Push_Consumer.h: * orbsvcs/tests/Notify/MT_Dispatching/Notify_Structured_Push_Consumer.cpp: * orbsvcs/tests/Notify/MT_Dispatching/README: * orbsvcs/tests/Notify/MT_Dispatching/Structured_Consumer.dsp: * orbsvcs/tests/Notify/MT_Dispatching/Structured_Consumer.cpp: * orbsvcs/tests/Notify/MT_Dispatching/Structured_Supplier.dsp: * orbsvcs/tests/Notify/MT_Dispatching/Structured_Supplier.cpp: * orbsvcs/tests/Notify/MT_Dispatching/go.idl: * orbsvcs/tests/Notify/MT_Dispatching/notify_mtdispatching.conf: * orbsvcs/tests/Notify/MT_Dispatching/notify_mtlistener.conf: * orbsvcs/tests/Notify/MT_Dispatching/notify_mtsource.conf: * orbsvcs/tests/Notify/MT_Dispatching/notify_nothreads.conf: * orbsvcs/tests/Notify/MT_Dispatching/run_test.pl: * orbsvcs/tests/Notify/Ordering/Makefile: * orbsvcs/tests/Notify/Ordering/Notify_Sequence_Push_Consumer.h: * orbsvcs/tests/Notify/Ordering/Notify_Sequence_Push_Consumer.cpp: * orbsvcs/tests/Notify/Ordering/Notify_Structured_Push_Consumer.h: * orbsvcs/tests/Notify/Ordering/Notify_Structured_Push_Consumer.cpp: * orbsvcs/tests/Notify/Ordering/Ordering.dsw: * orbsvcs/tests/Notify/Ordering/README: * orbsvcs/tests/Notify/Ordering/Sequence_Consumer.dsp: * orbsvcs/tests/Notify/Ordering/Sequence_Consumer.cpp: * orbsvcs/tests/Notify/Ordering/Sequence_Supplier.dsp: * orbsvcs/tests/Notify/Ordering/Sequence_Supplier.cpp: * orbsvcs/tests/Notify/Ordering/Structured_Consumer.dsp: * orbsvcs/tests/Notify/Ordering/Structured_Consumer.cpp: * orbsvcs/tests/Notify/Ordering/Structured_Supplier.dsp: * orbsvcs/tests/Notify/Ordering/Structured_Supplier.cpp: * orbsvcs/tests/Notify/Ordering/common.h: * orbsvcs/tests/Notify/Ordering/common.cpp: * orbsvcs/tests/Notify/Ordering/go.idl: * orbsvcs/tests/Notify/Ordering/notify.conf: * orbsvcs/tests/Notify/Ordering/run_test.pl: * orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Makefile: * orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Notify_Sequence_Push_Consumer.h: * orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Notify_Sequence_Push_Consumer.cpp: * orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/README: * orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Sequence_Consumer.dsp: * orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Sequence_Consumer.cpp: * orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Sequence_Multi_ETCL_Filter.dsw: * orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Sequence_Supplier.dsp: * orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Sequence_Supplier.cpp: * orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/common.h: * orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/common.cpp: * orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/go.idl: * orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/notify.conf: * orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/run_test.pl: * orbsvcs/tests/Notify/Sequence_Multi_Filter/Makefile: * orbsvcs/tests/Notify/Sequence_Multi_Filter/Notify_Sequence_Push_Consumer.h: * orbsvcs/tests/Notify/Sequence_Multi_Filter/Notify_Sequence_Push_Consumer.cpp: * orbsvcs/tests/Notify/Sequence_Multi_Filter/README: * orbsvcs/tests/Notify/Sequence_Multi_Filter/Sequence_Consumer.dsp: * orbsvcs/tests/Notify/Sequence_Multi_Filter/Sequence_Consumer.cpp: * orbsvcs/tests/Notify/Sequence_Multi_Filter/Sequence_Multi_Filter.dsw: * orbsvcs/tests/Notify/Sequence_Multi_Filter/Sequence_Supplier.dsp: * orbsvcs/tests/Notify/Sequence_Multi_Filter/Sequence_Supplier.cpp: * orbsvcs/tests/Notify/Sequence_Multi_Filter/common.h: * orbsvcs/tests/Notify/Sequence_Multi_Filter/common.cpp: * orbsvcs/tests/Notify/Sequence_Multi_Filter/go.idl: * orbsvcs/tests/Notify/Sequence_Multi_Filter/notify.conf: * orbsvcs/tests/Notify/Sequence_Multi_Filter/run_test.pl: * orbsvcs/tests/Notify/Structured_Filter/Makefile: * orbsvcs/tests/Notify/Structured_Filter/Notify_Push_Consumer.h: * orbsvcs/tests/Notify/Structured_Filter/Notify_Push_Consumer.cpp: * orbsvcs/tests/Notify/Structured_Filter/README: * orbsvcs/tests/Notify/Structured_Filter/Structured_Consumer.dsp: * orbsvcs/tests/Notify/Structured_Filter/Structured_Consumer.cpp: * orbsvcs/tests/Notify/Structured_Filter/Structured_Filter.dsw: * orbsvcs/tests/Notify/Structured_Filter/Structured_Supplier.dsp: * orbsvcs/tests/Notify/Structured_Filter/Structured_Supplier.cpp: * orbsvcs/tests/Notify/Structured_Filter/control.idl: * orbsvcs/tests/Notify/Structured_Filter/run_test.pl: * orbsvcs/tests/Notify/Structured_Multi_Filter/Makefile: * orbsvcs/tests/Notify/Structured_Multi_Filter/Notify_Push_Consumer.h: * orbsvcs/tests/Notify/Structured_Multi_Filter/Notify_Push_Consumer.cpp: * orbsvcs/tests/Notify/Structured_Multi_Filter/Notify_Push_Supplier.h: * orbsvcs/tests/Notify/Structured_Multi_Filter/Notify_Push_Supplier.cpp: * orbsvcs/tests/Notify/Structured_Multi_Filter/README: * orbsvcs/tests/Notify/Structured_Multi_Filter/Structured_Consumer.dsp: * orbsvcs/tests/Notify/Structured_Multi_Filter/Structured_Consumer.cpp: * orbsvcs/tests/Notify/Structured_Multi_Filter/Structured_Multi_Filter.dsw: * orbsvcs/tests/Notify/Structured_Multi_Filter/Structured_Supplier.dsp: * orbsvcs/tests/Notify/Structured_Multi_Filter/Structured_Supplier.cpp: * orbsvcs/tests/Notify/Structured_Multi_Filter/control.idl: * orbsvcs/tests/Notify/Structured_Multi_Filter/run_test.pl: * orbsvcs/tests/Notify/performance-tests/Filter/Filter.dsw: * orbsvcs/tests/Notify/performance-tests/Filter/Makefile: * orbsvcs/tests/Notify/performance-tests/Filter/Notify_Sequence_Push_Consumer.h: * orbsvcs/tests/Notify/performance-tests/Filter/Notify_Sequence_Push_Consumer.cpp: * orbsvcs/tests/Notify/performance-tests/Filter/Notify_Structured_Push_Consumer.h: * orbsvcs/tests/Notify/performance-tests/Filter/Notify_Structured_Push_Consumer.cpp: * orbsvcs/tests/Notify/performance-tests/Filter/README: * orbsvcs/tests/Notify/performance-tests/Filter/Sequence_Consumer.dsp: * orbsvcs/tests/Notify/performance-tests/Filter/Sequence_Consumer.cpp: * orbsvcs/tests/Notify/performance-tests/Filter/Sequence_Supplier.dsp: * orbsvcs/tests/Notify/performance-tests/Filter/Sequence_Supplier.cpp: * orbsvcs/tests/Notify/performance-tests/Filter/Structured_Consumer.dsp: * orbsvcs/tests/Notify/performance-tests/Filter/Structured_Consumer.cpp: * orbsvcs/tests/Notify/performance-tests/Filter/Structured_Supplier.dsp: * orbsvcs/tests/Notify/performance-tests/Filter/Structured_Supplier.cpp: * orbsvcs/tests/Notify/performance-tests/Filter/common.h: * orbsvcs/tests/Notify/performance-tests/Filter/common.cpp: * orbsvcs/tests/Notify/performance-tests/Filter/go.idl: * orbsvcs/tests/Notify/performance-tests/Filter/notify.conf: * orbsvcs/tests/Notify/performance-tests/Filter/run_test.pl: Add many new tests to test the various features of the Notification Service. Thu Jan 17 11:03:14 2002 Carlos O'Ryan * TAO_IDL/be/be_visitor_interface/amh_ss.cpp: * TAO_IDL/be/be_visitor_interface/interface_ss.cpp: * TAO_IDL/be_include/be_visitor_interface/amh_ss.h: * TAO_IDL/be_include/be_visitor_interface/interface_ss.h: Fixed code generation for the AMH_* classes, at this point the code for *S.h looks reasonable (and compiles!). Ditto for the _is_a(), _interface() and similar methods in the *S.cpp file, but we need to fix the generated skeletons. Thu Jan 17 10:40:57 2002 Ossama Othman * orbsvcs/orbsvcs/Security/EstablishTrustPolicy.cpp (policy_type, destroy, trust): * orbsvcs/orbsvcs/Security/QOPPolicy.cpp (policy_type, destroy, qop): Fixed unused parameter warnings. Thu Jan 17 10:30:41 2002 Ossama Othman * orbsvcs/orbsvcs/Security/Security_ORBInitializer.cpp (pre_init): Create and register the SecurityManager object with the ORB's resolve_initial_references() mechanism. Thu Jan 17 10:17:18 2002 Carlos O'Ryan * TAO_IDL/be/be_codegen.cpp: Add the #include for "tao/TAO_AMH_Response_Handler.h" if needed. * TAO_IDL/be/be_visitor_interface/amh_sh.cpp: Add missing close braces in the generated code. We never finished the definition of the AMH_* class. * TAO_IDL/be/be_visitor_interface/amh_rh_sh.cpp: We were not closing the definition of the TAO_AMH_*ResponseHandler class either. Fixed TAO_AMH_Response_Handler name in generated code. Fixed indentation in the generated code too. Thu Jan 17 10:08:36 2002 Ossama Othman * orbsvcs/orbsvcs/Security/SecurityManager.cpp (remove_own_credentials): Corrected assignment where equality conditional was expected. Thu Jan 17 09:49:23 2002 Carlos O'Ryan * TAO_IDL/be/be_visitor_amh_pre_proc.cpp: Fixed the UTL_ScopedName for the AMH_*ResponseHandler, finally we got the generated code to look like we want (and compiles too!) Thu Jan 17 10:28:54 2002 Jeff Parsons * orbsvcs/orbsvcs/ETCL/ETCL_l.cpp: * orbsvcs/orbsvcs/ETCL/ETCL_l.cpp.diff: Initialized two register char* variables in the generated lex file. Even though they are clearly initialized about 20 lines down and never skipped, Redhat Static seems to have a problem with it. Thu Jan 17 10:25:54 2002 Venkita Subramonian * TAO_IDL/be_include/be_interface_strategy.h: Fixed compile errors. Thu Jan 17 09:25:11 2002 Frank Hunleth * orbsvcs/tests/Miop/Makefile: Added. Thu Jan 17 09:25:11 2002 Frank Hunleth * orbsvcs/orbsvcs/PortableGroup/PortableGroup_Acceptor_Registry.cpp: Fixed KCC warning. Thu Jan 17 00:54:41 2002 Mayur Deshpande * TAO_IDL/be/be_visitor_interface/amh_rh_sh.cpp: * TAO_IDL/be/be_visitor_interface/amh_rh_ss.cpp: * TAO_IDL/be/be_visitor_interface/interface.cpp: * TAO_IDL/be/be_visitor_interface/interface_sh.cpp: * TAO_IDL/be/be_visitor_interface/interface_ss.cpp: Made code generation logic for AMH-skeletons and AMH-RH consistent (and symmetric) in the amh_rh and amh_ss files. Tue Jan 17 08:12:22 2002 Johnny Willemsen * orbsvcs/orbsvcs/Security.bor: Added missing IDL build rule for SecurityReplaceable.idl Wed Jan 16 22:46:12 2002 Ossama Othman * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.h (ssliop_connect): Updated this method to accept a "no protection" parameter. * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp (connect, ssliop_connect): In the "NoProtection/EstablishTrust" case, establish a connection using the "eNULL" cipher. This disables encryption but allows certificate authentication to occur. Previously two connections were used, one to authenticate over SSL and the other to invoke requests over plain IIOP, which is clearly undesirable. * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Factory.cpp (init): If "NoProtection" is enabled, then add the "eNULL" cipher to the default cipher list. This allows encryption to be disabled while allowing certificate authentication to occur. Wed Jan 16 20:08:39 2002 Ossama Othman * orbsvcs/orbsvcs/Security/PrincipalAuthenticator.h: Cache a reference to the SecurityManager passed in as a parameter to the constructor. * orbsvcs/orbsvcs/Security/PrincipalAuthenticator.cpp (authenticate, continue_authentication): Register authenticated credentials with the SecurityManager's "own credentials" list. * orbsvcs/orbsvcs/Security/SecurityManager.h: Added an "own_credentials" attribute. All credentials authenticated by the PrincipalAuthenticator will be stored in it. * orbsvcs/orbsvcs/Security/SecurityManager.cpp (principal_authenticator): Pass a pointer to the SecurityManager to the PrincipalAuthenticator's constructor so that the PrincipalAuthenticator may call back some of the SecurityManager's methods. (own_credentials, remove_own_credentials): Implemented these SecurityLevel2::SecurityManager methods. (add_own_credentials): New TAO-specific method used internally by the PrincipalAuthenticator to register authenticated credentials with SecurityManager's "own credentials" list. Wed Jan 16 21:26:14 2002 Frank Hunleth * orbsvcs/orbsvcs/Makefile: Disabled compiling PortableGroup when Minimum CORBA is enabled. * orbsvcs/orbsvcs/Makefile.PortableGroup: Regenerated dependencies. * orbsvcs/orbsvcs/PortableGroup/POA_Hooks.cpp: * orbsvcs/orbsvcs/PortableGroup/PortableGroup_Request_Dispatcher.cpp: * orbsvcs/orbsvcs/PortableGroup/UIPMC_Profile.cpp: Fixed a misuses of TAO_ENV_ARG_*. * orbsvcs/orbsvcs/PortableGroup/UIPMC_Transport.cpp: Fixed subtle typo on MIOP packet segmentation. * orbsvcs/tests/Makefile: Added MIOP. * tao/PortableServer/POA.cpp: * tao/PortableServer/POA.h: * tao/PortableServer/PortableGroup_Hooks.h: * tao/PortableServer/PortableServerC.cpp: * tao/PortableServer/PortableServerC.h: * tao/PortableServer/PortableServerC.i: * tao/diffs/PortableServerC.cpp.diff: * tao/diffs/PortableServerC.h.diff: * tao/diffs/PortableServerC.i.diff: #ifdef'd out PortableGroup additions to the POA when minimum CORBA is enabled. Wed Jan 16 20:28:56 2002 Frank Hunleth * orbsvcs/orbsvcs/PortableGroup/UIPMC_Wait_Never.cpp: * orbsvcs/orbsvcs/PortableGroup/UIPMC_Wait_Never.h: * orbsvcs/orbsvcs/PortableGroup/UIPMC_Transport.cpp: * orbsvcs/orbsvcs/PortableGroup.bor: * orbsvcs/orbsvcs/Makefile.PortableGroup: * orbsvcs/orbsvcs/PortableGroup.dsp: Added custom wait strategy for UIPMC to prevent any one from waiting for a response. Previously, if someone tried invoking a twoway using MIOP, execution would hang until a time out. This way, the user gets a system exception if they ever try to wait for a response. Wed Jan 16 19:18:14 2002 Venkita Subramonian * performance-tests/AMI_Latency/client.cpp: Fixed compile errors. Wed Jan 16 13:17:04 2002 Mayur Deshpande * TAO_IDL/be_include/be_visitor_interface/interface.h: * TAO_IDL/be/be_visitor_interface/interface.cpp: * TAO_IDL/be/be_visitor_interface/interface_sh.cpp: * TAO_IDL/be/be_visitor_interface/interface_ss.cpp: Added method to check if a particular node is an 'AMH' node that was added during pre-processing. This check is used to dynamically create the amh_rh visitors in interface_s{h/s} visitors. Wed Jan 16 12:57:56 2002 Carlos O'Ryan * TAO_IDL/be/be_visitor_amh_pre_proc.cpp: The AMH_*ResponseHandler identifier should not include the Module:: prefix. The fix is incomplete, as I believe that the Identifier for the implied be_interface node should have the enclosing scope identifier, but this change makes the *C.h file compilable. Also fixed the operations for the implied AMH_*ResponseHandler, they were supposed to be 'local' too. Wed Jan 16 12:22:13 2002 Mayur Deshpande * TAO_IDL/be/be_visitor_operation/amh_rh_ss.cpp: * TAO_IDL/be/be_visitor_operation/amh_rh_ss.cpp: Fixed Fuzz errors for @file Wed Jan 16 14:12:17 2002 Jeff Parsons * TAO_IDL/be/be_global.cpp: Added initialization of the gen_amh_classes_ member. * TAOACE.dsw: Restored ETCL project to workspace and updated project dependencies for this project and for CosNotifcation. My previous checkin of these changes got clobbered someehow. * orbsvcs/orbsvcs/CosNotification.dsp: Somehow these settings got clobbered as well. Wed Jan 16 12:02:40 2002 Ossama Othman * tao/PICurrent.cpp (copy): Only perform the shallow/logical copy if the source slot table was modified. Fixes a problem where values logically copied from the RSC to the TSC were lost after the TSC was copied back to the RSC, despite the fact the TSC's slot table was not modifed. Thanks to Greg Hall for discovering the problem. Wed Jan 16 11:45:23 2002 Priyanka Gontla * tao/PortableServer/ObjectReferenceTemplate.cpp (adapter_name): Fixed warnings on Debian_NoInline build. Wed Jan 16 11:38:21 2002 Priyanka Gontla * tests/ORT/server.cpp (main): * orbsvcs/examples/ORT/Object_Factory_i.cpp: * orbsvcs/examples/ORT/Gateway_ObjRef_Factory.h: * orbsvcs/examples/ORT/gateway_server.cpp : * orbsvcs/examples/ORT/server.cpp : * orbsvcs/examples/ORT/Server_IORInterceptor_ORBInitializer.cpp: Fixed fuzz compile errors. Wed Jan 16 11:23:04 2002 Priyanka Gontla * tests/ior_corbaloc/README (ftp): Updated the README. Thanks to Gerhard Voss for reporting that it is outdated. Wed Jan 16 08:37:55 2002 Venkita Subramonian * utils/nslist/nsdel.cpp: Fixed compile errors. Wed Jan 16 08:33:12 2002 Johnny Willemsen * orbsvcs/orbsvcs/ETCL.bor: Added BCB makefile for this new library * orbsvcs/orbsvcs/CosNotification.bor: Added ETCL and DynamicAny libraries, removed Trading * orbsvcs/orbsvcs/Makefile.bor: Added ETCL * orbsvcs/tests/FaultTolerance/IOGRManipulation/Makefile.bor: * orbsvcs/tests/FaultTolerance/IOGR/Manager.bor: * orbsvcs/tests/FaultTolerance/IOGR/Server.bor: Use the FTORB library instead of the FT library * tests/Portable_Interceptors/ForwardRequest/server.bor: * tests/Portable_Interceptors/ForwardRequest/client.bor: Added -Gv to the TAO_IDL since PortableInterceptor.pidl now has valuetypes. Tue Jan 15 20:24:24 2002 Jeff Parsons * TAO_IDL/be/be_visitor_valuetype/any_op_ch.cpp: * TAO_IDL/be/be_visitor_valuetype/any_op_cs.cpp: * TAO_IDL/be_include/be_visitor_valuetype/any_op_ch.h: * TAO_IDL/be_include/be_visitor_valuetype/any_op_cs.h: New files that generate Any operators for value types. For now, all that's generated is the TAO_Valuetype_Manager template class instantiation that takes the value type as its parameter. The TAO_Object_Manager template instantiations for interfaces are generated along with the Any operators, so the same approach is followed for value types, even though Any operators for value types are not yet supported. * TAO_IDL/be/be_visitor_factory.cpp: * TAO_IDL/be/be_visitor_valuetype.cpp: * TAO_IDL/be/be_visitor_module/module.cpp: * TAO_IDL/be/be_visitor_root/root.cpp: * TAO_IDL/be_include/be_visitor_valuetype.h: Modified files to create and call the visitors in the new files above. Tue Jan 15 17:59:46 2002 Ossama Othman * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Vault.cpp: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Vault.h: New SSLIOP-specific (no-op) implementation of the SecurityReplaceable::Vault interface. These files supersede the SSLIOP_PrincipalAuthenticator.* files. * orbsvcs/orbsvcs/SSLIOP/SSLIOP_ORBInitializer.cpp: Register the SSLIOP-specific Vault object with the Security Service's PrincipalAuthenticator object. * orbsvcs/orbsvcs/SSLIOP/SSLIOP_PrincipalAuthenticator.cpp: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_PrincipalAuthenticator.h: Removed these files. They have been superseded by the SSLIOP_Vault* files. * orbsvcs/orbsvcs/Security/PrincipalAuthenticator.cpp: * orbsvcs/orbsvcs/Security/PrincipalAuthenticator.h: Updated the PrincipalAuthenticator implementation to use the Chain-of-Responsibility design pattern on all registered SecurityReplaceable::Vault implementations until one is found that recognizes the user-supplied parameters. * orbsvcs/orbsvcs/Security/PrincipalAuthenticator_Impl.h: Removed this file in favor of the standard SecurityReplaceable::Vault functionality. Tue Jan 15 16:22:48 2002 Carlos O'Ryan * TAO_IDL/be/be_visitor_amh_pre_proc.cpp: Use a local interface for the AMH_*ResponseHandler, that generates *exactly* the right code for the *C.{h,i,cpp} files. We need different visitors for the implementation class on the *S.{h,i,cpp} files. * TAO_IDL/be_include/be_visitor_interface.h: * TAO_IDL/be_include/be_visitor_operation.h: * TAO_IDL/be/be_visitor_interface.cpp: * TAO_IDL/be/be_visitor_operation.cpp: Enable compilation of AMH visitors by default. * TAO_IDL/be/be_visitor_interface/amh_sh.cpp: * TAO_IDL/be/be_visitor_interface/amh_ss.cpp: * TAO_IDL/be/be_visitor_interface/interface_sh.cpp: * TAO_IDL/be/be_visitor_interface/interface_ss.cpp: * TAO_IDL/be_include/be_visitor_interface/amh_sh.h: * TAO_IDL/be_include/be_visitor_interface/amh_ss.h: * TAO_IDL/be_include/be_visitor_interface/interface_ss.h: Improved generated AMH code. For starters the IDL compiler does not crash while generating AMH code :-) But the generated code does not compile yet. Mayur and myself factored out the shared code between the skeleton source visitors (*S.cpp files) for AMH and non-AMH interfaces. Also stopped the system from generating any AMH classes for implied AMH or AMI classes. * TAO_IDL/be/be_visitor_operation/amh_rh_ss.cpp: Fixed warnings. * TAO_IDL/Makefile.BE: * TAO_IDL/Makefile.EXE: * TAO_IDL/Makefile.FE: Updated dependencies. Tue Jan 15 15:55:54 2002 Ossama Othman * orbsvcs/orbsvcs/Makefile.Security (IDL_FILES): Added the `SecurityReplaceable.idl' file to the IDL file list. Tue Jan 15 15:46:20 2002 Ossama Othman * orbsvcs/orbsvcs/SecurityReplaceable.idl: Corrected typo. "Replaceable" not "Replacable." Tue Jan 15 15:01:48 2002 Priyanka Gontla * tao/PortableServer/ServerRequestInfo.cpp : * tao/PortableServer/POA.i : * tao/PortableServer/ObjectReferenceTemplate.h : * tao/PortableServer/ObjectReferenceFactory.cpp : * tao/PortableServer/ObjectReferenceTemplate.cpp : * tao/PortableServer/IORInfo.cpp : Corrected the usage of TAO_ENV_ARG_DECL and TAO_ENV_ARG_PARAMETER * tao/PortableServer/POA.h : * tao/PortableServer/POA.cpp : In addition to correcting the usage of TAO_ENV_ARG_DECL, added a new protected method so that there is only a single ACE_TRY block in TAO_POA::establish_components method. Tue Jan 15 14:28:50 2002 Priyanka Gontla * tao/PortableInterceptorC.h: Fixed by inserting a space where needed. Tue Jan 15 13:30:07 2002 Mayur Deshpande * TAO_IDL/be_include/be_visitor_amh_pre_proc.h: * TAO_IDL/be_include/be_visitor_operation.h: * TAO_IDL/be_include/be_visitor_operation/amh_sh.h: * TAO_IDL/be_include/be_visitor_operation/amh_ss.h: * TAO_IDL/be_include/be_visitor_operation/amh_rh_sh.h: * TAO_IDL/be_include/be_visitor_operation/amh_rh_ss.h: * TAO_IDL/be_include/be_visitor_interface.h: * TAO_IDL/be_include/be_visitor_interface/amh_ch.cpp: * TAO_IDL/be_include/be_visitor_interface/amh_sh.cpp: * TAO_IDL/be_include/be_visitor_interface/amh_ss.cpp: * TAO_IDL/be_include/be_visitor_interface/amh_rh_sh.cpp: * TAO_IDL/be_include/be_visitor_interface/amh_rh_ss.cpp: * TAO_IDL/be/be_visitor_amh_pre_proc.cpp: * TAO_IDL/be/be_visitor_factory.cpp: * TAO_IDL/be/be_visitor_operation.cpp: * TAO_IDL/be/be_visitor_operation/amh_sh.cpp: * TAO_IDL/be/be_visitor_operation/amh_ss.cpp: * TAO_IDL/be/be_visitor_operation/amh_rh_sh.cpp: * TAO_IDL/be/be_visitor_operation/amh_rh_ss.cpp: * TAO_IDL/be/be_visitor_interface.cpp: * TAO_IDL/be/be_visitor_interface/interface.cpp: * TAO_IDL/be/be_visitor_interface/amh_ch.cpp: * TAO_IDL/be/be_visitor_interface/amh_sh.cpp: * TAO_IDL/be/be_visitor_interface/amh_ss.cpp: * TAO_IDL/be/be_visitor_interface/amh_rh_sh.cpp: * TAO_IDL/be/be_visitor_interface/amh_rh_ss.cpp: * TAO_IDL/be/be_visitor_interface/interface_ch.cpp: * TAO_IDL/be/be_visitor_interface/interface_sh.cpp: * TAO_IDL/be/be_visitor_interface/interface_ss.cpp: This is a snap-shot of the changes to facilitate parallel working on AMH. The new files and changes to old ones is part of a new approach to generate AMh code from the IDL-compiler. In the new approach, only one new implied-idl node is added to the main AST i.e. the ResponseHandler (RH) node. With this node, code is generated in the following files: - The Client Header (Base abstract RH class) - The Skeleton Header (implementation RH class declaration) - The Skeleton Source (implementation RH class definition) In this snapshot, the code for the above is in place and there are no compilation errors. The implementation is yet to be tested, though. Also, in keeping with the new approach, AMH-skeleton code is generated 'on the fly'. In the interface_{ch/sh/ss} files, AMH_skeleton code is generated if the be_global->generate_amh_classes () is set. Currently, this code is commented out and the amh_{ch/sh/ss} files are not included in the compiltation of TAO_IDL but once the code is in place amd working, the IDL compiler will include these visitors. Tue Jan 15 13:35:07 2002 Priyanka Gontla * tao/PortableInterceptorS.h: Committing the right one. * tests/Portable_Interceptors/ForwardRequest/Makefile: Added -Gv to the TAO_IDLFLAGS since PortableInterceptor.pidl now has valuetypes. Tue Jan 15 12:33:34 2002 Priyanka Gontla * tao/ORB_Core.cpp: Removed stray characters put in by mistake. Tue Jan 15 12:28:21 2002 Priyanka Gontla * tao/PortableInterceptorC.i: * tao/PortableInterceptorC.h: * tao/PortableInterceptorC.cpp: Regenerated and applied patches. Tue Jan 15 12:03:54 2002 Ossama Othman * docs/releasenotes/index.html: Updated Security Service and SSLIOP release notes. Tue Jan 15 14:02:04 2002 Frank Hunleth * orbsvcs/orbsvcs/PortableGroup.bor: * orbsvcs/orbsvcs/PortableGroup.rc: Added resource files for the PortableGroup library. Thanks to Johnny Willemsen for pointing this out. Tue Jan 15 11:50:37 2002 Douglas C. Schmidt * utils/nslist/nsdel: There were 2 problems with nsdel: 1. difficult to remove subcontexts 2. not possible to remove contexts where the name.kind is not null We've now fixe this problem so it's possible to do the following: usage example nsdel --name com/sun/server/app1.service usage example nsdel --name com/sun/server.context Thanks to Paul Caffrey for contributing this. Tue Jan 15 11:43:48 2002 Jeff Parsons * docs/releasenotes/index.html: Added items to IDL compiler section about the expanded support of value types, and about the revamped/expanded support of the IDL #pragma directives. Also add item in the Notification Service section about the new support of the Extended Trader Constraint Language (ETCL) grammar for filter construction. Tue Jan 15 09:08:17 2002 Priyanka Gontla * tests/Portable_Interceptors/IORInterceptor/FOO_IORInterceptor.cpp: * tests/Portable_Interceptors/IORInterceptor/FOO_IORInterceptor.h: Added new methods to class FOO_IORInterceptor to go along with the added methods in PortableInterceptor::IORInterceptor. Missed committing in the first round. Tue Jan 15 08:55:52 2002 Priyanka Gontla * tao/ORB_Core.cpp (create_stub_object): Fixed usage of TAO_ENV_ARG_DECL Tue Jan 15 09:16:22 2002 Jeff Parsons * orbsvcs/orbsvcs/Makefile: Added Makefile.ETCL to the list when Makefile>CosNotification is added. * orbsvcs/orbsvcs/ETCL/ETCL_Static.dsp: Fixed path errors. * orbsvcs/tests/Notify/lib/Notify_Test_Client.cpp: Changed an incorrect TAO_ENV_ARG_PARAMETER to TAO_ENV_ARG_DECL. Tue Jan 15 13:22:12 2002 Johnny Willemsen * tests/ORT/*.bor: Added BCB makefiles for this test * tests/Makefile.bor: Added new ORT test Tue Jan 15 11:09:13 2002 Johnny Willemsen * tao/PortableServer/Makefile.bor: Added PortableGroup_Hooks * orbsvcs/orbsvcs/PortableGroup.bor: Added new BCB makefile for building PortableGroup * orbsvcs/orbsvcs/Makefile.bor Added PortableGroup Tue Jan 15 02:51:04 2002 Craig Rodrigues * orbsvcs/orbsvcs/AV/RTCP.cpp: Return 0 in TAO_AV_RTCP_Callback::handle_destroy(). Tue Jan 15 07:35:12 2002 Johnny Willemsen * tao/Makefile.bor: Removed IORInfo * tao/PortableServer/Makefile.bor: Added IORInfo, ObjectReferenceFactory and ObjectReferenceTemplate Mon Jan 14 22:08:46 2002 Ossama Othman From Bruce Trask * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Factory.h: Use the ACE_STATIC_SVC_DECLARE_EXPORT macro instead of ACE_STATIC_SVC_DECLARE to force the static service descriptor to be exported on Windows, and thus allow it to be used when the TAO SSLIOP pluggable protocol is linked statically. Tue Jan 15 00:01:09 2002 Rob Ruff Craig Rodrigues * orbsvcs/orbsvcs/AV/UDP.: * orbsvcs/orbsvcs/AV/UDP.cpp: Fix memory leaks of address and control_address. * orbsvcs/orbsvcs/AV/RTCP.cpp: Fix TAO_AV_RTCP_Object::destroy(). Call send_report() from TAO_AV_RTCP_Callback::handle_stop() and TAO_AV_RTCP_Callback::handle_destroy(). Mon Jan 14 23:51:54 2002 Craig Rodrigues * orbsvcs/tests/AVStreams/server_discovery: Removed. Depends on files from the old mpeg player which is no longer in repository. Mon Jan 14 19:53:18 2002 Priyanka Gontla * tao/PortableServer/IORInfo.cpp (current_factory): Was a returning a void value. Fixed it. * tao/PortableServer/POA.cpp (establish_components): Modified variable i as variable j to satisfy win. Also modified a const variable as non-const. Mon Jan 14 19:37:03 2002 Priyanka Gontla * tao/PortableServer/TAO_PortableServer_Static.dsp (SOURCE): * tao/PortableServer/TAO_PortableServer.dsp: Updated to add IORInfor, ObjectReferenceTemplate and ObjectReferenceFactory. * tao/TAO.dsp: * tao/TAO_Static.dsp: Updated to remove IORInfo Mon Jan 14 18:08:50 2002 Priyanka Gontla * tao/ORB_Core.h (TAO_ORB_Core): Used the correct form of TAO_ENV_ARG_DECL Mon Jan 14 17:56:09 2002 Jeff Parsons * orbsvcs/orbsvcs/Makefile.CosNotification: * orbsvcs/orbsvcs/Makefile.ETCL: Updated dependencies. Mon Jan 14 15:25:25 2002 Carlos O'Ryan * TAO_IDL/be/be_visitor_interface_fwd/cdr_op_ci.cpp: * TAO_IDL/be/be_visitor_valuetype/cdr_op_ch.cpp: * TAO_IDL/be/be_visitor_valuetype/cdr_op_ci.cpp: * TAO_IDL/be/be_visitor_valuetype_fwd/cdr_op_ch.cpp: * TAO_IDL/be/be_visitor_valuetype_fwd/cdr_op_ci.cpp: Fixed syntax error generated in the CDR operators for ` valuetypes. There was no blank after the export macro name. * TAO_IDL/be/be_codegen.cpp: * TAO_IDL/be/be_global.cpp: * TAO_IDL/be/be_interface.cpp: * TAO_IDL/be/be_valuetype.cpp: Cosmetic fixes Mon Jan 14 15:19:05 2002 Carlos O'Ryan * tao/PortableInterceptorC.h: Fixed compilation problem due to bugs in IDL compiler. * tao/PortableServer/ObjectReferenceTemplate.cpp: Removed bogus #include for ObjectReferenceTemplate.i, the file does not exist. * tao/Makefile: * tao/BiDir_GIOP/Makefile: * tao/Domain/Makefile: * tao/DynamicAny/Makefile: * tao/DynamicInterface/Makefile: * tao/IFR_Client/Makefile: * tao/IORManipulation/Makefile: * tao/IORTable/Makefile: * tao/PortableServer/Makefile: * tao/RTCORBA/Makefile: * tao/RTPortableServer/Makefile: * tao/SmartProxies/Makefile: * tao/Strategies/Makefile: * tao/TypeCodeFactory/Makefile: Update dependencies. Mon Jan 14 15:03:53 2002 Priyanka Gontla * tao/ORB_Core.cpp: Removed include of IORInfo.h Mon Jan 14 14:41:17 2002 Priyanka Gontla The following set of changes are wrt to Object Reference Template. * tao/IORInfo.h: * tao/IORInfo.cpp: Moved these files to PortableServer directory to continue keeping the TAO library independent of PortableServer. * tao/Exception.cpp: Added a new minor code to the OBJ_ADAPTER_TABLE. The description of the minor code is "Exception in IORInterceptor::components_established in call to POA::create_POA " * tao/ClientRequestInfo.cpp (get_service_context_i): Changed the minor code from 23 to 26 according to the ORT spec. * tao/ORB_Core.h : * tao/ORB_Core.i : * tao/ORB_Core.cpp : Removed the include of IORInfo.h since ORB_Core doesnt use IORInfo anymore. Added support for the new ORB Configuration Options: -ORBId: is to set an Id to the ORB as the name suggests. -ORBServerId: is to uniquely identify a server. -ORBListenEndpoints: is similar to ORBEndPoint option. The ORBEndpoint Option will be deprecated later. -ORBNoProprietaryActivation: is to set a glabal flag so that none of the ORB's proprietary can be used. Added a new method set_endpoint_helper for code reusing purposes since the two ORB options -ORBEndpoint and -ORBListenEndPoints are the same. This might not be needed later when the -ORBEndpoint is deprecated totally. New accessor method for the ORBServerId that was passed using the -ORBServerId Option: const char *server_id (void) const; Added another accessor method is to get the underlying transport cache: TAO_Transport_Cache_Manager *transport_cache (void); Modified the implementation of create_stub_object method. The establish_components method should now be invoked every time a new POA is created and hence should be invoked even before the create_stub_object is invoked. Hence the implementation of TAO_ORB_Core::create_stub_object now doesnt involve invoking the establish components method. The establish_components method is now modified and moved to TAO_POA. Added a new method open (TAO_ENV_ARG_DECL) to set endpoints for listening. In the TAO_ORB_Core::run method, the Environment variable is going to be used. So, changed TAO_ENV_ARG_DECL_NOT_USED to TAO_ENV_ARG_DECL. Also, invoke the new TAO_ORB_Core::open method in here. We donot want to setup the listening points when the RootPOA is created but now. One of the main features of ORT is the ability to set a new factory (and possibly point the ior to another endpoint) with the help of interceptors. If we open an endpoint when the RootPOA is created, then it would endup costly if another endpoint has to be opened during run time (i.e. because of the interceptors being used). So, we are going to open the endpoints during the run time rather than during the RootPOA creation. Private variables: server_id_, open_lock_, open_called_; * tao/PortableServer/IORInfo.h: * tao/PortableServer/IORInfo.h: Moved the files from tao to PortableServer. And, added new methods: manager_id, state, adapter_template, current_factory according to the ORT spec. Modified the implementation of add_ior_component and add_ior_component_to_profile to invoke TAO_POA::save_ior_component and save_ior_component_and_profile_id instead of adding them immediately for reasons explained later. * tao/PortableServer/ObjectReferenceTemplate.h : * tao/PortableServer/ObjectReferenceTemplate.cpp : * tao/PortableServer/ObjectReferenceFactory.h : * tao/PortableServer/ObjectReferenceFactory.cpp : New files for the ObjectReferenceFactory and ObjectReferenceTemplate classes. * tao/RTPortableServer/RT_POA.i (create_reference_with_priority): Modified the call create_reference_i and create_reference_with_id_i to go along with the modified signatures of the respective methods. * tao/PortableServer/ServerRequestInfo.h: * tao/PortableServer/ServerRequestInfo.cpp: New methods server_id, orb_id and adapter_name from the ORT spec. Accessor methods to get the server_id of the server ( passed via -ORBServerId option), orb_id ( ORBId value that is passed to the ORB_init call) and the name of the related Object Adapter. * tao/PortableServer/POAManager.h: * tao/PortableServer/POAManager.cpp: New method adapter_manager_state_changed which calls all the registered interceptor's adapter_manager_state_changed methods. Included new header files as needed. * tao/PortableServer/Object_Adapter.cpp (open): As explained in ORB_Core changes, we are going to open the default resources during run time and not during RootPOA creation. So, removed the invocation leading to opening the endpoints. * tao/PortableServer/POA.cpp : This file has a big bunch of changes. Included new header files as needed. New methods: set_obj_ref_factory: Public method to set the private variable: TAO_ObjectReferenceFactory *obj_ref_factory_ The value of this variable is initially the same as TAO_ObjectReferenceTemplate *obj_ref_template_. The value of obj_ref_factory_ can be reset by the TAO_IOR_Info::current_factory method. tao_establish_components: Helper method for establish_components. Instantiates the needed variables and calls establish_components. adapter_name: Returns the adapter_name of an object_adapter (POA). adapter_name_i: Helper method for adapter_name. get_adapter_template: set_adapter_template: get_obj_ref_factory: set_obj_ref_factory: Accessor methods to ort_template_ and obj_ref_factory_ member variables related to a POA. get_policy_list: set_policy_list: get_mprofile: set_mprofile: Accessor methods to get policy_list_ and mprofile_ respectively. TAO_IORInfo needs these values. save_ior_component: save_ior_component_and_profile_id: According to the ORT spec, the Interceptor's establish_components method should be invoked each time a new POA is created. And, the establish_components method is where the IORInfo can get hold of the ior components that are to be added to the mprofiles. But, we donot add the components to the profile when the POA is created but rather when the stub object is to be created. So, to solve this, we save the tagged component and profile_id that we get via the establish_components method and use them later when we are actually creating the stub object. These two methods help save the values, as the name of the method suggests. tao_add_ior_component: tao_add_ior_component_to_profile: Methods to call the add_tagged_component of all the registered interceptors. get_adapter_state: set_adapter_state: Accessor methods to the POA state which could be in one of HOLDING, ACTIVE, DISCARDING, INACTIVE and NON_EXISTENT states. adapter_state_changed: Method to notify the IOR Interceptors when there is a change in the state of the POA not related to the POA Manager. invoke_key_to_object: The TAO_ObjectReferenceFactory::make_object creates the object references by default (ie. unless the factory is changed with the help of interceptors). It invokes the POA's invoke_key_to_object method for the same purpose. This method gets all the required values and invokes the key_to_object which actually creates the object reference. get_manager_id: Accessor method to get the manager id. The constructor of TAO_POA is also changed. Each POA has an ObjectReferenceTemplate * and ObjectReferenceFactory * member variables. The initial values of the ObjectReferenceTemplate is set in the TAO_POA constructor. The initial value of obj_ref_factory_ is the same as that of ort_template_. While the value of ort_template_ is remains the same, the value of the obj_ref_factory_ can be changed with the help of the interceptors. According to the ORT specification, the interceptor's establish_components method needs to be invoked each time any new POA is created. By invoking the tao's establish_components method from the constructor itself, we are making sure that this method is called for all the POA's including the RootPOA. Changed the order in which the private variables are instantiated in the constructor. Modified the signature of create_reference_i and create_reference_with_id_i to not have the priority as an argument. Where needed, we can get the priority value using the cached_policies_ variable. Modified their implementation to call the this->obj_ref_factory_ 's make_object method instead of calling the key_to_object method directly. Made changes accordingly. The implementation of servant_to_reference method is also modified similarly. This is because the ObjectReferenceFactory associated with the POA is the one that is supposed to create the object references. To generalize between the default case and the case in which the object reference factory is changed with the help of interceptors, all the methods that end up creating a object reference (by invoking key_to_object method) now end up invoking the associated object reference factory's make_object method. If the default value of the obj_ref_factory_ is not changed, the TAO_ObjectReferenceFactory::make_object is invoked. If the value of obj_ref_factory_ is changed, the make_object of that particular class in invoked. Also, in the servant_to_reference method, instead of setting value of the priority variable to this->cached_policies_.server_priority (), am setting it to TAO_INVALID_PRIORITY. This is because when the control comes to this method, this->cached_policies_ is nil. By setting it to TAO_INVALID_PRIORITY doesnt hurt since the priority is actually set in servant_to_system_id method. Added TAO_ObjectReferenceFactory and TAO_ObjectReferenceTemplate as friend classes to TAO_POA class. * tao/PortableServer/Makefile: Added new files. IORInfo ObjectReferenceTemplate ObjectReferenceFactory * tao/PortableInterceptorC.cpp: * tao/PortableInterceptorC.h: * tao/PortableInterceptorC.i: * tao/PortableInterceptorS.h: Regenerated and applied patches. The diffs are generated and placed in diffs directory. * tao/PortableInterceptor.pidl: Modified according to the ORT specification. * tao/Makefile: Removed IORInfo since its now moved to PortableServer. Updated dependencies. * tao/BiDir_GIOP/Makefile: * tao/Domain/Makefile: * tao/DynamicAny/Makefile: * tao/DynamicInterface/Makefile: * tao/IFR_Client/Makefile: * tao/IORManipulation/Makefile: * tao/IORTable/Makefile: Updated dependencies. * orbsvcs/examples/ORT/README : * orbsvcs/examples/ORT/Makefile : * orbsvcs/examples/ORT/server.cpp : * orbsvcs/examples/ORT/client.cpp : * orbsvcs/examples/ORT/Gateway.idl : * orbsvcs/examples/ORT/sum_server.idl : * orbsvcs/examples/ORT/sum_server_i.h : * orbsvcs/examples/ORT/sum_server_i.cpp : * orbsvcs/examples/ORT/Server_IORInterceptor.cpp : * orbsvcs/examples/ORT/Server_IORInterceptor.h : * orbsvcs/examples/ORT/Server_IORInterceptor_ORBInitializer.cpp : * orbsvcs/examples/ORT/Server_IORInterceptor_ORBInitializer.h : * orbsvcs/examples/ORT/Gateway_i.h : * orbsvcs/examples/ORT/Gateway_i.cpp : * orbsvcs/examples/ORT/Server_IORInterceptor_ORBInitializer.cpp : * orbsvcs/examples/ORT/Object_Factory_i.h : * orbsvcs/examples/ORT/Object_Factory_i.cpp : * orbsvcs/examples/ORT/Gateway_ObjRef_Factory.h : * orbsvcs/examples/ORT/Gateway_ObjRef_Factory.cpp : Example to show how ORT can be used. * tests/ORT/README: * tests/ORT/Makefile: * tests/ORT/server.cpp: * tests/ORT/ORT_test.idl: * tests/ORT/ORT_test_IORInterceptor.cpp: * tests/ORT/ORT_test_IORInterceptor.h: * tests/ORT/ORT_test_IORInterceptor_ORBInitializer.cpp: * tests/ORT/ORT_test_IORInterceptor_ORBInitializer.h: * tests/ORT/ORT_test_i.cpp: * tests/ORT/ORT_test_i.h: * tests/ORT/client.cpp: Test for the ORT changes. Mon Jan 14 14:46:54 2002 Carlos O'Ryan * docs/tutorials/Quoter/Event_Service/Makefile: * docs/tutorials/Quoter/RT_Event_Service/Makefile: Update dependencies. Mon Jan 14 14:44:31 2002 Carlos O'Ryan * orbsvcs/orbsvcs/Makefile.av: The dependencies for AV/md5c.c were not generated properly because the Makefile assumed all sources were .cpp files. Tue Jan 15 00:30:30 2002 Boris Kolpackov * TAO_IDL/be/be_valuetype.cpp: Moved implementation to client stubs for _var and _out classes. Mon Jan 14 15:35:13 2002 Rob Ruff Craig Rodrigues * orbsvcs/orbsvcs/AV/AV_Core.h: * orbsvcs/orbsvcs/AV/AV_Core.cpp: Add remove_acceptor(), remove_connector(), get_control_flowname() methods. * orbsvcs/orbsvcs/AV/UDP.h: Add close() method. * orbsvcs/orbsvcs/AV/UDP.i: Add close() method. * orbsvcs/orbsvcs/AV/UDP.cpp: Improve cleanup in TAO_AV_UDP_Connector TAO_AV_UDP_Flow_Handler, and TAO_AV_UDP_Acceptor classes. Close socket in TAO_AV_UDP_Flow_Handler destructor. * orbsvcs/orbsvcs/AV/AVStreams_i.cpp: Improve cleanup in destructors and destroy() method. TAO_Tokenizer::operator[] returns a const char * instead of dynamically allocated char *. In TAO_StreamEndpoint::destroy(), call destroy() on protocol objects AFTER calling remove_connector() on the AV core. * orbsvcs/orbsvcs/AV/TCP.h: Add virtual destructor to TAO_AV_TCP_Flow_Handler. * orbsvcs/orbsvcs/AV/TCP.cpp: Add destructor to TAO_AV_TCP_Flow_Handler, improve cleanup in other classes. * orbsvcs/orbsvcs/AV/Transport.h: Add close() methods to TAO_AV_Connector_Registry and TAO_AV_Acceptor_Registry. * orbsvcs/orbsvcs/AV/Transport.cpp: Add close() methods to TAO_AV_Connector_Registry and TAO_AV_Acceptor_Registry. Return result of reactor()->cancel_timer() in TAO_AV_Flow_Handler::cancel_timer(). * orbsvcs/orbsvcs/AV/RTCP.cpp: In TAO_AV_RTCP_Object::destroy(), delete this. * orbsvcs/orbsvcs/AV/RTP.cpp: In TAO_AV_RTP_Object::destroy(), delete this. * orbsvcs/orbsvcs/AV/FlowSpec_Entry.h: Make operator[] return const char *. Add variables for cleanup. * orbsvcs/orbsvcs/AV/FlowSpec_Entry.cpp: Add variables for cleanup. * orbsvcs/orbsvcs/AV/Endpoint_Strategy_T.cpp: Memory leak fixes. Comment out calls to activate_with_poa(). * orbsvcs/tests/AVStreams/Asynch_Three_Stage/receiver.cpp: Do not call orb->shutdown(), instead set a flag. Mon Jan 14 14:04:36 2002 Frank Hunleth * orbsvcs/orbsvcs/Makefile.PortableGroup: Regenerated dependencies. Mon Jan 14 13:41:11 2002 Jeff Parsons * orbsvcs/orbsvcs/ETCL/ETCL.dsp: * orbsvcs/orbsvcs/ETCL/ETCL_Static.dsp: * orbsvcs/orbsvcs/ETCL/ETCL.rc: * orbsvcs/orbsvcs/ETCL/ETCL_Constraint.inl: * orbsvcs/orbsvcs/ETCL/ETCL_Constraint_Visitor.h: * orbsvcs/orbsvcs/ETCL/ETCL_Interpreter.cpp: * orbsvcs/orbsvcs/ETCL/ETCL_Interpreter.h: * orbsvcs/orbsvcs/ETCL/ETCL_y.cpp.diff: * orbsvcs/orbsvcs/ETCL/ETCL_y.h.diff: New files added to finish the implementation of the Extended Trader Constraint Language library that was begun by Carlos O'Ryan . Thanks to Chad Elliott for supplying ETCL_Static.dsp. * orbsvcs/orbsvcs/ETCL/ETCL.ll: * orbsvcs/orbsvcs/ETCL/ETCL.yy: * orbsvcs/orbsvcs/ETCL/ETCL_Constraint.cpp: * orbsvcs/orbsvcs/ETCL/ETCL_Constraint.h: * orbsvcs/orbsvcs/ETCL/ETCL_l.cpp: * orbsvcs/orbsvcs/ETCL/ETCL_l.cpp.diff: * orbsvcs/orbsvcs/ETCL/ETCL_y.cpp: * orbsvcs/orbsvcs/ETCL/ETCL_y.h: * orbsvcs/orbsvcs/Notify/Notify_Constraint_Interpreter.cpp: * orbsvcs/orbsvcs/Notify/Notify_Constraint_Interpreter.h: * orbsvcs/orbsvcs/Notify/Notify_Constraint_Visitors.cpp: * orbsvcs/orbsvcs/Notify/Notify_Constraint_Visitors.h: * orbsvcs/orbsvcs/Notify/Notify_Filter_i.cpp: * orbsvcs/orbsvcs/Notify/Notify_Filter_i.h: * orbsvcs/orbsvcs/Makefile.CosNotification: * orbsvcs/orbsvcs/Makefile.ETCL: * TAOACE_Static.dsw: Changes to ETCL and Notification Service files to complete the implementation of the ETCL library and to make the Notification Service use this library to filter events, instead of using the Trading Service's Trader Constraint Language, as it did previously. * orbsvcs/tests/Notify/Notify_Tests.dsw: * orbsvcs/tests/Notify/Basic/Simple.dsp: * orbsvcs/tests/Notify/lib/Notify_Test_Client.cpp: * orbsvcs/tests/Notify/lib/Notify_Test_Client.h: Changes to Notification Service test coce submitted by Chad Elliott . Mon Jan 14 13:09:31 2002 Jeff Parsons * orbsvcs/tests/InterfaceRepo/Application_Test/ifr_dii_client.cpp: Added .in() to instances of TAO_String_Manager and TAO_Object_Manager when used in the rhs of an expression, and made other cosmetic changes. * TAO_IDL/be/be_visitor_valuetype/valuetype_obv_ch.cpp: Removed unused local variable in visit_valuetype(). Mon Jan 14 10:01:12 2002 Ossama Othman * tao/PortableServer/PortableServerC.i (tao_PortableServer_IdUniquenessPolicy_narrow): * tao/diffs/PortableServerC.i.diff: Fixed incorrect use of TAO_ENV_ARG_PARAMETER where TAO_ENV_ARG_DECL was expected. * tao/PortableServer/POA.cpp (reference_to_ids): Fixed incorrect use of PortableServer::IDs::_nil(). There is no such thing. Zero is the correct value. Mon Jan 14 10:32:09 2002 Balachandran Natarajan * orbsvcs/tests/FaultTolerance/IOGRManipulation/IOGRTest.dsp: * orbsvcs/tests/FaultTolerance/IOGR/Manager.dsp: * orbsvcs/tests/FaultTolerance/IOGR/server.dsp: Fixed the libraries that are linked to. Mon Jan 14 10:25:22 2002 Balachandran Natarajan * orbsvcs/orbsvcs/Fault_Tolerance.dsp (RSC): Added the right library for linking in the debug builds. Mon Jan 14 09:34:35 2002 Chad Elliott * tests/IDL_Test/including.idl: Prefix the enum value FE with TAO_ to avoid a conflict on HP-UX 10.20. Mon Jan 14 09:27:44 2002 Frank Hunleth * orbsvcs/orbsvcs/Makefile.PortableGroup: Added missing PortableGroup directory for POA_Hooks. Mon Jan 14 09:19:43 2002 Venkita Subramonian * performance-tests/AMI_Latency/client.cpp: Fixed compile error. Mon Jan 14 08:49:31 2002 Frank Hunleth * orbsvcs/orbsvcs/PortableGroup.idl: Changed include specification to work under Win32 release builds. Mon Jan 14 09:52:12 2002 Johnny Willemsen * tao/Makefile.bor: Added Request_Dispatcher * orbsvcs/tests/Makefile.bor: Added new Miop directory * orbsvcs/tests/Miop/Makefile.bor: Added new BCB makefile * orbsvcs/orbsvcs/FT_ORB.bor: Added new BCB makefile for this library * orbsvcs/orbsvcs/FaultTolerance.bor: Updated makefile to use the new FT_ORB library * orbsvcs/orbsvcs/Makefile.bor: Added new FT_ORB.bor makefile Sun Jan 13 21:50:22 2002 Frank Hunleth * tao/TAO_Static.dsp: Added Request_Dispatcher.{cpp,h} to the file listing. Sun Jan 13 21:24:59 2002 Frank Hunleth * tao/Request_Dispatcher.cpp: Fixed ACE_CHECK typo. Thanks to Venkita for catching it. * orbsvcs/orbsvcs/PortableGroup/PortableGroup_Loader.h: * orbsvcs/orbsvcs/PortableGroup/PortableGroup_ORBInitializer.h: Cleaned up two comments. Sun Jan 13 18:23:11 2002 Venkita Subramonian * tests/Two_Objects/Makefile: Regenerated dependencies. Sun Jan 13 16:19:24 2002 Ossama Othman * orbsvcs/orbsvcs/Security/Security_ORBInitializer.cpp (pre_init): * orbsvcs/orbsvcs/PortableGroup/PortableGroup_ORBInitializer.cpp (pre_init): Corrected erroneous comments. Sun Jan 13 15:22:10 2002 Frank Hunleth * docs/releasenotes/index.html (MIOP): Added a section for MIOP. Sun Jan 13 14:35:08 2002 Douglas C. Schmidt * performance-tests/AMI_Latency/client.cpp: Rearranged the code a bit to perform better in single-threaded configurations. Thanks to Sean McCauliff for reporting this. Sun Jan 13 13:02:41 2002 Frank Hunleth * TAOACE.dsw: * orbsvcs/orbsvcs/PortableGroup.dsp Added PortableGroup (MIOP) to the workspace. * orbsvcs/orbsvcs/Makefile: * orbsvcs/orbsvcs/Makefile.PortableGroup: Build the PortableGroup code now. * orbsvcs/orbsvcs/PortableGroup.idl: * orbsvcs/orbsvcs/mgm.idl: * orbsvcs/orbsvcs/miop.idl: Added new IDL from the MIOP specification: * tao/IOP.pidl: * tao/corbafwd.h: Added MIOP specification tag identifiers. These need to be updated to OMG specified numbers as soon as they come out. * orbsvcs/orbsvcs/PortableGroup/README: Readme for the MIOP and PortableGroup code. * orbsvcs/orbsvcs/PortableGroup/POA_Hooks.cpp: * orbsvcs/orbsvcs/PortableGroup/POA_Hooks.h: * orbsvcs/orbsvcs/PortableGroup/PortableGroup_Acceptor_Registry.cpp: * orbsvcs/orbsvcs/PortableGroup/PortableGroup_Acceptor_Registry.h: * orbsvcs/orbsvcs/PortableGroup/PortableGroup_Loader.cpp: * orbsvcs/orbsvcs/PortableGroup/PortableGroup_Loader.h: * orbsvcs/orbsvcs/PortableGroup/PortableGroup_ORBInitializer.cpp: * orbsvcs/orbsvcs/PortableGroup/PortableGroup_ORBInitializer.h: * orbsvcs/orbsvcs/PortableGroup/PortableGroup_Request_Dispatcher.cpp: * orbsvcs/orbsvcs/PortableGroup/PortableGroup_Request_Dispatcher.h: * orbsvcs/orbsvcs/PortableGroup/Portable_Group_Map.cpp: * orbsvcs/orbsvcs/PortableGroup/Portable_Group_Map.h: * orbsvcs/orbsvcs/PortableGroup/portablegroup_export.h: PortableGroup implementation. Includes hooks to handle new POA methods to associate group references with normal references, dispatch code based on group ID, and code to dynamically open multicast endpoint acceptors when association is made. * orbsvcs/orbsvcs/PortableGroup/UIPMC_Acceptor.cpp: * orbsvcs/orbsvcs/PortableGroup/UIPMC_Acceptor.h: * orbsvcs/orbsvcs/PortableGroup/UIPMC_Acceptor.i: * orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.cpp: * orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.h: * orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.i: * orbsvcs/orbsvcs/PortableGroup/UIPMC_Connector.cpp: * orbsvcs/orbsvcs/PortableGroup/UIPMC_Connector.h: * orbsvcs/orbsvcs/PortableGroup/UIPMC_Endpoint.cpp: * orbsvcs/orbsvcs/PortableGroup/UIPMC_Endpoint.h: * orbsvcs/orbsvcs/PortableGroup/UIPMC_Endpoint.i: * orbsvcs/orbsvcs/PortableGroup/UIPMC_Factory.cpp: * orbsvcs/orbsvcs/PortableGroup/UIPMC_Factory.h: * orbsvcs/orbsvcs/PortableGroup/UIPMC_Profile.cpp: * orbsvcs/orbsvcs/PortableGroup/UIPMC_Profile.h: * orbsvcs/orbsvcs/PortableGroup/UIPMC_Profile.i: * orbsvcs/orbsvcs/PortableGroup/UIPMC_Transport.cpp: * orbsvcs/orbsvcs/PortableGroup/UIPMC_Transport.h: * orbsvcs/orbsvcs/PortableGroup/UIPMC_Transport.i: UIPMC (Unreliable IP MultiCast) pluggable protocol implementation. * orbsvcs/tests/Miop/README: README for MIOP tests. Currently just describes the McastHello test. * orbsvcs/tests/Miop/McastHello/Makefile: * orbsvcs/tests/Miop/McastHello/Makefile.bor: * orbsvcs/tests/Miop/McastHello/McastHello.cpp: * orbsvcs/tests/Miop/McastHello/McastHello.dsw: * orbsvcs/tests/Miop/McastHello/McastHello.h: * orbsvcs/tests/Miop/McastHello/README: * orbsvcs/tests/Miop/McastHello/Test.idl: * orbsvcs/tests/Miop/McastHello/client.bor: * orbsvcs/tests/Miop/McastHello/client.conf: * orbsvcs/tests/Miop/McastHello/client.cpp: * orbsvcs/tests/Miop/McastHello/client.dsp: * orbsvcs/tests/Miop/McastHello/run_test.pl: * orbsvcs/tests/Miop/McastHello/server.bor: * orbsvcs/tests/Miop/McastHello/server.conf: * orbsvcs/tests/Miop/McastHello/server.cpp: * orbsvcs/tests/Miop/McastHello/server.dsp: Added a simple unit test to try out multicast request generation, transmission, reception, and dispatch. * tao/CORBALOC_Parser.cpp: Added check to allow "miop" corbaloc specifiers. * tao/GIOP_Message_Base.cpp: Added call to request dispatcher to strategize how requests are dispatched to the POA. For MIOP, a request be identified by a GroupId and be dispatched to one or more ObjectKeys. * tao/GIOP_Message_Generator_Parser.cpp: * tao/GIOP_Message_Generator_Parser.h: * tao/GIOP_Message_Generator_Parser_10.cpp: * tao/GIOP_Message_Generator_Parser_12.cpp: Moved GIOP 1.2 target address spec demarshal code to Tagged_Profile.*, so that the TAO_Tagged_Profile could know what kind of addressing mode it was actually representing. Previously, it was always assumed that TAO_Tagged_Profile contained an object key. Now, with MIOP, it is possible for requests to not have ObjectKeys in their target specifiers. Instead, they have a profile that has a GroupID embedded within it. * tao/Tagged_Profile.cpp: * tao/Tagged_Profile.h: * tao/Tagged_Profile.i: Added logic to unmarshal target specifications from GIOP_Message_Generator_Parser*. Note that TAO_Tagged_Profile is only used to handle the target specification field and was specialized for this purpose before this change - despite what it's name may imply. * tao/IIOP_Acceptor.cpp: * tao/Strategies/DIOP_Acceptor.cpp: * tao/Strategies/SHMIOP_Acceptor.cpp: Fixed debug text to indicate the right method name. * tao/Makefile: Added Request_Dispatcher and updated dependencies. * tao/Profile.cpp: * tao/Profile.h: * tao/Profile.i: * tao/Stub.cpp * tao/Stub.h * tao/Stub.i * tao/Invocation.cpp: Changes to maintain the GIOP 1.2 target addressing mode in the profile as opposed to the stub. This is the needed since the target addressing mode is decided upon based on the profile. For example, a UIPMC profile needs to use the "profile" addressing mode, since it does not have an object key. Additionally, if a remote ORB sends an addressing mode exception back, it should only affect the current profile as opposed to all profiles on a stub, since those profiles might go to some other ORB. * tao/ORB_Core.cpp: * tao/ORB_Core.h: * tao/ORB_Core.i: Added request dispatcher strategy and hooks for the PortableGroup library to replace functionality in the PortableServer library. * tao/Request_Dispatcher.cpp: * tao/Request_Dispatcher.h: Default request dispatcher to send requests to the POA based on their ObjectKey. (Replaced when the PortableGroup library is active.) * tao/TAO.dsp: Added Request_Dispatcher.{cpp,h}. * tao/TAO_Server_Request.cpp: Added missing this-> to conform to ACE standard. * tao/orbconf.h: Added MIOP version definitions. * tao/PortableServer/POA.cpp: * tao/PortableServer/POA.h: Added methods to forward processing of the new group functionality introduced by the MIOP specification. * tao/PortableServer/PortableGroup_Hooks.cpp: * tao/PortableServer/PortableGroup_Hooks.h: Base class to implementing the PortableGroup functionality. * tao/PortableServer/TAO_PortableServer.dsp: Added PortableGroup_Hooks.{cpp,h}. * tao/BiDir_GIOP/Makefile: * tao/Domain/Makefile: * tao/DynamicAny/Makefile: * tao/DynamicInterface/Makefile: * tao/IFR_Client/Makefile: * tao/IORManipulation/Makefile: * tao/IORTable/Makefile: * tao/PortableServer/Makefile: * tao/RTCORBA/Makefile: * tao/RTPortableServer/Makefile: * tao/SmartProxies/Makefile: * tao/Strategies/Makefile: * tao/TypeCodeFactory/Makefile: Regenerated dependencies. * tao/PortableServer/PortableServer.pidl: * tao/PortableServer/PortableServerC.cpp: * tao/PortableServer/PortableServerC.h: * tao/PortableServer/PortableServerC.i: * tao/diffs/PortableServerC.cpp.diff: * tao/diffs/PortableServerC.h.diff: * tao/diffs/PortableServerC.i.diff: Updated the POA with the group reference association methods introduced by the MIOP specification. Sun Jan 13 10:52:03 2002 Balachandran Natarajan * orbsvcs/tests/FaultTolerance/IOGManpulation/Makefile: Updated dependencies. * orbsvcs/tests/FaultTolerance/IOGManpulation/IOGRTest.cpp: Fixed a compilation error. Sun Jan 13 10:33:18 2002 Balachandran Natarajan * orbsvcs/orbsvcs/Makefile: Added an FTORB option. * orbsvcs/tests/FaultTolerance/IOGR/Makefile: Updated dependencies. Sun Jan 13 09:35:31 2002 Balachandran Natarajan * TAOACE_Static.dsw (Project): Added FT_ORB.dsp. Sun Jan 13 09:03:25 2002 Venkita Subramonian * tests/Two_Objects/worker.h: * tests/Two_Objects/server.cpp: Fixed compile errors on SunCC51. Sat Jan 12 21:45:31 2002 Balachandran Natarajan * orbsvcs/orbsvcs/FT_ORB.dsp (RSC): Added a new dsp file * orbsvcs/orbsvcs/Fault_Tolerance.dsp: Made some slight changes. * orbsvcs/orbsvcs/orbsvcs.dsw: * orbsvcs/orbsvcs/orbsvcs_static.dsw: Added the new dsp file to the workspace. Sat Jan 12 21:14:31 2002 Balachandran Natarajan * orbsvcs/orbsvcs/FT_CORBA_ORB.idl: A new file that contains additions only to the ORB core. This would be good for a variety of reasons. Some point in time, users would like to have only the FT ORB features loaded without the service layer. This should be useful for such cases. An excellent example is when the Heartbeats are going to be implemented. Regular users may need that without any extra stuff, like Notification, DynamicAny etc. * orbsvcs/orbsvcs/FT_CORBA.idl: Has only the service layer interfaces. * orbsvcs/orbsvcs/Makefile.FTORB: A new file for the TAO_FTORB library. * orbsvcs/orbsvcs/Makefile.FaultTolerance: Updated this file. * orbsvcs/orbsvcs/Makefile: Added the new Makefile. * orbsvcs/orbsvcs/FaultTolerance/FT_IOGR_Property.h: * orbsvcs/orbsvcs/FaultTolerance/FT_ORBInitializer.cpp: * orbsvcs/orbsvcs/FaultTolerance/FT_PolicyFactory.cpp: * orbsvcs/orbsvcs/FaultTolerance/FT_Policy_i.h: * orbsvcs/orbsvcs/FaultTolerance/FT_Service_Callbacks.h: Included FT_CORBA_ORBC.h. * orbsvcs/tests/FaultTolerance/IOGR/Makefile: * orbsvcs/tests/FaultTolerance/IOGRManipulation/Makefile: Updated the file to include the TAO_FTORB library. * orbsvcs/tests/FaultTolerance/IOGR/svc.conf: Used the new library to load. Sat Jan 12 10:46:47 2002 Venkita Subramonian * tests/Two_Objects/worker.h: Fixed compile error on Fuzz builds. Sat Jan 12 09:46:00 2002 Venkita Subramonian * tests/Two_Objects/server.cpp: * tests/Two_Objects/First_i.cpp: * tests/Two_Objects/Second_i.cpp: * tests/Two_Objects/Second_i.h: * tests/Two_Objects/Object_Factory_i.cpp: Fixed compile errors on certain builds. Sat Jan 12 13:06:12 2002 Johnny Willemsen * tests/Makefile.bor: Added new Two_Obects directory to BCB makefile Fri Jan 11 17:36:22 2002 Balachandran Natarajan * tao/orbconf.h: Removed the #if defined clause for the TAO_NAMESPACE definition. Now TAO_NAMESPACE will define namespace by default with no conditionality associated. The macro has been left behind for backward compatibility. This shoudl fix the LynxOS builds. Fri Jan 11 12:28:48 2002 Venkita Subramonian * orbsvcs/tests/Security/Makefile (DIRS): Added MT_SSLIOP to DIRS section. Fri Jan 11 07:50:41 2002 Carlos O'Ryan * orbsvcs/performance-tests/EC_Colocated_Latency/POA_Destroyer.h: Fixed some Fuzz warnings. Fri Jan 11 09:53:41 2002 Venkita Subramonian * tests/Makefile: Added entry for Two_Objects test. Thu Jan 10 17:43:22 2002 Carlos O'Ryan * orbsvcs/orbsvcs/Makefile.RTCORBAEvent: * orbsvcs/orbsvcs/Event/EC_RTCORBA_Dispatching.h: * orbsvcs/orbsvcs/Event/EC_RTCORBA_Dispatching.inl: * orbsvcs/orbsvcs/Event/EC_RTCORBA_Dispatching.cpp: * orbsvcs/orbsvcs/Event/EC_RTCORBA_Factory.h: * orbsvcs/orbsvcs/Event/EC_RTCORBA_Factory.inl: * orbsvcs/orbsvcs/Event/EC_RTCORBA_Factory.cpp: Add new dispatching strategy based on RT-CORBA. Still work-in-progress. * orbsvcs/performance-tests/EC_Colocated_Latency/Makefile: * orbsvcs/performance-tests/EC_Colocated_Latency/Consumer.h: * orbsvcs/performance-tests/EC_Colocated_Latency/Consumer.cpp: * orbsvcs/performance-tests/EC_Colocated_Latency/POA_Destroyer.h: * orbsvcs/performance-tests/EC_Colocated_Latency/POA_Destroyer.inl: * orbsvcs/performance-tests/EC_Colocated_Latency/POA_Destroyer.cpp: * orbsvcs/performance-tests/EC_Colocated_Latency/Receive_Task.h: * orbsvcs/performance-tests/EC_Colocated_Latency/Receive_Task.cpp: * orbsvcs/performance-tests/EC_Colocated_Latency/Send_Task.h: * orbsvcs/performance-tests/EC_Colocated_Latency/Send_Task.cpp: * orbsvcs/performance-tests/EC_Colocated_Latency/Servant_var.h: * orbsvcs/performance-tests/EC_Colocated_Latency/Servant_var.inl: * orbsvcs/performance-tests/EC_Colocated_Latency/Servant_var.cpp: * orbsvcs/performance-tests/EC_Colocated_Latency/Supplier.h: * orbsvcs/performance-tests/EC_Colocated_Latency/Supplier.cpp: * orbsvcs/performance-tests/EC_Colocated_Latency/driver.cpp: * orbsvcs/performance-tests/EC_Colocated_Latency/ec.supplier_filter_null.conf: * orbsvcs/performance-tests/EC_Colocated_Latency/ec.supplier_filter_per_supplier.conf: * orbsvcs/performance-tests/EC_Colocated_Latency/run_supplier_filtering.sh: Add new performance test to measure latency in the colocated case. Thu Jan 10 12:48:02 2002 Venkita Subramonian * tests/Two_Objects/worker.cpp: * tests/Two_Objects/worker.h: Fixed compile errors. Thu Jan 10 12:13:28 2002 Venkita Subramonian * tests/Two_Objects/Two_Objects.idl: * tests/Two_Objects/server.cpp: * tests/Two_Objects/client.cpp: * tests/Two_Objects/worker.h: * tests/Two_Objects/worker.cpp: * tests/Two_Objects/First_i.cpp: * tests/Two_Objects/First_i.h: * tests/Two_Objects/Second_i.cpp: * tests/Two_Objects/Second_i.h: * tests/Two_Objects/Object_Factory_i.h: * tests/Two_Objects/Object_Factory_i.cpp: * tests/Two_Objects/Two_Objects.dsw: * tests/Two_Objects/server.dsp: * tests/Two_Objects/client.dsp: * tests/Two_Objects/run_test.pl: * tests/Two_Objects/Makefile: * tests/Two_Objects/Makefile.bor: * tests/Two_Objects/server.bor: * tests/Two_Objects/client.bor: * tests/Two_Objects/README: Created a new test for bug fix 575. This is a test to show that there can be concurrent upcalls to two objects in the same POA on the same connection. Thu Jan 10 11:53:22 2002 Balachandran Natarajan * tao/GIOP.pidl: Added come comments. * tao/GIOPC.h: * tao/GIOPC.cpp: * tao/GIOPC.i (Version_var): Added GIOP::Version_var to the generated code. * tao/diffs/GIOPC.cpp.diff: * tao/diffs/GIOPC.h.diff: * tao/diffs/GIOPC.i.diff: * tao/diffs/GIOPS.cpp.diff: * tao/diffs/GIOPS.h.diff: * tao/diffs/GIOPS.i.diff: * tao/diffs/GIOPS_T.cpp.diff: * tao/diffs/GIOPS_T.h.diff: * tao/diffs/GIOPS_T.i.diff: Added diffs to the generated code. Wed Jan 9 18:07:55 2002 Jeff Parsons * TO_IDL/fe/fe_init.cpp (populate_global_scope): Removed the guards around the calls related to valuetypes. Wed Jan 9 11:35:58 2002 Ossama Othman * tao/ORB_Core.cpp (init): Removed last remnants of the long deprecated -ORBSetUID and -ORBSetGID ORB options. Wed Jan 9 13:36:14 2002 Jeff Parsons * TAO_IDL/be/be_decl.cpp: Changed the order of member initialization to match the order of declaration. Wed Jan 9 11:39:02 2002 Jeff Parsons * TAO_IDL/be/be_visitor_array/cdr_op_ci.cpp: * TAO_IDL/be/be_visitor_sequence/cdr_op_ci.cpp: Added declaration of CDR operators for anonymous sequence array element to the stub inline file. When ACE_INLINE is defined, the declarations of these in the header file is not included. Wed Jan 9 08:46:58 2002 Douglas C. Schmidt * docs/Options.html: Clarified the use of the -ORBDottedDecimalAddresses option. Thanks to Michael Gillmann for motivating this. Tue Jan 8 16:20:37 2002 Jeff Parsons * TAO_IDL/be/be_visitor_typecode/typecode_defn.cpp: * TAO_IDL/be/be_visitor_typecode/typecode_decl.cpp: Added '::' to instances of 'CORBA::TypeCode_ptr' in type code generation. If there is a nested module named 'CORBA', MSVC gets confused. Thanks to Tom Howard for pointing out the problem. Tue Jan 8 14:52:46 2002 Jeff Parsons * TAO_IDL/ast/ast_typedef.cpp: * TAO_IDL/be/be_array.cpp: * TAO_IDL/be/be_sequence.cpp: * TAO_IDL/be/be_type.cpp: * TAO_IDL/be/be_typedef.cpp: Added explicit calls to base class constructors. * TAO_IDL/be/be_decl.cpp: Added explicit calls to base class constructors, and added missing member initialization. * TAO_IDL/be/be_visitor_array/cdr_op_ch.cpp: * TAO_IDL/be/be_visitor_array/cdr_op_ci.cpp: * TAO_IDL/be/be_visitor_typedef/cdr_op_ch.cpp: * TAO_IDL/be/be_visitor_typedef/cdr_op_ci.cpp: Changed the logic for generating CDR operators for named arrays of anonymous sequences. Some recent change broke this, and it was showing up in IDL_Test. Also made cosmetic changes. * TAO_IDL/be/be_visitor_sequence/any_op_ch.cpp: * TAO_IDL/be/be_visitor_typedef/any_op_ch.cpp: Added line breaks to strings of output stream operators, to avoid side effects when a method call is in the string. Also made cosmetic changes. * TAO_IDL/be/be_visitor_interface/interface_ch.cpp: * TAO_IDL/be/be_visitor_interface_fwd/interface_fwd_ch.cpp: Changed the logic of the code generation for forward declared interfaces. The existing logic was a case of two wrongs making a right, and was causing a problem with the implementation of AMH in the IDL compiler. Thanks to Carlos O'Ryan and Mayur Deshpande for pointing out the problem. Mon Jan 7 10:27:43 2002 Chad Elliott * tao/PortableServer/PolicyS_T.i: Corrected an invalid ENV parameter macro name. This was detected as an error on HP-UX. Thanks to Rob Martin for pointing this out. Sun Jan 6 13:18:43 2002 Jeff Parsons * TAO_IDL/be/be_operation_strategy.cpp: Removed an unused argument, and made cosmetic changes. Sun Jan 6 09:45:24 2002 Douglas C. Schmidt * examples/Advanced/ch_8_and_10/client.cpp (main): Added some casts to make certain C++ compilers happy. Thanks to Roy Sharon for reporting this. Sat Jan 5 21:31:43 2002 Mayur Deshpande * TAO_IDL/be_include/be_visitor_amh_pre_proc.h: * TAO_IDL/be/be_visitor_amh_pre_proc.cpp: Added code to generate the Client side abstract RH class and the skeleton RH class. For the above two interfaces, there should be no classes generated on teh 'other side' i.e. for the client RH interface node, there should be no class generatd in the skeleton files. Currently there are a few problems with this and with the exact names and inheritance of the generated classes. Sat Jan 5 18:27:59 2002 Mayur Deshpande * TAO_IDL/be_include/be_visitor_operation/amh_ss.h: * TAO_IDL/be/be_visitor_operation/amh_ss.cpp: Added code to generate the skeleton-source code for AMH-skelton operation. The amh-method differs from the original method in the following ways: - Return type is always void - IN and INOUT parameters _only_ are de-marshalled One part left to be done is the creation and instantiation of the RH inside the generated method body. Sat Jan 5 18:15:34 2002 Mayur Deshpande * TAO_IDL/be/be_visitor_interface/interface.cpp: Added actions for all the AMH states (including amh_rh). Previously some of them returned 0 or just didn't do anything. * TAO_IDL/be/be_visitor_interface/interface_ss.cpp: Removed all the code from the visit_interface that generates code for the this_method and put it into a seperate method called this_method. This method already existed but for some reason a part of the code was left in the visit_interface method. With this in place, the AMH class can now implement all the changes that are needed in the _this () method. * TAO_IDL/be/be_visitor_interface/amh_ss.cpp: - Changed the this_method(). This method now generates all the code for the _this() method in amh-skeleton. Changes include a narrow of original interface rather than teh AMH-skeleton narrow and commenting of the generation of the safe_stub.release() line. - Changed the dispath_method () so that it now generates a call to asynchronous_upcall_dispatch rather than synchronous_upcall_dispatch as is generated for a normal skeleton. Sat Jan 5 20:39:25 2002 Ossama Othman * tao/IIOP_Connection_Handler.cpp (handle_input, handle_output): Reverted my change that avoided a function call. Bala correctly points out that the handled passed in as a parameter may be an invalid handle if the event handler is dispatched by the reactor's notification mechanism. Not bueno. * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connection_Handler.cpp (handle_input, handle_output): Likewise. Sat Jan 5 20:00:21 2002 Ossama Othman * tao/Connection_Handler.inl (TAO_Connection_Handler): Initialize "pending_upcalls_" and "pending_upcall_lock_" in the base member initializer list. Although this constructor is not used, it is best to ensure that proper initialization is performed in the event this constructor is used in the future. Sat Jan 5 19:30:08 2002 Ossama Othman * tao/orbconf.h: Include "ace/Basic_Types.h" to pull in the definition of ACE_LITTLE_ENDIAN. Sat Jan 5 17:54:27 2002 Ossama Othman * tao/LF_Strategy.h: No need to include "tao/orbconf.h." Forward declaring ACE_Time_Value is enough. * tao/orbconf.h: Instead of "ace/OS.h", include "ace/config-all.h". The latter is all that is needed. This change should improve compile times since "config-all.h" does not include the large number of system headers found in "OS.h," which provides for improved C++ preprocessing times in TAO. (TAO_DEFAULT_ORB_TABLE_SIZE): New constant that is used when setting the initial size of the ORB table. Previously a default of 1024 was used. However, most applications rarely use more than one ORB, meaning that an ORB table size of 1024 is overkill. The default is now 16. This size should be more than adequate for the majority of applications. (MCAST_SERVICE_ID, NO_OF_MCAST_SERVICES): Prepend "TAO_" to these macros to avoid polluting the global namespace. * tao/ORB.h (resolve_service): * tao/ORB.cpp (resolve_service): * tao/params.h (service_port): * tao/params.i (service_port): * tao/params.cpp (TAO_ORB_Parameters): Changed the parameter type "MCAST_SERVICEID" to "TAO_MCAST_SERVICEID," in accordance with the changes made to `orbconf.h' described above. * tao/ORB_Table.cpp (TAO_ORB_Table): Initialize the underlying hash map (the ORB table) to a size of TAO_DEFAULT_ORB_TABLE_SIZE. This change reduces the default ORB table size from 1024 to 16 (TAO_DEFAULT_ORB_TABLE_SIZE), thus greatly reducing the initial ORB table memory utilization. * tao/IIOP_Connection_Handler.cpp (handle_input, handle_output): No need to make a function call to retrieve the handle. Just use the handle parameter passed in to the method. Sat Jan 5 15:04:46 2002 Craig Rodrigues * orbsvcs/orbsvcs/AV/Fill_ACE_QoS.h: Fix comments. * orbsvcs/performance-tests/EC_Federated_Scalability/Makefile: * orbsvcs/performance-tests/EC_Scalability/Makefile: * orbsvcs/performance-tests/EC_Federated_Latency/Makefile: * orbsvcs/performance-tests/EC_Latency/Makefile: Only build these tests if RTEvent is set in TAO_ORBSVCS. Fri Jan 4 17:30:21 2002 Jaiganesh Balasubramanian * docs/tutorials/Quoter/RT_Event_Service/index.html: Corrected some broken links. The errors were pointed out thanks to Eric Peters . Fri Jan 4 19:02:41 2002 Balachandran Natarajan * ChangeLogs/ChangeLog-01c: A new file after splitting from this one. Fri Jan 4 18:28:44 2002 Jeff Parsons * TAO_IDL/be/be_decl.cpp: * TAO_IDL/be_include/be_decl.h: Removed compute_repoID(), the version that is always called in in the base class AST_Decl. Thanks to Brian Olson for pointing out that the be_decl version was not doing the version part of the string correctly. Fri Jan 4 16:30:04 2002 Jeff Parsons * tao/DynamicAny/DynCommon.cpp (insert_reference): Since the argument is passed in as a CORBA::Object_ptr, and ultimately inserted into the member Any with the non-virtual operator <<=, then dyn_any->to_any()->type ()->id() would always yield "IDL:CORBA/Object:1.0", no matter what dyn_any->type()->id() yields. So the insertion into the memeber Any has been changed to use _tao_replace(), and passing in the dyn_any's type code, which is always of the derived type. Thanks to Mahesh Vedantam for reporting the problem. Fri Jan 4 15:21:33 2002 Jeff Parsons * orbsvcs/IFR_Service/ifr_visitor.cpp (visit_factory): Removed an unused argument. * TAO_IDL/fe/fe_tmplinst.cpp: Removed explicit instantiation of ACE_Node, since it already appears in ACE. * TAO_IDL/fe/lex.yy.cpp: Changed isspace() to ACE_OS::ace_isspace(). * TAO_IDL/be/be_interface_strategy.cpp (compute_coll_names): Changed a local const char[] to static const char*. The string "POA_" is assigned to this constant, and there has been a long-standing intermittent problem with garbage being generated in place of the string. Although the problem has never been duplicated by the DOC Group, Sorin Iordachescu has produced it repeated and has suggested the above fix. * TAO_IDL/util/utl_err.cpp: Removed all use of ACE_TEXT from methods that return char*. When compilation is done with ACE_USES_WCHAR, the return type is incorrect. Thanks to Johnny Willemsen for reporting the problem. Fri Jan 4 14:32:43 2002 Craig Rodrigues * orbsvcs/orbsvcs/AV/Fill_QoS.h: Add #include . Thu Jan 3 07:18:22 2002 Christopher Kohlhoff * orbsvcs/LifeCycle_Service/LifeCycle_Service.bor: Added library required for a statically linked build. * orbsvcs/Notify_Service/NT_Notify_Service.bor: * orbsvcs/Notify_Service/Notify_Service.bor: Reverted the changes made to these files in Sun Dec 30 20:30:12 2001 Johnny Willemsen as the trading library is required for a static build. * orbsvcs/orbsvcs/*.bor: * orbsvcs/orbsvcs/Security.rc: * tao/*/Makefile.bor: * tao/*/*.rc: Added Borland makefile support for the new resource files. Wed Jan 2 20:48:36 2002 Douglas C. Schmidt * TAO-INSTALL.html: Fixed a couple of missing links. Thanks to Patrick Cosmo for reporting this. Wed Jan 2 18:00:43 2002 Jeff Parsons * TAO_IDL/fe/lex.yy.cpp: Changed an instance of != ' ' to !isspace. Wed Jan 2 15:57:52 2002 Priyanka Gontla * orbsvcs/orbsvcs/Naming/Naming_Context_Interface.cpp (to_url): The to_url method should actually be returning a corbaname type URL instead of the corbaloc style URL. According to the INS specification, the method should return a fully formed URL along with the key_string and corbaname format is the one that can have the key_string in it. Moved the pointer to the end of the dest string before concatenating something to it. Previously, it was returning only escaped key_string. * orbsvcs/tests/Interoperable_Naming/ncontextext_client_i.cpp : Modified the string that is passed to the to_url method to have a ':' before the dummy address. Now, its in one of the correct syntaxes. Thanks to Scott Harris for reporting all these. Wed Jan 02 15:25:53 2002 Nanbor Wang * tao/ValueFactory.h: Removed the non-standard tao extension repository_id(). According to the spec, for valuetypes without a factory method, the developer supplied ValueFactory class should inherit from CORBA::ValueFactoryBase directly. Therefore, we can no longer generate this repository_id() method in the IDL compiler. Changed the TAO_OBV_REGISTER_FACTORY to take the type of valuetype it handles as an extra parameter. The macro will simply use the non-standard TAO extension to stick in the repository_id for the valuetype. This may not be the correct way to get the repository_id for a valuetype as it is not clear to me how one can get it. * examples/OBV/Typed_Events/Event_Types_impl.h: Changed to inherit valuetype factories from CORBA::ValueFactoryBase. * examples/OBV/Typed_Events/Server_i.cpp: * examples/OBV/Typed_Events/Client_i.cpp: Added type of valuetype when registering factory with the TAO_OBV_REGISTER_FACTORY macro. Wed Jan 2 15:27:57 2002 Jeff Parsons * TAO_IDL/be/be_valuetype.cpp: Added some missing ACE_INLINEs to the _var and _out class method implementation code generation. Wed Jan 2 12:02:35 2002 Jeff Parsons * TAO_IDL/fe/lex.yy.cpp (idl_valid_version): Had to add a check for trailing whitespace. SunCC's preprocessor leaves it in, it seems, and this was leading to version strings being falsely invalidated. Wed Jan 2 10:22:59 2002 Jeff Parsons * TAO_IDL/be/be_visitor_typedef/typedef_ci.cpp (visit_array): Made changes that were overlooked in Fri Dec 28 15:41:18 2001 Jeff Parsons that correspond to changes made in typedef_ch.cpp. * TAO_IDL/be/be_visitor_typedef/typedef_ch.cpp (visit_array): Cosmetic changes. Wed Jan 2 09:41:03 2002 Jeff Parsons * orbsvvcs/IFR_Service/drv_init_ifr.cpp: * orbsvvcs/IFR_Service/ifr_adding_visitor.cpp: * orbsvvcs/IFR_Service/ifr_adding_visitor.h: * orbsvvcs/IFR_Service/ifr_adding_visitor_exception.cpp: * orbsvvcs/IFR_Service/ifr_adding_visitor_operation.cpp: * orbsvvcs/IFR_Service/ifr_adding_visitor_structure.cpp: * orbsvvcs/IFR_Service/ifr_adding_visitor_union.cpp: * orbsvvcs/IFR_Service/ifr_visitor.cpp: * orbsvvcs/IFR_Service/ifr_visitor.h: Changes related to corresponding changes in the TAO IDL compiler regarding value types and #pragma prefix. Tue Jan 1 17:40:23 2002 Carlos O'Ryan * orbsvcs/orbsvcs/AV/AVStreams_i.h: * orbsvcs/orbsvcs/AV/AVStreams_i.cpp: Remove dummy copy constructor, that should clear some of the builds. Tue Jan 1 09:38:58 2002 Venkita Subramonian * examples/RTCORBA/Activity/Activity.cpp: examples/RTCORBA/Activity/Builder.cpp: Fixed compile errors.