summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***connection_caching_step_1bala2000-11-063-4/+39
|
* *** empty log message ***bala2000-11-063-7/+7
|
* *** empty log message ***bala2000-11-054-24/+23
|
* *** empty log message ***bala2000-11-053-0/+746
|
* *** empty log message ***bala2000-11-053-723/+0
|
* *** empty log message ***bala2000-11-051-8/+8
|
* *** empty log message ***bala2000-11-051-1/+0
|
* *** empty log message ***bala2000-11-052-10/+7
|
* *** empty log message ***bala2000-11-051-12/+12
|
* *** empty log message ***bala2000-11-052-2/+2
|
* *** empty log message ***bala2000-11-051-0/+1
|
* *** empty log message ***bala2000-11-052-3/+3
|
* *** empty log message ***bala2000-11-051-1/+1
|
* *** empty log message ***bala2000-11-051-1/+1
|
* *** empty log message ***bala2000-11-051-1/+1
|
* *** empty log message ***bala2000-11-051-2/+2
|
* *** empty log message ***bala2000-11-0521-129/+202
|
* *** empty log message ***bala2000-11-0513-576/+44019
|
* *** empty log message ***bala2000-11-0512-0/+1616
|
* *** empty log message ***bala2000-11-0552-6784/+1501
|
* *** empty log message ***bala2000-11-051-5/+16
|
* This commit was manufactured by cvs2svn to create branchnobody2000-11-049517-2390393/+0
| | | 'connection_caching_step_1'.
* ChangeLogTag:Fri Nov 3 17:42:34 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-11-0424-29/+64
|
* ChangeLogTag:Fri Nov 3 09:16:13 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-11-041-0/+15
|
* ChangeLogTag: Fri Nov 3 17:22:10 2000 Balachandran Natarajan ↵bala2000-11-034-3/+21
| | | | <bala@cs.wustl.edu>
* ChangeLogTag: Fri Nov 3 16:49:01 2000 Jeff Parsons <parsons@cs.wustl.edu>parsons2000-11-031-2/+2
|
* * TAO_IDL/ast/ast_structure.cpp:parsons2000-11-031-0/+7
| | | | | Added explicit template instantiation for ACE_Unbounded_Queue_Iterator<AST_Field *>.
* ChangeLogTag: Fri Nov 3 14:53:08 2000 Jeff Parsons <parsons@cs.wustl.edu>parsons2000-11-034-31/+78
|
* * tao_idl/ast/ast_exception.cpp:parsons2000-11-031-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tao_idl/ast/ast_structure.cpp: * tao_idl/ast/ast_union.cpp: * tao_idl/include/ast_structure.h: Added ACE_Unbounded_Queue member that contains only fields, code to populate the container, and accessor function. Existing member count and scope iterator functions include things like enum values of an enum declared inside the scope, which the spec requires to be declared in the enum's enclosing scope. Extra 'members' like these are used in typecode creation, so the behavior of these existing functions could not be changed. For IfR administration, something was needed that would act on the 'fields' of the data type only. Simply ignoring the extra members makes it very difficult to correctly process something like: struct foo { enum bar {ONE, TWO} member1; bar member2; }; which is legal IDL, thus the dedicated container member and associated methods. The new member and accessor method are declared in AST_Structure only, since AST_Exception and AST_Union inherit from it. The populating method had to be added in each class, since the method from which it is called is private in each class.
* ChangeLogTag: Fri Nov 3 10:48:56 2000 Jeff Parsons <parsons@cs.wustl.edu>parsons2000-11-031-1/+1
|
* * tests/DSI_Gateway/DSI_Gateway_Client.dsp:parsons2000-11-031-0/+7
| | | | | | | | | | | | | | | * tests/DSI_Gateway/DSI_Gateway_Server.dsp: * tests/DSI_Gateway/DSI_Gateway_Service.dsp: Set the parameters for compiling the IDL file in the release version of these projects. * tests/DSI_Gateway/test.idl: Renamed typedef LongSeq as DSI_LongSeq. The generated #if defined guard around the class constructor definitions and the Any destructor definition (_LONGSEQ_CS_) was conflicting with something defined elsewhere.
* ChangeLogTag:Fri Nov 3 09:41:20 2000 Carlos O'Ryan <coryan@uci.edu>coryan2000-11-034-8/+32
|
* ChangeLogTag:Fri Nov 3 09:34:39 2000 Carlos O'Ryan <coryan@uci.edu>coryan2000-11-036-9/+36
|
* ChangeLogTag:Fri Nov 3 09:16:13 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-11-0310-34/+194
|
* ChangeLogTag: Fri Nov 3 10:48:56 2000 Jeff Parsons <parsons@cs.wustl.edu>parsons2000-11-033-8/+38
|
* * tests/DSI_Gateway/DSI_Gateway_Client.dsp:parsons2000-11-031-0/+9
| | | | | | | | * tests/DSI_Gateway/DSI_Gateway_Server.dsp: * tests/DSI_Gateway/DSI_Gateway_Service.dsp: Set the parameters for compiling the IDL file in the release version of these projects.
* ChangeLogTag:Thu Nov 2 12:11:43 2000 Carlos O'Ryan <coryan@uci.edu>schmidt2000-11-033-4/+4
|
* ChangeLogTag:Thu Nov 2 14:44:35 2000 Carlos O'Ryan <coryan@uci.edu>coryan2000-11-025-120/+142
|
* ChangeLogTag: Thu Nov 2 15:07:33 2000 Jeff Parsons <parsons@cs.wustl.edu>parsons2000-11-021-6/+6
|
* * tao/corbafwd.h:parsons2000-11-021-0/+11
| | | | | | | | | Uninlined the declarations of the overloaded CORBA::release and CORBA::is_nil methods for Request, ServerRequest and Context. Also moved the declarations of CORBA::release (ServerRequest) and CORBA::is_nil (ServerRequest) inside the minimum CORBA guards, since ServerRequest is now used only for DSI.
* ChangeLogTag:Thu Nov 2 12:11:43 2000 Carlos O'Ryan <coryan@uci.edu>coryan2000-11-027-10/+34
|
* ChangeLogTag:Thu Nov 2 11:57:37 2000 Carlos O'Ryan <coryan@uci.edu>coryan2000-11-026-14/+39
|
* ChangeLogTag: Thu Nov 2 12:03:07 2000 Jeff Parsons <parsons@cs.wustl.edu>parsons2000-11-022-4/+5
|
* * tao/Dynamic_Adapter.cpp:parsons2000-11-021-0/+12
| | | | | | | | | | Moved the #endif of TAO_HAS_MINIMUM_CORBA to the end of the file, after the explicit template instantiations. * tao/DynamicInterface/TAO_DynamicInterface.dsp: Fixed a typo in the project settings for the release version.
* *** empty log message ***pradeep2000-11-013-0/+21
|
* Wed Nov 1 17:24:59 2000 Pradeep Gore <pradeep@cs.wustl.edu>pradeep2000-11-011-0/+41
|
* ChangeLogTag:Wed Nov 1 14:11:48 2000 Carlos O'Ryan <coryan@uci.edu>coryan2000-11-01287-25654/+29090
|
* Changed some ACE_CHECK's to ACE_TRY_CHECK.brunsch2000-11-011-2/+2
|
* ChangeLogTag:Wed Nov 1 10:14:26 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-11-014-94/+87
|
* ChangeLogTag: Wed Nov 1 10:04:27 2000 Priyanka Gontla <pgontla@ece.uci.edu>doccvs2000-11-013-6/+7
|