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/filter/file_writer_filter.hpp

    r1358 r1853  
    77{ 
    88  class CField; 
     9  class CContextClient ; 
    910 
    1011  /*! 
     
    2122       * \param field the associated field 
    2223       */ 
    23       CFileWriterFilter(CGarbageCollector& gc, CField* field); 
     24      CFileWriterFilter(CGarbageCollector& gc, CField* field, CContextClient* client); 
    2425 
    2526      /*! 
     
    4748    private: 
    4849      CField* field; //<! The associated field 
     50      CContextClient* client_ ; //! the associated context client 
    4951      std::map<Time, CDataPacketPtr> packets; //<! The stored packets 
    5052  }; // class CFileWriterFilter 
Note: See TracChangeset for help on using the changeset viewer.