Ignore:
Timestamp:
Jun 27, 2007, 2:41:17 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

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

    r195 r198  
    3535    {
    3636        return livingNamespaceScopes;
     37    }
     38    void SetLivingNamespaceScopes( const NamespaceScopes &namespaceScopes )
     39    {
     40        this->livingNamespaceScopes = namespaceScopes;
    3741    }
    3842    bool IsLiving( const NamespaceScopes &namespaceScopes ) const
Note: See TracChangeset for help on using the changeset viewer.