Changeset 14359 in vbox for trunk/src/VBox/Additions/common/VBoxGuestLib
- Timestamp:
- Nov 19, 2008 4:27:41 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 39576
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestProp.cpp
r14352 r14359 836 836 837 837 Msg.hdr.u32Timeout = u32Timeout; 838 Msg.hdr.fInterruptible = true; 838 839 Msg.hdr.info.result = (uint32_t)VERR_WRONG_ORDER; /** @todo drop the cast when the result type has been fixed! */ 839 840 Msg.hdr.info.u32ClientID = u32ClientId;
Note:
See TracChangeset
for help on using the changeset viewer.