Changeset 192 in dev for trunk/jenga/src/smoothie/Procedure.cpp
- Timestamp:
 - Jun 26, 2007, 5:04:29 AM (18 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/jenga/src/smoothie/Procedure.cpp (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/jenga/src/smoothie/Procedure.cpp
r186 r192 37 37 } 38 38 39 bool DllProc::IsEqualSymbol( const NamespaceScopes &namespaceScopes, const string &name ) const40 {41 if( GetName() != name ){42 return false;43 }44 return NamespaceScopes::IsSameArea( this->namespaceScopes, namespaceScopes );45 }46 39 bool DllProc::IsEqualSymbol( const string &fullName ) const 47 40 {  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  