Ignore:
Timestamp:
01/07/20 18:53:52 (4 years ago)
Author:
ymipsl
Message:

Supress unusefull idServer context variable that create some trouble when sending context attribute to server.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/object.cpp

    r1761 r1848  
    2525 
    2626  const StdString& CObject::getId(void) const 
    27   { 
    28     return this->id; 
    29   } 
    30  
    31   const StdString& CObject::getIdServer()  
    32   { 
    33     return this->id; 
    34   } 
    35  
    36   const StdString& CObject::getIdServer(int nSrvpool)  
    3727  { 
    3828    return this->id; 
Note: See TracChangeset for help on using the changeset viewer.