Ignore:
Timestamp:
Jun 26, 2007, 5:04:29 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/jenga/src/smoothie/Procedure.cpp

    r186 r192  
    3737}
    3838
    39 bool DllProc::IsEqualSymbol( const NamespaceScopes &namespaceScopes, const string &name ) const
    40 {
    41     if( GetName() != name ){
    42         return false;
    43     }
    44     return NamespaceScopes::IsSameArea( this->namespaceScopes, namespaceScopes );
    45 }
    4639bool DllProc::IsEqualSymbol( const string &fullName ) const
    4740{
Note: See TracChangeset for help on using the changeset viewer.