FACT++  1.0
int DimService::updateService ( int &  value)

Definition at line 1023 of file discpp.cxx.

References dis_update_service, DisINT, itsData, itsId, and itsType.

1024 {
1025  if(!itsId)
1026  return 0;
1027  if( itsType == DisINT)
1028  {
1029  itsData = &value;
1030  return dis_update_service( itsId );
1031  }
1032  return -1;
1033 }
DisTYPE itsType
Definition: dis.hxx:211
#define dis_update_service
Definition: dis.h:18
Definition: dis.hxx:24
int itsId
Definition: dis.hxx:228
void * itsData
Definition: dis.hxx:208