summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branchpluggable_messaging_mergednobody2000-01-098013-1966116/+12829
| | | 'pluggable_messaging_merged'.
* ChangeLogTag:Sat Jan 8 09:44:51 2000 Douglas C. Schmidt ↵schmidt2000-01-0812-119/+284
| | | | <schmidt@tango.cs.wustl.edu>
* * TAO_IDL/be/be_visitor_union_branch/cdr_op_ci.cpp:parsons2000-01-081-0/+6
| | | | | Fixed some uninitialized declarations. Reported by g++ David Levine.
* Fixed some uninitialized variables.parsons2000-01-081-2/+2
|
* ChangeLogTag:Sat Jan 8 09:44:51 2000 Douglas C. Schmidt ↵schmidt2000-01-085-11/+33
| | | | <schmidt@tango.cs.wustl.edu>
* Fixed my email address.mk12000-01-081-1/+1
|
* ChangeLogTag: Sat Jan 8 03:30:00 2000 Michael Kircher ↵mk12000-01-085-5/+33
| | | | <Michael.Kircher@mchp.siemens.de>
* Updated an old entry to add more info.irfan2000-01-081-3/+3
|
* Buffered AMI requires an TAO build with AMI callbacksirfan2000-01-081-2/+2
|
* ChangeLogTag:Fri Jan 7 20:01:48 2000 Douglas C. Schmidt ↵schmidt2000-01-0821-20/+327
| | | | <schmidt@tango.cs.wustl.edu>
* ChangeLogTag:Fri Jan 7 16:05:32 2000 Ossama Othman <ossama@uci.edu>schmidt2000-01-081-3/+4
|
* ChangeLogTag:Fri Jan 7 16:05:32 2000 Ossama Othman <ossama@uci.edu>Ossama Othman2000-01-073-106/+94
|
* *** empty log message ***Ossama Othman2000-01-073-0/+63
|
* * tao/ORB.cpp (destroy):Ossama Othman2000-01-071-4/+14
| | | | | | | Corrected behavior where ORB::destroy() would throw a BAD_INV_ORDER exception if the ORB was already shutdown, which does not agree with the CORBA specification. It is now possible to call ORB::destroy() after ORB::shutdown().
* *** empty log message ***Ossama Othman2000-01-071-0/+9
|
* change things a bit so that buffering can easily be disabled.irfan2000-01-071-14/+9
|
* * TAO_IDL/be/be_visitor_union_branch/cdr_op_ci.h:parsons2000-01-071-0/+9
| | | | | | | | * TAO_IDL/be/be_visitor_union_branch/cdr_op_ci.cpp: Fixed bug where discriminator in a union with an explicit default case was not getting set after transmission. Thanks to Hugh Arnold <harnold@itginc.com> for reporting this bug.
* Two bug fixes.parsons2000-01-076-20/+203
|
* ChangeLogTag:Fri Jan 7 10:48:55 2000 Nanbor Wang <nanbor@cs.wustl.edu>nanbor2000-01-074-2/+14
|
* ChangeLogTag:Thu Jan 06 22:26:42 2000 Irfan Pyarali <irfan@cs.wustl.edu>schmidt2000-01-071-0/+3
|
* We must also give the client additional time since it blocks at theirfan2000-01-071-1/+1
| | | | end to make sure all the data gets to the server.
* Since the server lags behind, we must wait for it longer.irfan2000-01-071-1/+1
|
* Formatting changeirfan2000-01-071-1/+1
|
* Changed some TRY_CHECKs to CHECKsirfan2000-01-071-4/+4
|
* Added new testsirfan2000-01-071-6/+16
|
* ChangeLogTag: Thu Jan 06 22:26:42 2000 Irfan Pyarali <irfan@cs.wustl.edu>irfan2000-01-0771-673/+3411
|
* ChangeLogTag:Thu Jan 06 21:26:17 2000 Nanbor Wang <nanbor@cs.wustl.edu>nanbor2000-01-072-7/+14
|
* *** empty log message ***Ossama Othman2000-01-063-0/+33
|
* This is a generated file. It shouldn't be in the repository.Ossama Othman2000-01-0627-49343/+0
|
* ChangeLogTag:Wed Jan 5 10:09:35 2000 Douglas C. Schmidt ↵schmidt2000-01-061-0/+1
| | | | <schmidt@tango.cs.wustl.edu>
* Attemp to make HPUX happy.parsons2000-01-061-1/+1
|
* ChangeLogTag:Wed Jan 5 10:09:35 2000 Douglas C. Schmidt ↵schmidt2000-01-064-1/+16
| | | | <schmidt@tango.cs.wustl.edu>
* ChangeLogTag:Wed Jan 5 10:09:35 2000 Douglas C. Schmidt ↵schmidt2000-01-064-1/+4
| | | | <schmidt@tango.cs.wustl.edu>
* Further fixes to Any extraction to pointer to const.parsons2000-01-054-6/+11
|
* * tao/Any.cpp:parsons2000-01-051-0/+20
| | | | | | | | | | | | | | | | | | | Fix to new Any extractor to pointer to const Any, prompted by a SunCC 4.2 compile error. * TAO_IDL/be/be_visitor_union/any_op_cs.cpp: Removed a couple of unnecessary 'ACE_reinterpret_cast's in generated code for the new Any extractor to pointer to const Any. They were causing compile errors with Kai, SunCC and other compilers. * performance-tests/Latency/deferred_synch_client.dsp: Added missing paths for library linking. * performance-tests/RTCorba/Oneways/Reliable/client.dsp: * performance-tests/RTCorba/Oneways/Reliable/server.dsp: Put in the complete relative path to tao_idl.exe, as it is in all other projects with IDL files.
* Various fixes.parsons2000-01-055-10/+10
|
* ChangeLogTag:Wed Jan 5 10:09:35 2000 Douglas C. Schmidt ↵schmidt2000-01-055-18/+40
| | | | <schmidt@tango.cs.wustl.edu>
* added Rob Ruff <rruff@scires.com>levine2000-01-051-0/+1
|
* ChangeLogTag: Wed Jan 05 09:53:04 2000 David L. Levine <levine@cs.wustl.edu>levine2000-01-055-85/+104
|
* minor change to "configuration unsable" messageOssama Othman2000-01-052-12/+9
|
* *** empty log message ***fredk2000-01-051-1/+1
|
* Renamed Endpoint_Per_Priority.dsw to Project.dsw. Endpoint_Per_Priority.dsw ↵irfan2000-01-041-0/+0
| | | | was too long for /pkg/gnu/bin/cpio
* ChangeLogTag:Tue Jan 4 15:06:41 2000 Ossama Othman <othman@cs.wustl.edu>Ossama Othman2000-01-041-0/+3
|
* *** empty log message ***Ossama Othman2000-01-043-0/+24
|
* update from bootstrap of modified configure.inOssama Othman2000-01-043-1470/+1543
|
* ChangeLogTag:Tue Jan 4 14:40:17 2000 Ossama Othman <othman@cs.wustl.edu>Ossama Othman2000-01-041-1/+1
|
* *** empty log message ***Ossama Othman2000-01-043-6/+39
|
* ChangeLogTag:Tue Jan 4 14:09:51 2000 Ossama Othman <othman@cs.wustl.edu>Ossama Othman2000-01-041-20/+101
|
* *** empty log message ***Ossama Othman2000-01-043-0/+36
|
* ChangeLogTag:Tue Jan 4 13:23:26 2000 Douglas C. Schmidt ↵schmidt2000-01-046-40/+99
| | | | <schmidt@tango.cs.wustl.edu>