Bull DPX/20 Guia do Utilizador Página 255

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 424
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 254
2-87
DSOM Framework Reference
somdProxyFree Method
Purpose
Executes somFree on the local proxy object.
IDL Syntax
void somdProxyFree ( );
Description
The somdProxyFree method executes the somFree method call on the local proxy object.
This method has been provided when the application program wants to be explicit about
freeing the proxy object vs. the target object.
Parameters
receiver A pointer to the SOMDClientProxy object.
env A pointer to the Environment structure for the method caller.
Return Value
somdProxyFree has no return value.
Example
#include <somd.h>
#include <car.h>
Environment ev;
Car car;
string somdObjectId;
...
/* restore proxy from its string form */
FileRead(”/u/joe/mycar”, &somdObjectId);
car = _somdGetObjectFromId(SOMD_ObjectMgr, &ev, somdObjectId);
...
_somdProxyFree(car, &ev);
Original Class
SOMDClientProxy
Related Information
Methods: release, somdReleaseObject
Vista de página 254
1 2 ... 250 251 252 253 254 255 256 257 258 259 260 ... 423 424

Comentários a estes Manuais

Sem comentários