somMergeInto - Syntax

This method transfers SOM class registry information to another SOMClassMgr instance.

Note: For backward compatibility, this method does not take an Environment parameter.

SOMClassMgr    receiver;
SOMClassMgr    target;

somMergeInto(receiver, target);


[Back: somMergeInto]
[Next: somMergeInto Parameter - receiver]