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

    r345 r346  
    44#include "client.hpp" 
    55#include "server.hpp" 
    6 #include "tree_manager.hpp" 
     6//#include "tree_manager.hpp" 
     7#include "xml_parser.hpp" 
    78#include <boost/functional/hash.hpp> 
    89#include <mpi.h> 
     
    2526  void CXios::initialize() 
    2627  { 
    27     CTreeManager::ParseFile(rootFile); 
     28    parseFile(rootFile); 
    2829    usingServer=getin<bool>("using_server",false) ; 
    2930    usingOasis=getin<bool>("using_oasis",false) ; 
     
    6566  }  
    6667   
     68  void CXios::parseFile(const string& filename) 
     69  { 
     70    xml::CXMLParser::ParseFile(filename);  
     71  } 
     72   
    6773 
    6874} 
Note: See TracChangeset for help on using the changeset viewer.