summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_decl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_decl.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_decl.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be/be_decl.cpp b/TAO/TAO_IDL/be/be_decl.cpp
index 49473a7698e..23f18671df9 100644
--- a/TAO/TAO_IDL/be/be_decl.cpp
+++ b/TAO/TAO_IDL/be/be_decl.cpp
@@ -277,6 +277,12 @@ be_decl::destroy (void)
this->AST_Decl::destroy ();
}
+void
+be_decl::set_local (idl_bool val)
+{
+ this->is_local_ = val;
+}
+
// Return the scope created by this node (if one exists, else NULL).
be_scope *
be_decl::scope (void)