diff options
author | gokhale <asgokhale@users.noreply.github.com> | 1997-12-10 19:44:50 +0000 |
---|---|---|
committer | gokhale <asgokhale@users.noreply.github.com> | 1997-12-10 19:44:50 +0000 |
commit | fc8b8f8bd65d70a0bf423da35a49ebc01e70df84 (patch) | |
tree | b8fe05c28ebf90babb27c47e96eb180f5012383a /TAO/TAO_IDL/be/be_module.cpp | |
parent | 2c8a06f4bae9f853e6267f1d4f244be1ee6643e1 (diff) | |
download | ATCD-fc8b8f8bd65d70a0bf423da35a49ebc01e70df84.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/TAO_IDL/be/be_module.cpp')
-rw-r--r-- | TAO/TAO_IDL/be/be_module.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be/be_module.cpp b/TAO/TAO_IDL/be/be_module.cpp index e9cddfab94a..d66a7ace2bb 100644 --- a/TAO/TAO_IDL/be/be_module.cpp +++ b/TAO/TAO_IDL/be/be_module.cpp @@ -197,6 +197,14 @@ be_module::gen_server_inline (void) return 0; } +// compute the size type of the node in question +int +be_module::compute_size_type (void) +{ + // our size does not matter + return 0; +} + // Narrowing IMPL_NARROW_METHODS3 (be_module, AST_Module, be_scope, be_decl) IMPL_NARROW_FROM_DECL (be_module) |