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

Definition at line 1069 of file discpp.cxx.

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

1070 {
1071  if(!itsId)
1072  return 0;
1073  if( itsType == DisSHORT)
1074  {
1075  itsData = &value;
1076  return dis_update_service( itsId );
1077  }
1078  return -1;
1079 }
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