Ignore:
Timestamp:
May 10, 2008, 8:16:16 PM (16 years ago)
Author:
dai_9181
Message:

SplitMemberNameの依存関係を排除。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/BasicCompiler_Common/include/Class.h

    r593 r598  
    496496    CClass *Add( const NamespaceScopes &namespaceScopes, const NamespaceScopesCollection &importedNamespaces, const char *name,int nowLine);
    497497
    498     const CClass *FindEx( const NamespaceScopes &namespaceScopes, const std::string &name ) const;
    499     const CClass *FindEx( const std::string &fullName ) const;
     498    const CClass *FindEx( const Symbol &symbol ) const;
    500499
    501500
Note: See TracChangeset for help on using the changeset viewer.