summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include/ast_valuetype.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/include/ast_valuetype.h')
-rw-r--r--TAO/TAO_IDL/include/ast_valuetype.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/include/ast_valuetype.h b/TAO/TAO_IDL/include/ast_valuetype.h
index cbf0f4e2caf..7c7d15e26bf 100644
--- a/TAO/TAO_IDL/include/ast_valuetype.h
+++ b/TAO/TAO_IDL/include/ast_valuetype.h
@@ -28,6 +28,10 @@ public:
// This also calls the base class version.
virtual void redefine (AST_Interface *from);
+ AST_Interface **supports (void) const;
+
+ long n_supports (void) const;
+
AST_ValueType *inherits_concrete (void) const;
AST_Interface *supports_concrete (void) const;