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

/vbox/src/VBox/HostServices/GuestControl/
H A Dservice.cpp515 HostCmdListIter curCmd = mHostCmdList.begin(); local
516 if (curCmd != mHostCmdList.end())
517 Dequeue(curCmd);
725 HostCmdListIter curCmd = mHostCmdList.begin(); local
726 Assert(curCmd != mHostCmdList.end());
727 HostCommand *pHostCmd = (*curCmd);
746 HostCmdListIter curCmd = mHostCmdList.begin(); local
747 if (curCmd != mHostCmdList.end())
749 HostCommand *pHostCmd = (*curCmd);

Completed in 47 milliseconds