2-42
SOMobjects Base Toolkit: Programmer’s 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
Kommentare zu diesen Handbüchern