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/group_template.hpp

    r345 r346  
    6666//         static boost::shared_ptr<V> create(const string& id=string("")) ; 
    6767         boost::shared_ptr<U> createChild(const string& id="") ;  
     68         void addChild(shared_ptr<U> child) ;  
    6869         boost::shared_ptr<V> createChildGroup(const string& id="") ;  
     70         void addChildGroup(shared_ptr<V> childGroup) ;  
    6971         static bool dispatchEvent(CEventServer& event) ; 
    7072         void sendCreateChild(const string& id="") ; 
Note: See TracChangeset for help on using the changeset viewer.