summaryrefslogtreecommitdiff
path: root/TAO/tao/IORTable
Commit message (Collapse)AuthorAgeFilesLines
* Tue Feb 2 11:07:14 UTC 2010 Vladimir Zykov <vladimir.zykov@prismtech.com>vzykov2010-02-021-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tests/Bug_1361_Regression/server.cpp: * tests/Bug_1361_Regression/shutdown.cpp: * tests/Bug_1361_Regression/client.cpp: * tests/Bug_1361_Regression/Echo.cpp: * tests/Bug_1361_Regression/Bug_1361_Regression.mpc: Simplified the test. It used libTAO_Messaging without any need for it. * orbsvcs/orbsvcs/PortableGroup/PG_Property_Set_Find.h: * tao/AnyTypeCode/Any_Array_Impl_T.cpp: * tao/AnyTypeCode/Objref_TypeCode.cpp: * tao/PortableServer/Any_SArg_Traits.h: * tao/PortableServer/get_arg.h: * tao/PI_Server/Policy_Creator_T.h: * tao/Load_Protocol_Factory_T.h: * tao/TransportCurrent/IIOP_Current_Impl.h: * tao/Valuetype/Valuetype_Traits_Base_T.h: Added required include. * orbsvcs/orbsvcs/PortableGroup/UIPMC_Transport.h: * tao/TransportCurrent/Current_ORBInitializer.h: Removed unnecessary for templates export directive. * tao/ImR_Client/ServerObject.pidl: * tao/ImR_Client/ImplRepo.pidl: * tao/AnyTypeCode/BasicTypeTraits.h: * tao/IORTable/IORTable.pidl: * tao/Object_Key.pidl: * tao/TransportCurrent/Transport_Current.h: * tao/TransportCurrent/IIOP_Transport_Current.h: Added inclusion guards. * tao/AnyTypeCode/Union_TypeCode.h: Added necessary forward declaration. * tao/PortableServer/Direct_Collocation_Upcall_Wrapper.h: * tao/PortableServer/Upcall_Command.h: * tao/PortableServer/Upcall_Wrapper.h: * tao/Object_Reference_Traits_T.h: * tao/String_Traits_T.h: * tao/Value_Traits_T.h: * tao/Array_Traits_T.h: * tao/Utils/Servant_Var.inl: * tao/Valuetype/Valuetype_Traits_T.h: Changed 'ifndef ACE_LACKS_PRAGMA_ONCE' to 'if !defined (ACE_LACKS_PRAGMA_ONCE)'. So that ifndef is only used for inclusion guards in TAO. * tao/Transport.cpp: Changed 0 to false for boolean type. * tao/RTScheduling/ThreadAction.h: Fixed code that didn't compile.
* 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
* Thu Jan 22 18:27:24 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nlJohnny Willemsen2009-01-222-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ace/Cache_Entries.inl: Print the transport id instead of the transport pointer * ace/Connection_Handler.cpp: Const change * ace/Generic_Sequence_T.h: Layout change * ace/GIOP_Message_Base.cpp: Const change and directly set a local variable * ace/IIOP_Connector.cpp: * tao/Thread_Lane_Resources.cpp: Layout change * tao/Invocation_Adapter.cpp: Updated layout of debug message * tao/IORTable/Table_Adapter.{h,cpp}: Let find_object return a bool * tao/Adapter.h: Layout changes * tao/ORB_Core.{h,cpp,inl}: * tao/Request_Dispatcher.cpp: Let the adapter_registry return a reference instead of a pointer and updated the calling code * tao/Transport.cpp: Layout changes, use ACE_ERROR for errors, fixed a memory leak when process_parsed_messages fail. After handling extra messages set the wr_ptr to the end of the first message else we will process the first message with a cdr stream that contains all the messages * tao/Transport_Connector.cpp: Fixed layout of debug messages
* Thu Apr 24 18:33:32 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-04-241-1/+1
|
* Thu Apr 24 09:21:32 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-04-241-5/+5
|
* Tue Apr 1 12:59:12 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-04-011-1/+1
|
* ChangeLogTag: Fri Mar 28 09:07:14 UTC 2008 Vladimir Zykov ↵vzykov2008-03-281-3/+9
| | | | <vladimir.zykov@prismtech.com>
* ChangeLogTag:Mon Feb 26 23:27:03 UTC 2007 Ossama Othman <ossama_othman at ↵Ossama Othman2007-02-261-1/+1
| | | | symantec dot com>
* Sun Feb 11 12:38:14 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-02-114-21/+7
|
* Fri Feb 2 14:07:14 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-02-021-1/+1
|
* Mon Jan 29 19:11:14 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-01-293-63/+47
|
* Wed Jan 24 18:36:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-01-241-2/+2
|
* Wed Jan 24 12:25:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-01-244-105/+42
|
* Tue Jan 2 09:13:36 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-01-021-1/+1
|
* Tue Oct 17 18:02:25 UTC 2006 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2006-10-171-3/+3
|
* Tue Oct 17 11:58:02 UTC 2006 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2006-10-171-3/+0
|
* Mon Oct 16 21:16:14 UTC 2006 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2006-10-164-8/+83
|
* Sun Oct 15 23:23:53 UTC 2006 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2006-10-152-15/+74
|
* Repo restructuringWilliam R. Otte2006-07-2410-0/+752
|
* Repo restructuringWilliam R. Otte2006-07-2410-752/+0
|
* ChangeLogTag: Mon Jul 17 14:40:43 UTC 2006 Chad Elliott <elliott_c@ociweb.com>elliott_c2006-07-171-1/+5
|
* ChangeLogTag: Tue Jul 11 12:07:01 UTC 2006 Johnny Willemsen ↵Johnny Willemsen2006-07-111-24/+0
| | | | <jwillemsen@remedy.nl>
* ChangeLogTag: Tue Jul 11 01:09:23 2006 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2006-07-112-1015/+0
|
* ChangeLogTag: Wed Apr 19 07:44:49 UTC 2006 Johnny Willemsen ↵Johnny Willemsen2006-04-193-27/+27
| | | | <jwillemsen@remedy.nl>
* ChangeLogTag: Fri Mar 10 07:09:22 UTC 2006 J.T. Conklin ↵jtc2006-03-108-11/+11
| | | | <jtc@acorntoolworks.com>
* ChangeLogTag: Tue Feb 21 17:48:24 UTC 2006 Simon McQueen <sm@prismtech.com>smcqueen2006-02-212-26/+89
|
* ChangeLogTag:Fri Nov 25 18:54:19 2005 Ossama Othman ↵Ossama Othman2005-11-262-0/+8
| | | | <ossama@dre.vanderbilt.edu>
* ChangeLogTag:Thu Nov 3 09:26:21 2005 Ossama Othman ↵Ossama Othman2005-11-036-3/+30
| | | | <ossama@dre.vanderbilt.edu>
* ChangeLogTag: Mon Jul 4 12:05:12 UTC 2005 Johnny Willemsen ↵Johnny Willemsen2005-07-041-11/+0
| | | | <jwillemsen@remedy.nl>
* ChangeLogTag: Mon Apr 11 21:26:12 UTC 2005 Johnny Willemsen ↵Johnny Willemsen2005-04-123-71/+2
| | | | <jwillemsen@remedy.nl>
* ChangeLogTag: Fri Apr 8 07:59:12 UTC 2005 Johnny Willemsen ↵Johnny Willemsen2005-04-084-58/+5
| | | | <jwillemsen@remedy.nl>
* ChangeLogTag: Tue Feb 22 13:02:12 UTC 2005 Johnny Willemsen ↵Johnny Willemsen2005-02-222-14/+22
| | | | <jwillemsen@remedy.nl>
* ChangeLogTag: Fri Feb 18 10:11:12 UTC 2005 Johnny Willemsen ↵Johnny Willemsen2005-02-183-97/+121
| | | | <jwillemsen@remedy.nl>
* ChangeLogTag: Fri Feb 18 17:04:12 UTC 2005 Johnny Willemsen ↵Johnny Willemsen2005-02-185-107/+84
| | | | <jwillemsen@remedy.nl>
* ChangeLogTag: Tue Feb 1 12:25:12 UTC 2005 Johnny Willemsen ↵Johnny Willemsen2005-02-011-0/+0
| | | | <jwillemsen@remedy.nl>
* ChangeLogTag: Thu Jan 6 11:34:12 UTC 2005 Johnny Willemsen ↵Johnny Willemsen2005-01-061-0/+1
| | | | <jwillemsen@remedy.nl>
* ChangeLogTag: Mon Jan 3 17:04:26 2005 J.T. Conklin <jtc@acorntoolworks.com>jtc2005-01-041-0/+11
|
* ChangeLogTag:Sat Sep 4 23:16:05 2004 Ossama Othman ↵Ossama Othman2004-09-051-0/+1
| | | | <ossama@dre.vanderbilt.edu>
* ChangeLogTag:Thu Sep 2 22:21:35 2004 Ossama Othman ↵Ossama Othman2004-09-032-106/+105
| | | | <ossama@dre.vanderbilt.edu>
* ChangeLogTag: Sun Aug 1 09:48:46 2004 J.T. Conklin <jtc@acorntoolworks.com>jtc2004-08-011-5/+0
|
* Makefiles must now be generated using MPC.Ossama Othman2004-05-031-743/+0
|
* ChangeLogTag:Thu Apr 22 23:15:20 2004 Ossama Othman ↵Ossama Othman2004-04-231-124/+85
| | | | <ossama@dre.vanderbilt.edu>
* ChangeLogTag: Mon Apr 19 07:56:42 UTC 2004 Johnny Willemsen ↵Johnny Willemsen2004-04-193-243/+249
| | | | <jwillemsen@remedy.nl>
* ChangeLogTag: Thu Apr 15 12:33:27 UTC 2004 Johnny Willemsen ↵Johnny Willemsen2004-04-151-0/+1
| | | | <jwillemsen@remedy.nl>
* Mon Apr 12 23:57:24 2004 Ossama Othman <ossama@dre.vanderbilt.edu>Ossama Othman2004-04-132-418/+136
|
* ChangeLogTag:Sat Apr 10 23:39:54 2004 Balachandran Natarajan ↵bala2004-04-111-220/+0
| | | | <bala@dre.vanderbilt.edu>
* ChangeLogTag:bala2004-04-081-29/+0
|
* ChangeLogTag:Sun Feb 29 17:07:34 2004 Balachandran Natarajan ↵bala2004-02-291-130/+417
| | | | <bala@dre.vanderbilt.edu>
* ChangeLogTag:Sun Feb 29 08:26:23 2004 Balachandran Natarajan ↵bala2004-02-291-946/+608
| | | | <bala@dre.vanderbilt.edu>
* ChangeLogTag: Wed Feb 11 09:06:11 UTC 2004 Johnny Willemsen ↵Johnny Willemsen2004-02-111-4190/+0
| | | | <jwillemsen@remedy.nl>