Bull DPX/20 Betriebsanweisung Seite 210

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 424
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 209
2-42
SOMobjects Base Toolkit: Programmers Reference Manual
find_all_impldefs Method
Purpose
Returns all the implementation definitions in the Implementation Repository.
Syntax
ORBStatus find_all_impldefs (out sequence<ImplementationDef> outimpldefs);
Description
The find_all_impldefs method searches the Implementation Repository and returns all the
ImplementationDef objects in it.
Parameters
receiver A pointer to an object of class ImplRepository.
ev A pointer to the Environment structure for the calling method.
outimpldefs A sequence of ImplementationDefs is returned.
Return Value
A zero is returned to indicate success; otherwise, a DSOM error code is returned.
Example
#include <somd.h>
Environment ev;
sequence (ImplementationDef) impldefs;
. . .
find_all_impldefs(SOMD_ImplRepObject, &ev, &impldefs);
Original Class
ImplRepository
Seitenansicht 209
1 2 ... 205 206 207 208 209 210 211 212 213 214 215 ... 423 424

Kommentare zu diesen Handbüchern

Keine Kommentare