Ignore:
Timestamp:
06/12/20 12:04:23 (4 years ago)
Author:
yushan
Message:

xios-2.5 : minormodif for Jean-Zay after system maintenance to RH8 and complr update frr om 8 à to 8.3.1. To be checked

File:
1 edited

Legend:

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

    r1330 r1900  
    8383         static T* get(const string& contextId, const string& id) ; 
    8484         T* get(void) ; 
    85          shared_ptr<T> getShared(void) ; 
    86          static shared_ptr<T> getShared(const T* ptr) ; 
     85         boost::shared_ptr<T> getShared(void) ; 
     86         static boost::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.