Ignore:
Timestamp:
Jun 18, 2007, 3:49:30 AM (17 years ago)
Author:
dai_9181
Message:

NamespaceScopesCollection::Importsをリファクタリング

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/include/Namespace.h

    r107 r169  
    130130    void SplitNamespace( const char *fullName, char *namespaceStr, char *simpleName ) const;
    131131
    132     void Imports( const string &namespaceStr );
     132    bool Imports( const string &namespaceStr );
    133133
    134134    static bool CollectNamespaces( const char *source, NamespaceScopesCollection &namespaceScopesCollection );
Note: See TracChangeset for help on using the changeset viewer.