summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_type.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_type.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_type.cpp35
1 files changed, 1 insertions, 34 deletions
diff --git a/TAO/TAO_IDL/be/be_type.cpp b/TAO/TAO_IDL/be/be_type.cpp
index e6726ad85c3..398ba7a1ecb 100644
--- a/TAO/TAO_IDL/be/be_type.cpp
+++ b/TAO/TAO_IDL/be/be_type.cpp
@@ -23,6 +23,7 @@
#include "be_scope.h"
#include "be_visitor.h"
#include "be_codegen.h"
+#include "be_helper.h"
#include "utl_identifier.h"
#include "idl_defines.h"
@@ -180,40 +181,6 @@ be_type::nested_sp_type_name (be_decl *use_scope,
prefix);
}
-// *****************************
-// CODE GENERATION
-// *****************************
-
-// Generate the _var definition for ourself.
-int
-be_type::gen_var_defn (char *)
-{
- return 0;
-}
-
-// Implementation of the _var class. All of these get generated
-// in the inline file
-int
-be_type::gen_var_impl (char *,
- char *)
-{
- return 0;
-}
-
-// Generate the _out definition.
-int
-be_type::gen_out_defn (char *)
-{
- return 0;
-}
-
-int
-be_type::gen_out_impl (char *,
- char *)
-{
- return 0;
-}
-
AST_Decl::NodeType
be_type::base_node_type (void) const
{