Ignore:
Timestamp:
04/17/20 18:55:28 (4 years ago)
Author:
ymipsl
Message:

Some update on XIOS_COUPLING branch...

YM

File:
1 edited

Legend:

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

    r1784 r1870  
    142142         void sendAddVariableGroup(const string& id, CContextClient* client); 
    143143         void sendAddAllVariables(CContextClient* client); 
    144           
     144      public: 
     145         void sendFileToFileServer(CContextClient* client) ; 
     146      private: 
     147         std::set<CContextClient*> sendFileToFileServer_done_ ; 
     148 
     149      public: 
    145150         // Receive info from client 
    146151         static void recvAddField(CEventServer& event); 
Note: See TracChangeset for help on using the changeset viewer.