Changes between Version 2 and Version 3 of ClientData

Show
Ignore:
Author:
KSMarksPsych (IP: 67.149.82.49)
Timestamp:
04/28/07 12:16:42 (3 years ago)
Comment:

Updated links to point to wiki pages.

Legend:

Unmodified
Added
Removed
Modified
  • ClientData

    v2 v3  
    1212}}} 
    1313 
    14 These correspond to the [http://boinc.berkeley.edu/create_project.php 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. 
     14These 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. 
    1515 
    1616These structures are linked by pointers; for example, an `APP_VERSION` has a pointer to its `APP`. 

If this page is incomplete or incorrect, please edit it or add it to the wiki to-do list. To do this, you must be logged in; click Login or Register above.