FACT++  1.0
int DimService::updateService ( )

Definition at line 1016 of file discpp.cxx.

References dis_update_service, and itsId.

Referenced by Cmd::commandHandler(), CmndServ::commandHandler(), BridgeService::infoHandler(), main(), and MStarguider::ProcessFrame().

1017 {
1018  if(!itsId)
1019  return 0;
1020  return dis_update_service( itsId );
1021 }
#define dis_update_service
Definition: dis.h:18
int itsId
Definition: dis.hxx:228

+ Here is the caller graph for this function: