diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-09-13 21:33:05 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-09-13 21:33:05 +0000 |
commit | 307922b434673195ffe7091bed7dd90bdc50114a (patch) | |
tree | a21529c2b569958cf76b8b96214f5f9d9a6b68a4 /TAO/TAO_IDL/util/utl_scope.cpp | |
parent | ef8b9af6b14c88f26b5010441e700a979faf2b56 (diff) | |
download | ATCD-307922b434673195ffe7091bed7dd90bdc50114a.tar.gz |
Un-reverted my reversion, now that I know that TimeService.idl has
illegal IDL.
Diffstat (limited to 'TAO/TAO_IDL/util/utl_scope.cpp')
-rw-r--r-- | TAO/TAO_IDL/util/utl_scope.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/util/utl_scope.cpp b/TAO/TAO_IDL/util/utl_scope.cpp index 95525ff88a0..f49895970f7 100644 --- a/TAO/TAO_IDL/util/utl_scope.cpp +++ b/TAO/TAO_IDL/util/utl_scope.cpp @@ -1029,7 +1029,7 @@ UTL_Scope::lookup_by_name (UTL_ScopedName *e, // If we have popped up to a parent scope, we // must check the other children, if we haven't // had any luck so far. - if (d == NULL && scope_offset > 1) + if (d == NULL && scope_offset > 0) { UTL_ScopeActiveIterator *iter = new UTL_ScopeActiveIterator (this, |