summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_ami_pre_proc.cpp
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-01-28 21:41:28 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-01-28 21:41:28 +0000
commit33f85670e928614d8e5b95d207b368021c9b02d2 (patch)
tree13f9929f8dfd86c821cad3f8aeb792e57744aa92 /TAO/TAO_IDL/be/be_visitor_ami_pre_proc.cpp
parent19fde21889c36533dea7d6c5e020b3ca1b37a9f8 (diff)
downloadATCD-33f85670e928614d8e5b95d207b368021c9b02d2.tar.gz
ChangeLogTag:Mon Jan 28 13:40:38 2002 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_ami_pre_proc.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_ami_pre_proc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_ami_pre_proc.cpp b/TAO/TAO_IDL/be/be_visitor_ami_pre_proc.cpp
index 382af0dbd65..fb8328f4f99 100644
--- a/TAO/TAO_IDL/be/be_visitor_ami_pre_proc.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_ami_pre_proc.cpp
@@ -611,7 +611,7 @@ be_visitor_ami_pre_proc::create_sendc_operation (be_operation *node,
{
// initialize an iterator to iterate thru our scope
for (UTL_ScopeActiveIterator si (node, UTL_Scope::IK_decls);
- si.is_done ();
+ !si.is_done ();
si.next ())
{
AST_Decl *d = si.item ();