Ignore:
Timestamp:
10/01/21 10:40:31 (3 years ago)
Author:
jderouillat
Message:

Move context cleaning in xios_finalize (for clients) and when servers have finished their work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/object_template.hpp

    r2241 r2243  
    6969         static std::vector<std::shared_ptr<DerivedType> > & 
    7070            GetAllVectobject(const StdString & contextId); 
    71          static std::vector<std::shared_ptr<DerivedType> > * 
    72             GetAllVectobjectPtr(const StdString & contextId); 
    73  
    74          static xios_map<StdString, xios_map<StdString, std::shared_ptr<DerivedType> > >* 
    75             GetAllMapobject(); 
    76  
    7771 
    7872         /// Destructeur /// 
    7973         virtual ~CObjectTemplate(void); 
     74          
     75         static void cleanStaticDataStructure(void);      
    8076 
    8177         static bool has(const string& id) ; 
Note: See TracChangeset for help on using the changeset viewer.