Ignore:
Timestamp:
Jun 24, 2007, 2:05:40 PM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/jenga/src/smoothie/Namespace.cpp

    r173 r181  
    3737bool NamespaceScopes::IsLiving() const
    3838{
    39     if( IsBelong( *this, Smoothie::Lexical::liveingNamespaceScopes ) ){
     39    if( IsBelong( *this, Smoothie::Temp::liveingNamespaceScopes ) ){
    4040        return true;
    4141    }
     
    5757    string thisStr = ToString();
    5858
    59     NamespaceScopes tempLivingNamespaceScopes = Smoothie::Lexical::liveingNamespaceScopes;
     59    NamespaceScopes tempLivingNamespaceScopes = Smoothie::Temp::liveingNamespaceScopes;
    6060
    6161    while( tempLivingNamespaceScopes.size() ){
     
    106106bool NamespaceScopesCollection::Imports( const string &namespaceStr ){
    107107    NamespaceScopes namespaceScopes( namespaceStr );
    108     if( !Smoothie::meta.namespaceScopesCollection.IsExist( namespaceScopes ) ){
     108    if( !Smoothie::GetMeta().namespaceScopesCollection.IsExist( namespaceScopes ) ){
    109109        return false;
    110110    }
Note: See TracChangeset for help on using the changeset viewer.