summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* ChangeLogTag: Wed Nov 1 09:47:47 2000 Priyanka Gontla <pgontla@ece.uci.edu>doccvs2000-11-016-13/+24
|
* ChangeLogTag:Wed Nov 1 08:19:12 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-11-016-4/+43
|
* ChangeLogTag: Wed Nov 01 09:58:29 2000 Irfan Pyarali <irfan@cs.wustl.edu>irfan2000-11-012-1/+11
|
* ChangeLogTag: Wed Nov 1 08:14:14 2000 Jeff Parsons <parsons@cs.wustl.edu>parsons2000-11-0116-14/+69
|
* * tao/DynamicInterface/Context.cpp:parsons2000-11-011-0/+22
| | | | | | | | | | | | | | | | | | | | | * tao/DynamicInterface/Context.h: * tao/DynamicInterface/DII_Invocation.cpp: * tao/DynamicInterface/DII_Invocation.h: * tao/DynamicInterface/DII_Reply_Dispatcher.cpp: * tao/DynamicInterface/DII_Reply_Dispatcher.h: * tao/DynamicInterface/Dynamic_Adapter_Impl.cpp: * tao/DynamicInterface/Dynamic_Adapter_Impl.h: * tao/DynamicInterface/Dynamic_Implementation.cpp: * tao/DynamicInterface/Dynamic_Implementation.h: * tao/DynamicInterface/ExceptionList.cpp: * tao/DynamicInterface/ExceptionList.h: * tao/DynamicInterface/Request.cpp: * tao/DynamicInterface/Request.h: * tao/DynamicInterface/Server_Request.cpp: * tao/DynamicInterface/Server_Request.h: Replaced or added TAO_HAS_MINIMUM_CORBA guards around these files.
* ChangeLogTag: Wed Nov 1 07:05:19 2000 Jeff Parsons <parsons@cs.wustl.edu>parsons2000-11-011-0/+33
|
* ChangeLogTag: Wed Nov 1 07:33:03 2000 Jeff Parsons <parsons@cs.wustl.edu>parsons2000-11-014-8/+9
|
* * orbsvcs/ImplRepo_Service/implrepo.dsp:parsons2000-11-011-0/+12
| | | | | | | | | | | * orbsvcs/ImplRepo_Service/NT_ImplRepo_Service.dsp: Added TAO_DynamicInterface to linked libraries, and tao/DynamicInterface to the link path. * ImplRepo_i.cpp: Cosmetic changes.
* ChangeLogTag: Wed Nov 1 07:05:19 2000 Jeff Parsons <parsons@cs.wustl.edu>parsons2000-11-011-0/+21
|
* * TAOACE.dsw:parsons2000-11-011-0/+9
| | | | | | Left out of earlier checkin Tue Oct 31 12:01:10 2000 Jeff Parsons <parsons@cs.wustl.edu>
* ChangeLogTag: Tue Oct 31 20:17:22 2000 Jeff Parsons <parsons@cs.wustl.edu>parsons2000-11-011-52/+8
|
* * tao/TAO_Static.dsp:parsons2000-11-011-0/+8
| | | | | | Changes corresponding those made to TAO.dsp in Tue Oct 31 12:01:10 2000 Jeff Parsons <parsons@cs.wustl.edu>
* ChangeLogTag: Tue Oct 31 20:03:17 2000 Jeff Parsons <parsons@cs.wustl.edu>parsons2000-11-017-74/+321
|
* * TAO_IDL/be/be_visitor_argument/request_info_arglist.cpp:parsons2000-11-011-0/+18
| | | | | | | | | | | | | | | | | * TAO_IDL/be/be_visitor_operation/interceptors_arglist.cpp: * TAO_IDL/be/be_visitor_operation/interceptors_ch.cpp: * TAO_IDL/be/be_visitor_operation/interceptors_cs.cpp: * TAO_IDL/be/be_visitor_operation/interceptors_info_rettype.cpp: * TAO_IDL/be/be_visitor_operation/rettype.cpp: * TAO_IDL/be_include/be_codegen.h: Added decision to use ACE_NESTED_CLASS macro for interceptors request info subclasses' return type code, similiar to previous changes made for arguments. Also changed the name of the visitor context substate enum value to be more general, since it isn't used just for arguments any more. Thanks to Tommy Andreasen <tommy.andreasen@radiometer.dk> for reporting this bug and sending in an example IDL file.
* ChangeLogTag: Tue Oct 31 17:34:17 2000 Priyanka Gontla <pgontla@ece.uci.edu>doccvs2000-11-0115-39908/+167
|
* ChangeLogTag:Tue Oct 31 19:01:19 2000 Douglas C. Schmidt ↵schmidt2000-11-015-9/+38
| | | | <schmidt@ace.cs.wustl.edu>
* ChangeLogTag: Tue Oct 31 18:50:35 2000 Jeff Parsons <parsons@cs.wustl.edu>parsons2000-11-011-6/+6
|
* * tao/Dynamic_Adapter.cpp:parsons2000-11-011-0/+7
| | | | | Removed unused arguments in the no-op definitions of the base class functions.
* ChangeLogTag: Tue Oct 31 18:43:41 2000 Jeff Parsons <parsons@cs.wustl.edu>parsons2000-11-012-0/+8
|
* * tao/Invocation.cpp:parsons2000-11-011-0/+11
| | | | | | | | | | * tao/Invocation.h: Added TAO_HAS_MINIMUM_CORBA == 0 guards around the declaration and definition of the version of invoke() that takes an ExceptionList. This version is used only by DII. Thanks to Priyanka for reporting this problem, which occurs in minimum CORBA builds.
* * rules.tao.GNU:parsons2000-10-311-0/+15
| | | | | | | | | | | | | Added variable TAO_DYNAMIC_LIBS, set to -lTAO_DynamicInterface, and used it in the following Makefiles, which all use DII and/or DSI code. * examples/POA/DSI/Makefile: * performance-tests/Cubit/TAO/DII_Cubit/Makefile: * performance-tests/Latency/Makefile: * tests/DSI_Gateway/Makefile: * tests/Param_Test/Makefile:
* Added TAO_DynamicInterface to linked libraries.parsons2000-10-315-11/+44
|
* Added variable definition for TAO_DynamicInterface library.parsons2000-10-311-0/+1
|
* ChangeLogTag:Tue Oct 31 14:53:46 2000 Carlos O'Ryan <coryan@uci.edu>coryan2000-10-31176-21680/+12268
|
* ChangeLogTag: Tue Oct 31 15:19:13 2000 Jeff Parsons <parsons@cs.wustl.edu>parsons2000-10-311-0/+10
|
* * tao/Dynamic_Adapter.cpp:parsons2000-10-311-0/+7
| | | | | Added explicit template instantiations for ACE_Dynamic_Service<TAO_Dynamic_Adapter>.
* ChangeLogTag: Tue Oct 31 12:01:10 2000 Jeff Parsons <parsons@cs.wustl.edu>parsons2000-10-311-1/+1
|
* ChangeLogTag: Tue Oct 31 14:21:11 2000 David L. Levine <levine@cs.wustl.edu>levine2000-10-314-90/+115
|
* ChangeLogTag:Tue Oct 31 11:54:30 2000 Carlos O'Ryan <coryan@uci.edu>coryan2000-10-3111-1542/+2199
|
* ChangeLogTag:Tue Oct 31 11:05:47 2000 Carlos O'Ryan <coryan@uci.edu>coryan2000-10-312-51/+48
|
* ChangeLogTag:Tue Oct 31 10:54:42 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-10-314-1/+22
|
* Tue Oct 31 12:15:18 2000 Jeff Parsons <parsons@cs.wustl.edu>parsons2000-10-314-0/+518
|
* * tests/DSI_Gateway/DSI_Gateway.dsw:parsons2000-10-311-0/+9
| | | | | | | | * tests/DSI_Gateway/DSI_Gateway_Client.dsp: * tests/DSI_Gateway/DSI_Gateway_Server.dsp: * tests/DSI_Gateway/DSI_Gateway_Service.dsp: Added MSVC workspace and projects for this test.
* ChangeLogTag: Tue Oct 31 12:01:10 2000 Jeff Parsons <parsons@cs.wustl.edu>parsons2000-10-3174-1838/+2631
|
* * tao/DynamicInterface/Context.cpp:parsons2000-10-311-0/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tao/DynamicInterface/Context.h: * tao/DynamicInterface/Context.inl: * tao/DynamicInterface/DII_Invocation.cpp: * tao/DynamicInterface/DII_Invocation.h: * tao/DynamicInterface/DII_Invocation.inl: * tao/DynamicInterface/DII_Reply_Dispatcher.cpp: * tao/DynamicInterface/DII_Reply_Dispatcher.h: * tao/DynamicInterface/DII_Reply_Dispatcher.inl: * tao/DynamicInterface/Dynamic_Adapter_Impl.cpp: * tao/DynamicInterface/Dynamic_Adapter_Impl.h: * tao/DynamicInterface/Dynamic_Implementation.cpp: * tao/DynamicInterface/Dynamic_Implementation.h: * tao/DynamicInterface/ExceptionList.cpp: * tao/DynamicInterface/ExceptionList.h: * tao/DynamicInterface/ExceptionList.inl: * tao/DynamicInterface/Makefile: * tao/DynamicInterface/Makefile.bor: * tao/DynamicInterface/Request.cpp: * tao/DynamicInterface/Request.h: * tao/DynamicInterface/Request.inl: * tao/DynamicInterface/Server_Request.cpp: * tao/DynamicInterface/Server_Request.h: * tao/DynamicInterface/Server_Request.inl: * tao/DynamicInterface/TAO_DynamicInterface.dsp: * tao/DynamicInterface/dynamicinterface_export.h: Files either moved whole from TAO/tao, created from parts of files in TAO/tao, or created from scratch for the new DynamicInterface library. This new library contains all the code related to DII and DSI. * tao/Dynamic_Adapter.cpp: * tao/Dynamic_Adapter.h: New files containing base class for hook methods that replace all or part of existing TAO methods that use DII or DSI. * TAOACE.dsw: * tao/DomainC.cpp: * tao/Exception.cpp: * tao/Exception.h: * tao/Exception.i: * tao/GIOP_Message_Acceptors.cpp: * tao/InterfaceC.cpp: * tao/Invocation.cpp: * tao/Invocation.h: * tao/LocalObject.cpp: * tao/Makefile: * tao/Makefile.am: * tao/Makefile.bor: * tao/ORB.cpp: * tao/ORB.h: * tao/Object.cpp: * tao/Object.h: * tao/PolicyC.cpp: * tao/Stub.cpp: * tao/Stub.h: * tao/Stub.i: * tao/TAO.dsp: * tao/TAO_Server_Request.cpp: * tao/TAO_Server_Request.h: * tao/corba.h: * tao/corbafwd.cpp: * tao/operation_details.h: * tao/target_specification.h: TAO/tao files modified to be consistent with the DynamicInterface library. * tao/PortableServer/POA.cpp: * tao/PortableServer/POA.h: * tao/PortableServer/POA.i: * tao/PortableServer/Servant_Base.cpp: * tao/PortableServer/Servant_Base.h: * tao/PortableServer/TAO_PortableServer.dsp: TAO/tao/PortableServer files modified to be consistent with the DynamicInterface library. * tests/DSI_Gateway/test_dsi.cpp: * tests/DSI_Gateway/test_dsi.h: * tests/Param_Test/client.dsp: * tests/Param_Test/helper.h: * examples/POA/DSI/Database_i.cpp: * examples/POA/DSI/Database_i.h: * examples/POA/DSI/server.dsp: * performance-tests/Cubit/TAO/DII_Cubit/client.cpp: * performance-tests/Cubit/TAO/DII_Cubit/client.dsp: * performance-tests/Latency/deferred_synch_client.dsp: * performance-tests/Latency/dii_client.cpp: Tests and examples modified to be consistent with the DynamicInterface library.
* ChangeLogTag: Tue Oct 31 11:35:31 2000 Balachandran Natarajan ↵bala2000-10-315-29/+35
| | | | <bala@cs.wustl.edu>
* ChangeLogTag: Tue Oct 31 11:06:52 2000 Jeff Parsons <parsons@cs.wustl.edu>parsons2000-10-312-9/+512
|
* * orbsvcs/IFR_Service/InterfaceS.cpp:parsons2000-10-311-0/+8
| | | | | | | * orbsvcs/IFR_Service/TypeCodeFactory_skel.cpp: Fixed generated code to reflect Irfan's recent change to the signature of the prepare_for_upcall() method.
* ChangeLogTag: Tue Oct 31 09:09:17 2000 Irfan Pyarali <irfan@cs.wustl.edu>irfan2000-10-312-0/+9
|
* Tue Oct 31 08:14:33 2000 Chris Cleeland <cleeland_c@ociweb.com>Chris Cleeland2000-10-315-13/+56
|
* ChangeLogTag:Mon Oct 30 18:56:33 2000 Darrell Brunsch <brunsch@uci.edu>schmidt2000-10-311-0/+1
|
* ChangeLogTag:Mon Oct 30 21:37:22 2000 Carlos O'Ryan <coryan@uci.edu>coryan2000-10-313-260/+168
|
* Added attribution for Nick.brunsch2000-10-313-3/+24
|
* ChangeLogTag:Mon Oct 30 18:56:33 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-10-3115-113/+432
|
* ChangeLogTag:Mon Oct 30 18:51:02 2000 Carlos O'Ryan <coryan@uci.edu>coryan2000-10-3172-3609/+3257
|
* ChangeLogTag:Mon Oct 30 18:51:40 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-10-3116-40/+70
|
* ChangeLogTag:Mon Oct 30 18:35:46 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-10-314-5/+22
|
* ChangeLogTag: Mon Oct 30 17:47:13 2000 Priyanka Gontla <pgontla@ece.uci.edu>doccvs2000-10-3132-803/+938
|
* ChangeLogTag:Mon Oct 30 16:34:33 2000 Chris Cleeland <cleeland_c@ociweb.com>schmidt2000-10-311-5/+5
|
* ChangeLogTag: Mon Oct 30 18:57:22 2000 Irfan Pyarali <irfan@cs.wustl.edu>irfan2000-10-3117-280/+209
|