Bull DPX/20 User's Guide Page 209

  • Download
  • Add to my manuals
  • Print
  • Page
    / 424
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 208
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
Page view 208
1 2 ... 204 205 206 207 208 209 210 211 212 213 214 ... 423 424

Comments to this Manuals

No comments