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/client.cpp

    r345 r346  
    129129    void CClient::registerContext(const string& id,MPI_Comm contextComm) 
    130130    { 
    131       CObjectFactory::SetCurrentContextId(id); 
    132       shared_ptr<CContext> context=CTreeManager::CreateContext(id) ; 
     131      CContext::setCurrent(id) ; 
     132      shared_ptr<CContext> context=CContext::create(id) ; 
    133133         
    134134      if (!CXios::isServer) 
Note: See TracChangeset for help on using the changeset viewer.