Ignore:
Timestamp:
04/15/20 13:23:39 (4 years ago)
Author:
ymipsl
Message:

Some update...

YM

File:
1 edited

Legend:

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

    r1591 r1869  
    1313  template bool CObjectFactory::HasObject<U>(const StdString& context,const StdString& id); \ 
    1414  template std::shared_ptr<U> CObjectFactory::CreateObject<U>(const StdString& id ); \ 
     15  template std::shared_ptr<U> CObjectFactory::CreateAlias<U>(const StdString& id, const StdString& alias ); \ 
    1516  template const StdString& CObjectFactory::GetUIdBase<U>(void); \ 
    1617  template StdString CObjectFactory::GenUId<U>(void); \ 
Note: See TracChangeset for help on using the changeset viewer.