diff options
-rw-r--r-- | TAO/ChangeLogs/ChangeLog-02a | 4 | ||||
-rw-r--r-- | TAO/orbsvcs/IFR_Service/ifr_adding_visitor.cpp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a index 3a93e4d534a..d0100a0f7c1 100644 --- a/TAO/ChangeLogs/ChangeLog-02a +++ b/TAO/ChangeLogs/ChangeLog-02a @@ -1,3 +1,7 @@ +Sat Jun 2 09:23:11 2001 Balachandran Natarajan <bala@cs.wustl.edu> + + * orbsvcs/IFR_Service/ifr_adding_visitor.cpp: Fixed a Fuzz error. + Fri Jun 01 23:15:05 2001 Ossama Othman <ossama@uci.edu> * tao/IFR_Client/diffs/IFR_Base.pidl.diff: diff --git a/TAO/orbsvcs/IFR_Service/ifr_adding_visitor.cpp b/TAO/orbsvcs/IFR_Service/ifr_adding_visitor.cpp index 2008fa1802c..90bc1795824 100644 --- a/TAO/orbsvcs/IFR_Service/ifr_adding_visitor.cpp +++ b/TAO/orbsvcs/IFR_Service/ifr_adding_visitor.cpp @@ -1690,7 +1690,7 @@ ifr_adding_visitor::get_referenced_type (AST_Type *node, )); } - ACE_UNUSED_ARG (ACE_TRY_ENV); + ACE_UNUSED_ARG (ACE_TRY_ENV); // FUZZ: ignore check_for_ace_check break; // For names types, we can just look up the entry and update // ir_current_. |