ReleaseAll
TheReleaseAllmethod releases all transitory references from this persistent object to other reference-counted objects.
void ReleaseAll ();DISCUSSION
The factory object that creates each persistent object calls that object'sReleaseAllmethod before deleting it.OVERRIDING
Every subclass ofODPersistentObjectoverrides this method if its objects maintain references to other persistent objects. The override method must call its inheritedReleaseAllmethod at the end of its implementation.SEE ALSO
TheODPartclass (page 459).
"The ReleaseAll Method" on page 114 in OpenDoc Cookbook.
Table 2-1 on page 89 in OpenDoc Programmer's Guide.
"The ReleaseAll Method" on page 306 in OpenDoc Programmer's Guide.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help