summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-11-22 17:26:48 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-11-22 17:26:48 +0000
commit86d9cb1007a61cc3d054136a8985abe4a8ae2117 (patch)
treebf5de01802b71623b9618c0f9139668cc24a87ec
parent1b6a0171f41af2da1df237b759faedcb5fa697e7 (diff)
downloadATCD-86d9cb1007a61cc3d054136a8985abe4a8ae2117.tar.gz
ChangeLogTag:Wed Nov 22 09:23:08 2000 Ossama Othman <ossama@uci.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a6
-rw-r--r--TAO/tests/Portable_Interceptors/Benchmark/test.idl2
2 files changed, 7 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 49f67e46a18..ffe4009e60a 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,9 @@
+Wed Nov 22 09:23:08 2000 Ossama Othman <ossama@uci.edu>
+
+ * tests/Portable_Interceptors/Benchmark/test.idl:
+
+ Added missing "raises" clause to the authenticate() method.
+
Tue Nov 21 21:13:18 2000 Ossama Othman <ossama@uci.edu>
* tao/Object_Ref_Table.h (TAO_Object_Ref_Table):
diff --git a/TAO/tests/Portable_Interceptors/Benchmark/test.idl b/TAO/tests/Portable_Interceptors/Benchmark/test.idl
index a9ab2484085..734ad8e5301 100644
--- a/TAO/tests/Portable_Interceptors/Benchmark/test.idl
+++ b/TAO/tests/Portable_Interceptors/Benchmark/test.idl
@@ -39,7 +39,7 @@ module Test_Interceptors
short ready ();
// No args/exceptions operation.
- void authenticate (in string user);
+ void authenticate (in string user) raises (Invalid);
// throws a user exception.
long update_records (in long id, in Record val);