Bull DPX/20 Betriebsanweisung Seite 215

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 424
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 214
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
Seitenansicht 214
1 2 ... 210 211 212 213 214 215 216 217 218 219 220 ... 423 424

Kommentare zu diesen Handbüchern

Keine Kommentare