Searched defs:sm_cServices (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DHGCM.cpp89 static int sm_cServices; member in class:HGCMService
227 int HGCMService::sm_cServices = 0; member in class:HGCMService
987 sm_cServices++;
1029 sm_cServices--;
1174 LogFlowFunc(("%d services to be saved:\n", sm_cServices));
1177 rc = SSMR3PutU32(pSSM, sm_cServices);

Completed in 540 milliseconds