summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_array.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/ast_array.h')
-rw-r--r--TAO/TAO_IDL/include/ast_array.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/include/ast_array.h b/TAO/TAO_IDL/include/ast_array.h
index affd6681d5c..2eb72f84859 100644
--- a/TAO/TAO_IDL/include/ast_array.h
+++ b/TAO/TAO_IDL/include/ast_array.h
@@ -124,8 +124,8 @@ public:
* Get and Set Annotations on the base type
*/
///{
- AST_Annotation_Appls *base_type_annotations ();
- void base_type_annotations (AST_Annotation_Appls *annotations);
+ AST_Annotation_Appls &base_type_annotations ();
+ void base_type_annotations (const AST_Annotation_Appls &annotations);
///}
protected:
@@ -155,7 +155,7 @@ private:
/**
* Annotations on the base type
*/
- AST_Annotation_Appls *base_type_annotations_;
+ AST_Annotation_Appls base_type_annotations_;
};
#endif // _AST_ARRAY_AST_ARRAY_HH