Ignore:
Timestamp:
Jun 28, 2008, 4:46:59 PM (16 years ago)
Author:
dai_9181
Message:

NamespaceSupporter::ClearImportedNamespacesを追加。
NamespaceSupporter::GetImportedNamespacesをconstにした。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/ab_common/include/Lexical/NamespaceSupporter.h

    r516 r668  
    2525    }
    2626
    27     NamespaceScopesCollection &GetImportedNamespaces()
     27    const NamespaceScopesCollection &GetImportedNamespaces()
    2828    {
    2929        return importedNamespaces;
     
    3232    {
    3333        this->importedNamespaces = namespaces;
     34    }
     35    void ClearImportedNamespaces()
     36    {
     37        this->importedNamespaces.clear();
    3438    }
    3539    bool ImportsNamespace( const NamespaceScopes &namespaceScopes );
Note: See TracChangeset for help on using the changeset viewer.