1-120 SOMobjects Base Toolkit: Programmer’s Reference Manual
somRegisterClass Method
Purpose
Adds a class object to the SOM run-time class registry.
IDL Syntax
void somRegisterClass (in SOMClass classObj);
Note: For backward compatibility, this method does not take an Environment parameter.
Description
The somRegisterClass method adds a class object to the SOM run-time class registry
maintained by SOMClassMgrObject.
All SOM run-time class objects should be registered with the SOMClassMgrObject. This is
done automatically during the execution of the somClassReady method as class objects
are created.
Parameters
receiver Usually SOMClassMgrObject (or a pointer to an instance of a
user-supplied subclass of SOMClassMgr).
classObj A pointer to the class object to add to the SOM class registry.
Original Class
SOMClassMgr
Related Information
Methods: somUnregisterClass
Kommentare zu diesen Handbüchern