summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_interface.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2007-02-26 23:35:31 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2007-02-26 23:35:31 +0000
commita1c6f80ce7ce9e28bc05fc334e6ccbc968a312e7 (patch)
tree7f889ecb1712b260a943fe904f5002f9db031742 /TAO/TAO_IDL/be/be_interface.cpp
parentfa8e44a16a5ed5b9a013fd569a5d1a43ea3c25e5 (diff)
downloadATCD-a1c6f80ce7ce9e28bc05fc334e6ccbc968a312e7.tar.gz
ChangeLogTag:Mon Feb 26 23:27:03 UTC 2007 Ossama Othman <ossama_othman at symantec dot com>
Diffstat (limited to 'TAO/TAO_IDL/be/be_interface.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_interface.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/TAO/TAO_IDL/be/be_interface.cpp b/TAO/TAO_IDL/be/be_interface.cpp
index 95097e966a2..af58c09bf28 100644
--- a/TAO/TAO_IDL/be/be_interface.cpp
+++ b/TAO/TAO_IDL/be/be_interface.cpp
@@ -480,10 +480,11 @@ be_interface::redefine (AST_Interface *from)
void
be_interface::gen_def_ctors (TAO_OutStream *os)
{
- (void) this->traverse_inheritance_graph (
- be_interface::gen_def_ctors_helper,
- os
- );
+ if (this->traverse_inheritance_graph (be_interface::gen_def_ctors_helper,
+ os) == -1)
+ ACE_ERROR ((LM_ERROR,
+ "(%N:%l) be_interface::gen_def_ctors "
+ "error inheritance graph\n"));
}