summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-05-02 05:57:20 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-05-02 05:57:20 +0000
commite6aa33654d86f98170b02a79027649be7b8a35c6 (patch)
tree0c8c08d2b41226c3efae6a3467a59f51f1e99fd0
parent2f5ee6f50f557ca1510b7ac6f5165fc5f79f2240 (diff)
downloadATCD-e6aa33654d86f98170b02a79027649be7b8a35c6.tar.gz
ChangeLogTag:Tue May 1 22:42:44 2001 Ossama Othman <ossama@uci.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a7
-rw-r--r--TAO/tao/GIOP_Message_Generator_Parser_10.cpp2
2 files changed, 8 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index cfa077c1d45..9836f029f88 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,10 @@
+Tue May 1 22:42:44 2001 Ossama Othman <ossama@uci.edu>
+
+ * tao/GIOP_Message_Generator_Parser_10.cpp (write_reply_header):
+
+ Silence the false Fuzz error about a missing ACE_CHECK by adding
+ the awful "// FUZZ: ignore check_for_ace_check" comment hack.
+
Tue May 1 22:14:01 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* tests/POA/Etherealization/Makefile: Changed the includes. This
diff --git a/TAO/tao/GIOP_Message_Generator_Parser_10.cpp b/TAO/tao/GIOP_Message_Generator_Parser_10.cpp
index 33b6c3a397c..3ebb8d76640 100644
--- a/TAO/tao/GIOP_Message_Generator_Parser_10.cpp
+++ b/TAO/tao/GIOP_Message_Generator_Parser_10.cpp
@@ -241,7 +241,7 @@ TAO_GIOP_Message_Generator_Parser_10::write_reply_header (
this->marshal_reply_status (output,
reply);
- ACE_UNUSED_ARG (ACE_TRY_ENV);
+ ACE_UNUSED_ARG (ACE_TRY_ENV); // FUZZ: ignore check_for_ace_check
return 1;
}