Ignore:
Timestamp:
05/12/20 11:52:13 (4 years ago)
Author:
ymipsl
Message:

XIOS coupling branch
Some updates.

First coupling test is beginning to work...

YM

File:
1 edited

Legend:

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

    r1784 r1875  
    7272         void addChildGroup(V* childGroup) ;  
    7373         static bool dispatchEvent(CEventServer& event) ; 
    74          void sendCreateChild(const string& id, CContextClient* client) ; 
    75          void sendCreateChildGroup(const string& id, CContextClient* client) ; 
     74         void sendCreateChild(const string& id, CContextClient* client, const string& objectId="") ; 
     75         void sendCreateChildGroup(const string& id, CContextClient* client, const string& objectId="") ; 
    7676         static void recvCreateChild(CEventServer& event) ; 
    7777         void recvCreateChild(CBufferIn& buffer) ; 
Note: See TracChangeset for help on using the changeset viewer.