summaryrefslogtreecommitdiff
path: root/TAO/tao/DynamicInterface
Commit message (Collapse)AuthorAgeFilesLines
* Fri Jun 12 18:44:04 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-06-121-3/+2
| | | | | | | | | | | * tao/IIOP_Acceptor.cpp: Improved logging layout * tao/Invocation_Adapter.cpp: Use ACE_TEXT * tao/DynamicInterface/AMH_DSI_Response_Handler.cpp: Layout changes
* Wed May 20 09:32:43 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-05-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * tao/SmartProxies/SmartProxies.rc * tao/BiDir_GIOP/TAO_BiDir_GIOP.rc * tao/Compression/bzip2/TAO_Bzip2Compressor.rc * tao/CodecFactory/TAO_CodecFactory.rc * tao/Compression/TAO_Compression.rc * tao/DynamicAny/TAO_DynamicAny.rc * tao/DynamicInterface/TAO_DynamicInterface.rc * tao/IFR_Client/TAO_IFR_Client.rc * tao/ImR_Client/TAO_IMR_Client.rc * tao/IORInterceptor/TAO_IORInterceptor.rc * tao/IORManipulation/TAO_IORManip.rc * tao/IORTable/TAO_IORTable.rc * tao/Compression/lzo/TAO_LzoCompressor.rc * tao/Messaging/TAO_Messaging.rc * tao/ObjRefTemplate/TAO_ObjRefTemplate.rc * tao/PortableServer/TAO_PortableServer.rc * tao/RTCORBA/TAO_RTCORBA.rc * tao/RTPortableServer/TAO_RTPortableServer.rc * tao/RTScheduling/TAO_RTScheduler.rc * tao/Strategies/TAO_Strategies.rc * tao/Valuetype/TAO_Valuetype.rc * tao/Compression/zlib/TAO_ZlibCompressor.rc * tao/TypeCodeFactory/TypeCodeFactory.rc Use unix style of includes to work with cegcc
* Tue Mar 31 10:44:16 UTC 2009 Marcel Smit <msmit@remedy.nl>msmit2009-03-311-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tao/Asynch_Reply_Dispatcher_Base.cpp: * tao/Asynch_Reply_Dispatcher_Base.h: * tao/Asynch_Reply_Dispatcher_Base.inl: * tao/DynamicInterface/DII_Reply_Dispatcher.cpp: * tao/Exclusive_TMS.cpp: * tao/Exclusive_TMS.h: * tao/LocateRequest_Invocation.cpp: * tao/Messaging/Asynch_Reply_Dispatcher.cpp: * tao/Muxed_TMS.cpp: * tao/Muxed_TMS.h: * tao/Reply_Dispatcher.cpp: * tao/Reply_Dispatcher.h: * tao/Synch_Invocation.cpp: * tao/Transport_Mux_Strategy.h: Refactored Reply Dispatchers. It's now possible to make a CORBA call (synchronous or asynchronous) during an AMI reply dispatch without running into a deadlock. Also, the reply dispatchers are now created on the heap, using an ACE_Intrusive_Auto_Ptr. This fixes Bugzilla 3567. * tests/Big_AMI/client.cpp: Using a different CORBA:Object_var for ior. * NEWS: Listed this change.
* Mon Mar 16 08:54:22 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-03-161-2/+0
| | | | | | | | | * tao/RTCORBA/RT_Invocation_Endpoint_Selectors.cpp: Use CORBA::is_nil and small optimizations * tao/DynamicInterface/DII_Reply_Dispatcher.h: * tao/Codeset/Codeset.cpp: Layout changes
* ChangeLogTag: Fri Mar 6 17:28:09 UTC 2009 Adam Mitz <mitza@ociweb.com>mitza2009-03-061-0/+5
|
* Thu Feb 12 20:22:44 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-02-123-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tao/Exclusive_TMS.cpp: Updated a few debug statements to have the same layout as in other places * tao/Acceptor_Impl.cpp * tao/Asynch_Queued_Message.cpp * tao/CSD_Framework/CSD_Strategy_Repository.cpp * tao/default_resource.cpp * tao/DynamicInterface/DII_Invocation.cpp * tao/DynamicInterface/DII_Reply_Dispatcher.cpp * tao/DynamicInterface/DII_Reply_Handler.cpp * tao/Exclusive_TMS.cpp * tao/FlResource/FlResource_Factory.cpp * tao/FoxResource/FoxResource_Factory.cpp * tao/GIOP_Message_Base.cpp * tao/GIOP_Message_Generator_Parser_10.cpp * tao/GIOP_Message_State.cpp * tao/IIOP_Connector.cpp * tao/IIOP_Profile.cpp * tao/Invocation_Adapter.cpp * tao/Messaging/Asynch_Reply_Dispatcher.cpp * tao/Muxed_TMS.cpp * tao/ORB_Core.cpp * tao/PI/Interceptor_List_T.cpp * tao/PortableServer/Active_Object_Map.cpp * tao/PortableServer/Object_Adapter.cpp * tao/PortableServer/Root_POA.cpp * tao/QtResource/QtResource_Factory.cpp * tao/Queued_Data.cpp * tao/Remote_Invocation.cpp * tao/RTScheduling/Request_Interceptor.cpp * tao/RTScheduling/RTScheduler_Initializer.cpp * tao/Strategies/COIOP_Acceptor.cpp * tao/Strategies/COIOP_Profile.cpp * tao/Strategies/DIOP_Acceptor.cpp * tao/Strategies/DIOP_Transport.cpp * tao/Strategies/SCIOP_Acceptor.cpp * tao/Strategies/SCIOP_Connection_Handler.cpp * tao/Strategies/SCIOP_Connector.cpp * tao/Strategies/SCIOP_Endpoint.cpp * tao/Strategies/SCIOP_Profile.cpp * tao/Strategies/SCIOP_Transport.cpp * tao/Strategies/SHMIOP_Profile.cpp * tao/Strategies/SHMIOP_Transport.cpp * tao/Strategies/UIOP_Acceptor.cpp * tao/Strategies/UIOP_Connector.cpp * tao/Strategies/UIOP_Profile.cpp * tao/Strategies/UIOP_Transport.cpp * tao/Synch_Invocation.cpp * tao/Synch_Reply_Dispatcher.cpp * tao/Tagged_Profile.cpp * tao/TkResource/TkResource_Factory.cpp * tao/Transport_Cache_Manager_T.cpp * tao/Transport_Connector.cpp * tao/Wait_On_Read.cpp * tao/XtResource/XtResource_Factory.cpp Updated debug statements with layout and unicode fixes
* ChangeLogTag: Fri Sep 12 19:21:07 UTC 2008 Adam Mitz <mitza@ociweb.com>mitza2008-09-121-2/+2
|
* ChangeLogTag: Mon Sep 1 20:18:51 UTC 2008 Ciju John <johnc at ociweb dot com>johnc2008-09-011-2/+6
|
* ChangeLogTag: Wed May 7 09:06:56 UTC 2008 Vladimir Zykov ↵vzykov2008-05-071-7/+6
| | | | <vzykov@prismtech.com>
* Thu Apr 24 18:33:32 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-04-243-16/+8
|
* Thu Apr 10 11:42:34 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-04-101-1/+1
|
* ChangeLogTag: Fri Mar 28 15:30:12 UTC 2008 Vladimir Zykov ↵vzykov2008-03-281-1/+1
| | | | <vladimir.zykov@prismtech.com>
* ChangeLogTag: Fri Mar 28 09:07:14 UTC 2008 Vladimir Zykov ↵vzykov2008-03-281-1/+1
| | | | <vladimir.zykov@prismtech.com>
* Mon Mar 10 08:02:30 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-03-101-2/+0
|
* ChangeLogTag: Mon Jan 7 15:43:12 UTC 2008 Martin Corino <mcorino@remedy.nl>mcorino2008-01-072-2/+2
|
* ChangeLogTag: Mon Jan 7 12:56:12 UTC 2008 Martin Corino <mcorino@remedy.nl>mcorino2008-01-079-47/+218
|
* ChangeLogTag: Fri Nov 30 00:38:11 UTC 2007 J.T. Conklin ↵jtc2007-11-301-0/+1
| | | | <jtc@acorntoolworks.com>
* Tue Nov 27 11:20:54 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-11-273-28/+29
|
* Mon Nov 12 08:54:21 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-11-123-12/+28
|
* Thu Oct 25 13:01:00 UTC 2007 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2007-10-255-0/+38
|
* Mon Oct 22 03:30:03 UTC 2007 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2007-10-221-0/+1
|
* Sun Oct 21 20:43:18 UTC 2007 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2007-10-223-79/+282
|
* Sun Oct 21 03:37:10 UTC 2007 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2007-10-213-282/+79
|
* Mon Sep 24 07:43:15 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-09-246-23/+26
|
* Fri Sep 21 08:29:15 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-09-211-3/+3
|
* Tue Aug 14 17:47:30 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>Abdullah Sowayan2007-08-142-6/+6
|
* Thu Jun 28 13:48:39 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-06-284-53/+35
|
* Thu May 3 10:09:37 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-05-031-2/+1
|
* Wed May 2 14:02:37 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-05-022-2/+12
|
* Tue Apr 24 09:22:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-04-241-1/+1
|
* Fri Apr 20 08:05:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-04-208-54/+153
|
* Thu Apr 12 15:09:49 UTC 2007 Wallace Zhang <zhang_w@ociweb.com>zhangw2007-04-121-1/+1
|
* Thu Apr 12 13:53:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-04-121-2/+1
|
* Thu Apr 12 10:52:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-04-122-3/+3
|
* Thu Mar 29 11:23:22 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-03-291-3/+1
|
* Fri Mar 2 20:31:11 UTC 2007 Wallace Zhang <zhang_w@ociweb.com>zhangw2007-03-022-3/+1
|
* Fri Mar 2 18:45:34 UTC 2007 Wallace Zhang <zhang_w@ociweb.com>zhangw2007-03-022-0/+6
|
* Thu Mar 1 21:32:04 UTC 2007 Wallace Zhang <zhang_w@ociweb.com>zhangw2007-03-011-2/+2
|
* Thu Mar 1 21:13:06 UTC 2007 Wallace Zhang <zhang_w@ociweb.com>zhangw2007-03-012-2/+2
|
* Thu Mar 1 19:58:16 UTC 2007 Wallace Zhang <zhang_w@ociweb.com>zhangw2007-03-013-0/+11
|
* Thu Mar 1 19:36:47 UTC 2007 Wallace Zhang <zhang_w@ociweb.com>zhangw2007-03-013-13/+8
|
* Thu Mar 1 19:14:18 UTC 2007 Wallace Zhang <zhang_w@ociweb.com>zhangw2007-03-012-7/+11
|
* Thu Mar 1 18:58:47 UTC 2007 Wallace Zhang <zhang_w@ociweb.com>zhangw2007-03-019-71/+133
|
* Thu Mar 1 14:53:53 UTC 2007 Wallace Zhang <zhang_w@ociweb.com>zhangw2007-03-011-5/+0
|
* Thu Mar 1 14:01:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-03-016-36/+15
|
* ChangeLogTag: Thu Mar 1 13:12:28 UTC 2007 Chad Elliott <elliott_c@ociweb.com>elliott_c2007-03-011-6/+3
|
* Wed Feb 28 20:02:07 UTC 2007 Wallace Zhang <zhang_w@ociweb.com>zhangw2007-02-2813-4/+1457
|
* Wed Feb 28 10:05:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-02-281-2/+1
|
* ChangeLogTag:Mon Feb 26 23:27:03 UTC 2007 Ossama Othman <ossama_othman at ↵Ossama Othman2007-02-262-17/+27
| | | | symantec dot com>
* Mon Feb 12 14:48:14 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-02-124-73/+59
|