Ignore:
Timestamp:
10/04/17 11:45:14 (7 years ago)
Author:
yushan
Message:

EP updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_openmp/src/object_template.hpp

    r1134 r1287  
    7777         static T* get(const string& contextId, const string& id) ; 
    7878         T* get(void) ; 
    79          shared_ptr<T> getShared(void) ; 
    80          static shared_ptr<T> getShared(const T* ptr) ; 
     79         boost::shared_ptr<T> getShared(void) ; 
     80         static boost::shared_ptr<T> getShared(const T* ptr) ; 
    8181 
    8282         static T* create(const string& id=string("")) ; 
Note: See TracChangeset for help on using the changeset viewer.