summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_decl.h
diff options
context:
space:
mode:
authorgokhale <gokhale@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-18 21:32:57 +0000
committergokhale <gokhale@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-18 21:32:57 +0000
commit3755f9138bf64e39f0671488c1871036b61750b8 (patch)
tree0ab83f18abce5c661f58778c9a33bf93044e59d7 /TAO/TAO_IDL/be_include/be_decl.h
parent4a5b8b1a2c6fa3cacd3640bbc75324321ebba7f8 (diff)
downloadATCD-3755f9138bf64e39f0671488c1871036b61750b8.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_decl.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_decl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be_include/be_decl.h b/TAO/TAO_IDL/be_include/be_decl.h
index 1e96770c8f7..cc1c2f317ce 100644
--- a/TAO/TAO_IDL/be_include/be_decl.h
+++ b/TAO/TAO_IDL/be_include/be_decl.h
@@ -20,6 +20,8 @@
#if !defined (TAO_BE_DECL_H)
#define TAO_BE_DECL_H
+class be_scope;
+
/*
* BE_Decl
*/
@@ -94,6 +96,9 @@ public:
virtual long tc_encap_len (void);
// return length of encapsulation
+ virtual be_scope *scope (void);
+ // return the scope created by this node (if one exists)
+
// Narrowing
DEF_NARROW_METHODS1 (be_decl, AST_Decl);
DEF_NARROW_FROM_DECL (be_decl);