FACT++  1.0
int DimService::selectiveUpdateService ( longlong value,
int *  cids 
)

Definition at line 1178 of file discpp.cxx.

References dis_selective_update_service, DisXLONG, DimServer::getClientId(), ids, itsData, itsId, and itsType.

1179 {
1180  if(!itsId)
1181  return 0;
1182  if( itsType == DisXLONG)
1183  {
1184  itsData = &value;
1185  if( cids == 0)
1186  {
1187  int ids[2];
1188  ids[0] = DimServer::getClientId();
1189  ids[1] = 0;
1190  return dis_selective_update_service( itsId, ids );
1191  }
1192  return dis_selective_update_service( itsId, cids );
1193  }
1194  return -1;
1195 }
Definition: dis.hxx:24
#define dis_selective_update_service
Definition: dis.h:24
DisTYPE itsType
Definition: dis.hxx:211
int ids[10]
static int getClientId()
Definition: discpp.cxx:571
int itsId
Definition: dis.hxx:228
void * itsData
Definition: dis.hxx:208

+ Here is the call graph for this function: