summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagpre_ami_phase1_mergenobody1999-06-0179-10688/+0
| | | 'pre_ami_phase1_merge'.
* *** empty log message ***naga1999-06-011-0/+18
|
* Added missing template instantiation pragmas. Also Fixed a Any reference tonaga1999-06-015-1/+31
| | | | CORBA::Any in Property_Exporter.cpp.
* Added missing template instantiation pragmas.naga1999-06-015-0/+40
|
* * TAO_IDL/be/be_visitor_typecode/typecode_defn.cpp:parsons1999-06-011-0/+9
| | | | | | | | Removed ACE_NTOHL macro from code generated for 32-bit union case label values (long, ulong and enum). The bytes were getting swapped one too many times. Thanks to Carlos for his explanation of the byte- swapping that goes on in typecode generation.
* Removed ACE_NTOHL macro from union case label value code generation forparsons1999-06-011-6/+6
| | | | 32 bit types.
* *** empty log message ***alex1999-06-011-0/+30
|
* Tue Jun 1 16:48:58 1999 Alexander Babu Arulanthu <alex@cs.wustl.edu>alex1999-06-017-40/+90
|
* Memorial day week end special. Ported <ACE_Asynch_Operation::cancel>alex1999-06-011-35/+57
| | | | | | | | | | | | | | | | | to POSIX platforms based on <aio_cancel> API. Made the return values consistent in both WIN32 and POSIX platforms as follows. All completion notifications for the I/O operations will occur normally. = Return Values: -1 : Operation failed. (can get only in POSIX). 0 : All the operations were cancelled. 1 : All the operations were already finished in this handle. Unable to cancel them. 2 : Atleast one of the requested operations cannot be cancelled.
* ChangeLogTag:Tue Jun 1 14:08:46 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-06-012-0/+12
|
* ChangeLogTag:Tue Jun 1 15:02:34 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-06-012-9/+20
|
* .schmidt1999-06-0115-1696/+167
|
* *** empty log message ***vishal1999-06-011-0/+9
|
* *** empty log message ***vishal1999-06-013-3/+3
|
* Tue Jun 01 12:33:53 1999 Irfan Pyarali <irfan@cs.wustl.edu>irfan1999-06-016-12/+67
|
* *** empty log message ***alex1999-06-011-0/+9
|
* ChangeLog Entry: Tue Jun 01 11:18:03 1999 <alex@cs.wustl.edu>alex1999-06-013-6/+7
|
* Hmm, I understood what does ACE_Export mean today. Removed it and gotalex1999-06-011-1/+1
| | | | rid of the link errors.
* Added the project file for the post_completions test.alex1999-06-011-0/+92
|
* *** empty log message ***levine1999-06-011-672/+680
|
* added ACE_Hash_Map_Iterator_Ex and ACE_Hash_Map_Reverse_Iterator_Exlevine1999-06-011-0/+4
| | | | explicit instantiations.
* added TAO_Object_Manager<CORBA_Request> explicit instantiation.levine1999-06-011-0/+2
|
* .schmidt1999-06-015-26/+54
|
* *** empty log message ***irfan1999-06-011-1/+3
|
* .schmidt1999-06-015-15/+58
|
* *** empty log message ***levine1999-06-011-0/+5
|
* updated Sun C++ and DU versions in fully supported platforms listlevine1999-06-011-2/+3
|
* ACE_Node<ACE_CString>, ACE_Unbounded_Set<ACE_CString> andfredk1999-06-011-13/+4
| | | | | ACE_Unbounded_Set_Iterator<ACE_CString> are instantiated in Service_Config.cpp so I removed from this file.
* *** empty log message ***fredk1999-06-011-0/+7
|
* .schmidt1999-06-012-1/+4
|
* .schmidt1999-06-013-8/+13
|
* added ACE_HAS_GPERFlevine1999-06-011-0/+2
|
* *** empty log message ***levine1999-06-011-2/+6
|
* Mon May 31 20:34:26 1999 Irfan Pyarali <irfan@cs.wustl.edu>irfan1999-06-014-45/+58
|
* Mon May 31 20:22:54 1999 Irfan Pyarali <irfan@cs.wustl.edu>irfan1999-06-012-5/+8
|
* Mon May 31 19:52:26 1999 Irfan Pyarali <irfan@cs.wustl.edu>irfan1999-06-013-22/+30
|
* *** empty log message ***schmidt1999-06-011-1/+1
|
* ChangeLogTag:Mon May 31 19:32:29 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-06-0130-286/+265
|
* *** empty log message ***Ossama Othman1999-06-011-0/+6
|
* Enabled and fixed default endpoint creation code.Ossama Othman1999-06-011-7/+7
|
* *** empty log message ***schmidt1999-05-311-64/+45
|
* ChangeLogTag:Mon May 31 18:09:22 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-05-315-117/+451
|
* * tao/encode.cpp:parsons1999-05-311-0/+6
| | | | | Removed a superfluous cast to ACE_Message_Block* in TAO_Marshal_Union::encode().
* Removed a superfluous cast to ACE_Message_Block * inparsons1999-05-311-2/+1
| | | | TAO_Marshal_Union::encode().
* * tao/Stub.cpp:parsons1999-05-311-1/+1
| | | | | | | | | | | | | Made a change in do_dynamic_call() in the case where the 'return' Any contains only a message block. This was one of those 'how did this code ever work?' situations, but it's possible that this branch had never been tested. After making this small mod, I saw a way to eliminate two CDR stream constructions (I think). I left the original code (with the small fix) commented out, so it can be quickly restored if anyone sees something I missed or if there are resulting problems. This fixes a problem reported by Dale/Christine Wood <dale_wood@Mitel.COM>.
* Dale/Christine Wood <dale_wood@Mitel.COM>parsons1999-05-311-0/+1
|
* * tao/Stub.cpp:parsons1999-05-311-0/+14
| | | | | | | | | | | | | Made a change in do_dynamic_call() in the case where the 'return' Any contains only a message block. This was one of those 'how did this code ever work?' situations, but it's possible that this branch had never been tested. After making this small mod, I saw a way to eliminate two CDR stream constructions (I think). I left the original code (with the small fix) commented out, so it can be quickly restored if anyone sees something I missed or if there are resulting problems. This fixes a problem reported by Dale/Christine Wood" <dale_wood@Mitel.COM>.
* Cosmetic changes.parsons1999-05-311-2/+4
|
* *** empty log message ***Ossama Othman1999-05-311-0/+7
|
* Updated -ORBendpoint documentation with new "default endpoint"Ossama Othman1999-05-311-1/+6
| | | | description.