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/event_server.hpp

    r591 r1853  
    88namespace xios 
    99{ 
     10  class CContextServer ; 
    1011 
    1112  class CEventServer 
     
    1718    int nbSender ; 
    1819 
     20    CEventServer(CContextServer* contextServer) : contextServer_(contextServer) {} 
    1921 
    2022    void push(int rank,CServerBuffer* serverBuffer ,char* startBuffer,int size) ; 
    21  
     23    CContextServer* getContextServer(void) { return contextServer_ ;} 
     24     
    2225    struct SSubEvent 
    2326    { 
     
    3235    bool isFull(void) ; 
    3336    ~CEventServer() ;  
     37    private : 
     38 
     39    CContextServer* contextServer_ ; 
    3440  } ; 
    3541 
Note: See TracChangeset for help on using the changeset viewer.