summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_attribute.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_attribute.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_attribute.cpp8
1 files changed, 7 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_attribute.cpp b/TAO/TAO_IDL/be/be_attribute.cpp
index e7108ecfcf8..b3189eacd69 100644
--- a/TAO/TAO_IDL/be/be_attribute.cpp
+++ b/TAO/TAO_IDL/be/be_attribute.cpp
@@ -86,7 +86,13 @@ be_attribute::be_attribute (bool ro,
}
}
-
+be_type *
+be_attribute::field_type (void) const
+{
+ return
+ be_type::narrow_from_decl (
+ this->AST_Attribute::field_type ());
+}
int
be_attribute::accept (be_visitor *visitor)