summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog-99c
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/ChangeLog-99c')
-rw-r--r--TAO/ChangeLog-99c2540
1 files changed, 0 insertions, 2540 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
deleted file mode 100644
index 4800248fe30..00000000000
--- a/TAO/ChangeLog-99c
+++ /dev/null
@@ -1,2540 +0,0 @@
-Fri Feb 5 19:44:40 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
-
- * release.chk:
- Cleared all the marks, the file was not up-to-date.
-
-Fri Feb 5 18:45:36 1999 Fred Kuhns <fredk@cs.wustl.edu>
-
- * tao/Stub.i:
- Rearranged order of declarations.
-
-Fri Feb 5 18:11:33 1999 Fred Kuhns <fredk@cs.wustl.edu>
-
- * tao/MProfile.cpp
- Fixed set () so it would reinitialize the list of profiles.
-
-Fri Feb 05 16:55:00 1999 Chris Gill <cdgill@cs.wustl.edu>
-
- * TAO/orbsvcs/tests/Simulator/README: Documented DualEC_Sup.
-
-Fri Feb 05 16:05:00 1999 Chris Gill <cdgill@cs.wustl.edu>
-
- * TAO/orbsvcs/tests/Simulator/DOVEBrowser/PushConsumerFactory.java:
- Added -dualECdemo switch that resolves the appropriate event and
- scheduling service names for the DualEC_Sup supplier.
-
-Fri Feb 5 15:56:31 1999 Alexander Babu Arulanthu <alex@cs.wustl.edu>
-
- * orbsvcs/tests/Property/client.cpp:
- * orbsvcs/tests/Property/server.cpp:
- Added the fixes suggested by jaehrig@desys.com regarding
- CORBA::Any scopes to all the from_* and to_* methods of Any
- variables.
- * orbsvcs/tests/Property/README: Added this file
-
-Fri Feb 05 15:55:00 1999 Chris Gill <cdgill@cs.wustl.edu>
-
- * TAO/orbsvcs/tests/Simulator/Event_Supplier/DualEC_Sup.{cpp, h}:
- Changed to generate navigation, weapons events from separate threads
-
- * TAO/orbsvcs/tests/Simulator/Event_Supplier/Logging_Sup.cpp:
- fixed a problem valuing the wrong data structure
-
-Fri Feb 5 15:25:56 1999 Fred Kuhns <fredk@cs.wustl.edu>
-
- * Changed IIOP_Core.{h,cpp} and IIOP_ORB.cpp to use
- ACE_INET_Addr in the hash map rather than ACE_Addr.
-
-Fri Feb 5 14:45:25 1999 Fred Kuhns <fredk@cs.wustl.edu>
-
- * MProfile.{h,cpp} Added descriptive comments and fixed several
- cases of mixing int's with unsigned int's.
-
-Fri Feb 5 14:21:33 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
-
- * tao/IIOP_ORB.cpp:
- Fixed problems in the parsing of URL style IORs.
-
- * tao/IIOP_Profile.cpp:
- Added some comments for Fred.
-
-Fri Feb 05 13:15:00 1999 Chris Gill <cdgill@cs.wustl.edu>
-
- * TAO/orbsvcs/tests/Simulator/DOVEBrowser/DemoCore.java
- (new) TAO/orbsvcs/tests/Simulator/DOVEBrowser/MTQueue.java
- TAO/orbsvcs/tests/Simulator/DOVEBrowser/NavWeapDataHandler.java
- TAO/orbsvcs/tests/Simulator/DOVEBrowser/PushConsumer.java
- TAO/orbsvcs/tests/Simulator/DOVEBrowser/PushConsumerFactory.java
- TAO/orbsvcs/tests/Simulator/DOVEBrowser/make.bat : reorganized
- DOVE browser to accept events from multiple named event channels,
- using a set of named schedulers. Synchronized the data handler,
- added threaded queueing adapter to do early demultiplexing of ORB
- upcalls onto data handler threads.
-
- * TAO/orbsvcs/tests/Simulator/NavWeap.idl
- TAO/orbsvcs/tests/Simulator/Event_Supplier/DOVE_Supplier.{cpp, h}
- (new) TAO/orbsvcs/tests/Simulator/Event_Supplier/DualEC_Sup.{cpp, dsp, h}
- TAO/orbsvcs/tests/Simulator/Event_Supplier/Event_Sup.{cpp, dsp, dsw}
- TAO/orbsvcs/tests/Simulator/Event_Supplier/Logging_Sup.{cpp, dsp}
- TAO/orbsvcs/tests/Simulator/Event_Supplier/Makefile : reorganized
- supplier infrastructure to be able to define an EC and scheduler
- per supplier proxy instance. Added a new supplier, DualEC_Sup,
- which creates two event channels and two schedulers, then generates
- events and sends them over two channels.
-
-Fri Feb 5 11:12:04 EST 1999 Aniruddha Gokhale <gokhale@sahyadri.research.bell-labs.com>
-
- * TAO_IDL/be/be_visitor_operation/operation_cs.cpp:
-
- The generated stubs were using IIOP_Object to access the CORBA
- object's underlying stub object. However, since the IIOP_Object
- class is now removed, we use the STUB_Object class.
-
-Fri Feb 05 03:41:09 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
-
- * orbsvcs/orbsvcs/Event/Event_Channel.h:
- * orbsvcs/orbsvcs/Event/Event_Channel.cpp:
- * orbsvcs/orbsvcs/Event/Dispatching_Modules.h:
- * orbsvcs/orbsvcs/Event/RT_Task.h:
- * orbsvcs/orbsvcs/Event/ReactorTask.h:
- * orbsvcs/orbsvcs/Event/Timer_Module.h:
- MSVC++ gets really confused by a default argument of the form
- Module::Foo::_nil ()
-
- * orbsvcs/tests/EC_Multiple/EC_Multiple.cpp:
- * orbsvcs/tests/EC_Throughput/ECT_Throughput.cpp:
- * orbsvcs/tests/EC_Basic/EC_Basic.cpp:
- Updated to reflect the changes above.
-
-Fri Feb 5 02:34:27 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
-
- * orbsvcs/orbsvcs/Event/Dispatching_Modules.cpp:
- * orbsvcs/orbsvcs/Event/Dispatching_Modules.h:
- * orbsvcs/orbsvcs/Event/EC_Basic_Filter_Builder.cpp:
- * orbsvcs/orbsvcs/Event/Event_Channel.cpp:
- * orbsvcs/orbsvcs/Event/Event_Channel.h:
- * orbsvcs/orbsvcs/Event/Event_Channel.i:
- * orbsvcs/orbsvcs/Event/Module_Factory.cpp:
- * orbsvcs/orbsvcs/Event/RT_Task.cpp:
- * orbsvcs/orbsvcs/Event/RT_Task.h:
- * orbsvcs/orbsvcs/Event/ReactorTask.cpp:
- * orbsvcs/orbsvcs/Event/ReactorTask.h:
- * orbsvcs/orbsvcs/Event/Timer_Module.cpp:
- * orbsvcs/orbsvcs/Event/Timer_Module.h:
- The Event Channel can receive a reference to the scheduler in
- its constructor, this reference is propagated to all the modules
- and used instead of the Scheduler_Factory singleton.
- This can be used to have more than one Event Channel for process
- or to simplify the testing of multiple Scheduling services.
- If no scheduler is specified the Event Channel bootstraps from
- the Scheduler_Factory as usual.
-
- * orbsvcs/tests/EC_Throughput/ECT_Throughput.cpp:
- * orbsvcs/tests/EC_Throughput/ECT_Consumer.cpp:
- * orbsvcs/tests/EC_Throughput/ECT_Consumer.h:
- * orbsvcs/tests/EC_Throughput/ECT_Consumer_Driver.cpp:
- * orbsvcs/tests/EC_Throughput/ECT_Consumer_Driver.h:
- * orbsvcs/tests/EC_Throughput/ECT_Supplier.cpp:
- * orbsvcs/tests/EC_Throughput/ECT_Supplier.h:
- * orbsvcs/tests/EC_Throughput/ECT_Supplier_Driver.cpp:
- * orbsvcs/tests/EC_Throughput/ECT_Supplier_Driver.h:
- * orbsvcs/tests/EC_Throughput/ECT_Throughput.cpp:
- * orbsvcs/tests/EC_Throughput/ECT_Throughput.h:
- * orbsvcs/tests/EC_Basic/EC_Basic.cpp:
- It doesn't use the Scheduler_Factory anymore, this illustrates
- how the EC can receive the scheduler as an argument.
-
-
-Fri Feb 5 02:33:05 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
-
- * tao/ORB_Core.cpp:
- Fixed explicit template instantiations for the new collocation
- map, it may not work correctly though.
-
- * orbsvcs/tests/EC_Custom_Marshal/Makefile:
- Updated dependencies.
-
-Thu Feb 04 23:42:39 1999 Nanbor Wang <nanbor@cs.wustl.edu>
-
- * tao/Stub.cpp: It should now include Stub.i instead of
- STUB_Object.i.
-
- * tao/TAO[_Static].dsp: Removed IIOP_Object and added MProfile.
-
-Thu Feb 4 22:18:13 1999 Fred Kuhns <fredk@cs.wustl.edu>
-
- * added public destructor to TAO_IIOP_Profile
-
-Thu Feb 4 21:33:07 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
-
- * utils/catior/catior.cpp:
- It included $ACE_ROOT/tao/IIOP_Profile.h explicitly, the file
- has been removed. I'm not sure if the program will work, but at
- least I could update the Makefile dependencies.
-
-Thu Feb 4 19:18:51 1999 Fred Kuhns <fredk@cs.wustl.edu>
-
- * Multiple Profiles (MP).
- This required the modification of several files, deleting others
- as well as adding and removing classes.
-
- * Removed the files IIOP_Object.{h,i,cpp} and object IIOP_Object.
- All functionality now resided in the old base class STUB_Object.
-
- * Changed many files and classes to multiple profiles or to
- account for removing the IIOP_Object class.
-
- 1) IIOP_Connector.cpp
- 2) IIOP_ORB.{h,cpp}
- IIOP_ORB.cpp changed references from IIOP_Object and
- Client_Handler to STUB_Object and TAO_Transport. Also
- moved much of the IIOP specific marsheling code to IIOP_Profile.
- 3) Invocation.{h,i,cpp}
- Changed references from IIOP_Object to STUB_Object.
- 4) ORB.{h,i,cpp}
- 5) ORB_Core.{h,i,cpp}
- 6) Object.{i,cpp}
- 7) Servant_Base.cpp
- 8) Server_Request.cpp
- 9) Stub.{h,i,cpp}
- All logic from IIOP_Object (minus transport specific stuff) moved to
- the STUB_Object. Also the MProfile class is used for storing all
- profiles.
- 10) decode.cpp
- Changed IIOP_Object ref to STUB_Object
- 11) encode.cpp
- Changed IIOP_Object ref to STUB_Object
- 12) Any.h
- Changed "friend class IIOP_Object" to "friend class STUB_Object"
- 13) corba.h
- Added #include's for the Multiple Profile header files.
-
-Thu Feb 4 15:07:29 1999 Fred Kuhns <fredk@cs.wustl.edu>
-
- * updated MT_Cubit/svc.conf to use THR_BOUND as the default.
-
-Thu Feb 4 14:34:43 1999 Nagarajan Surendran <naga@cs.wustl.edu>
-
- * orbsvcs/tests/AVStreams/mpeg/mpeg_server/Globals.cpp: Added the
- initialization of a missing member variable. Thanks to Phil
- Ruelle <Phil.Ruelle@adv.sonybpe.com> for the fix.
-
-Thu Feb 04 10:55:28 1999 Nanbor Wang <nanbor@cs.wustl.edu>
-
- * tao/ORB_Strategies_T.cpp (activate_svc_handler): Fixed unmatched
- ACE_TRACE message.
-
-Thu Feb 4 00:02:17 1999 Nanbor Wang <nanbor@cs.wustl.edu>
-
- * tao/orbconf.h: Made sure _WIN32 doesn't get redefined. Thanks
- to Terry Rosenbaum <Terry.Rosenbaum@Radiology.MSU.edu> for
- pointing this out.
-
-Wed Feb 03 15:01:22 1999 Nanbor Wang <nanbor@cs.wustl.edu>
-
- * tao/TAO_Internal.cpp (open_services): Do not try to parse the
- default svc.conf file is TAO_PLATFORM_SVC_CONF_FILE_NOTSUP is
- defined. You can still use the -f command line option to open a
- specific svc.conf file.
-
-Wed Feb 3 12:17:02 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
-
- * orbsvcs/orbsvcs/Event/EC_Conjunction_Filter.h:
- * orbsvcs/orbsvcs/Event/EC_Conjunction_Filter.i:
- * orbsvcs/orbsvcs/Event/EC_Conjunction_Filter.cpp:
- Wait for all the children to accept their events, then it does.
-
- * orbsvcs/orbsvcs/Event/EC_Disjunction_Filter.h:
- * orbsvcs/orbsvcs/Event/EC_Disjunction_Filter.i:
- * orbsvcs/orbsvcs/Event/EC_Disjunction_Filter.cpp:
- Accepts an event if any of its children does.
-
- * orbsvcs/orbsvcs/Event/EC_Type_Filter.h:
- * orbsvcs/orbsvcs/Event/EC_Type_Filter.i:
- * orbsvcs/orbsvcs/Event/EC_Type_Filter.cpp:
- A filter based on source and/or type.
-
- * orbsvcs/orbsvcs/Event/EC_Basic_Filter_Builder.h:
- * orbsvcs/orbsvcs/Event/EC_Basic_Filter_Builder.i:
- * orbsvcs/orbsvcs/Event/EC_Basic_Filter_Builder.cpp:
- This Filter_Builder can use the new filters to support basic
- filtering and correlation.
-
- * orbsvcs/orbsvcs/Event/EC_Basic_Factory.h:
- * orbsvcs/orbsvcs/Event/EC_Basic_Factory.i:
- * orbsvcs/orbsvcs/Event/EC_Basic_Factory.cpp:
- A sample configuration based on the filtering above.
-
- * orbsvcs/orbsvcs/Event/EC_Filter.h:
- * orbsvcs/orbsvcs/Event/EC_Filter.i:
- * orbsvcs/orbsvcs/Event/EC_Filter.cpp:
- Use a RB_Tree to represent the set of event types required by a
- set of filters; this will let us implement the matching of
- consumers and suppliers more effificiently [O(nlog(n))]
-
- * orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp:
- Call unbind() on the SupplierFiltering strategy, so it can
- release our resources.
-
- * orbsvcs/orbsvcs/Event/EC_SupplierFiltering.h:
- * orbsvcs/orbsvcs/Event/EC_SupplierFiltering.cpp:
- Added an unbind() method to support automatic destruction.
-
- * orbsvcs/orbsvcs/Event/EC_ConsumerAdmin.h:
- * orbsvcs/orbsvcs/Event/EC_Event_Channel.h:
- * orbsvcs/orbsvcs/Event/EC_Factory.h:
- * orbsvcs/orbsvcs/Event/EC_Null_Factory.h:
- * orbsvcs/orbsvcs/Event/EC_ProxyConsumer.h:
- * orbsvcs/orbsvcs/Event/EC_ProxySupplier.h:
- Updated comments.
-
-Wed Feb 03 07:07:07 1999 David L. Levine <levine@cs.wustl.edu>
-
- * tao/IIOP_Transport.h (send_request): commented out argument
- names to avoid g++ 2.7.2.3 warnings about unused arguments.
-
- * docs/configurations.html: removed note about TAO_ORBSVCS
- not being supported by orbsvcs/orbsvcs/tmplinst-orbsvcs.cpp.
- Thanks to Carlos, it is now supported.
-
-Tue Feb 02 09:22:31 1999 David L. Levine <levine@cs.wustl.edu>
-
- * tao/ORB.cpp (create_stub_object): removed unused local
- "orb_core".
-
- * tao/decode.cpp (decode): removed return and continue statements
- following breaks, because some compilers complain that
- they're unreachable.
-
- * tao/IIOP_Transport.cpp (do_sendv): added static cast of
- iov_len to size_t. It avoids a compile warning about
- signed/unsigned comparison on g++/Solaris86.
-
-Mon Feb 01 21:28:27 1999 Douglas C. Schmidt <schmidt@cs.wustl.edu>
-
- * TAO version 0.3.1 released.
-
-Mon Feb 1 16:33:39 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
-
- * tao/IIOP_Profile.cpp:
- * tao/params.cpp:
- * utils/catior/catior.cpp:
- Fixed some egcs warnings.
-
-Mon Feb 1 15:33:59 1999 Fred Kuhns <fredk@cs.wuslt.edu>
-
- * Update Connect.{h,cpp}, removed two unused args
- TAO_IIOP_Handler_Base
-
-Mon Feb 01 13:55:19 1999 David L. Levine <levine@cs.wustl.edu>
-
- * orbsvcs/tests/EC_Custom_Marshal/Makefile: ran make depend.
-
-Sun Jan 31 20:32:54 1999 Alexander Babu Arulanthu <alex@cs.wustl.edu>
-
- * docs/compiler.html:
- * tao_idl.1
- * idl_global.h
- * drv_args.cpp
- * be_codegen.cpp
- Added these two options to the tao_idl compiler.
- -in To generate #include statements with <>'s for the standard include
- files (e.g. tao/corba.h) indicating them as non-changing files.
- Thanks to Andreas Geisler <andreas.geisler@erls.siemens.de> for
- this suggestion.
-
- -ic To generate #include statements with ""s for changing standard
- include files (e.g. tao/corba.h).
-
-Sat Jan 30 18:30:50 1999 Yamuna Krishnamurthy <yamuna@cs.wustl.edu>
-
- * docs/compiler.html:
- * docs/releasenotes/index.html:
- Reworded the documents to call the implementation skeleton
- files as servant implementation templates
-
-Sat Jan 30 16:28:57 1999 Pradeep Gore <pradeep@flamenco.cs.wustl.edu>
-
- * orbsvcs/orbsvcs/CosEvent/ProxyPushConsumer_i.{h,cpp}:
- * orbsvcs/orbsvcs/CosEvent/SupplierAdmin_i.cpp:
- renamed variables named "ppc" to "proxypushconsumer" to fix the
- compile errors on Green Hills cross-compiler 1.8.8 for PowerPC.
-
-Sat Jan 30 14:26:41 1999 Vishal Kachroo <vishal@merengue.cs.wustl.edu>
-
- Added a new option -ORBInitRef to the ORB. The syntax is
- -ORBInitRef <ObjectID>=<IOR: .... >.
-
- The option works for the IOR formats understandable by the
- string_to_object (). The string_to_object () will be modified later to
- understand other ior formats like iiopname, iioploc.
-
- The new option takes precedence over the current methods of resolving
- an initial reference to an arbitrary object ID
- (through resolve_initial_references ()).
-
- * tao/ORB.cpp : Added a new function resolve_commandline_ref (). This
- function is called by the resolve_initial_references () to resolve a
- reference to an arbitrary object id specified in the -ORBInitRef param.
- * tao/ORB.h : Added the declaration for the above method.
- * tao/ORB_Core.cpp : Added the new option -ORBInitRef in init (). Also
- set the init_ref parameter if this option is specified.
- * tao/params.h : Added a new parameter init_ref_. Also added declarations
- for the Get/Set methods of init_ref_.
- * tao/params.i : Defined the Get/Set methods for the init_ref_ parameter.
- * tao/params.cpp : Added the constructor initialization of the init_ref_.
-
-Sat Jan 30 11:55:00 1999 Chris Gill <cdgill@cs.wustl.edu>
-
- * TAO/orbsvcs/tests/Sched_Conf/Sched_Conf.cpp
- TAO/orbsvcs/tests/Sched_Conf/Sched_Conf_Anomalies.cpp
- TAO/orbsvcs/tests/Sched_Conf/Sched_Conf_Anomalies_Runtime.h
- TAO/orbsvcs/tests/Sched_Conf/Sched_Conf_Runtime.{cpp, h}: updated
- types that had been changed in RtecScheduler.idl. Thanks to gwross
- <gwross@west.raytheon.com> for providing this ix, which solves a
- compilation problem with MSVC++ 6.0.
-
-Sat Jan 30 10:08:17 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
-
- * examples/POA/Generic_Servant/Makefile:
- The definition for the static library target was missing (LIB=)
- Thanks to Robert V. Head <rhead@virtc.com> for pointing this
- out.
-
- * examples/Event_Comm/Event_Comm_i.cpp:
- Fixed the instantiation pragmas. Thanks to Robert V. Head
- <rhead@virtc.com> for pointing this out.
-
-Fri Jan 29 20:16:45 1999 Jeff Parsons <parsons@cs.wustl.edu>
-
- * tao/NVList.cpp:
- Changed add_value() to always copy the value of the Any,
- ignoring the CORBA::IN_COPY_VALUE flag. Calling replace(),
- as we did before, is faster, but if the value of the Any is
- 0 (void* value is null), a crash will result. Thanks to
- Carlos for figuring this out and to Barry Hoggard for
- reporting the bug.
-
-Fri Jan 29 18:07:28 1999 Yamuna Krishnamurthy <yamuna@cs.wustl.edu>
-
- * TAO_IDL/be/be_visitor_operation/rettype_is.cpp:
- Removed unused variables as this was giving warnings with the
- SGI compiler
-
-Fri Jan 29 18:04:25 1999 Fred Kuhns <fredk@cs,wustl.edu>
-
- * Fixed an old style ref to IIOP::MY_MINOR and IIOP::MY_MAJOR to
- TAO_IIOP_Profile::DEF_IIOP_MAJOR,
- TAO_IIOP_Profile::DEF_IIOP_MINOR in utils/catior/catior.cpp
-
-Fri Jan 29 15:55:41 1999 Darrell Brunsch <brunsch@cs.wustl.edu>
-
- * Makefile: Added TAOACE.dsw to the list of Controlled Files.
-
-Fri Jan 29 13:07:42 1999 Nanbor Wang <nanbor@cs.wustl.edu>
-
- * docs/configurations.html: Added links to various examples for
- different configurations. Thanks to Jerry D. De Master
- <jdemaster@ipdinc.com> for this suggestion.
-
-Fri Jan 29 12:22:22 1999 Yamuna Krishnamurthy <yamuna@cs.wustl.edu>
-
- * orbsvcs/tests/AVStreams/server_discovery/AV_Demo :
- Moved Seths README to AV_Demo
-
- * orbsvcs/tests/AVStreams/server_discovery/README :
- Provided information about how to run the Java Interface
- to the AV Demo
-
- * orbsvcs/tests/AVStreams/mpeg/README:
- Added how to run the AV Demo with the Trading Service
-
-Fri Jan 29 11:01:50 1999 Fred Kuhns <fredk@cs,wustl.edu>
-
- * Updated profile references in
- orbsvcs/Time_Service/IR_Helper.cpp
- orbsvcs/ImplRepo_Service/ImplRepo_i.cpp
-
-Fri Jan 29 09:57:27 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
-
- * orbsvcs/Event_Service/Event_Service.cpp:
- I commited a version with support for the new Event Channel,
- this was a mistake, I'm reverting the change.
-
-Fri Jan 29 09:07:47 1999 David L. Levine <levine@cs.wustl.edu>
-
- * orbsvcs/tests/Sched_Conf/Sched_Conf.cpp: use
- RtecScheduler::Criticality_t, Importance_t, and Info_Type_T.
- Thanks to gwross <gwross@west.raytheon.com> for providing this
- fix, which solves a compilation problem with MSVC++ 6.0.
-
-Thu Jan 28 21:36:38 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
-
- * Updated the dependencies in all the Makefiles.
-
-Thu Jan 28 20:49:56 1999 David L. Levine <levine@cs.wustl.edu>
-
- * orbsvcs/orbsvcs/Log/Logger_i.cpp: removed ACE_Hash<ACE_CString>
- explicit template instantiation, because it's in tao/POA.cpp.
-
-Thu Jan 28 18:04:07 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
-
- * tao/TAO.dsp:
- * tao/TAO_Static.dsp:
- Added the new files to the NT projects.
-
- * tao/Makefile:
- Minor cosmetic changes.
-
- * tao/IIOP_Profile.h:
- * tao/IIOP_Profile.cpp:
- * tao/IIOP_Transport.cpp:
- Fixed warnings about out of order initialization of members and
- about signed/unsigned comparisons.
-
-Thu Jan 28 16:47:12 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
-
- * orbsvcs/orbsvcs/AVStreams_Full.idl:
- * orbsvcs/orbsvcs/CosEventChannelAdmin.idl:
- * orbsvcs/orbsvcs/CosEventComm.idl:
- * orbsvcs/orbsvcs/RtecScheduler.idl:
- * orbsvcs/orbsvcs/TimeService.idl:
- Fixed some problems with #pragma prefix
-
-Thu Jan 28 16:34:14 1999 Fred Kuhns <fredk@cs.wustl.edu>
-
- * Added support for Pluggable Protocols (PP) This required the
- modification of several files, deleting others as well as adding
- and removing classes.
-
- * Added the following classes and files
- 1) Pluggable.h - Contains all the base classes and registries
- used in Pluggable protocols. New transport implementations
- will have
- to use these classes in order to 'plugin' to the framework.
- a) TAO_Profile
- b) TAO_Connector
- c) TAO_Transport
- d) TAO_Acceptor
- e) TAO_Connector_Registry
- Pluggable.cpp - Connector_Registry implementation and Profile
- Version class. Each transport specific TAO_[*]_Connector
- registers itself with this singleton.
- 2) IIOP_Profile.{h,cpp}
- Class TAO_IIOP_Profile is defined here and it profides IIOP
- specific processing. Much of the transport specific
- processing located in the IIOP_Object has been relocated
- to here.
- In particular an IIOP_Profile will contain a reference to the
- currently used transport, that is the connection handler.
- 3) IIOP_Connector.{h,cpp}
- All transport specific connection processing is hidden behind
- this class. The connection handler hint () is taken from the
- TAO_Profile (i.e. IIOP_Profile) object.
- 4) IIOP_Acceptor - basically just a transport neutral wrapper
- for the Acceptor.
-
- * Changed many files and classes to use this new transport
- independent Pluggable classes. Also relocated transport
- specific processing to the new classes.
- 1) Connect.{h,cpp}
- Created new base classes TAO_IIOP_Client_Transport and
- TAO_IIOP_Server_Transport in order to keep TAO_Transport
- references and leverage dynamic binding. That is, all
- handlers use either of these classes as a base class.
- TAO_SVC_HANDLER is a member object.
-
- Edited code so it passed TAO_Transport object references to
- GIOP::send_request and GIOP::recv_request.
- 2) GIOP.{h,cpp}
- Replaced all references to the handler object with the new
- transport object. Also moved all transport specific code
- used for reading and writing messages to the network to the
- new IIOP_Transport class.
- 3) IIOP_ORB.{h,cpp}
- IIOP_ORB.h -> got rid of the #include "tao/corba.h"
- moved much of the IIOP specific marsheling code to IIOP_Profile.
- 4) Invocation.{h,i,cpp}
- use TAO_Transport and TAO_Profile instead of Client_Handler and
- IIOP_Object::IIOP.
- Additionally, the connection is now made by the
- Connector_Registry object.
- All IIOP specific processing moved to TAO_IIOP_Profile.
- 5) ORB.{h,i,cpp}
- The preconnect method's functionality is moved to
- Connector_Registry and TAO_[*]_Profile.
- 6) ORB_Core.{h,i,cpp}
- The ORB_Core was changed to allocate memory for the new
- objects: TAO_Connector_Registry, TAO_IIOP_Connector and
- TAO_IIOP_Acceptor. Preconnect () moved also.
- 7) Servant_Base.cpp
- Changed to use STUB_Object refs rather than IIOP_Object.
- 8) Server_Request.cpp
- Changed to use STUB_Object refs rather than IIOP_Object.
- 9) decode.cpp
- Moved all IIOP specific processing (parsing IORs) to
- IIOP_Profile.
- 12) encode.cpp
- Moved all IIOP specific processing (parsing IORs) to
- IIOP_Profile.
- 13) params.{h,i,cpp}
- Changed use_IIOP_lite_protocol to use_lite_protocol.
- 14) corba.h
- Added #include's for the new Pluggable Protocol header
- files.
-
-Thu Jan 28 15:26:49 1999 Darrell Brunsch <brunsch@cs.wustl.edu>
-
- * tao/examples/Simple/grid/client.dsp:
- * tao/examples/Simple/grid/server.dsp:
- * tao/examples/Simple/time/client.dsp:
- * tao/examples/Simple/time/server.dsp:
- * tao/examples/Simple/time/client_static.dsp:
- * tao/examples/Simple/time/server_static.dsp:
- Updated to work with Bala's changes.
-
- * tao/examples/Simple/Time_Client_i.cpp:
- Added TAO_CHECK_ENV after using TAO_TRY_ENV in several spots.
-
-Thu Jan 28 11:32:11 1999 Nanbor Wang <nanbor@cs.wustl.edu>
-
- * tao/IIOP_ORB.cpp (string_to_object): Checked if the <str> passed
- in is null. If yes, simply return a null object.
-
- * TAO-INSTALL.html (href): Fixed directory name leads to
- IDL_Cubit. Thanks to Zoran Ivanovic <zorani@pathcom.com> for
- reporting these.
-
-Thu Jan 28 11:41:39 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
-
- * orbsvcs/tests/EC_Throughput/ECT_Throughput.cpp:
- Disabled the support for the new EC implementation, it is not
- compiled by default in orbsvcs, hence it cannot be used by
- default either.
-
-Wed Jan 27 22:09:14 1999 Yamuna Krishnamurthy <yamuna@cs.wustl.edu>
-
- * orbsvcs/tests/AVStreams/mpeg/source/server/Property_Exporter.cpp:
- Enaaabled the exporting of properties by mutiple augmented servers
-
- * orbsvcs/tests/AVStreams/mpeg/source/server/Machine_Properties.cpp:
- Need to initialize the handle everytime in rstat
-
- * orbsvcs/tests/AVStreams/server_discovery/Strip_Chart.java:
- Modified the algorithm to get the performance graph working
-
- * orbsvcs/tests/AVStreams/server_discovery/Server_Discovery_Selection.java:
- Modified the Jtree to to display multiple movie info
- Enabled the display of the performance graph
-
- * orbsvcs/tests/AVStreams/server_discovery/Server_Discovery.java:
- Added the thread to get the dynamic properties and display as a
- graph
-
-Wed Jan 27 21:59:13 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
-
- * orbsvcs/orbsvcs/Makefile:
- Added a new entry to the TAO_ORBSVCS macro, Event2, right now it
- is disabled by default.
- The makefile add a -DTAO_ORBSVCS_HAS_* for each entry in the
- TAO_ORBSVCS list.
-
- * orbsvcs/orbsvcs/tmplinst-orbsvcs.cpp:
- Use the TAO_ORBSVCS_HAS_* macros to instantiate only the needed
- templates.
-
- * orbsvcs/orbsvcs/Event/EC_Null_Factory.i:
- A variable was not properly initialized.
-
- * orbsvcs/orbsvcs/Event/EC_ConsumerAdmin.cpp:
- * orbsvcs/orbsvcs/Event/EC_SupplierAdmin.cpp:
- Added missing template instantiations
-
- * orbsvcs/tests/EC_Throughput/ECT_Throughput.h:
- * orbsvcs/tests/EC_Throughput/ECT_Throughput.cpp:
- It can create an instance of the new EC for testing purposes.
-
-Wed Jan 27 19:59:58 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
-
- * orbsvcs/orbsvcs/Event/EC_ConsumerAdmin.cpp:
- * orbsvcs/orbsvcs/Event/EC_ConsumerAdmin.h:
- * orbsvcs/orbsvcs/Event/EC_ConsumerAdmin.i:
- * orbsvcs/orbsvcs/Event/EC_Dispatching.h:
- * orbsvcs/orbsvcs/Event/EC_Factory.h:
- * orbsvcs/orbsvcs/Event/EC_Filter_Builder.h:
- * orbsvcs/orbsvcs/Event/EC_Null_Factory.cpp:
- * orbsvcs/orbsvcs/Event/EC_Null_Factory.h:
- * orbsvcs/orbsvcs/Event/EC_Null_Factory.i:
- * orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp:
- * orbsvcs/orbsvcs/Event/EC_ProxyConsumer.h:
- * orbsvcs/orbsvcs/Event/EC_ProxySupplier.cpp:
- * orbsvcs/orbsvcs/Event/EC_ProxySupplier.h:
- * orbsvcs/orbsvcs/Event/EC_QOS_Info.cpp:
- * orbsvcs/orbsvcs/Event/EC_QOS_Info.h:
- * orbsvcs/orbsvcs/Event/EC_QOS_Info.i:
- * orbsvcs/orbsvcs/Event/EC_SupplierAdmin.cpp:
- * orbsvcs/orbsvcs/Event/EC_SupplierFiltering.cpp:
- * orbsvcs/orbsvcs/Event/EC_SupplierFiltering.h:
- * orbsvcs/orbsvcs/Event/EC_SupplierFiltering.i:
- Completed the first prototype, this version does not support
- filtering or real-time features, but it is useful to get
- baseline numbers.
-
-Wed Jan 27 13:14:32 1999 David L. Levine <levine@cs.wustl.edu>
-
- * TAO version 0.2.53 released.
-
-Tue Jan 26 22:06:01 1999 David L. Levine <levine@cs.wustl.edu>
-
- * rules.tao.GNU,docs/configurations.html: moved TAO_ORBSVCS
- documentation from rules.tao.GNU to docs/configurations.html.
-
-Tue Jan 26 16:24:57 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
-
- * orbsvcs/orbsvcs/Event/README:
- * orbsvcs/orbsvcs/Event/EC_Event_Channel.h:
- Added some documentation about the new Event Channel
- implementation.
-
- * orbsvcs/orbsvcs/Event/EC_Dispatching.cpp:
- * orbsvcs/orbsvcs/Event/EC_Dispatching.h:
- * orbsvcs/orbsvcs/Event/EC_Factory.cpp:
- * orbsvcs/orbsvcs/Event/EC_Filter.cpp:
- * orbsvcs/orbsvcs/Event/EC_Filter.h:
- * orbsvcs/orbsvcs/Event/EC_Filter.i:
- * orbsvcs/orbsvcs/Event/EC_Filter_Builder.cpp:
- * orbsvcs/orbsvcs/Event/EC_Filter_Builder.h:
- * orbsvcs/orbsvcs/Event/EC_Filter_Builder.i:
- * orbsvcs/orbsvcs/Event/EC_ProxySupplier.cpp:
- * orbsvcs/orbsvcs/Event/EC_ProxySupplier.h:
- Added the implementation of a null filter and the corresponding
- filter builder. Also implemented the reactive dispatching
- strategy.
-
-Mon Jan 25 17:24:50 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
-
- * orbsvcs/orbsvcs/Event/Timer_Module.h:
- Removed superfluous component in include path, thanks to
- Eric B. Mitchell <emitchell@altaira.com> for reporting this
- one.
-
- * orbsvcs/orbsvcs/Event/EC_ConsumerAdmin.cpp:
- * orbsvcs/orbsvcs/Event/EC_ConsumerAdmin.h:
- * orbsvcs/orbsvcs/Event/EC_Dispatching.h:
- * orbsvcs/orbsvcs/Event/EC_Dispatching.i:
- * orbsvcs/orbsvcs/Event/EC_Event_Channel.cpp:
- * orbsvcs/orbsvcs/Event/EC_Event_Channel.h:
- * orbsvcs/orbsvcs/Event/EC_Event_Channel.i:
- * orbsvcs/orbsvcs/Event/EC_Factory.h:
- * orbsvcs/orbsvcs/Event/EC_Filter.h:
- * orbsvcs/orbsvcs/Event/EC_Filter.i:
- * orbsvcs/orbsvcs/Event/EC_Filter_Builder.h:
- * orbsvcs/orbsvcs/Event/EC_Filter_Builder.i:
- * orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp:
- * orbsvcs/orbsvcs/Event/EC_ProxyConsumer.h:
- * orbsvcs/orbsvcs/Event/EC_ProxyConsumer.i:
- * orbsvcs/orbsvcs/Event/EC_ProxySupplier.cpp:
- * orbsvcs/orbsvcs/Event/EC_ProxySupplier.h:
- * orbsvcs/orbsvcs/Event/EC_ProxySupplier.i:
- * orbsvcs/orbsvcs/Event/EC_SupplierAdmin.cpp:
- * orbsvcs/orbsvcs/Event/EC_SupplierAdmin.h:
- These files compile now, and are fairly complete, but I still
- have to implement the TAO_EC_Filter hierarchy, the dispatching
- strategies and a couple of example ProxySupplier/ProxyConsumer
- classes.
- We also need to implement the locking strategies.
-
- * orbsvcs/orbsvcs/Makefile:
- Updated dependencies.
-
-Mon Jan 25 13:54:00 1999 David L. Levine <levine@cs.wustl.edu>
-
- * rules.tao.GNU,orbsvcs/orbsvcs/Makefile: added TAO_ORBSVCS
- support for subsetting the liborbsvcs build. See rules.tao.GNU
- for usage information and limitations.
-
-Sun Jan 24 22:46:43 1999 Vishal Kachroo <vishal@merengue.cs.wustl.edu>
-
- * removed the orbsvcs/orbsvcs/Time_Service/implrepo.conf file.
- This file is not required here. It is required in the tests dir.
-
- Made changes to the following Makefiles to incorporate the
- Implementation Repository service.
-
- * orbsvcs/orbsvcs/Makefile
- * orbsvcs/Makefile
- * orbsvcs/orbsvcs/ImplRepo_Service/Makefile
- * orbsvcs/orbsvcs/Time_Service/Makefile
-
-Sun Jan 24 17:04:47 1999 Nanbor Wang <nanbor@cs.wustl.edu>
-
- * orbsvcs/tests/ImplRepo/Repository_Test.cpp: Removed inclusion of
- <iostream.h>. ACE should take care of it.
-
-Sun Jan 24 00:48:01 1999 Darrell Brunsch <brunsch@cs.wustl.edu>
-
- * orbsvcs/ImplRepo_Service/Ping.idl:
- * orbsvcs/ImplRepo_Service/ImplRepo.idl:
- * orbsvcs/orbsvcs/Ping.idl:
- * orbsvcs/orbsvcs/ImplRepo.idl:
- Moved IDL files from ImplRepo to orbsvcs.
-
- * orbsvcs/orbsvcs/orbsvcs.dsp:
- * orbsvcs/ImplRepo_Service/implrepo.dsp:
- * orbsvcs/ImplRepo_Service/ImplRepo_i.h:
- * orbsvcs/tests/ImplRepo/IR_Helper.h:
- * orbsvcs/tests/ImplRepo/IR_Helper.cpp:
- * orbsvcs/tests/ImplRepo/Repository_Test.dsp:
- * orbsvcs/tests/ImplRepo/airplane_client.dsp:
- * orbsvcs/tests/ImplRepo/airplane_server.dsp:
- Changed because of the above move.
-
- * orbsvcs/Time_Service/Clerk_i.cpp:
- * orbsvcs/Time_Service/IR_Helper.cpp:
- * orbsvcs/Time_Service/IR_Helper.h:
- * orbsvcs/Time_Service/Server_i.cpp:
- * orbsvcs/Time_Service/Time_Service_Clerk.dsp:
- * orbsvcs/Time_Service/Time_Service_Server.dsp:
- Changed because the IR IDL files moved, and also fixed various
- warnings on NT (mainly just changing TAO_CHECK_ENV_RETURNs to
- TAO_CHECK_ENV - since it looks like the result was the same).
-
- * orbsvcs/tests/ImplRepo/run_test.pl:
- Only one test now runs at a time.
-
- * orbsvcs/tests/Time/Time_Service_Test.dsp:
- * orbsvcs/tests/Time/run_test.pl:
- Fixed various problems on NT.
-
-Sat Jan 23 22:29:12 1999 Darrell Brunsch <brunsch@cs.wustl.edu>
-
- * docs/implrepo.html:
- * docs/implrepo/paper.html:
- * docs/implrepo/index.html:
- Moved the IR document to the implrepo subdirectory and updated
- it to address comments from John Mulhern
- <9107@mn3.lawson.lawson.com>.
-
- * docs/orbsvcs.html: Added information about the Implementation
- Repository.
-
- * TAO-INSTALL.html: Updated the Unix compile instructions.
-
-Sat Jan 23 19:44:32 1999 Darrell Brunsch <brunsch@cs.wustl.edu>
-
- * orbsvcs/ImplRepo_Service/ImplRepo_i.cpp: Hopefully fixed some
- warnings on g++.
-
-Sat Jan 23 11:59:38 1999 Nanbor Wang <nanbor@cs.wustl.edu>
-
- * tao/Connect.cpp (send_error):
- (handle_input): Must use ACE_TRY_CHECK within the try block, not
- ACE_CHECK. Thanks to David for reporting this.
-
-Fri Jan 22 18:45:48 1999 Yamuna Krishnamurthy <yamuna@cs.wustl.edu>
-
- * docs/releasenotes/index.html: Added the information about the
- generation of servant implementations for implementation by the
- IDL Compiler
-
- * docs/compiler.html:
- Added the IDL compiler options for generating servant implementations
-
-Fri Jan 22 13:08:00 1999 Chris Gill <cdgill@cs.wustl.edu>
-
- * TAO/orbsvcs/orbsvcs/Sched/Sched_Entry.{cpp, h}
- TAO/orbsvcs/orbsvcs/Sched/DynSched.cpp
- TAO/orbsvcs/orbsvcs/Sched/Strategy_Scheduler.cpp: moved gcd and
- minimum_frame_size helper functions to class ACE as static methods,
- removed unnecessary #includes of math.h.
-
-Fri Jan 22 11:30:00 1999 Chris Gill <cdgill@cs.wustl.edu>
-
- * TAO/orbsvcs/tests/Simulator/DOVEBrowser/make.bat: added a
- "make setup" capability to set up the DOVE browser directory
- prior to the first build on NT.
-
-Fri Jan 22 08:43:30 1999 David L. Levine <levine@cs.wustl.edu>
-
- * orbsvcs/tests/EC_Multiple/EC_Multiple.cpp (parse_args):
- initialize local "aux" to 0, because DU strtok_r requires it.
-
- * examples/Simple/grid/Grid_Client_i.cpp (parse_args): removed
- unused local "result".
-
-Thu Jan 21 22:21:20 1999 David L. Levine <levine@cs.wustl.edu>
-
- * TAO_IDL/util/utl_global.cpp (IDL_GlobalData),
- TAO_IDL/be/be_codegen.cpp (TAO_CodeGen):
- reordered initializers to match declaration order.
-
-Thu Jan 21 20:16:22 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
-
- * TAO_IDL/be/be_visitor_module/module_ih.cpp:
- Removed warning about unused variable.
-
-Thu Jan 21 19:04:36 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
-
- * tao/ORB_Core.h:
- * tao/corba.h:
- Moved the declaration of ORB_Core_instance() to the corba.h
- file, this solves some problems for the SAIC guys.
-
-Thu Jan 21 15:00:10 1999 Yamuna Krishnamurthy <yamuna@cs.wustl.edu>
-
- * TAO_IDL/util/utl_global.cpp:
- * TAO_IDL/include/idl_global.h:
- Add the following flags:
- implementation_hdr_ending_
- impl_class_suffix_
- impl_class_prefix_
- implementation_skel_ending_
- gen_impl_files_
- gen_copy_ctor_
- gen_assign_op_
-
- (be_get_implementation_hdr):
- (be_get_implementation_skel):
- (be_get_implementation_hdr_fname):
- (be_get_implementation_skel_fname):
- (implementation_hdr_ending):
- (implementation_skel_ending):
- (impl_class_prefix):
- (impl_class_suffix):
- (implementation_hdr_ending):
- (implementation_skel_ending):
- (gen_impl_files):
- (gen_copy_ctor):
- (gen_assign_op):
-
- * TAO_IDL/driver/drv_args.cpp:
- Addded options to generate implementaion header and skeleton
- files. Also provided options to change the name of the
- implemenation files created, adding copy constructors, providing
- prefixes and suffixes to the implementation class names
-
- * TAO_IDL/be/be_visitor_root/root.cpp:
- Add the following case statements to set constext
- case TAO_CodeGen::TAO_ROOT_IH
- case TAO_CodeGen::TAO_ROOT_IS
-
- * TAO_IDL/be/be_visitor_operation/arglist.cpp:
- Added the following case satements:
- case TAO_CodeGen::TAO_OPERATION_ARGLIST_IS:
- case TAO_CodeGen::TAO_OPERATION_ARGLIST_IH:
- os->indent ();
- *os << "CORBA::Environment &TAO_TRY_ENV";
- break;
-
-
- * TAO_IDL/be/be_visitor_module/module.cpp:
- Added the following case statements to set the context
- case TAO_CodeGen::TAO_MODULE_IH:
- case TAO_CodeGen::TAO_MODULE_IS:
-
- * TAO_IDL/be/be_visitor_interface/interface_ss.cpp:
- Added the statements:
- "const POA_" << node->local_name () << "& rhs)"
- node->local_name () << " (const
- to generate a copy constructor in the skeleton
- with the object passed declared as a const. Initially the const
- was missing
-
- * TAO_IDL/be/be_visitor_interface/interface_sh.cpp:
- Added the statement
- "<< namebuf << " (const " << namebuf << "&rhs);" << be_nl"
- to generate a copy constructor in the skeleton
- with the object passed declared as a const. Initially the const
- was missing
-
- * TAO_IDL/be/be_visitor_interface/interface.cpp:
- Added the following case statements to set the context
- case TAO_CodeGen::TAO_INTERFACE_IH
- case TAO_CodeGen::TAO_INTERFACE_IS
-
- * TAO_IDL/be/be_visitor_attribute/attribute.cpp:
- Added the following case statements to set the context
- case TAO_CodeGen::TAO_ATTRIBUTE_IH
- case TAO_CodeGen::TAO_ATTRIBUTE_IS
- case TAO_CodeGen::TAO_ATTRIBUTE_IH
- case TAO_CodeGen::TAO_ATTRIBUTE_IS
-
- * TAO_IDL/be_include/be_visitor_root.h:
- Added statements to include root_is.h and root_ih.h
-
- * TAO_IDL/be/be_visitor_root.cpp:
- Added statements to include root_is.h and root_ih.cpp
-
- * TAO_IDL/be_include/be_visitor_operation.h:
- Added statements to include operation_is.h, operation_ih.h and rettype_is.h
-
- * TAO_IDL/be/be_visitor_operation.cpp:
- Added statements to include operation_is.cpp, operation_ih.cpp and rettype_is.cpp
-
- * TAO_IDL/be_include/be_visitor_module.h:
- Added statements to include and module_ih.h
-
- * TAO_IDL/be/be_visitor_module.cpp:
- Added statements to include and module_ih.cpp
-
- * TAO_IDL/be_include/be_visitor_interface.h:
- Added statements to include interface_is.h and interface_ih.h
-
- * TAO_IDL/be/be_visitor_interface.cpp:
- Added statements to include interface_is.cpp and interface_ih.cpp
-
- * TAO_IDL/be/be_visitor_factory.cpp:
- Added case statements for
- TAO_ROOT_IH
- TAO_ROOT_IS
- TAO_MODULE_IH
- TAO_MODULE_IS
- TAO_INTERFACE_IH
- TAO_INTERFACE_IS
- TAO_ATTRIBUTE_IH
- TAO_ATTRIBUTE_IS
- TAO_OPERATION_IS
- TAO_OPERATION_IH
- TAO_OPERATION_RETTYPE_IS
- TAO_OPERATION_ARGLIST_IH
- TAO_OPERATION_ARGLIST_IS
- to return corresponding visitors
-
- * TAO_IDL/be/be_produce.cpp:
- Added steps 7 and 8 to generate the implementation header and
- skeleton if it is asked for by the user by giving the -GI option
- when running tao_idl
-
- * TAO_IDL/be_include/be_interface.h:
- * TAO_IDL/be/be_interface.cpp:
- (gen_copy_ctors):
- function to generate copy constructors
- (gen_copy_ctors_helper):
- helper for generating the copy constructors
- (gen_def_ctors):
- function to generate default constructors
- (gen_def_ctors_helper):
- helper to generate default constructors
-
-
- * TAO_IDL/be_include/be_helper.h:
- * TAO_IDL/be/be_helper.cpp:
- Added the two cases for TAO_IMPL_HDR and TAO_IMPL_SKEL
-
- * TAO_IDL/be_include/be_decl.h:
- * TAO_IDL/be/be_decl.cpp:
- Added the impl_hdr_gen,impl_skel_gen_
- ,impl_hdr_gen_,impl_skel_gen_ flags to check if the implementation
- headers and skeletons are created
- (impl_hdr_gen):
- (impl_skel_gen):
- return the corresponding flags
-
- * TAO_IDL/be_include/be_codegen.h:
- Add the following to the enumeration:
- TAO_ATTRIBUTE_IH
- TAO_ATTRIBUTE_IS
- TAO_INTERFACE_IH
- TAO_INTERFACE_IS
- TAO_MODULE_IH
- TAO_MODULE_IS
- TAO_OPERATION_IH
- TAO_OPERATION_IS
- TAO_OPERATION_RETTYPE_IS
- TAO_OPERATION_ARGLIST_IH
- TAO_OPERATION_ARGLIST_IS
- TAO_ROOT_IH
- TAO_ROOT_IS
-
- Also add the new methods from be_codegen.cpp below
-
- * TAO_IDL/be/be_codegen.cpp:
- Added the implementation_header_(0)
- and implemenattion_skeleton_(0) that hold the corresponding the
- TAO_OutStream
-
- (end_implementation_header):
- generate the #endif at the end of the implementation header file
- (implementation_skeleton):
- get the implemenatation skeleton stream
- (start_implementation_skeleton):
- set the implementation skeleton file stream and generate the
- #include statements
- (implementation_header):
- get the implementation header stream
- (start_implementation_header):
- method to set the implemenatation header file stream
- and generate the ifndef and #include satements
-
- * TAO_IDL/be/be_visitor_operation/rettype_is.cpp:
- * TAO_IDL/be_include/be_visitor_operation/rettype_is.h:
- Create a visitor to generate the return statements for the
- operations
-
- * TAO_IDL/be_include/be_visitor_operation/operation_ih.h:
- * TAO_IDL/be/be_visitor_operation/operation_ih.cpp:
- Create a visitor to generate code for the IDL operations in
- the implementation header
-
- * TAO_IDL/be/be_visitor_operation/operation_is.cpp:
- * TAO_IDL/be_include/be_visitor_operation/operation_is.h:
- Create a visitor to generate code for the IDL operations in
- the implementation skeleton
-
- * TAO_IDL/be_include/be_visitor_interface/interface_is.h (class be_visitor_interface_is):
- * TAO_IDL/be/be_visitor_interface/interface_is.cpp:
- create a visitor to generate code for the IDL interface in
- implementation skeleton
-
- * TAO_IDL/be/be_visitor_interface/interface_ih.cpp:
- * TAO_IDL/be_include/be_visitor_interface/interface_ih.h:
- Create a visitor to generate code for the IDL interface in
- the implementation header
-
- * TAO_IDL/be_include/be_visitor_module/module_ih.h (class be_visitor_module_ih):
- * TAO_IDL/be/be_visitor_module/module_ih.cpp:
- Create a visitor to generate code for the IDL module
- in implementation header
-
- * TAO_IDL/be/be_visitor_root/root_ih.cpp:
- * TAO_IDL/be_include/be_visitor_root/root_ih.h:
- Create a visitor to generate code for the root node in
- the implementation header
-
- * TAO_IDL/be/be_visitor_root/root_is.cpp:
- * TAO_IDL/be_include/be_visitor_root/root_is.h:
- Create a visitor to generate code for the root node in
- the implementation skeleton
-
-Thu Jan 21 14:10:20 1999 Vishal Kachroo <vishal@merengue.cs.wustl.edu>
-
- * orbsvcs/orbsvcs/Time/Timer_Helper.cpp (handle_timeout):
- Added the macro ACE_U64_TO_U32 to the ULongLong parameters and
- added a #ifdef as
- #if defined ACE_LACKS_LONGLONG_T
- < apply the conversion macros >
- #else
- < dont use the macros >
-
-Thu Jan 21 14:10:33 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
-
- * orbsvcs/Time_Service/Makefile:
- The server program was not compiling on IRIX, some object files
- were placed after the libraries in the link line.
-
-Thu Jan 21 10:57:25 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
-
- * tao/CDR.cpp:
- Fixed a problem with TAO_OutputCDR::write_octet_array_mb, thanks
- to Dave Meyer <dmeyer@std.saic.com> for reporting and isolating
- this bug.
-
- * tests/CDR/Makefile:
- * tests/CDR/octet_sequence.cpp:
- Added a new test to verify that the fix above worked, thanks to
- Dave for this test also.
-
- * tests/CDR/CDR.dsw:
- * tests/CDR/octet_sequence.dsp:
- Added a new project for the octet_sequence test.
-
- * EC_ConsumerAdmin.cpp:
- * EC_ConsumerAdmin.h:
- * EC_ConsumerAdmin.i:
- * EC_Event_Channel.cpp:
- * EC_Event_Channel.h:
- * EC_Event_Channel.i:
- * EC_Factory.h:
- * EC_Factory.i:
- * EC_Filter.h:
- * EC_Filter.i:
- * EC_ProxyConsumer.h:
- * EC_ProxySupplier.cpp:
- * EC_ProxySupplier.h:
- * EC_ProxySupplier.i:
- * EC_SupplierAdmin.cpp:
- * EC_SupplierAdmin.h:
- * EC_SupplierAdmin.i:
- Continue the implementation of the new event channel.
-
-Wed Jan 20 23:32:47 1999 Vishal Kachroo <vishal@merengue.cs.wustl.edu>
-
- * orbsvcs/orbsvcs/Time/Timer_Helper.cpp (handle_timeout):
- Added the ACE_U64_TO_U32 macros to fix the warnings by g++386.
-
-Wed Jan 20 20:52:45 1999 Nanbor Wang <nanbor@cs.wustl.edu>
-
- * TAO_IDL/driver/drv_preproc.cpp (DRV_pre_proc): Removed Win32
- specific code.
-
-Wed Jan 20 13:54:37 1999 David L. Levine <levine@cs.wustl.edu>
-
- * tao/ORB_Core.cpp: removed explicit ACE_Convert instantiation.
- LynxOS' g++ was raising an internal compiler error on it, and
- it appears to no longer be used.
-
- * *.h,TAO_IDL/be/be_codegen.cpp (end_server_template_header):
- replaced () around #pragma implementation argument. Thanks to
- Susan Liebeskind <susan.liebeskind@gtri.gatech.edu> and
- Steve Huston for reporting and confirming that it's necessary
- on AIX.
-
-Tue Jan 19 18:38:57 1999 Balachandran Natarajan <bala@cs.wustl.edu>
-
- * examples/Simple/time/Time_Client_i.h
- * examples/Simple/Simple_util.h
- * examples/Simple/Simple_util.cpp
- * examples/Simple/time/Time_i.cpp
- * examples/Simple/time/Time_i.h
- Added stuff for the g++ compiler to compile clean
- and build clean.
-
-Tue Jan 19 16:51:00 1999 Chris Gill <cdgill@cs.wustl.edu>
-
- * TAO/orbsvcs/orbsvcs/Sched/Config_Scheduler.h
- TAO/orbsvcs/orbsvcs/Sched/Strategy_Scheduler.{cpp, h}: added new
- TAO_Criticality_Scheduler_Strategy. Thanks to Amir Bahmanyari
- (abahmany@teknowledge.com) for suggesting this.
-
- * TAO/orbsvcs/tests/Simulator/DOVEBrowser/NavWeapDataHandler.java:
- added some additional debugging information if an unrecognized any
- type is received.
-
-Tue Jan 19 15:44:09 1999 David L. Levine <levine@cs.wustl.edu>
-
- * orbsvcs/tests/Simulator/Event_Supplier/Makefile:
- added dependencies.
-
-Tue Jan 19 15:22:14 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
-
- * orbsvcs/tests/tests.dsw:
- Added the ECT_Throughput project file.
-
- * orbsvcs/tests/EC_Throughput/ECT_Driver.cpp:
- MSVC5 does not support conversion from 64bit unsigneds to
- doubles.
-
-Tue Jan 19 01:31:36 1999 Nanbor Wang <nanbor@cs.wustl.edu>
-
- * TAO_IDL/driver/drv_preproc.cpp (DRV_pre_proc): Added a quick
- hack to open the tmp_file in the "correct" status on Win32 so
- the tmp_file will get removed automatically.
-
- We need to reimplement ACE_OS::fopen to make it behave the same
- as on other platforms at some later point.
-
- (DRV_copy_input): Changed to use ACE_OS::f* functions. It
- doesn't really make any difference here because the temp file
- get closed before unlink.
-
-Mon Jan 18 22:57:31 1999 Darrell Brunsch <brunsch@cs.wustl.edu>
-
- * orbsvcs/orbsvcs/orbsvcs.dsp:
- * tao/TAO.dsp:
- Updated for NT Alpha.
-
-Mon Jan 18 22:01:13 1999 Pradeep Gore <pradeep@flamenco.cs.wustl.edu>
-
- * orbsvcs/tests/CosEC_Multiple/run_test.pl
- Added this script to run the test.
- This is still *under construction*.
- * orbsvcs/tests/CosEC_Multiple/README:
- Updated the README to reflect all the new options.
- * orbsvcs/tests/CosEC_Multiple/CosECConsumer{.h,cpp}:
- Added an <event_count> parameter.
- * orbsvcs/tests/CosEC_Multiple/CosECSupplier{.h,cpp}:
- Added an <event_count> parameter.
- * orbsvcs/tests/CosEC_Multiple/CosEC_Multiple.cpp:
- modified the <shutdown> method to check for nil pointer.
- * orbsvcs/CosEvent_Service/CosEvent_Service.cpp:
- 1. Removed the code to [un]register the local scheduler with
- the naming service.This fixed the "-s global option not working" bug.
- 2. Modified the <init_SupplierQOS> method to scan for just 1 pair
- of {sourceid, event type} from the command line.
- * orbsvcs/CosEvent_Service/README:
- Updated the README to reflect all the new options.
-
-Mon Jan 18 17:37:45 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
-
- * orbsvcs/orbsvcs/Channel_Clients.h:
- * orbsvcs/orbsvcs/Event/Channel_Clients.i:
- * orbsvcs/orbsvcs/Event/Channel_Clients_T.i:
- There was an horrible confusion with this files. I removed some
- obsolote versions and fixed an include. Thanks to Jeff
- Olszewski <jolszewski@std.saic.com> for pointing this out.
-
-Mon Jan 18 16:51:56 1999 Vishal Kachroo <vishal@merengue.cs.wustl.edu>
-
- The bank example was throwing an exception if run multiple times.
-
- * examples/Simple/bank/Server_i.cpp (init_naming_service):
- Added the TAO_TRY blocks. Used rebind instead of bind.
-
- * examples/Simple/bank/server.cpp:
- Added a TAO_CHECK_ENV.
-
-Mon Jan 18 11:20:10 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
-
- * tao/decode.cpp:
- Fixed a problem with indirected type codes, thanks to Slava
- Galperin <galperin@teknowledge.com> for detecting the problem
- and providing us with a patch for it.
-
- * examples/Simple/time/server.cpp:
- * examples/Simple/time/Time_Client_i.cpp:
- Added missing template instantiations.
-
-Mon Jan 18 01:16:53 1999 Nanbor Wang <nanbor@cs.wustl.edu>
-
- * tao/Connect.cpp:
- * tao/GIOP.cpp: Replaced TAO try macros with ACE try macros.
-
- * tao/try_macros.h: Source in ace/CORBA_macros.h so we can start
- switching over to the new macros. Most of the macros in this
- file will be gone once we finish the transition.
-
-Mon Jan 18 00:25:40 1999 Douglas C. Schmidt <schmidt@cs.wustl.edu>
-
- * TAO version 0.2.52 released.
-
-Sun Jan 17 16:15:10 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
-
- * tao/GIOP.h:
- * tao/GIOP.cpp:
- Checked the return value of some send_n() calls, at least to
- print appropiate debug messages if TAO_orbdebug is not 0.
- Also added constants to document the size of the IIOP_Lite
- header (vs. the GIOP header) and the offset of the message size
- in the GIOP and the IIOP_Lite headers.
-
-Sun Jan 17 15:51:39 1999 Vishal Kachroo <vishal@merengue.cs.wustl.edu>
-
- * orbsvcs/Time_Service/Time_Service_Server.dsp: Added the generated
- files of ImplRepo to the project .dsp. This is required till the
- ImplRepo idl files are moved to the orbsvcs/orbsvcs directory.
-
-Sun Jan 17 15:41:12 1999 Nanbor Wang <nanbor@cs.wustl.edu>
-
- * TAO/TAOACE_Static.dsw: Removed outdated project files.
-
- * TAO/TAO_IDL/tao_idl.dsp:
- * TAO/TAO_IDL/tao_idl_static.dsp:
- * TAO/orbsvcs/orbsvcs/orbsvcs.dsp:
- * TAO/orbsvcs/orbsvcs/orbsvcs_static.dsp:
- * TAO/tao/TAO.dsp:
- * TAO/tao/TAO_Static.dsp: Rearranged the intermediate directory
- for DLL/LIB build to avoid confusing the build utility in VC.
-
-Sun Jan 17 15:34:17 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
-
- * orbsvcs/tests/EC_Multiple/EC_Multiple.cpp (wait_until_ready):
- Replaced ACE_Thread_Mutex with ACE_SYNCH_MUTEX so that this will
- compile properly with threads=0. Thanks to Russ Noseworthy for
- reporting this!
-
-Sat Jan 16 22:54:14 1999 Ossama Othman <othman@macarena.cs.wustl.edu>
-
- * TAO_IDL/driver/drv_args.cpp (DRV_check_gperf):
- Added ability to check for a gperf program with a name other
- than "gperf." This modification complements the change that
- was made to TAO_IDL/util/utl_global.cpp a few months ago that
- allowed TAO to use a gperf with a name besides "gperf." As before,
- define the ACE_GPERF macro like so:
- -DACE_GPERF=\"gperf-ace\"
- for example, to specify a perfect hash function generator called
- "gperf-ace."
-
-Sat Jan 16 11:49:45 1999 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
-
- * TAO_IDL/util/utl_global.cpp (add_to_included_idl_files):
- Change line 515 from: this->n_included_idl_files_ += INCREMENT;
- to: this->n_allocated_idl_files_ += INCREMENT;
- so that tao_idl won't crash when including 64 or more files.
- Thanks to Tommy Andreasen <tommy.andreasen@radiometer.dk>
- for reporting this.
-
-Fri Jan 15 19:11:10 1999 Balachandran Natarajan <bala@cs.wustl.edu>
-
- * examples/Simple/time/Time_Client_i.cpp:
- * examples/Simple/time/Time_Client_i.h:
- Added permissions for these files.
-
-Fri Jan 15 18:43:02 1999 Balachandran Natarajan <bala@cs.wustl.edu>
-
- * examples/Simple/time/Time_Client_i.cpp:
- * examples/Simple/time/Time_Client_i.h:
- New files added for implementing the Templates for
- a single client/server model
-
- * examples/Simple/time/Time_i.cpp:
- * examples/Simple/time/Time_i.h:
- * examples/Simple/time/server.cpp:
- * examples/Simple/time/client.cpp:
- Made changes in a way such that server and client
- make instantiations of templates with their interface
- objects.
-
- * examples/Simple/Simple_Util.h:
- * examples/Simple/Simple_Util.cpp:
- New files that have the template definitions and
- implementation of those methods.
-
-Fri Jan 15 17:24:36 1999 Vishal Kachroo <vishal@merengue.cs.wustl.edu>
-
- * orbsvcs/tests/Time/Client_i.cpp (init): Checked the return value
- of the obtain_initial_references () for the client to die gracefully
- in the absence of a clerk. Thanks to Ulf for pointing out this.
-
- * orbsvcs/tests/Time/Client_i.h : Removed explicit qualification
- of the method test_for_secure_universal_time (). Thanks to Ulf for
- pointing out this.
-
-Fri Jan 15 14:25:29 1999 Seth Widoff <swidoff@thalia.cimds.ri.cmu.edu>
-
- * orbsvcs/tests/Trading/Service_Type_Exporter.cpp:
- * orbsvcs/tests/Trading/TT_Info.{h,cpp}:
- * orbsvcs/tests/Trading/colocated_test.cpp:
- * orbsvcs/tests/Trading/export_test.cpp:
- * orbsvcs/tests/Trading/import_test.cpp:
- Added the -iorfile or -i option to the export and import
- test. When provided a file name, the tests read the trader IOR
- from the file, else from standard input. Fixed some formating in
- the remaining files.
-
- * orbsvcs/orbsvcs/Trader/Service_Type_Repository.cpp:
- * orbsvcs/orbsvcs/Trader/Trader_Interfaces.cpp:
- * orbsvcs/orbsvcs/Trader/Trader_T.cpp:
- * orbsvcs/orbsvcs/Trader/Trader_Utils.cpp:
- More "clever" uses of sequence buffers to avoid copying broke
- when the memory mangement of string sequences changed
- recently. Resorted to good, ol' fashioned copying. There shouldn't
- be any more of these lurking around.
-
-Fri Jan 15 08:21:55 1999 Douglas C. Schmidt <schmidt@cs.wustl.edu>
-
- * TAO version 0.2.51 released.
-
-Fri Jan 15 03:52:22 1999 Nanbor Wang <nanbor@cs.wustl.edu>
-
- * docs/exceptions.html: Removed most entries in this file. Added
- redirection to the new exception handling guideline page.
-
-Fri Jan 15 01:47:41 1999 Douglas C. Schmidt <schmidt@cs.wustl.edu>
-
- * TAO version 0.2.50 released.
-
-Fri Jan 15 00:35:24 1999 Vishal Kachroo <vishal@merengue.cs.wustl.edu>
-
- * orbsvcs/tests/Time/run_test.pl : Added this perl script to test
- run the time service. The script offers options to run the service
- using either of the following :
- - Implementation Repository
- - Naming Service
- - Files
- The script runs only a single server because at this time I dont
- know how to start servers on different machines with the same
- script. Also the IR doesnt allow to run its multiple copies in
- the same directory because it writes implrepo.ior to the current
- directory.
-
- * orbsvcs/tests/Time/implrepo.conf : Added this file. This doesnt
- really belong here but anything which needs to run the IR needs
- this file.
-
-Thu Jan 14 23:50:25 1999 Darrell Brunsch <brunsch@cs.wustl.edu>
-
- * docs/implrepo/usersguide.html:
- * docs/implrepo/index.html:
- * docs/implrepo/status.html:
- Added and collected most of the information on the
- Implementation Repository. The main addition was a rough
- User's Guide which should help people use the IR.
-
- * docs/releasenotes/index.html:
- * docs/index.html:
- Now point to the correct IR stuff.
-
-Thu Jan 14 23:32:19 1999 Vishal Kachroo <vishal@merengue.cs.wustl.edu>
-
- * orbsvcs/tests/ImplRepo/Makefile: Changed to incorporate the
- right path for Repository.o file. The make was throwing a link
- error.
-
-Thu Jan 14 22:10:49 1999 Nanbor Wang <nanbor@cs.wustl.edu>
-
- * tao/try_macros.h: Added comments to indication the macros in the
- file has been depricated.
-
-Thu Jan 14 15:39:34 1999 Irfan Pyarali <irfan@cs.wustl.edu>
-
- * tao/Connect.cpp (check_unexpected_data): Only print the closing
- connection message when TAO_orbdebug is on.
-
-Thu Jan 14 15:52:00 1999 Chris Gill <cdgill@cs.wustl.edu>
-
- * orbsvcs/tests/Simulator/README
- orbsvcs/tests/Simulator/DOVEBrowser/Makefile
- orbsvcs/tests/Simulator/DOVEMIB/Makefile
- orbsvcs/tests/Simulator/Event_Supplier/Makefile
-
-Thu Jan 14 14:07:17 1999 Jeff Parsons <jp4@cs.wustl.edu>
-
- * tao/Request.{h,i,cpp}:
- Added the argument manipulation helper functions, as shown
- in the C++ mapping of ORBOS 98-09-03.
-
-Thu Jan 14 11:51:31 1999 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
-
- * orbsvcs/orbsvcs/Event/Event_Channel.h,
- orbsvcs/orbsvcs/Trader/Service_Type_Repository.h: Changed a
- private: to public: to fix a problem on IRIX 6.4. Thanks to
- Eric Mitchell <emitchell@altaira.com> for reporting this.
-
-Thu Jan 14 02:46:56 1999 Douglas C. Schmidt <schmidt@cs.wustl.edu>
-
- * TAO version 0.2.49 released.
-
-Thu Jan 14 00:52:48 1999 Irfan Pyarali <irfan@cs.wustl.edu>
-
- * tao/ORB.cpp (run): Added a new version of the run() method.
- This variant takes no timeout parameters and hence does not
- terminate the event loop if the Reactor returns a 0. This
- variant is necessary for TAO to work correctly with Reactor
- implementations such as XtReactor that returns zero even when
- the timeout does not expire.
-
- Thanks to JM Strauss <jms97@club-internet.fr> for suggesting
- this change.
-
- Also, fixed the timeout by reference version of the run() method
- such that it no longer pretends to be dealing with const
- timeouts.
-
-Wed Jan 13 14:56:00 1999 Chris Gill <cdgill@cs.wustl.edu>
-
- * orbsvcs/tests/Simulator/Event_Supplier/Event_Sup.cpp
- orbsvcs/tests/Simulator/Event_Supplier/Logging_Sup.cpp: fixed string
- members of IDL structs by using .inout () to obtain lvalue.
-
-Wed Jan 13 09:50:16 1999 David L. Levine <levine@cs.wustl.edu>
-
- * orbsvcs/orbsvcs/Log/Logger_i.cpp: removed ACE_Equal_To<ACE_CString>
- explicit instantiation because it's in tao/POA.cpp.
-
-Tue Jan 12 20:10:16 1999 Nanbor Wang <nanbor@cs.wustl.edu>
-
- * tao/GIOP.cpp (send_request): Changed to use sendv_n to do vector
- write.
-
-Tue Jan 12 19:13:07 1999 Pradeep Gore <pradeep@flamenco.cs.wustl.edu>
-
- * orbsvcs/CosEvent_Service/CosEvent_Service.cpp:
- fixed a seg fault that happened on program exit if <parse_args>
- failed. Now, <init_ORB> is called before anything else.
-
-Tue Jan 12 18:04:33 1999 Jeff Parsons <jp4@cs.wustl.edu>
-
- * tao/Sequence_T.i: Fixed a memory leak in bounded sequences.
- Thanks to Patrice Bensoussan <pbensoussan@amadeus.net> for
- helping us track this down.
-
-Tue Jan 12 13:09:06 1999 Darrell Brunsch <brunsch@cs.wustl.edu>
-
- * orbsvcs/ImplRepo_Service/ImplRepo_i.{h,cpp}: Fixed some warning
- producing code.
-
-Tue Jan 12 10:48:15 1999 David L. Levine <levine@cs.wustl.edu>
-
- * tao/Sequence_T.{i,cpp} (TAO_Unbounded_Sequence::operator[]):
- uninlined to avoid build (template instantiation) problems with
- Sun C++ 4.2 patch 104631-07. Thanks to Magnus Karlsson
- <magnus.karlsson@syncom.se> for confirming that this solves the
- problem.
-
-Tue Jan 12 08:46:42 1999 Aniruddha Gokhale <gokhale@sahyadri.research.bell-labs.com>
-
- * TAO_IDL/util/utl_scope.cpp:
-
- In the patch applied mentioned in the ChangeLog below, we were
- using the keyword "true" in a while loop. Unfortunately, it is
- not supported by SunCC. So we use the value 1 to represent a
- "true" value.
-
-Mon Jan 11 22:56:26 1999 Jeff Parsons <jp4@cs.wustl.edu>
-
- * tao_idl/include/utl_scope.h:
- * tao_idl/util/utl_scope.cpp:
- Added a patch sent in by Hamish Friedlander. This patch
- modified his previous patch (which enabled re-opening of
- modules) to further enable scoped lookups on these
- re-opened modules.
-
-Mon Jan 11 21:20:23 1999 Nanbor Wang <nanbor@cs.wustl.edu>
-
- * tao/GIOP.cpp (send_request): Fixed typos.
-
-Mon Jan 11 19:40:25 1999 Pradeep Gore <pradeep@flamenco.cs.wustl.edu>
-
- * orbsvcs/orbsvcs/CosEvent:
- for all files in this directory -
- replaced TAO_TRY_ENV with TAO_IN_ENV
-
-Mon Jan 11 16:55:57 1999 David L. Levine <levine@cs.wustl.edu>
-
- * IIOP: removed entire directory tree.
-
-Mon Jan 11 16:36:08 1999 Jeff Parsons <jp4@cs.wustl.edu>
-
- * TAO/docs/releasenotes/index.html:
- Added a section for the forthcoming Interface Repository
-
-Mon Jan 11 13:15:15 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
-
- * tao/GIOP.cpp: Changed the implementation to use the new send_n()
- method on SOCK_Stream. This enabled me to be able to remove the
- adhoc use of writev_n() in this file.
-
-Mon Jan 11 12:37:23 1999 Vishal Kachroo <vishal@merengue.cs.wustl.edu>
-
- Dereferenced the _var pointers in the following.
- * orbsvcs/Time_Service/Server_i.cpp (init_IR):
- * orbsvcs/Time_Service/Server_i.cpp (create_server):
-
-Mon Jan 11 02:10:05 1999 Nanbor Wang <nanbor@cs.wustl.edu>
-
- * tao/try_macros.h (TAO_THROW_ENV_RETURN): Forgot to removed
- duplicate definition.
-
- * tao/try_macros.h (TAO_CATCHALL): For compilers without c++
- exceptions, simply make it identical to TAO_CATCHANY. Thanks,
- to Irfan for suggesting the change.
-
-Sun Jan 10 22:43:06 1999 Nanbor Wang <nanbor@cs.wustl.edu>
-
- * Active_Object_Map.h:
- * Active_Object_Map.i:
- * Any.h:
- * Any.i:
- * CDR.h:
- * CDR.i:
- * Connect.cpp:
- * Connect.h:
- * DynAnyC.h:
- * DynAny_i.h:
- * DynArray_i.h:
- * DynEnum_i.h:
- * DynSequence_i.h:
- * DynStruct_i.h:
- * DynUnion_i.h:
- * Environment.h:
- * Exception.cpp:
- * IIOP_Object.h:
- * Invocation.cpp:
- * Invocation.i:
- * Marshal.i:
- * ORB.h:
- * ORB_Core.h:
- * ORB_Core.i:
- * Object.i:
- * POA_CORBA.h:
- * Server_Request.h:
- * Stub.h:
- * TAO.h: Standardized the name of CORBA_Environment argument in
- functions. This is an effort trying to simplify the use of TAO
- try macros.
-
- * tao/try_macros.h: Removed TAO_THROW_ENV_RETURN_VOID. It's
- identical to TAO_THROW_ENV.
- Changed to use TAO_CHECK_ENV_RETURN and
- TAO_CHECK_ENV_RETURN_VOID to define TAO_CHECK_RETURN and
- TAO_CHECK_RETURN_VOID.
-
- * docs/exceptions.html: Added a section "In a nutshell" which
- covers 99% of the use case of TAO try macros.
-
-Sun Jan 10 16:36:24 1999 Vishal Kachroo <vishal@merengue.cs.wustl.edu>
-
- Added the following to the Time Service.
-
- * orbsvcs/Time_Service/README:
- * orbsvcs/tests/Time/README:
-
-Sun Jan 10 15:36:44 1999 Vishal Kachroo <vishal@merengue.cs.wustl.edu>
-
- * orbsvcs/Time_Service/Makefile: Added the following rule to make
- sure the ImplRepo_Service is uptodate.
- include $(ACE_ROOT)/include/makeinclude/rules.nested.GNU
-
- There would be no need for this once the files in the
- ImplRepo_Service are moved to the proper directories.
-
-Sun Jan 10 02:57:26 1999 Irfan Pyarali <irfan@cs.wustl.edu>
-
- * examples/POA/DSI/Database_i.cpp: Fixed template instantiation
- problems and member re-ordereding problems.
-
-Sat Jan 9 22:50:35 1999 Vishal Kachroo <vishal@merengue.cs.wustl.edu>
-
- * orbsvcs/Time_Service/Server_i.cpp : Added the Implementation
- repository related functions. Made changes to incorporate the
- additional functionality required by the IR.
-
- * orbsvcs/Time_Service/Server_i.h : Addded member variables and
- functions required by the IR.
-
- The following files are required by the server. These files
- would have to be removed from here once the IR stabilizes and
- these files are put in a particular directory.
-
- * orbsvcs/Time_Service/IR_Helper.cpp
- * orbsvcs/Time_Service/IR_Helper.h
- * orbsvcs/Time_Service/implrepo.conf
-
- * orbsvcs/Time_Service/Makefile : Changed the Makefile to link
- in the IR_Helper and other objects required by the Implementation
- Repository.
-
-Sat Jan 9 22:06:09 1999 Nanbor Wang <nanbor@cs.wustl.edu>
-
- * TAO_IDL/be/be_visitor_interface/interface_ss.cpp:
- * TAO_IDL/be/be_visitor_sequence/gen_bounded_obj_sequence_ch.cpp:
- * TAO_IDL/be/be_visitor_sequence/gen_bounded_obj_sequence_cs.cpp:
- * TAO_IDL/be/be_visitor_sequence/gen_unbounded_obj_sequence_ch.cpp:
- * TAO_IDL/be/be_visitor_sequence/gen_unbounded_obj_sequence_cs.cpp:
- Changed to generate code using TAO_IN_ENV instead of _env.
-
- * orbsvcs/Concurrency_Service/Concurrency_Service.cpp:
- * orbsvcs/ImplRepo_Service/ImplRepo_i.cpp:
- * orbsvcs/LifeCycle_Service/Life_Cycle_Service_i.cpp:
- * orbsvcs/Trading_Service/Trading_Service.cpp:
- * orbsvcs/orbsvcs/Channel_Clients_T.cpp:
- * orbsvcs/orbsvcs/Runtime_Scheduler.cpp:
- * orbsvcs/orbsvcs/Concurrency/CC_Lock.cpp:
- * orbsvcs/orbsvcs/Concurrency/CC_LockSet.cpp:
- * orbsvcs/orbsvcs/Concurrency/CC_LockSetFactory.cpp:
- * orbsvcs/orbsvcs/CosEvent/ProxyPushSupplier_i.cpp:
- * orbsvcs/orbsvcs/Event/Dispatching_Modules.cpp:
- * orbsvcs/orbsvcs/Event/EC_Gateway.cpp:
- * orbsvcs/orbsvcs/Event/EC_Gateway_UDP.cpp:
- * orbsvcs/orbsvcs/Event/Event_Channel.cpp:
- * orbsvcs/orbsvcs/Log/Logger_i.cpp:
- * orbsvcs/orbsvcs/Naming/CosNaming_i.cpp:
- * orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp:
- * orbsvcs/orbsvcs/Sched/Config_Scheduler.cpp:
- * orbsvcs/orbsvcs/Time/TAO_TIO.cpp:
- * orbsvcs/orbsvcs/Time/TAO_Time_Service_Clerk.cpp:
- * orbsvcs/orbsvcs/Time/TAO_Time_Service_Server.cpp:
- * orbsvcs/orbsvcs/Time/TAO_UTO.cpp:
- * orbsvcs/orbsvcs/Trader/Constraint_Interpreter.cpp:
- * orbsvcs/orbsvcs/Trader/Offer_Database.cpp:
- * orbsvcs/orbsvcs/Trader/Offer_Iterators.cpp:
- * orbsvcs/orbsvcs/Trader/Offer_Iterators_T.cpp:
- * orbsvcs/orbsvcs/Trader/Service_Type_Repository.cpp:
- * orbsvcs/orbsvcs/Trader/Trader.cpp:
- * orbsvcs/orbsvcs/Trader/Trader_Interfaces.cpp:
- * orbsvcs/orbsvcs/Trader/Trader_T.cpp:
- * orbsvcs/orbsvcs/Trader/Trader_Utils.cpp:
- * orbsvcs/tests/AVStreams/mpeg/source/server/Machine_Properties.cpp:
- * orbsvcs/tests/AVStreams/mpeg/source/server/Property_Exporter.cpp:
- * orbsvcs/tests/AVStreams/mpeg/source/server/Video_Repository.cpp:
- * orbsvcs/tests/AVStreams/mpeg/source/server/augmented_server.cpp:
- * orbsvcs/tests/Concurrency/CC_command.cpp:
- * orbsvcs/tests/Concurrency/CC_naming_service.cpp:
- * orbsvcs/tests/EC_Basic/EC_Basic.cpp:
- * orbsvcs/tests/EC_Custom_Marshal/ECM_Consumer.cpp:
- * orbsvcs/tests/EC_Custom_Marshal/ECM_Supplier.cpp:
- * orbsvcs/tests/EC_Mcast/EC_Mcast.cpp:
- * orbsvcs/tests/EC_Multiple/EC_Multiple.cpp:
- * orbsvcs/tests/EC_Throughput/ECT_Consumer.cpp:
- * orbsvcs/tests/EC_Throughput/ECT_Consumer_Driver.cpp:
- * orbsvcs/tests/EC_Throughput/ECT_Supplier.cpp:
- * orbsvcs/tests/EC_Throughput/ECT_Supplier_Driver.cpp:
- * orbsvcs/tests/EC_Throughput/ECT_Throughput.cpp:
- * orbsvcs/tests/Event_Latency/Event_Latency.cpp:
- * orbsvcs/tests/ImplRepo/IR_Helper.cpp:
- * orbsvcs/tests/ImplRepo/airplane_i.cpp:
- * orbsvcs/tests/ImplRepo/airplane_server_i.cpp:
- * orbsvcs/tests/Simple_Naming/client.cpp:
- * orbsvcs/tests/Trading/Offer_Exporter.cpp:
- * orbsvcs/tests/Trading/Offer_Importer.cpp:
- * orbsvcs/tests/Trading/Service_Type_Exporter.cpp:
- * orbsvcs/tests/Trading/Simple_Dynamic.cpp:
- * tests/Param_Test/except.cpp:
- * examples/Callback_Quoter/Consumer_Input_Handler.cpp:
- * examples/Callback_Quoter/Notifier_i.cpp:
- * examples/Quoter/Factory_Finder_i.cpp:
- * examples/Quoter/Generic_Factory_i.cpp:
- * examples/Quoter/Quoter_i.cpp:
- * examples/Simple/bank/AccountManager_i.cpp:
- * examples/Simple/grid/Grid_i.cpp:
- * Any.h:
- * CDR.h:
- * Connect.h:
- * CurrentC.h:
- * CurrentS.cpp:
- * DynAnyS.cpp:
- * DynAny_i.cpp:
- * DynArray_i.cpp:
- * DynEnum_i.cpp:
- * DynSequence_i.cpp:
- * DynStruct_i.cpp:
- * DynUnion_i.cpp:
- * Exception.h:
- * Forwarding_Servant.h:
- * GIOP.h:
- * IIOP_Interpreter.h:
- * IIOP_ORB.h:
- * IIOP_Object.h:
- * Invocation.h:
- * Marshal.h:
- * NVList.h:
- * ORB.cpp:
- * ORB.h:
- * Object.h:
- * POA.h:
- * POAC.h:
- * POAS.cpp:
- * POAS.h:
- * POA_CORBA.h:
- * PolicyC.h:
- * PolicyS.cpp:
- * Sequence.h:
- * Sequence_T.h:
- * Servant_Base.h:
- * Server_Request.h:
- * Stub.h:
- * TAO.h:
- * Typecode.h:
- * corba.h:
- * poa_T.h:
- * varout.h: Replaced all occurances of <_env> with TAO_IN_ENV.
-
- * orbsvcs/orbsvcs/CosEvent/ProxyPushConsumer_i.cpp
- (connect_push_supplier): Changed to use TAO_IN_ENV.
-
- * tao/try_macros.h: Added a new macro definition TAO_IN_ENV which
- maps to _env. The purpose of adding this macro is to make the
- use of TAO try macros more readable. From now on, we should
- always use TAO_IN_ENV to name the CORBA environment passed in
- from function arguments. TAO_TRY_ENV should only be used within
- TAO_TRY block.
-
-Sat Jan 9 14:53:15 1999 Pradeep Gore <pradeep@flamenco.cs.wustl.edu>
-
- * orbsvcs/orbsvcs/CosEvent/EventChannel_i.cpp:
- dereferenced uses of _var with .in ()
-
-Fri Jan 8 18:06:11 1999 Pradeep Gore <pradeep@flamenco.cs.wustl.edu>
-
- * orbsvcs/orbsvcs/CosEvent:
- These changes are across all the files in this directory...
- 1. prefixed each class name with TAO_CosEC_
- 2. changed all member *_ptr to *_var, removed calls to <release>.
- * orbsvcs/orbsvcs/CosEvent/ProxyPushConsumer_i.cpp:
- 1. <push> now uses an <EventSet> that does not own the buffer.
- 2. ACE_NEW replaced with ACE_NEW_THROW.
- * orbsvcs/orbsvcs/CosEvent/ProxyPushSupplier_i.cpp:
- ACE_NEW replaced with ACE_NEW_THROW.
- * orbsvcs/tests/CosEC_Basic/CosEC_Basic.h:
- * orbsvcs/CosEvent_Service/CosEvent_Service.h:
- Changed EventChannel_i to TAO_CosEC_EventChannel_i.
-
-Fri Jan 8 15:05:08 1999 Jeff Parsons <jp4@cs.wustl.edu>
-
- * tao_idl/be/be_visitor_union_branch/public_ci.cpp:
- * tao_idl/be/be_visitor_union_branch/public_reset_cs.cpp.cpp:
- Further attempt to correct bug report by Ron Barack. I will ask
- Andy to check my changes.
-
-Fri Jan 8 13:49:30 1999 Nanbor Wang <nanbor@cs.wustl.edu>
-
- * orbsvcs/tests/EC_Throughput/ECT_Throughput.cpp (run): Changed to
- use TAO_CATCHANY and TAO_CATCHALL.
-
-Fri Jan 08 13:10:00 1999 Chris Gill <cdgill@cs.wustl.edu>
-
- * orbsvcs/tests/Simulator/DOVEMIB/clnt.cpp: added .out () to
- TAO_String_Manager idl structure fields that are being passed to
- strcpy calls.
-
-Thu Jan 7 21:24:43 1999 Pradeep Gore <pradeep@flamenco.cs.wustl.edu>
-
- * orbsvcs/CosEvent_Service/CosEvent_Service.cpp
- 1. The parse_args method accepts Event and Source Ids from
- the command line.
- 2. The scheduler has an option of being local or remote.
- (specifying remote does not work very well yet).
- 3. added methods init_SupplierQOS and init_ConsumerQOS.
-
- created the CosEC_Multiple test, added all these files:
- * orbsvcs/tests/CosEvent_Multiple.h
- * orbsvcs/tests/CosEvent_Multiple.cpp
- Base class for test consumer and supplier implementation.
- * orbsvcs/tests/CosECConsumer.h
- * orbsvcs/tests/CosECConsumer.cpp
- * orbsvcs/tests/CosECSupplier.h
- * orbsvcs/tests/CosECSupplier.cpp
- * orbsvcs/tests/Makefile
- * orbsvcs/tests/README
-
-Thu Jan 7 19:07:45 1999 Nanbor Wang <nanbor@cs.wustl.edu>
-
- * tao/try_macros.h (TAO_CATCHANY): Don't treat the macro
- differently in either cases. Simply reuse TAO_CATCH to catch
- CORBA_Exception.
-
-Thu Jan 07 14:34:04 1999 Nanbor Wang <nanbor@cs.wustl.edu>
-
- * tao/try_macros.h (TAO_CATCHANY,TAO_CATCHALL): Changed
- TAO_CATCHANY to catch CORBA_Exception or its subclasses only.
- Another macro TAO_CATCHALL was added to facilitate the use of
- "catch (...)". TAO_CATCHALL translates to a no-op on platforms
- without native exception support.
-
- This change is aim to unify the error handling behavior of TAO
- programs on platforms with or without native exceptions. "catch
- (...)" is evil anyway.
-
- * tao/Connect.cpp (handle_input): Changed to use TAO_CATCHANY and
- TAO_CATCHALL.
-
-Thu Jan 07 07:16:29 1999 David L. Levine <levine@cs.wustl.edu>
-
- * orbsvcs/orbsvcs/Event/RT_Task.cpp (svc): initialize local
- "priority" to 0 to avoid warning about uninitialized use
- from DEC cxx with DCE threads.
-
- * orbsvcs/orbsvcs/Event/EC_Gateway_UDP.cpp (shutdown): fixed
- if (_env.exception () == 0) test to be
- if (_env.exception () != 0). Thanks to Russ Noseworthy
- <rnosewor@objectsciences.com> for providing the fix.
-
-Thu Jan 07 05:07:33 1999 Douglas C. Schmidt <schmidt@cs.wustl.edu>
-
- * TAO version 0.2.48 released.
-
-Thu Jan 07 04:06:51 1999 Irfan Pyarali <irfan@cs.wustl.edu>
-
- * Connect.cpp (check_unexpected_data): Made the checks for 0 and
- -1 from recv() the same. 0 is a graceful shutdown, while -1 is a
- somewhat ugly shutdown. Both will result in this function
- returning -1 and this connection getting closed.
-
- * Invocation.cpp (invoke): Added asserts to check for failures in
- resume_handler().
-
-Wed Jan 06 16:44:06 1999 David L. Levine <schmidt@cs.wustl.edu>
-
- * TAO version 0.2.47 released.
-
-Wed Jan 06 16:16:40 1999 David L. Levine <levine@cs.wustl.edu>
-
- * orbsvcs/Time_Service/Server_i.cpp (init_IR): added .in ()
- dereference to "time_service_server_".
-
-Wed Jan 6 15:33:10 1999 Jeff Parsons <jp4@cs.wustl.edu>
-
- * DynStruct_i.cpp:
- Even though this had already been fixed with respect to
- the latest compile problem, I noticed that the line in
- this file that contains ACE_Array_Base<> should be
- changed to something better that's already used in a
- couple of the other DynAny classes.
-
-Wed Jan 6 15:29:10 1999 Vishal Kachroo <vishal@merengue.cs.wustl.edu>
-
- Commented out some IR related code for the build to go through.
- * orbsvcs/Time_Service/Server_i.h (class Server_i):
- * orbsvcs/Time_Service/Server_i.h:
-
-Wed Jan 06 15:03:44 1999 David L. Levine <levine@cs.wustl.edu>
-
- * examples/Simple/echo/Client_i.cpp (echo_list): added .in ()
- dereference to "ior".
-
-Wed Jan 06 14:07:15 1999 Nanbor Wang <nanbor@cs.wustl.edu>
-
- * tao/Exception.{h,cpp} (TAO_DONT_CATCH):
- * tao/try_macros.h: Reverted my previous change about not using
- catch (...) on TAO_CATCHANY for debug build. This "feature" is
- turned on only when you define TAO_DONT_CATCH_DOT_DOT_DOT.
- Thanks to Irfan for persuading me.
-
-Wed Jan 6 13:44:29 1999 Vishal Kachroo <vishal@merengue.cs.wustl.edu>
-
- * orbsvcs/Time_Service/Server_i.h (class Server_i): Addded the
- IR related code.
-
-Wed Jan 06 13:29:04 1999 David L. Levine <levine@cs.wustl.edu>
-
- * tao/DynStruct_i.cpp: removed ACE_Array_Base<CORBA_DynAny_var>
- instantiation because it's in DynArray_i.cpp.
-
-Wed Jan 6 14:05:21 EST 1999 Aniruddha Gokhale <gokhale@sahyadri.research.bell-labs.com>
-
- * TAO_IDL/be/be_visitor_array/array_ch.cpp:
-
- g++ was issuing warnings for the helper methods defined for
- arrays (e.g., _alloc, _dup, _copy, _free). These warnings
- appeared only when the helper methods were in the outermost
- global scope because they were defined static and the compiler
- could not find their implementation. Thus, we now do not
- generate the "static" keyword for these helpers if they are in
- the outermost scope. However, this change made Sun C++ compiler
- unhappy since it did not like the _free and _alloc in the inline
- file (*.i) and their forward declarations did not have the
- inline word. So now also generate the ACE_INLINE macro for the
- _free and _alloc methods if they are in the outermost scope. Now
- both compilers are happy. Hopefully others are too.
-
- * TAO_IDL/be/be_visitor_sequence/sequence_ci.cpp:
- TAO_IDL/be/be_visitor_sequence/sequence_cs.cpp:
-
- The var and out implementation was not guarded by the #if
- !defined conditionla. As a result, there were instances when we
- could get multiple definitions. Thanks to Virginie Amar
- <vamar@amadeus.net> for submitting the bugreport.
-
- We had also forgotten to set the "is_generated" flag to true
- once we had generated code for the sequence node.
-
- * TAO_IDL/be/be_visitor_union_branch/public_reset_cs.cpp:
-
- Since we now use the TAO_Object_Field_T<T> for object reference
- members of union, we couldn't call CORBA::release in the "reset"
- method. We now simply call "delete".
-
-Wed Jan 06 11:55:25 1999 Nanbor Wang <nanbor@cs.wustl.edu>
-
- * examples/Simple/echo/Client_i.cpp (echo_list): Changed <l> to of
- type Echo::List_var to free up the return value. The returned
- string from object_to_string must be freed properly.
-
-Wed Jan 6 09:31:16 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
-
- * orbsvcs/orbsvcs/Event/EC_Gateway_UDP.cpp:
- The UDP_Receiver::init() method should only create the RT_Info
- if it is not there already. Thanks to Dave Meyer
- <dmeyer@std.saic.com> and J. Russell Noseworthy
- <rnosewor@objectsciences.com> for providing this fix.
-
-Wed Jan 06 09:04:46 1999 Carlos O'Ryan <coryan@JIG>
-
- * docs/releasenotes/TODO.html:
- Updated the information about EC related tasks.
-
- * docs/releasenotes/ec.html:
- Added the new features in the EC; removed the entries about a
- missing CosEventChannel, because we have one now!
-
- * docs/releasenotes/index.html:
- Added some comments for Pradeep.
-
-Wed Jan 6 07:44:24 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
-
- * tao/DynStruct_i.cpp:
- Removed the last use (hopefully) of ACE_Array<>
-
-Wed Jan 06 02:58:28 1999 Irfan Pyarali <irfan@cs.wustl.edu>
-
- * TAO_Examples.dsw
- * POA/Explicit_Activation/Makefile
- * POA/Generic_Servant/Makefile
- * POA/Generic_Servant/server.dsp
- * POA/Loader/Loader.dsw
- * POA/Loader/Makefile
- * POA/Loader/server.dsp
- * POA/On_Demand_Activation/On_Demand_Activation.dsw
- * POA/On_Demand_Activation/server.dsp
- * POA/On_Demand_Activation/Makefile
- * POA/On_Demand_Loading/Makefile
- * POA/On_Demand_Loading/On_Demand_Loading.dsw
- * POA/On_Demand_Loading/server.dsp
-
- - Changed the name of the Generic Servant dynamic library from
- MyFoo back to Generic_Servant. This was causing too many
- things to break on NT since the original settings were based
- on the Generic_Servant name.
-
- - Removed excess include directories in the make setting.
-
- - Fixed NT make files (including release settings) and made them
- conform with the existing makefiles.
-
- * POA/On_Demand_Loading/Servant_Activator.cpp
- * POA/On_Demand_Loading/Servant_Locator.cpp
- * POA/Loader/Servant_Activator.cpp
- * POA/Loader/Servant_Locator.cpp
- * POA/Loader/Server_Manager.cpp
-
- - Removed access includes files.
-
- * POA/On_Demand_Loading/Servant_Manager.cpp: Fixed use of ACE_CString.
-
-Tue Jan 5 22:36:54 1999 Nanbor Wang <nanbor@cs.wustl.edu>
-
- * tao/default_server.{h,cpp}:
- * tao/default_client.{h,cpp}:
- * tao/ORB_Core.{h,cpp}: We also need to define/declare static
- services for platform without svc.conf support.
-
-Tue Jan 5 18:27:26 1999 Vishal Kachroo <vishal@merengue.cs.wustl.edu>
-
- * orbsvcs/Time_Service/Server_i.cpp (init): Added the IR related
- code.
-
-Tue Jan 5 17:44:53 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
-
- * tao/DynAnyC.h
- * tao/DynAnyC.i
- * tao/DynSequence_i.h:
- * tao/DynStruct_i.h:
- Removed some other uses of ACE_Array in favor of ACE_Array_Base,
- in these cases there was no need for the operator== and/or
- operator!=
-
-Tue Jan 05 15:40:20 1999 Nanbor Wang <nanbor@cs.wustl.edu>
-
- * performance-tests/Cubit/TAO/MT_Cubit/Task_Client.cpp (init_orb):
- * performance-tests/Cubit/TAO/MT_Cubit/Cubit_Task.cpp (initialize_orb):
- * performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.cpp (init):
- * performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Server.cpp (init):
- Removed explicit call to <TAO_Internal::open_services> when
- building static lib version on Win32 since we can now use them
- as static service (and configure them thru svc.conf.static
- file.)
-
- * performance_tests/Cubit/TAO/IDL_Cubit/svc.conf.static:
- * performance_tests/Cubit/TAO/MT_Cubit/svc.conf.static: Added two
- example svc.conf files to show how to use static services.
-
- * tao/orbconf.h: Changed the format of XXX_FACTORY_ARGS strings for
- platforms without svc.conf support to a single char string.
- These entries should look like this now:
-
- "static TAO_Foobar_Factory \"-ORBsettings a -ORBset b\""
-
- * tao/TAO_Internal.{h,cpp}: Removed method open_services which
- takes separate argument lists for each of the TAO default
- service. Service initialization is now done in a more general
- way.
-
-Tue Jan 05 14:32:11 1999 Irfan Pyarali <irfan@cs.wustl.edu>
-
- * tao/Object.i (_narrow): _narrow must increase the reference
- count on the object. Thanks to Ron Barack <rab@terminal.cz> for
- reporting this bug.
-
-Tue Jan 05 14:21:57 1999 Nanbor Wang <nanbor@cs.wustl.edu>
-
- * tao/TAO_Internal.cpp (open_services): Added insertion of
- default static service objects of TAO. I forgot to do that.
-
-Tue Jan 5 13:06:12 1999 Vishal Kachroo <vishal@merengue.cs.wustl.edu>
-
- * examples/Simple/bank/Client_i.cpp (withdraw): Removed the
- cast and used the .in () method instead. This would probably
- fix the error on DU cxx.
-
-Tue Jan 05 07:57:40 1999 David L. Levine <levine@cs.wustl.edu>
-
- * examples/Simple/bank/Client_i.cpp (withdraw): added in ()
- dereference of except->reason. Thanks to Andy for figuring
- out how to get this to compile now.
-
- * performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.cpp,client.cpp,
- MT_Cubit/Task_Client.cpp: removed VxWorks #ifdefs that disabled
- ORB shutdown, because it no longer causes a MemPartFree with
- last night's remove () fixes to ace/Synch.
-
-Tue Jan 05 04:51:02 1999 Nanbor Wang <nanbor@cs.wustl.edu>
-
- * tao/TAO_Internal.cpp:
- * tao/ORB_Core.{h,cpp}:
- * tao/default_server.{h,cpp}:
- * tao/default_client.{h,cpp}: Added definitions for static service
- objects and enabled TAO to use static services if
- TAO_USES_STATIC_SERVICE is defined. This will allow platforms
- that doesn't support dynamic linking to change TAO's behavior at
- run-time.
-
-Mon Jan 04 17:48:17 1999 Irfan Pyarali <irfan@cs.wustl.edu>
-
- * orbsvcs/orbsvcs/CosEvent/EventChannel_i.cpp (for_suppliers):
- Fixed typos.
-
-Mon Jan 4 16:52:08 1999 Vishal Kachroo <vishal@merengue.cs.wustl.edu>
-
- Added the following project files for Time Service on NT.
- * orbsvcs/Time_Service/Time_Service.dsw
- * orbsvcs/Time_Service/Time_Service_Clerk.dsp
- * orbsvcs/Time_Service/Time_Service_Server.dsp
-
- * orbsvcs/tests/Time/Time_Service_Test.dsw
- * orbsvcs/tests/Time/Time_Service_Test.dsp
-
- * orbsvcs/tests/Time/Client_i.cpp: Changed the TAO_CATCHANY to
- TAO_CATCH (SystemException, sysex). The former somehow wasn't
- catching CORBA::NO_IMPLEMENT on NT.
-
-
-Mon Jan 4 16:30:27 1999 Jeff Parsons <jp4@cs.wustl.edu>
-
- * tao_idl/be/be_visitor_union_branch/private_ch.cpp:
- * tao_idl/be/be_visitor_union_branch/public_access_cs.cpp:
- * tao_idl/be/be_visitor_union_branch/public_assign_cs.cpp:
- * tao_idl/be/be_visitor_union_branch/public_ci.cpp:
- Implemented TAO_Object_Field_T<foo> in place of foo_ptr
- for objects inside a union, so that _upcast() and
- _downcast() will work.
-
-Mon Jan 04 16:08:49 1999 David L. Levine <levine@cs.wustl.edu>
-
- * orbsvcs/orbsvcs/CosEvent/Event_Channel_i.cpp (for_consumers):
- added missing ; at end of statement.
-
- * TAO_IDL/Makefile: with GreenHills gcx, added -w to CCFLAGS
- to suppress many warnings about TAO_YY_BREAK statements being
- unreachable.
-
-Mon Jan 4 14:29:49 EST 1999 Aniruddha Gokhale <gokhale@sahyadri.research.bell-labs.com>
-
- * TAO_IDL/be/be_visitor_sequence/gen_bounded_str_sequence_ci.cpp:
-
- For the [] operator, instead of returning a
- TAO_SeqElem_String_Manager, we were generating
- TAO_String_Manager.
-
- * tests/Param_Test/objref.cpp
- tests/Param_Test/ub_objref_seq.cpp:
-
- There were instances of incorrect assignment between a
- String_var and a TAO_String_Manager.
-
-Mon Jan 04 12:45:00 1999 Chris Gill <cdgill@cs.wustl.edu>
-
- * orbsvcs/orbsvcs/Runtime_Scheduler.{cpp, h}
- orbsvcs/orbsvcs/Scheduler_Utilities.{h, i}: added
- ACE_NEW_THROW_RETURN, lots of comments.
-
-Mon Jan 04 12:04:37 1999 Carlos O'Ryan <coryan@JIG>
-
- * orbsvcs/orbsvcs/CosEvent/*
- * orbsvcs/CosEvent_Service/CosEvent_Service.cpp:
- Another code review for Pradeep.
-
-Mon Jan 4 07:39:27 EST 1999 Aniruddha Gokhale <gokhale@sahyadri.research.bell-labs.com>
-
- * orbsvcs/orbsvcs/Trader/Trader_Utils.cpp:
-
- The code was written with the assumption that a string member of
- a struct gets mapped to CORBA::String_var. However, due to the
- recent changes made to the IDL compiler where a string member
- gets mapped to a TAO_String_Manager caused several problems in
- the Trader code. This happened when the string member was
- assigned directly to a CORBA::String_var class. The right way to
- do this is to use the "in ()" method on the TAO_String_Manager
- class to retrieve the underlying string.
-
- * tao/Managed_Types.h
- tao/ORB.h:
-
- I had forgotten to include the Managed_Types.i file when the
- ACE_INLINE macro is defined. This was causing all kinds of
- undefined symbol errors at link time. However, it turns out that
- the Managed_Types.i file uses operations such as
- CORBA::string_free that get used before their inline definition
- is seen in ORB.i. The solution to this dependency problem is to
- include Managed_Types.i after ORB.i in the file ORB.h.
-
- * tao/{Sequence, Sequence_T}.{i,cpp} (operator []):
-
- Moved the definition of the [] operator to the *.cpp file since
- it was using the inline constructor of the
- TAO_SeqElem_String_Manager before it was defined.
-
- * tao/Managed_Types.i:
-
- Some missing ACE_INLINE added.
-
-Mon Jan 04 00:15:13 1999 Darrell Brunsch <brunsch@cs.wustl.edu>
-
- * orbsvcs/ImplRepo_Service/ImplRepo_i.cpp:
- * orbsvcs/tests/ImplRepo/IR_Helper.cpp:
- Updated to work with recent changes to the ORB (specifically the
- IIOP_Object constructor and ORB_Core::addr()).
-
-Sun Jan 03 23:05:08 1999 Irfan Pyarali <irfan@cs.wustl.edu>
-
- * tao/TAO_Static.dsp:
- * tao/TAO.dsp:
-
- Added Managed_Types.cpp to build.
-
-Sun Jan 03 22:42:22 1999 David L. Levine <levine@cs.wustl.edu>
-
- * orbsvcs/orbsvcs/Time/TAO_UTO.cpp (TAO_UTO): moved "/2" out of
- the ACE_U64_TO_U32 conversion, because dividing an ACE_U_LongLong
- by an int results in an ACE_UINT32.
-
-Sun Jan 3 22:01:37 1999 Vishal Kachroo <vishal@merengue.cs.wustl.edu>
-
- * orbsvcs/Time_Service/Server_i.cpp:
- Used rebind () instead of bind (). Because servers dont handle ^C,
- once bound contexts stay bound till the Naming Service is up.
- This was already being done for clerks. Commented out the IR part.
- Fixed warnings in init() and run() methods.
-
- * orbsvcs/Time_Service/Server_i.h:
- Added some comments. Also commented out the IR part, so I could
- fix the warnings pointed out by David and check the files in.
-
- * orbsvcs/Time_Service/Clerk_i.cpp:
- Added some comments. Commented out the IR part. Removed warnings
- for unreferenced variables
-
-Sun Jan 03 21:39:49 1999 Irfan Pyarali <irfan@cs.wustl.edu>
-
- * tao/POA.cpp (encode_sequence_to_string): Removed extra call to
- isascii(). It's followed by an isprint(): if byte is printable,
- then it must be ascii. Thanks to David Levine and Chris
- Cleeland for helping with this.
-
-Sun Jan 3 21:10:42 1999 Vishal Kachroo <vishal@merengue.cs.wustl.edu>
-
- Addded a new function to check if it is the first server or clerk.
- If it is then get a new context and bind it to the Name Server.
- The subsequent servers and clerks will bind to this context. The
- way this was being done previously is by clearing the exception
- and checking the return value of NamingContext::resolve (). Was
- working fine on Solaris but threw an exception on NT. I am now
- handling the exception appropriately. Also corrected a memory
- problem using CORBA::string_dup.
-
- * orbsvcs/Time_Service/Server_i.cpp:
- * orbsvcs/Time_Service/Server_i.h:
- * orbsvcs/Time_Service/Clerk_i.cpp:
- * orbsvcs/Time_Service/Clerk_i.h:
-
-Sun Jan 3 20:30:00 1999 Chris Gill <cdgill@cs.wustl.edu>
-
- * docs/releasenotes/index.html: added TAO Scheduling Service section
-
-Sun Jan 3 19:22:23 1999 Pradeep Gore <pradeep@flamenco.cs.wustl.edu>
-
- * orbsvcs/CosEvent_Service/CosEvent_Service.h:
- * orbsvcs/CosEvent_Service/CosEvent_Service.cpp:
- * orbsvcs/CosEvent_Service/README:
- * orbsvcs/CosEvent_Service/Makefile:
- added the above files for the COS Event Service.
-
-Sun Jan 3 18:56:51 1999 Jeff Parsons <jp4@cs.wustl.edu>
-
- * tao/DynSequence_i.{h,cpp}:
- * tao/DynStruct_i.{h<cpp}:
- Changed use of ACE_Array to use of ACE_Array_Base,
- to match Carlos' changes to DynArray_i.
-
-Sun Jan 3 18:54:29 1999 Kirthika Parameswaran <kirthika@cs.wustl.edu>
-
- * examples/POA/On_Demand_Loading/On_Demand_Loading.dsw:
- * examples/POA/On_Demand_Loading/"POA On_Demand_Loading Server.dsp":
- Added the NT workspace for the On_Demand_Loading example.
-
- * examples/POA/Loader/Loader.dsp:
- * examples/POA/Loader/"POA Loader Server.dsp":
- Added the NT workspace for the Loader example.
-
- * examples/POA/Generic_Servant/Server.dsp:
- Changed the settings of the project so that MyFoo.dll is produced as output.
-
-Sun Jan 3 19:27:01 EST 1999 Aniruddha Gokhale <gokhale@sahyadri.research.bell-labs.com>
-
- * tao/Managed_Types.{h,i,cpp}:
-
- Three new files added. These define and implement the various
- manager classes such as TAO_String_Manager,
- TAO_SeqElem_String_Manager that are required by the IDL to C++
- mapping for struct members that are strings and sequences of
- strings, respectively. We had to resort to two different
- managers because the managed type for sequence of strings must
- obey the value of the release data member of the sequence
- class. Other than this, the semantics are the same.
-
- * tao/ORB.h:
-
- Included the newly added Managed_Types.h file.
-
- * tao/{Sequence, Sequence_T}.{h,i,cpp}:
-
- Moved the TAO_String_Manager to the Managed_Types.* files. In
- addition, we now use TAO_SeqElem_String_Manager for the return
- type of the [] operator.
-
- * TAO_IDL/be/be_visitor_array/array.cpp (visit_string):
-
- Arrays of strings now use the TAO_String_Manager as its element
- type instead of CORBA::String_var. This was required to conform
- to the IDL->C++ mapping.
-
- * TAO_IDL/be/be_visitor_field/field_ch.cpp (visit_string):
-
- Struct memebrs that are strings now use the TAO_String_Manager
- as its type instead of CORBA::String_var. This was required to conform
- to the IDL->C++ mapping.
-
- * TAO_IDL/be/be_visitor_sequence/elemtype.cpp
- TAO_IDL/be/be_visitor_sequence/gen_bounded_str_sequence_ch.cpp
- TAO_IDL/be/be_visitor_sequence/gen_bounded_str_sequence_ci.cpp
-
- The generated code now produces TAO_SeqElem_String_Manager
- instead of TAO_String_Manager for the [] operator.
-
- * docs/releasenotes/index.html:
-
- Updated to reflect latest status. Also, removed some old
- comments that are no longer applicable.
-
-Sun Jan 3 17:32:27 1999 Jeff Parsons <jp4@cs.wustl.edu>
-
- * orbsvcs/orbsvcs/Time/TAO_UTO.cpp:
- * orbsvcs/orbsvcs/Trader/Constraint_Vistors.cpp:
- Added some casting to fix some conversion warnings I was
- getting while rebuilding with VC5.
-
-Sun Jan 3 13:12:27 1999 Vishal Kachroo <vishal@merengue.cs.wustl.edu>
-
- Added the TAO_ORBSVCS_Export macro to the following files.
-
- * orbsvcs/orbsvcs/Time/Timer_Helper.h
- * orbsvcs/orbsvcs/Time/TAO_Time_Service_Server.h
- * orbsvcs/orbsvcs/Time/TAO_Time_Service_Clerk.h
- * orbsvcs/orbsvcs/Time/TAO_UTO.h
- * orbsvcs/orbsvcs/Time/TAO_TIO.h
-
-Sat Jan 2 17:32:35 1999 Pradeep Gore <pradeep@flamenco.cs.wustl.edu>
-
- * orbsvcs/tests/CosEC_Basic/CosEC_Basic.cpp:
- split the <init> method over 3 other methods -
- <init_ORB>, <init_RtEC> and <init_CosEC>.
-
-Sat Jan 02 11:15:48 1999 David L. Levine <levine@cs.wustl.edu>
-
- * orbsvcs/orbsvcs/CosEvent/ConsumerAdmin_i.cpp (obtain_push_supplier):
- added .in () dereference to rtecproxypushsupplier.
-
- * orbsvcs/orbsvcs/CosEvent/SupplierAdmin_i.cpp (obtain_push_consumer):
- added .in () dereference to rtecproxypushconsumer.
-
- * examples/Simple/grid/Client_i.cpp (test_grid): added
- ACE_UNUSED_ARG (ret_val) to avoid compiler warning with ACE_NDEBUG.
-
- * orbsvcs/Time_Service/Clerk_i.cpp (get_first_IOR): added
- .in () dereference to obj.
-
-Fri Jan 1 23:31:48 1999 Pradeep Gore <pradeep@flamenco.cs.wustl.edu>
-
- * orbsvcs/orbsvcs/CosEvent/EventChannel_i.h:
- * orbsvcs/orbsvcs/CosEvent/EventChannel_i.cpp:
- corrections to comments after code review.
-
- * orbsvcs/orbsvcs/CosEvent/ConsumerAdmin_i.h:
- * orbsvcs/orbsvcs/CosEvent/ConsumerAdmin_i.cpp:
- using ACE_NEW now.
-
- * orbsvcs/orbsvcs/CosEvent/SupplierAdmin_i.h:
- * orbsvcs/orbsvcs/CosEvent/SupplierAdmin_i.cpp:
- using ACE_NEW now.
-
- * orbsvcs/orbsvcs/CosEvent/ProxyPushSupplier_i.h:
- * orbsvcs/orbsvcs/CosEvent/ProxyPushSupplier_i.cpp:
- uses ACE_NEW now, added a <connected> method,
- connect_push_consumer method throws AlreadyConnected and
- BAD_PARAM exceptions.
-
- * orbsvcs/orbsvcs/CosEvent/ProxyPushConsumer_i.h:
- * orbsvcs/orbsvcs/CosEvent/ProxyPushConsumer_i.cpp:
- uses ACE_NEW now.
-
- * orbsvcs/tests/CosEC_Basic/CosEC_Basic.h:
- changed method names to init,run and shutdown.
- corrections to comments after code review.
-
- * orbsvcs/tests/CosEC_Basic/CosEC_Basic.cpp:
- added checks for return errors.
-
- * orbsvcs/tests/CosEC_Basic/CosECSupplier.h:
- * orbsvcs/tests/CosEC_Basic/CosECSupplier.cpp:
- corrections to comments after code review.
- <disconnect_push_supplier> method now deactivates
- the Supplier object.
-
- * orbsvcs/tests/CosEC_Basic/CosECConsumer.h:
- * orbsvcs/tests/CosEC_Basic/CosECConsumer.cpp:
- corrections to comments after code review.
- <disconnect_push_consumer> method now deactivates
- the Comsumer object.
-
-Fri Jan 1 18:11:07 1999 Vishal Kachroo <vishal@merengue.cs.wustl.edu>
-
- * orbsvcs/Time_Service/Clerk_i.cpp : Used _duplicate ()
- on the server IORs. This overcomes the automatic deletion of memory.
-
- * orbsvcs/orbsvcs/Time/Timer_Helper.cpp : Used the advance () method
- to iterate over the ACE_Array. The ACE_Unbounded_Set which was being
- used earlier did not require this method to be used.
-
-Fri Jan 01 16:48:23 1999 David L. Levine <levine@cs.wustl.edu>
-
- * orbsvcs/orbsvcs/Time/TAO_UTO.cpp (TAO_UTO): replaced cast
- with ACE_U64_TO_U32 macro invocation.
-
- * orbsvcs/orbsvcs/Event/Event_Channel.cpp: added
- ACE_Array_Base<TAO_EC_Event> explicit instantiation.
-
- * orbsvcs/orbsvcs/Trader/Constraint_Visitors.cpp: added
- a bunch of TAO_find explicit instantiations.
-
-Fri Jan 1 13:33:33 1999 Vishal Kachroo <vishal@merengue.cs.wustl.edu>
-
- * orbsvcs/orbsvcs/Time/TAO_UTO.cpp: Removed a ; at the end of a
- function. Digital Unix 4.0 was throwing a warning for this.
-
-Fri Jan 1 12:29:28 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
-
- * orbsvcs/Makefile:
- Added the Time_Service directory.
-
- * orbsvcs/Time_Service/Clerk_i.h:
- * orbsvcs/Time_Service/Clerk_i.cpp:
- * orbsvcs/orbsvcs/Time/TAO_Time_Service_Clerk.h:
- * orbsvcs/orbsvcs/Time/TAO_Time_Service_Clerk.cpp:
- * orbsvcs/orbsvcs/Time/Timer_Helper.h:
- * orbsvcs/orbsvcs/Time/Timer_Helper.cpp:
- Use ACE_Array_Base instead of ACE_Unbounded_Set because it does
- not require an == or != operator defined.
-
- * tao/DynArray_i.h:
- * tao/DynArray_i.cpp:
- Use ACE_Array_Base instead of ACE_Array.
-
-Fri Jan 1 11:51:42 1999 Vishal Kachroo <vishal@merengue.cs.wustl.edu>
-
- Removed some VxWorks errors like 'TAO_TRY_LABEL unreferenced' in
- the following files.
-
- * orbsvcs/orbsvcs/Time/TAO_Time_Service_Server.cpp:
- * orbsvcs/orbsvcs/Time/TAO_TIO.cpp:
- * orbsvcs/orbsvcs/Time//TAO_UTO.cpp:
- * orbsvcs/orbsvcs/Time//TAO_Time_Service_Clerk.cpp:
-
-Fri Jan 01 02:45:18 1999 Irfan Pyarali <irfan@cs.wustl.edu>
-
- * TAO_IDL/be/be_visitor_array/array_ci.cpp (gen_forany_impl and
- gen_var_impl): There is no cast required for assigning a pointer
- to zero. Thanks to Patrice Bensoussan <pbensoussan@amadeus.net>
- for reporting this bug.
-
- * Active_Object_Map.i: Rearranged functions to remove "redeclared
- inline after being called" warnings. Thanks to David for
- pointing these out.