summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_scope.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_scope.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_scope.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be_include/be_scope.h b/TAO/TAO_IDL/be_include/be_scope.h
index 0a17593a99c..c5509438613 100644
--- a/TAO/TAO_IDL/be_include/be_scope.h
+++ b/TAO/TAO_IDL/be_include/be_scope.h
@@ -71,6 +71,9 @@ public:
virtual void comma (unsigned short set);
// set the comma producing state
+ int comma (void) const;
+ // get the comma producing state
+
virtual be_decl *decl (void);
// return the be_decl node corresponding to this scope node