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/node/context.hpp

    r345 r346  
    127127         static void recvCreateFileHeader(CEventServer& event) ; 
    128128         void recvCreateFileHeader(CBufferIn& buffer) ; 
    129          static shared_ptr<CContext> current(void) ; 
     129         static shared_ptr<CContext> getCurrent(void) ; 
     130         static shared_ptr<CContextGroup> getRoot(void) ; 
     131         static void setCurrent(const string& id) ; 
     132         static shared_ptr<CContext> create(const string& id = "") ; 
    130133          
    131134      public : 
     
    143146  
    144147         std::vector<boost::shared_ptr<CFile> > enabledFiles; 
     148         static shared_ptr<CContextGroup> root ; 
    145149 
    146150 
Note: See TracChangeset for help on using the changeset viewer.