- Timestamp:
- Oct 31, 2018, 11:27:04 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/wagnis_HS18/src/modules/wagnis/WagnisProvince.cc
r12051 r12067 1 2 3 4 5 6 7 1 #include "WagnisProvince.h" 8 2 #include "core/CoreIncludes.h" … … 30 24 //XML Port 31 25 void WagnisProvince::XMLPort(Element& xmlelement,XMLPort::Mode mode){ 26 SUPER(WagnisProvince, XMLPort, xmlelement, mode); 27 32 28 XMLPortParam(WagnisProvince, "ID", setID, getID, xmlelement, mode); 33 29 XMLPortParam(WagnisProvince, "continent", setContinent, getContinent, xmlelement, mode);
Note: See TracChangeset
for help on using the changeset viewer.