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

/vbox/src/VBox/Main/src-client/
H A DGuestSessionImpl.cpp2134 uint32_t uVBoxMajor = VBOX_FULL_VERSION_GET_MAJOR(uVerAdditions); local
2143 uVBoxMajor >= 5
2145 || (uVBoxMajor == 4 && uVBoxMinor >= 3))
2152 uVerAdditions, uVBoxMajor, uVBoxMinor, mData.mProtocolVersion));
2158 uVBoxMajor, uVBoxMinor, mData.mProtocolVersion));

Completed in 52 milliseconds