diff options
Diffstat (limited to 'TAO/TAO_IDL/util/utl_scope.cpp')
-rw-r--r-- | TAO/TAO_IDL/util/utl_scope.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/util/utl_scope.cpp b/TAO/TAO_IDL/util/utl_scope.cpp index 89f834cbf25..06063645126 100644 --- a/TAO/TAO_IDL/util/utl_scope.cpp +++ b/TAO/TAO_IDL/util/utl_scope.cpp @@ -2228,3 +2228,15 @@ UTL_ScopeActiveIterator::iteration_stage (void) { return this->stage; } + +AST_Annotation_Decl * +UTL_Scope::fe_add_annotation_decl (AST_Annotation_Decl * /*annotation_decl*/) +{ + return 0; +} + +AST_Annotation_Member * +UTL_Scope::fe_add_annotation_member (AST_Annotation_Member * /*annotation_member*/) +{ + return 0; +} |