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

Definition at line 1057 of file discpp.cxx.

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

1058 {
1059  if(!itsId)
1060  return 0;
1061  if( itsType == DisXLONG)
1062  {
1063  itsData = &value;
1064  return dis_update_service( itsId );
1065  }
1066  return -1;
1067 }
Definition: dis.hxx:24
DisTYPE itsType
Definition: dis.hxx:211
#define dis_update_service
Definition: dis.h:18
int itsId
Definition: dis.hxx:228
void * itsData
Definition: dis.hxx:208