Sparx Systems Forum
Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: Doctor on March 01, 2005, 07:46:35 am
-
Please,
what I shall do to EA will generate the 'override' directive to suppress warning in D5?
-
Add a tag value "override" with the value "true" to your method.
Simon
-
Thanks Simon!
I thought it is somehow possible because I was looking into the generating template. When you make me sure I've found out the proper way to add the Tag.
-
Hello again!
Working with this feature I found another problem connected with this.
When reversing the source containing method with this "OVERRIDE =True" tag added value the PURE checkbox is set. When generated next time the 'virtual' directive is added also:
'procedure MyMethod; virtual; override;'
instead of
'procedure MyMethod; override;'
Can be this solved in other way than uncheck the PURE manually?
Thanks.
-
It can be solved by downloading and using the latest build of EA. (749) In which the problem you are describing was fixed. :)
Simon
-
GREAT!
Downloaded & checked - it works!