diff options
| author | Paul Buetow <paul@buetow.org> | 2008-06-02 01:43:11 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-06-02 01:43:11 +0000 |
| commit | 16200e39c38ed76ddac954c7e005a22b6233c642 (patch) | |
| tree | f4703e6359da7fbc3d5ca97e7427556777839b39 /docs | |
| parent | 378c2674fc704b2a6bbf0e6a01b721a7aea7c2e2 (diff) | |
foo
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/SERIALIZATION_NOTES.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/SERIALIZATION_NOTES.txt b/docs/SERIALIZATION_NOTES.txt index 55e13af..99cd0fb 100644 --- a/docs/SERIALIZATION_NOTES.txt +++ b/docs/SERIALIZATION_NOTES.txt @@ -8,6 +8,7 @@ VSSerialize writeObject(numProcesses) for (porcess : processes) process(=VSProcess).serialize { super(=VSPrefs).serialize + writeObject(processID) writeObject(numProtocolsToReset) for (protocol : protocolsToReset) { writeObject(protocolClassname) |
