Ignore:
Timestamp:
01/20/20 17:55:12 (4 years ago)
Author:
ymipsl
Message:

Coupling branch : replace hasServer and hasClient combination by the name of correct service : CLIENT, GATHERER or OUT_SERVER.

YM

File:
1 edited

Legend:

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

    r1764 r1853  
    1010{ 
    1111  class CContext ; 
     12  class CContextClient; 
    1213 
    1314  class CContextServer 
     
    6061    size_t hashId ; 
    6162 
     63    void setAssociatedClient(CContextClient* associatedClient) {associatedClient_=associatedClient ;} 
     64    CContextClient* getAssociatedClient(void) { return associatedClient_ ;} 
     65 
    6266    ~CContextServer() ; 
    6367 
     
    6771      CEventScheduler* eventScheduler_ ; 
    6872      bool isProcessingEvent_ ; 
     73      CContextClient* associatedClient_ ; 
    6974  } ; 
    7075 
Note: See TracChangeset for help on using the changeset viewer.