summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-02 21:12:25 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-02 21:12:25 +0000
commit15644c75ea5e986347bf1353ddfa16606b5c619a (patch)
tree63b59bd64397ee4b74d8041b0b72adda5bb568e4
parent304ba3f4c19cf39166700cfd26eb8d4ff59b4c9a (diff)
downloadATCD-15644c75ea5e986347bf1353ddfa16606b5c619a.tar.gz
* tao/corbafwd.h:
Uninlined the declarations of the overloaded CORBA::release and CORBA::is_nil methods for Request, ServerRequest and Context. Also moved the declarations of CORBA::release (ServerRequest) and CORBA::is_nil (ServerRequest) inside the minimum CORBA guards, since ServerRequest is now used only for DSI.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a11
1 files changed, 11 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 29935cd2b33..f48dc384af0 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,14 @@
+Thu Nov 2 15:07:33 2000 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * tao/corbafwd.h:
+
+ Uninlined the declarations of the overloaded CORBA::release
+ and CORBA::is_nil methods for Request, ServerRequest and
+ Context. Also moved the declarations of
+ CORBA::release (ServerRequest) and
+ CORBA::is_nil (ServerRequest) inside the minimum CORBA
+ guards, since ServerRequest is now used only for DSI.
+
Thu Nov 2 12:03:07 2000 Jeff Parsons <parsons@cs.wustl.edu>
* tao/Dynamic_Adapter.cpp: