Ignore:
Timestamp:
03/30/12 17:45:29 (12 years ago)
Author:
ymipsl
Message:

removed "tree" namespace

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/server.cpp

    r342 r345  
    346346              <<"Context has already been registred") ; 
    347347       
    348       shared_ptr<CContext> context=tree::CTreeManager::CreateContext(contextId) ; 
     348      shared_ptr<CContext> context=CTreeManager::CreateContext(contextId) ; 
    349349      contextList[contextId]=context.get() ; 
    350350      context->initServer(intraComm,contextIntercomm) ; 
Note: See TracChangeset for help on using the changeset viewer.