2-47
DSOM Framework Reference
remove_class_from_all Method
Purpose
Removes the association of a particular class from all servers.
Syntax
void remove_class_from_all (in string className);
Description
The remove_class_from_all method removes the className from all of the
ImplementationDefs.
Parameters
receiver A pointer to an object of class ImplRepository.
ev A pointer to the Environment structure for the calling method.
className A string whose value is the class name of interest.
Example
#include <somd.h>
Environment ev;
...
remove_class_from_all(SOMD_ImplRepObject, &ev, ”Stack”);
Original Class
ImplRepository
Komentarze do niniejszej Instrukcji