summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_attribute.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_attribute.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_attribute.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/be_include/be_attribute.h b/TAO/TAO_IDL/be_include/be_attribute.h
index d1a3526208a..64ccd06f370 100644
--- a/TAO/TAO_IDL/be_include/be_attribute.h
+++ b/TAO/TAO_IDL/be_include/be_attribute.h
@@ -34,15 +34,16 @@ class be_attribute : public virtual AST_Attribute,
{
public:
be_attribute (void);
- // Default constructor.
be_attribute (bool ro,
AST_Type *ft,
UTL_ScopedName *n,
bool local,
bool abstract);
- // Constructor.
+ // Non-virtual override of frontend method.
+ be_type *field_type (void) const;
+
// Visiting.
virtual int accept (be_visitor *visitor);