Bull DPX/20 Guida Utente Pagina 217

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 424
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 216
2-49
DSOM Framework Reference
update_impldef Method
Purpose
Updates an implementation definition in the Implementation Repository.
IDL Syntax
void update_impldef (
in ImplementationDef impldef);
Description
Replaces the state of the specified ImplementationDef object in the Implementation
Repository. The ID of the impldef determines which object gets updated in the
Implementation Repository.
Parameters
receiver A pointer to the ImplRepository object.
env A pointer to the Environment structure for the method caller.
impldef A pointer to an ImplementationDef object, whose values are to be saved
in the Implementation Repository.
Return Value
An exception is returned if there was an error updating the Implementation Repository.
Example
#include <somd.h>
Environment ev;
SOMDObject objref;
ImplementationDef impldef;
...
impldef = _get_implementation(objref,&ev);
__set_impl_program(impldef,&ev,”/u/joe/bin/myserver”);
_update_impldef(SOMD_ImplRepObject,&ev,impldef);
Original Class
ImplRepository
Vedere la pagina 216
1 2 ... 212 213 214 215 216 217 218 219 220 221 222 ... 423 424

Commenti su questo manuale

Nessun commento