Ignore:
Timestamp:
Jun 26, 2007, 1:48:18 PM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/src/VariableImpl.cpp

    r193 r195  
    11#include <Compiler.h>
    22#include <VariableImpl.h>
     3#include <NamespaceSupporter.h>
    34
    45bool VariableImpl::IsEqualSymbol( const Symbol &symbol, bool isSupportStaticMember ) const
    56{
    67    if( GetName() == symbol.GetName()
    7         && compiler.IsSameAreaNamespace( this->GetNamespaceScopes(), symbol.GetNamespaceScopes() ) )
     8        && namespaceSupporter.IsSameAreaNamespace( this->GetNamespaceScopes(), symbol.GetNamespaceScopes() ) )
    89    {
    910        return true;
Note: See TracChangeset for help on using the changeset viewer.