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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/include/ast_array.h b/TAO/TAO_IDL/include/ast_array.h
index 4f74b748fb0..1023ed7b1ec 100644
--- a/TAO/TAO_IDL/include/ast_array.h
+++ b/TAO/TAO_IDL/include/ast_array.h
@@ -117,6 +117,10 @@ public:
// Visiting.
virtual int ast_accept (ast_visitor *visitor);
+protected:
+ virtual int compute_size_type (void);
+ // Compute the size type if it is unknown.
+
private:
// Data.