2-41
DSOM Framework Reference
delete_impldef Method
Purpose
Deletes an implementation definition from the Implementation Repository.
IDL Syntax
void delete_impldef (
in ImplId implid );
Description
Deletes the specified ImplementationDef object from the Implementation Repository.
Parameters
receiver A pointer to the ImplRepository object.
env A pointer to the Environment structure for the method caller.
implid The ImplId that identifies the server implementation of interest.
Return Value
An exception is returned if there was an error updating the Implementation Repository.
Example
#include <somd.h>
Environment ev;
ImplementationDef impldef;
...
impldef =
_find_impldef_by_name(SOMD_ImplRepObject,&ev,”stackServer”);
_delete_impldef(SOMD_ImplRepObject,&ev,__get_impl_id(impldef,&ev));
Original Class
ImplRepository
Kommentare zu diesen Handbüchern