Changeset 1875 for XIOS/dev/dev_ym/XIOS_COUPLING/src/group_template.hpp
- Timestamp:
- 05/12/20 11:52:13 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/dev/dev_ym/XIOS_COUPLING/src/group_template.hpp
r1784 r1875 72 72 void addChildGroup(V* childGroup) ; 73 73 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="") ; 76 76 static void recvCreateChild(CEventServer& event) ; 77 77 void recvCreateChild(CBufferIn& buffer) ;
Note: See TracChangeset
for help on using the changeset viewer.