summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-01 00:47:30 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-01 00:47:30 +0000
commite0483bee886ffcd133076e42c87d0de2297508a4 (patch)
tree973f1aee3030f60bed7a9f77fcb3a650669f3362
parentbca8de9ce9c2c295b189e3064780b162b71dafaf (diff)
downloadATCD-e0483bee886ffcd133076e42c87d0de2297508a4.tar.gz
* tao/Invocation.cpp:
* tao/Invocation.h: Added TAO_HAS_MINIMUM_CORBA == 0 guards around the declaration and definition of the version of invoke() that takes an ExceptionList. This version is used only by DII. Thanks to Priyanka for reporting this problem, which occurs in minimum CORBA builds.
-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 27975ce5d14..a64e9746acf 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,14 @@
+Tue Oct 31 18:43:41 2000 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * tao/Invocation.cpp:
+ * tao/Invocation.h:
+
+ Added TAO_HAS_MINIMUM_CORBA == 0 guards around the
+ declaration and definition of the version of invoke()
+ that takes an ExceptionList. This version is used only
+ by DII. Thanks to Priyanka for reporting this problem,
+ which occurs in minimum CORBA builds.
+
Tue Oct 31 17:55:02 2000 Jeff Parsons <parsons@cs.wustl.edu>
* rules.tao.GNU: