eric-hawthorne / relish

Automatically exported from code.google.com/p/relish
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

restoreSomeType methods #69

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There should be an automatic call to a method named
restoreSomeTypeName
whenever the object has just been restored from persistent storage.

One good use of it is to re-create a mutex attribute.
Right now, on restoration, a mutex attribute will be nil and crash on use.

Original issue reported on code.google.com by relis...@gmail.com on 21 Feb 2014 at 10:59