Changeset 199 in dev for trunk/abdev/BasicCompiler_Common/src/VariableImpl.cpp
- Timestamp:
- Jun 27, 2007, 3:16:11 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/src/VariableImpl.cpp
r195 r199 6 6 { 7 7 if( GetName() == symbol.GetName() 8 && namespaceSupporter.IsSameAreaNamespace( this->GetNamespaceScopes(), symbol.GetNamespaceScopes() ) )8 && compiler.GetNamespaceSupporter().IsSameAreaNamespace( this->GetNamespaceScopes(), symbol.GetNamespaceScopes() ) ) 9 9 { 10 10 return true;
Note:
See TracChangeset
for help on using the changeset viewer.