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/Prototype.cpp

    r171 r192  
    22#include <jenga/include/smoothie/Class.h>
    33
    4 bool Prototype::IsEqualSymbol( const NamespaceScopes &namespaceScopes, const string &name ) const
    5 {
    6     if( GetName() != name ){
    7         return false;
    8     }
    9 
    10     return NamespaceScopes::IsSameArea( GetNamespaceScopes(), namespaceScopes );
    11 }
    124bool Prototype::IsEqualSymbol( const Prototype &prototype ) const
    135{
Note: See TracChangeset for help on using the changeset viewer.