Ignore:
Timestamp:
04/12/12 17:02:23 (12 years ago)
Author:
ymipsl
Message:

Suppress access to CObjectFactory class and CTreeManager.

YM

File:
1 edited

Legend:

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

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