Personal tools

Destructor

From MohidWiki

Revision as of 12:15, 10 October 2006 by 192.168.20.148 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Destructor methods are used to remove an object from the modules linked objects lists. Like the Modifier and the Selector methods, the destructor methods receive the instance ID by argument from the client. After successfully locating the object, the memory used by the object is deallocated and the object is removed from the module linked objects list.