summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-07-31 01:34:58 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-07-31 01:34:58 +0000
commitea181af676d2fa1a0e699e78a3e5bb1b21052e5b (patch)
tree59902600bc256e856e1a6d63040189e4bbbee6f0
parent5f73c8944315a8b78a005c0cbb4b30ec5a822f1e (diff)
downloadATCD-ea181af676d2fa1a0e699e78a3e5bb1b21052e5b.tar.gz
*** empty log message ***
-rw-r--r--TAO/CIAO/ChangeLog12
1 files changed, 7 insertions, 5 deletions
diff --git a/TAO/CIAO/ChangeLog b/TAO/CIAO/ChangeLog
index f4efaabd0d1..531145dd9e5 100644
--- a/TAO/CIAO/ChangeLog
+++ b/TAO/CIAO/ChangeLog
@@ -3,8 +3,10 @@ Fri Jul 30 18:29:54 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
* ciao/Servant_Impl_T.cpp (get_all_facets, get_all_consumers):
Fixed another instance of incorrect emulated exception
- parameter. The method definition incorrectly used a default
- parameter.
+ parameters. The method definitions incorrectly used a default
+ valued parameters.
+
+ Fixed unused parameter warnings.
Fri Jul 30 17:29:18 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
@@ -15,10 +17,10 @@ Thu Jul 29 16:54:01 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
* DAnCE/ciao/Servant_Impl_T.cpp (get_all_facets):
(get_all_consumers):
- Fixed incorrect emulated exception parameter. The method
- definition incorrectly used a default parameter.
+ Fixed incorrect emulated exception parameters. The method
+ definitions incorrectly used a default valued parameters.
- Fixed unused parameter warning.
+ Fixed unused parameter warnings.
Thu Jul 29 16:47:56 2004 Ossama Othman <ossama@dre.vanderbilt.edu>