summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-09-24 06:24:48 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-09-24 06:24:48 +0000
commitb4b2603e99f77200339d1b9736f9c86f44ec0fbe (patch)
tree91b3502888b4182ea8d63d3bcc855448ffc18fab
parentffefb6ac8a84459c8465464016a229059d210ab0 (diff)
downloadATCD-b4b2603e99f77200339d1b9736f9c86f44ec0fbe.tar.gz
ChangeLogTag:Thu Sep 23 19:02:47 1999 Vishal Kachroo <vishal@cs.wustl.edu>
-rw-r--r--TAO/ChangeLog-99c54
-rw-r--r--TAO/tao/ORB.h21
-rw-r--r--THANKS2
3 files changed, 45 insertions, 32 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 835aecc53c6..f75c19f2a02 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,10 @@
+Thu Sep 23 15:40:17 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
+
+ * tao/ORB.h (CORBA_ORB): Added "= TAO_default_environment ()" to
+ the various create_dyn_*() methods so that they can be used more
+ portably. Thanks to Philippe Merle <Philippe.Merle@lifl.fr> for
+ reporting this.
+
Thu Sep 23 23:51:23 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
* orbsvcs/orbsvcs/orbsvcs.dsp:
@@ -11,10 +18,9 @@ Thu Sep 23 21:53:23 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
* orbsvcs/orbsvcs/RtecEventComm.idl:
* orbsvcs/orbsvcs/RtecDefaultEventData.idl:
Separate the user EventData to another file, this will make it
- easier for users to send their own data through the Event
- Service.
- Thanks to Tom Ziomek <tomz@cc.comm.mot.com> for bringing up the
- problem again and providing possible solutions.
+ easier for users to send their own data through the Event
+ Service. Thanks to Tom Ziomek <tomz@cc.comm.mot.com> for
+ bringing up the problem again and providing possible solutions.
* orbsvcs/tests/EC_Basic/EC_Basic.cpp:
* orbsvcs/tests/EC_Custom_Marshal/ECM_Supplier.cpp:
@@ -35,26 +41,26 @@ Thu Sep 23 21:53:23 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Thu Sep 23 19:26:02 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
- * orbsvcs/orbsvcs/Makefile:
- * orbsvcs/orbsvcs/Makefile.av:
- * orbsvcs/tests/AVStreams/Full_Profile/Makefile:
- * orbsvcs/tests/AVStreams/Latency/Makefile:
- * orbsvcs/tests/AVStreams/Multicast/Makefile:
- * orbsvcs/tests/AVStreams/Multicast_Full_Profile/Makefile:
- * orbsvcs/tests/AVStreams/Pluggable/Makefile:
- * orbsvcs/tests/AVStreams/benchmark/Makefile:
- * orbsvcs/tests/AVStreams/mpeg/source/client/Makefile:
- * orbsvcs/tests/AVStreams/mpeg/source/mpeg_client/Makefile:
- * orbsvcs/tests/AVStreams/mpeg/source/mpeg_mib/Makefile:
- * orbsvcs/tests/AVStreams/mpeg/source/mpeg_server/Makefile:
- * orbsvcs/tests/AVStreams/mpeg/source/mpeg_shared/Makefile:
- * orbsvcs/tests/AVStreams/mpeg/source/server/Makefile:
- * orbsvcs/tests/AVStreams/server_discovery/Makefile:
- Separate the AV streaming service into a new library, use that
- library to build the examples, tests and applications that
- depend on the service.
- This isolates the rest of the system from problems in the
- AV/Streaming service.
+ * orbsvcs/orbsvcs/Makefile:
+ * orbsvcs/orbsvcs/Makefile.av:
+ * orbsvcs/tests/AVStreams/Full_Profile/Makefile:
+ * orbsvcs/tests/AVStreams/Latency/Makefile:
+ * orbsvcs/tests/AVStreams/Multicast/Makefile:
+ * orbsvcs/tests/AVStreams/Multicast_Full_Profile/Makefile:
+ * orbsvcs/tests/AVStreams/Pluggable/Makefile:
+ * orbsvcs/tests/AVStreams/benchmark/Makefile:
+ * orbsvcs/tests/AVStreams/mpeg/source/client/Makefile:
+ * orbsvcs/tests/AVStreams/mpeg/source/mpeg_client/Makefile:
+ * orbsvcs/tests/AVStreams/mpeg/source/mpeg_mib/Makefile:
+ * orbsvcs/tests/AVStreams/mpeg/source/mpeg_server/Makefile:
+ * orbsvcs/tests/AVStreams/mpeg/source/mpeg_shared/Makefile:
+ * orbsvcs/tests/AVStreams/mpeg/source/server/Makefile:
+ * orbsvcs/tests/AVStreams/server_discovery/Makefile:
+ Separate the AV streaming service into a new library, use that
+ library to build the examples, tests and applications that
+ depend on the service. This isolates the rest of the system
+ from any build problems (such as long compile-times) in the
+ AV/Streaming service.
Thu Sep 23 14:26:19 1999 Nanbor Wang <nanbor@cs.wustl.edu>
diff --git a/TAO/tao/ORB.h b/TAO/tao/ORB.h
index 303329fac37..c69d6c6111f 100644
--- a/TAO/tao/ORB.h
+++ b/TAO/tao/ORB.h
@@ -476,25 +476,32 @@ public:
// @@EXC@@ Add the ACE_THROW_SPEC for these functions...
CORBA_DynAny_ptr create_dyn_any (const CORBA_Any& any,
- CORBA::Environment &ACE_TRY_ENV);
+ CORBA::Environment &ACE_TRY_ENV
+ = TAO_default_environment ());
CORBA_DynAny_ptr create_basic_dyn_any (CORBA_TypeCode_ptr tc,
- CORBA::Environment &ACE_TRY_ENV);
+ CORBA::Environment &ACE_TRY_ENV
+ = TAO_default_environment ());
CORBA_DynStruct_ptr create_dyn_struct (CORBA_TypeCode_ptr tc,
- CORBA::Environment &ACE_TRY_ENV);
+ CORBA::Environment &ACE_TRY_ENV
+ = TAO_default_environment ());
CORBA_DynSequence_ptr create_dyn_sequence (CORBA_TypeCode_ptr tc,
- CORBA::Environment &ACE_TRY_ENV);
+ CORBA::Environment &ACE_TRY_ENV
+ = TAO_default_environment ());
CORBA_DynArray_ptr create_dyn_array (CORBA_TypeCode_ptr tc,
- CORBA::Environment &ACE_TRY_ENV);
+ CORBA::Environment &ACE_TRY_ENV
+ = TAO_default_environment ());
CORBA_DynUnion_ptr create_dyn_union (CORBA_TypeCode_ptr tc,
- CORBA::Environment &ACE_TRY_ENV);
+ CORBA::Environment &ACE_TRY_ENV
+ = TAO_default_environment ());
CORBA_DynEnum_ptr create_dyn_enum (CORBA_TypeCode_ptr tc,
- CORBA::Environment &ACE_TRY_ENV);
+ CORBA::Environment &ACE_TRY_ENV
+ = TAO_default_environment ());
#if defined (TAO_HAS_INTERFACE_REPOSITORY)
//Methods added for Philipe Merle for CORBA Script..
diff --git a/THANKS b/THANKS
index 8009d9b9687..0ca9510f60a 100644
--- a/THANKS
+++ b/THANKS
@@ -771,7 +771,7 @@ Probal Bhattacharjya <probal@lucent.com>
Dmitri Katchalov <Dmitri.Katchalov@computershare.com.au>
Alok Gupta <alokg@ssind.stpn.soft.net>
Chien Yueh <cyueh@viasoft.com>
-
+John K. Black <jblack@s22ct.npt.nuwc.navy.mil>
I would particularly like to thank Paul Stephenson, who worked with me
at Ericsson. Paul devised the recursive Makefile scheme that