summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/util/utl_scope.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/util/utl_scope.cpp')
-rw-r--r--TAO/TAO_IDL/util/utl_scope.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/util/utl_scope.cpp b/TAO/TAO_IDL/util/utl_scope.cpp
index 111c812068b..10d65e8bf0d 100644
--- a/TAO/TAO_IDL/util/utl_scope.cpp
+++ b/TAO/TAO_IDL/util/utl_scope.cpp
@@ -69,6 +69,7 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "utl_err.h"
#include "utl_indenter.h"
#include "utl_string.h"
+#include "ast_valuebox.h"
#include "ast_valuetype.h"
#include "ast_valuetype_fwd.h"
#include "ast_eventtype.h"
@@ -1040,6 +1041,12 @@ UTL_Scope::fe_add_interface_fwd (AST_InterfaceFwd *)
return 0;
}
+AST_ValueBox *
+UTL_Scope::fe_add_valuebox (AST_ValueBox *)
+{
+ return 0;
+}
+
AST_ValueType *
UTL_Scope::fe_add_valuetype (AST_ValueType *)
{