summaryrefslogtreecommitdiff
path: root/TAO_IDL/include/ast_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO_IDL/include/ast_type.h')
-rw-r--r--TAO_IDL/include/ast_type.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO_IDL/include/ast_type.h b/TAO_IDL/include/ast_type.h
index 1e77d023486..e4071cf9e49 100644
--- a/TAO_IDL/include/ast_type.h
+++ b/TAO_IDL/include/ast_type.h
@@ -96,7 +96,8 @@ public:
virtual bool in_recursion (ACE_Unbounded_Queue<AST_Type *> &list);
// Determine if we are involved in some kind of limited recursion.
// Most types cannot be involved except structs and unions.
- // If the parameter is 0, we are trying to determine this for ourselves.
+ // The head element of the list the possibly recursed type we are checking for.
+ // If the list is empty, we are trying to determine this for ourselves.
virtual void size_type (SIZE_TYPE);
// Set the size type.