Changeset 1992 for XIOS/dev


Ignore:
Timestamp:
12/17/20 12:52:18 (3 years ago)
Author:
ymipsl
Message:

Suffix undef Id object by the context name to avoid collapse between cleitn and servers.

YM

File:
1 edited

Legend:

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

    r1869 r1992  
    149149   const StdString& CObjectFactory::GetUIdBase(void) 
    150150   { 
    151       static const StdString base = "__" + U::GetName() + "_undef_id_"; 
     151      static const StdString base = "__"+CObjectFactory::CurrContext + "::" + U::GetName() + "_undef_id_"; 
    152152      return base; 
    153153   } 
Note: See TracChangeset for help on using the changeset viewer.