summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-09-21 21:52:05 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-09-21 21:52:05 +0000
commit49799c30f43cd5f617342acc6e5f50958fcf7af3 (patch)
tree73a1d9665a0ba7b614fc0446c78794bfa594654d /TAO
parent1f5eb6f07d58f7a25cbb8973b78638311b9778e6 (diff)
downloadATCD-49799c30f43cd5f617342acc6e5f50958fcf7af3.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a68
1 files changed, 34 insertions, 34 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 8248709a317..5fd8a12ead3 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -9,40 +9,40 @@ Fri Sep 21 12:36:36 2001 Ossama Othman <ossama@uci.edu>
* tao/Profile.cpp (policies):
- Added missing CORBA::Environment parameter to the call to
- CORBA::Policy::policy_type(). Removes a TSS access during each
- policy insertion into the TAG_POLICIES IOR tagged component.
- Also fixes a potential problem where an emulated exception would
- not be caught if thrown during a remote
- CORBA::Policy::policy_type() invocation.
-
- * tao/ClientInterceptorAdapter.cpp (receive_exception):
- * tao/PortableServer/ServerInterceptorAdapter.cpp (send_exception):
-
- Only re-throw the exception if it hasn't been transformed
- (e.g. to a LOCATION_FORWARD)by the receive_exception() and
- send_exception() interception points, respectively.
-
- * tao/PortableServer/POA.cpp (client_exposed_policies):
-
- Improved exception-safety of this method by storing the
- allocated CORBA::PolicyList in a CORBA::PolicyList_var. Fixes a
- memory leak that occurred if an exception was thrown within this
- method.
-
- * TAO_IDL/be/be_visitor_operation/remote_proxy_impl_cs.cpp
- (gen_marshal_and_invoke):
- * TAO_IDL/be/be_visitor_operation/operation_ss.cpp
- (visit_operation):
-
- Do not call the generated instantiation of the RequestInfo
- object "ri." Doing so will cause conflicts with IDL that
- uses an operation parameter of the same name. The generated
- code now uses "_tao_ri" to avoid namespace pollution.
-
- * tests/Portable_Interceptors/Request_Interceptor_Flow/Request_Interceptor_Flow.dsw:
- * tests/Portable_Interceptors/Request_Interceptor_Flow/client.dsp:
- * tests/Portable_Interceptors/Request_Interceptor_Flow/server.dsp:
+ Added missing CORBA::Environment parameter to the call to
+ CORBA::Policy::policy_type(). Removes a TSS access during each
+ policy insertion into the TAG_POLICIES IOR tagged component.
+ Also fixes a potential problem where an emulated exception would
+ not be caught if thrown during a remote
+ CORBA::Policy::policy_type() invocation.
+
+ * tao/ClientInterceptorAdapter.cpp (receive_exception):
+ * tao/PortableServer/ServerInterceptorAdapter.cpp (send_exception):
+
+ Only re-throw the exception if it hasn't been transformed
+ (e.g. to a LOCATION_FORWARD) by the receive_exception() and
+ send_exception() interception points, respectively.
+
+ * tao/PortableServer/POA.cpp (client_exposed_policies):
+
+ Improved exception-safety of this method by storing the
+ allocated CORBA::PolicyList in a CORBA::PolicyList_var. Fixes a
+ memory leak that occurred if an exception was thrown within this
+ method.
+
+ * TAO_IDL/be/be_visitor_operation/remote_proxy_impl_cs.cpp
+ (gen_marshal_and_invoke):
+ * TAO_IDL/be/be_visitor_operation/operation_ss.cpp
+ (visit_operation):
+
+ Do not call the generated instantiation of the RequestInfo
+ object "ri." Doing so will cause conflicts with IDL that
+ uses an operation parameter of the same name. The generated
+ code now uses "_tao_ri" to avoid namespace pollution.
+
+ * tests/Portable_Interceptors/Request_Interceptor_Flow/Request_Interceptor_Flow.dsw:
+ * tests/Portable_Interceptors/Request_Interceptor_Flow/client.dsp:
+ * tests/Portable_Interceptors/Request_Interceptor_Flow/server.dsp:
Corrected spelling. "Inteceptor" --> "Interceptor"