summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-11 19:59:28 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-11 19:59:28 +0000
commitdcaacd322e26c4a5427867041d7fb266f8d0874d (patch)
tree2a9274727768d202ecadef288f1db03bd795844f
parent41b905bcbd6956281f181a9d7c55aecc530634ff (diff)
downloadATCD-dcaacd322e26c4a5427867041d7fb266f8d0874d.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c183
1 files changed, 94 insertions, 89 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 156dd511cdf..bd9c6e84c16 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,119 +1,124 @@
+Thu Mar 11 13:59:05 1999 David L. Levine <levine@cs.wustl.edu>
+
+ * tao/Any.{i,cpp} (operator<<=): un-inlined, to avoid use of
+ inline CORBA::string_dup () before definition.
+
Thu Mar 11 13:43:12 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
- * TAO_IDL/util/utl_global.cpp:
- Enabled compiled marshaling by default (again).
+ * TAO_IDL/util/utl_global.cpp:
+ Enabled compiled marshaling by default (again).
- * TAO_IDL/be/be_visitor_operation/operation_cs.cpp:
- Fixed generated code to handle location forwarding.
+ * TAO_IDL/be/be_visitor_operation/operation_cs.cpp:
+ Fixed generated code to handle location forwarding.
- * tao/Invocation.cpp:
- Minor cosmetic fixes.
+ * tao/Invocation.cpp:
+ Minor cosmetic fixes.
- * orbsvcs/tests/ImplRepo/airplane_client_i.cpp:
- We don't abort on the first exception, instead we keep
- trying. We also clear the environment before making a
- request.
+ * orbsvcs/tests/ImplRepo/airplane_client_i.cpp:
+ We don't abort on the first exception, instead we keep
+ trying. We also clear the environment before making a
+ request.
Wed Mar 10 16:43:55 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
- * orbsvcs/orbsvcs/Event/EC_Timeout_Filter.h:
- * orbsvcs/orbsvcs/Event/EC_Timeout_Filter.i:
- * orbsvcs/orbsvcs/Event/EC_Timeout_Filter.cpp:
- * orbsvcs/orbsvcs/Event/EC_Timeout_Generator.cpp:
- The type of event generated by the filter is can be passed in
- the Filter constructor.
- This is also used to control if the event is a one shot timeout
- or an interval timeout.
+ * orbsvcs/orbsvcs/Event/EC_Timeout_Filter.h:
+ * orbsvcs/orbsvcs/Event/EC_Timeout_Filter.i:
+ * orbsvcs/orbsvcs/Event/EC_Timeout_Filter.cpp:
+ * orbsvcs/orbsvcs/Event/EC_Timeout_Generator.cpp:
+ The type of event generated by the filter is can be passed in
+ the Filter constructor.
+ This is also used to control if the event is a one shot timeout
+ or an interval timeout.
- * orbsvcs/orbsvcs/Event/EC_Basic_Filter_Builder.cpp:
- We must create a Timeout_Filter for events of type
- ACE_ES_TIMEOUT_EVENT too.
- The type of event is passed to the Timeout_Filter.
+ * orbsvcs/orbsvcs/Event/EC_Basic_Filter_Builder.cpp:
+ We must create a Timeout_Filter for events of type
+ ACE_ES_TIMEOUT_EVENT too.
+ The type of event is passed to the Timeout_Filter.
- * orbsvcs/orbsvcs/Event/EC_ProxySupplier.cpp:
- Only push events if the consumer is not disconnected.
+ * orbsvcs/orbsvcs/Event/EC_ProxySupplier.cpp:
+ Only push events if the consumer is not disconnected.
- * orbsvcs/orbsvcs/Event/EC_ProxyPushSupplier_Set_T.cpp:
- Fixed memory managment bug.
+ * orbsvcs/orbsvcs/Event/EC_ProxyPushSupplier_Set_T.cpp:
+ Fixed memory managment bug.
- * orbsvcs/orbsvcs/Event/EC_Gateway_UDP.h:
- * orbsvcs/orbsvcs/Event/EC_Gateway_UDP.cpp:
- The UDP gateway does not require an scheduler, it can be argued
- that it cannot use an scheduler because UDP is not suitable for
- hard real-time systems.
+ * orbsvcs/orbsvcs/Event/EC_Gateway_UDP.h:
+ * orbsvcs/orbsvcs/Event/EC_Gateway_UDP.cpp:
+ The UDP gateway does not require an scheduler, it can be argued
+ that it cannot use an scheduler because UDP is not suitable for
+ hard real-time systems.
- * orbsvcs/tests/EC_Mcast/EC_Mcast.h:
- * orbsvcs/tests/EC_Mcast/EC_Mcast.cpp:
- Removed scheduler and some includes related to the old EC.
+ * orbsvcs/tests/EC_Mcast/EC_Mcast.h:
+ * orbsvcs/tests/EC_Mcast/EC_Mcast.cpp:
+ Removed scheduler and some includes related to the old EC.
- * orbsvcs/orbsvcs/Event/EC_ProxyPushSupplier_Set.h:
- Work around horrible g++ 2.7.2 bug with forward declaration of
- templates.
+ * orbsvcs/orbsvcs/Event/EC_ProxyPushSupplier_Set.h:
+ Work around horrible g++ 2.7.2 bug with forward declaration of
+ templates.
- * orbsvcs/orbsvcs/Event/EC_ObserverStrategy.h:
- Also fixed a couple of g++ 2.7.2 warnings, that look like
- compiler bugs to me.
+ * orbsvcs/orbsvcs/Event/EC_ObserverStrategy.h:
+ Also fixed a couple of g++ 2.7.2 warnings, that look like
+ compiler bugs to me.
- * tao/decode.cpp:
- Updated some comments in the object reference decoder.
+ * tao/decode.cpp:
+ Updated some comments in the object reference decoder.
- * tests/CDR/allocator.cpp:
- Minor cosmetic fixes.
+ * tests/CDR/allocator.cpp:
+ Minor cosmetic fixes.
Wed Mar 10 10:43:08 EST 1999 Aniruddha Gokhale <gokhale@sahyadri.research.bell-labs.com>
- * TAO_IDL/fe/idl.yy:
- The front-end was incorrectly handling "const" definitions of
- type strings. Thanks to Yaolong Lan (lyaolong@cs.sunysb.edu) for
- reporting the problem.
+ * TAO_IDL/fe/idl.yy:
+ The front-end was incorrectly handling "const" definitions of
+ type strings. Thanks to Yaolong Lan (lyaolong@cs.sunysb.edu) for
+ reporting the problem.
- * TAO_IDL/fe/{y.tab.cpp, y.tab.h, lex.yy.cpp}: Regenerated since
- idl.yy was modified.
+ * TAO_IDL/fe/{y.tab.cpp, y.tab.h, lex.yy.cpp}: Regenerated since
+ idl.yy was modified.
Tue Mar 9 20:01:40 1999 Ossama Othman <othman@cs.wustl.edu>
- * examples/Simulator/DOVEMIB/Makefile:
- * examples/Simulator/Event_Supplier/Makefile:
- * orbsvcs/Naming_Service/Naming_Service.dsp:
- * orbsvcs/tests/AVStreams/benchmark/Makefile:
- * orbsvcs/tests/AVStreams/server_discovery/Makefile:
- * performance-tests/Demux/Makefile:
- * performance-tests/POA/Object_Creation_And_Registration/Makefile:
- * tao/Makefile:
- * tao/ORB.cpp:
- * tao/TAO.dsp:
- * tao/TAO4.mak:
- * tao/TAO_Static.dsp:
- * tao/Typecode.cpp:
- * tao/tao.bld:
+ * examples/Simulator/DOVEMIB/Makefile:
+ * examples/Simulator/Event_Supplier/Makefile:
+ * orbsvcs/Naming_Service/Naming_Service.dsp:
+ * orbsvcs/tests/AVStreams/benchmark/Makefile:
+ * orbsvcs/tests/AVStreams/server_discovery/Makefile:
+ * performance-tests/Demux/Makefile:
+ * performance-tests/POA/Object_Creation_And_Registration/Makefile:
+ * tao/Makefile:
+ * tao/ORB.cpp:
+ * tao/TAO.dsp:
+ * tao/TAO4.mak:
+ * tao/TAO_Static.dsp:
+ * tao/Typecode.cpp:
+ * tao/tao.bld:
- Updated these files to use the newly renamed CDR_Interpreter classes
- and files.
+ Updated these files to use the newly renamed CDR_Interpreter classes
+ and files.
- * tao/IIOP_Interpreter.h
- * tao/IIOP_Interpreter.cpp
+ * tao/IIOP_Interpreter.h
+ * tao/IIOP_Interpreter.cpp
- Renamed these files to:
+ Renamed these files to:
- * tao/CDR_Interpreter.h
- * tao/CDR_Interpreter.cpp
+ * tao/CDR_Interpreter.h
+ * tao/CDR_Interpreter.cpp
- All references to IIOP_Interpreter have been changed to
- CDR_Interpreter since "IIOP_Interpreter" is no longer an accurate
- name for the classes and files in question.
+ All references to IIOP_Interpreter have been changed to
+ CDR_Interpreter since "IIOP_Interpreter" is no longer an accurate
+ name for the classes and files in question.
Tue Mar 9 19:58:54 1999 Nanbor Wang <nanbor@cs.wustl.edu>
- * tao/POA.{h,cpp}:
- * tao/Makefile:
- * tao/TAO[_Static].dsp:
- * tao/POAManager.{h,i,cpp}: Moved POA_Manager implementation to
- separate files.
+ * tao/POA.{h,cpp}:
+ * tao/Makefile:
+ * tao/TAO[_Static].dsp:
+ * tao/POAManager.{h,i,cpp}: Moved POA_Manager implementation to
+ separate files.
Tue Mar 9 15:40:06 1999 Jeff Parsons <parsons@cs.wustl.edu>
- * TAO/tests/Param_Test/big_union.cpp:
- Fixed a MSVC++ double-to-float warning.
+ * TAO/tests/Param_Test/big_union.cpp:
+ Fixed a MSVC++ double-to-float warning.
Tue Mar 9 15:35:31 1999 Darrell Brunsch <brunsch@cs.wustl.edu>
@@ -128,16 +133,16 @@ Tue Mar 9 15:35:31 1999 Darrell Brunsch <brunsch@cs.wustl.edu>
Tue Mar 9 13:42:49 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
- * TAO_IDL/fe: Regenerated the y.tab.cpp file using Berkeley
- yacc rather than yacc so the nifty tracing features
- will be enabled.
+ * TAO_IDL/fe: Regenerated the y.tab.cpp file using Berkeley
+ yacc rather than yacc so the nifty tracing features
+ will be enabled.
Tue Mar 9 13:05:49 1999 Alexander Babu Arulanthu <alex@cs.wustl.edu>
- * docs/releasenotes/index.html:
- * orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp: Fixed all the
- Sequence_out parameters to get created even though their length
- may be zero. This is according to the CORBA spec.
+ * docs/releasenotes/index.html:
+ * orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp: Fixed all the
+ Sequence_out parameters to get created even though their length
+ may be zero. This is according to the CORBA spec.
Tue Mar 09 01:16:41 1999 Douglas C. Schmidt <schmidt@cs.wustl.edu>
@@ -149,7 +154,7 @@ Tue Mar 09 00:52:42 1999 Douglas C. Schmidt <schmidt@cs.wustl.edu>
Mon Mar 8 23:33:28 1999 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
- * orbsvcs/orbsvcs/Makefile: Fixed a problem in the Makefile.
+ * orbsvcs/orbsvcs/Makefile: Fixed a problem in the Makefile.
Mon Mar 08 22:20:32 1999 David L. Levine <levine@cs.wustl.edu>