Bull DPX/20 Guia do Utilizador Página 217

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 424
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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
Vista de página 216
1 2 ... 212 213 214 215 216 217 218 219 220 221 222 ... 423 424

Comentários a estes Manuais

Sem comentários