Changeset 1784 for XIOS/dev/dev_ym/XIOS_COUPLING/src/group_template.hpp
- Timestamp:
- 12/12/19 18:15:14 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/dev/dev_ym/XIOS_COUPLING/src/group_template.hpp
r1542 r1784 72 72 void addChildGroup(V* childGroup) ; 73 73 static bool dispatchEvent(CEventServer& event) ; 74 void sendCreateChild(const string& id="") ;75 74 void sendCreateChild(const string& id, CContextClient* client) ; 76 void sendCreateChildGroup(const string& id ="") ;75 void sendCreateChildGroup(const string& id, CContextClient* client) ; 77 76 static void recvCreateChild(CEventServer& event) ; 78 77 void recvCreateChild(CBufferIn& buffer) ;
Note: See TracChangeset
for help on using the changeset viewer.