Ignore:
Timestamp:
06/16/20 19:12:05 (4 years ago)
Author:
yushan
Message:

xios-2.5 : revert the previous commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/branchs/xios-2.5/src/object_template.hpp

    r1900 r1902  
    8383         static T* get(const string& contextId, const string& id) ; 
    8484         T* get(void) ; 
    85          boost::shared_ptr<T> getShared(void) ; 
    86          static boost::shared_ptr<T> getShared(const T* ptr) ; 
     85         shared_ptr<T> getShared(void) ; 
     86         static shared_ptr<T> getShared(const T* ptr) ; 
    8787 
    8888         static T* create(const string& id=string("")) ; 
Note: See TracChangeset for help on using the changeset viewer.