Changes between Version 2 and Version 3 of ClientData
- Timestamp:
- 04/28/07 12:16:42 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ClientData
v2 v3 12 12 }}} 13 13 14 These correspond to the [ http://boinc.berkeley.edu/create_project.phpabstractions of the same name]. They contain some fields that aren't present on the server side; e.g., `FILE_INFO` has a field indicating whether the file is present on this host. Each of these classes has '''write''' and '''parse''' functions for converting an instance to or from XML. In some cases there are different variants depending on whether the repository of the XML is a scheduling server or the local `client_state.xml` file.14 These correspond to the [CreateProjectOutline abstractions of the same name]. They contain some fields that aren't present on the server side; e.g., `FILE_INFO` has a field indicating whether the file is present on this host. Each of these classes has '''write''' and '''parse''' functions for converting an instance to or from XML. In some cases there are different variants depending on whether the repository of the XML is a scheduling server or the local `client_state.xml` file. 15 15 16 16 These structures are linked by pointers; for example, an `APP_VERSION` has a pointer to its `APP`.
