summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ChangeLogTag:Tue Jun 04 16:34:18 2002 Ossama Othman <ossama@uci.edu>Ossama Othman2002-06-045-4/+40
|
* Some code got lost...Steve Huston2002-06-041-1/+1
|
* Tue Jun 4 14:31:08 2002 Mayur Deshpande <mayur@ics.uci.edu>mayur2002-06-043-2/+10
|
* ChangeLogTag: Tue Jun 04 16:02:11 2002 Krishnakumar B <kitty@cs.wustl.edu>kitty2002-06-0415-81/+160
|
* ChangeLogTag: Tue Jun 4 16:00:46 2002 Jeff Parsons <parsons@cs.wustl.edu>parsons2002-06-042-1/+10
|
* * tao/CORBA_String.h:parsons2002-06-041-0/+12
| | | | | | | | | | | * tao/CORBA_String.inl: Added CORBA_String_out constructor from TAO_String_Manager. This enables implicit conversion when for example a struct member string is passed as an OUT parameter. Tested on MSVC and gcc 2.95.3 20010315. Thanks to Stelios Sfakianakis <ssfak@ics.forth.gr> for reporting the problem and suggesting the fix.
* ChangeLogTag:Tue Jun 04 14:18:56 2002 Nanbor Wang <nanbor@cs.wustl.edu>nanbor2002-06-041-0/+102
|
* ChangeLogTag: Tue Jun 4 14:29:03 2002 Jeff Parsons <parsons@cs.wustl.edu>parsons2002-06-041-0/+1
|
* * PortableServer/AMH_Response_Handler.cpp:parsons2002-06-041-0/+6
| | | | Added a missing ACE_DECLARE_NEW_CORBA_ENV.
* ChangeLogTag:Tue Jun 04 14:18:56 2002 Nanbor Wang <nanbor@cs.wustl.edu>nanbor2002-06-044-0/+27
|
* ChangeLogTag:Tue Jun 04 13:45:39 2002 Nanbor Wang <nanbor@cs.wustl.edu>nanbor2002-06-045-5/+50
|
* ChangeLogTag: Tue Jun 4 12:35:12 2002 Jeff Parsons <parsons@cs.wustl.edu>parsons2002-06-045-31/+16
|
* * ace/Message_Queue*: Moved the state_ member and the accessor methodparsons2002-06-043-0/+21
| | | | | | to the non-template base class to get rid of the Win32 build bustage, since ACE_Message_Queue_NT is not a template class, and does not inherit from ACE_Message_Queue<>.
* ChangeLogTag:Tue Jun 4 10:03:19 2002 Douglas C. Schmidt ↵schmidt2002-06-0410-144/+244
| | | | <schmidt@macarena.cs.wustl.edu>
* ChangeLogTag: Tue Jun 4 09:48:34 2002 Jeff Parsons <parsons@cs.wustl.edu>parsons2002-06-042-2/+2
|
* * ace/Message_Queue.h:parsons2002-06-043-0/+24
| | | | | | | * ace/Message_Queue_T.h: Fixed the signatures of deactivate and deactivate_i to make the appearance of the default parameter 'int pulse' consistent.
* ChangeLogTag:Tue Jun 4 06:46:27 2002 Douglas C. Schmidt ↵schmidt2002-06-044-5/+10
| | | | <schmidt@tango.doc.wustl.edu>
* ChangeLogTag:Tue Jun 4 06:46:27 2002 Douglas C. Schmidt ↵schmidt2002-06-041-14/+14
| | | | <schmidt@tango.doc.wustl.edu>
* ChangeLogTag:Tue Jun 4 06:46:27 2002 Douglas C. Schmidt ↵schmidt2002-06-047-16/+64
| | | | <schmidt@tango.doc.wustl.edu>
* Tue Jun 4 00:34:08 2002 Mayur Deshpande <mayur@ics.uci.edu>mayur2002-06-046-97/+138
|
* Mon Jun 03 17:10:38 2002 Ossama Othman <ossama@uci.edu>Ossama Othman2002-06-0426-0/+2721
|
* ChangeLogTag: Sun Jun 2 17:52:17 UTC 2002 Craig Rodrigues <crodrigu@bbn.com>crodrigu2002-06-031-0/+7
|
* ChangeLogTag: Mon Jun 3 16:11:12 2002 Krishnakumar B <kitty@cs.wustl.edu>kitty2002-06-0314-84/+2104
|
* Typo and added comment.Steve Huston2002-06-031-1/+2
|
* ChangeLogTag: Mon Jun 3 11:10:59 2002 Jeff Parsons <parsons@cs.wustl.edu>parsons2002-06-031-6/+19
|
* * orbsvcs/orbsvcs/IFRService/IFR_Service_Utils.cpp:parsons2002-06-031-0/+12
| | | | | | | | | | Added a call to bind the repository, once it is created, to the ORB's table of initialized object references. This enables resolve_initial_references to resolve the IFR a step sooner and avoid resorting to multicast, which is especially helpful when the IFR is collocated with the application doing the resolving. Thanks to Craig Rodrigues <crodrigu@bbn.com> for supplying the patch.
* Fix timeout calc.Steve Huston2002-06-031-2/+5
|
* Fix forward() per Alain.Fix forward() per Alain.Steve Huston2002-06-031-4/+5
|
* ChangeLogTag:Mon Jun 3 06:21:57 2002 Douglas C. Schmidt ↵schmidt2002-06-034-41/+30
| | | | <schmidt@tango.doc.wustl.edu>
* ChangeLogTag:Mon Jun 3 07:23:56 UTC 2002 Don Hinton <dhinton@ieee.org>dhinton2002-06-034-1/+13
|
* Match book.Steve Huston2002-06-031-2/+4
|
* Changes to match book.Steve Huston2002-06-031-13/+25
|
* ChangeLogTag: Sun Jun 2 22:52:23 UTC 2002 Craig Rodrigues <crodrigu@bbn.com>crodrigu2002-06-028-14/+65
|
* ChangeLogTag: Sun Jun 2 17:52:17 UTC 2002 Craig Rodrigues <crodrigu@bbn.com>crodrigu2002-06-022-17/+24
|
* ChangeLogTag:Sun Jun 2 15:34:41 UTC 2002 Don Hinton <dhinton@ieee.org>dhinton2002-06-027-25/+81
|
* ChangeLogTag:Sun Jun 2 09:03:06 2002 Douglas C. Schmidt ↵schmidt2002-06-024-2/+29
| | | | <schmidt@tango.doc.wustl.edu>
* Fix potential memory leak.Steve Huston2002-06-021-4/+4
|
* Fixes.Steve Huston2002-06-021-4/+3
|
* ChangeLogTag:Sat Jun 1 22:42:17 2002 Steve Huston <shuston@riverace.com>Steve Huston2002-06-029-2/+603
|
* ChangeLogTag:Sat Jun 1 15:38:40 2002 Steve Huston <shuston@riverace.com>Steve Huston2002-06-015-2/+43
|
* ChangeLogTag:Fri May 31 13:35:41 2002 Steve Huston <shuston@riverace.com>schmidt2002-06-017-18/+27
|
* ChangeLogTag:Fri May 31 11:07:25 2002 Douglas C. Schmidt ↵schmidt2002-05-318-58/+49
| | | | <schmidt@macarena.cs.wustl.edu>
* ChangeLogTag:Fri May 31 13:35:41 2002 Steve Huston <shuston@riverace.com>Steve Huston2002-05-316-23/+77
|
* ChangeLogTag:Fri May 31 13:35:41 2002 Steve Huston <shuston@riverace.com>Steve Huston2002-05-314-18/+23
|
* ChangeLogTag:Fri May 31 11:07:25 2002 Douglas C. Schmidt ↵schmidt2002-05-314-35/+35
| | | | <schmidt@macarena.cs.wustl.edu>
* Add funky default ctor to AC_Input_HandlerSteve Huston2002-05-311-1/+2
|
* ChangeLogTag:Thu May 30 23:03:38 2002 Steve Huston <shuston@riverace.com>Steve Huston2002-05-314-174/+227
|
* ChangeLogTag:Thu May 30 18:02:35 2002 Douglas C. Schmidt ↵schmidt2002-05-304-3/+18
| | | | <schmidt@macarena.cs.wustl.edu>
* *** empty log message ***Ossama Othman2002-05-303-3/+6
|
* *** empty log message ***Ossama Othman2002-05-301-2/+0
|