Bull DPX/20 User's Guide Page 145

  • Download
  • Add to my manuals
  • Print
  • Page
    / 424
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 144
SOM Kernel Reference 1-133
Parameters
receiver A pointer to an object.
dofree A boolean indicating whether the caller wants the object storage freed after
uninitialization of the current class has been completed. Passing 1 (true)
indicates the object storage should be freed.
ctrl A pointer to a somDestructCtrl data structure. SOMobjects uses this data
structure to control the uninitialization of the ancestor classes, thereby
ensuring that no ancestor class receives multiple uninitialization calls. If a
user invokes somDestruct on an object directly, a NULL (that is, zero) ctrl
pointer can be passed. This instructs the receiving code to obtain a
somDestructCtrl data structure from the class of the object.
Example
// SOM IDL
#include <Animal.idl>
interface Dog : Animal
{
implementation {
releaseorder: ;
somDestruct: override;
};
};
Original Class
SOMObject
Related Information
Methods: somDefaultInit
Page view 144
1 2 ... 140 141 142 143 144 145 146 147 148 149 150 ... 423 424

Comments to this Manuals

No comments