FACT++  1.0
int DimService::selectiveUpdateService ( int *  cids)

Definition at line 1107 of file discpp.cxx.

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

1108 {
1109  if(!itsId)
1110  return 0;
1111  if( cids == 0)
1112  {
1113  int ids[2];
1114  ids[0] = DimServer::getClientId();
1115  ids[1] = 0;
1116  return dis_selective_update_service( itsId, ids );
1117  }
1118  return dis_selective_update_service( itsId, cids );
1119 }
#define dis_selective_update_service
Definition: dis.h:24
int ids[10]
static int getClientId()
Definition: discpp.cxx:571
int itsId
Definition: dis.hxx:228

+ Here is the call graph for this function: