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

/vbox/src/VBox/HostServices/GuestControl/
H A Dservice.cpp470 HostCommand *mpHostCmd; member in struct:guestControl::ClientContext
472 ClientContext(void) : mpHostCmd(NULL) {}
474 ClientContext(HostCommand *pHostCmd) : mpHostCmd(pHostCmd) {}

Completed in 47 milliseconds