summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorAdam Mitz <mitza@objectcomputing.com>2022-08-29 17:39:16 -0500
committerAdam Mitz <mitza@objectcomputing.com>2022-08-29 17:39:16 -0500
commitc2181241c7dc3be203d4b0f231f2ab11b4f243e4 (patch)
treeb73ec91fb0a6c7b728a963466eaac2b731215d5d /TAO
parenta020ca7ad752fffd3b20b38e2f187cc8dcf5be10 (diff)
downloadATCD-c2181241c7dc3be203d4b0f231f2ab11b4f243e4.tar.gz
fuzz script comments
Diffstat (limited to 'TAO')
-rw-r--r--TAO/TAO_IDL/include/ast_annotation_appls.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/include/ast_annotation_appls.h b/TAO/TAO_IDL/include/ast_annotation_appls.h
index 194aa7d5a56..20f5580edc3 100644
--- a/TAO/TAO_IDL/include/ast_annotation_appls.h
+++ b/TAO/TAO_IDL/include/ast_annotation_appls.h
@@ -17,7 +17,9 @@ class AST_Annotation_Decl;
*/
class TAO_IDL_FE_Export AST_Annotation_Appls {
public:
+//FUZZ: disable check_for_ACE_SYNCH_MUTEX
typedef ACE_Strong_Bound_Ptr<AST_Annotation_Appl, ACE_SYNCH_MUTEX> AST_Annotation_Appl_Ptr;
+//FUZZ: enable check_for_ACE_SYNCH_MUTEX
typedef ACE_Vector<AST_Annotation_Appl_Ptr> AST_Annotation_Appl_Ptrs;
typedef AST_Annotation_Appl_Ptrs::iterator iterator;
typedef AST_Annotation_Appl_Ptrs::const_iterator const_iterator;