summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_module.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_module.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_module.cpp17
1 files changed, 5 insertions, 12 deletions
diff --git a/TAO/TAO_IDL/be/be_module.cpp b/TAO/TAO_IDL/be/be_module.cpp
index 043dab1f1a3..a7980972eaf 100644
--- a/TAO/TAO_IDL/be/be_module.cpp
+++ b/TAO/TAO_IDL/be/be_module.cpp
@@ -19,11 +19,12 @@
//
// ============================================================================
-#include "idl.h"
-#include "idl_extern.h"
-#include "be.h"
+#include "be_module.h"
+#include "be_visitor.h"
-ACE_RCSID(be, be_module, "$Id$")
+ACE_RCSID (be,
+ be_module,
+ "$Id$")
be_module::be_module (void)
{
@@ -37,14 +38,6 @@ be_module::be_module (UTL_ScopedName *n)
{
}
-// Compute the size type of the node in question.
-int
-be_module::compute_size_type (void)
-{
- // Our size does not matter.
- return 0;
-}
-
void
be_module::destroy (void)
{