Changeset 33253 in vbox for trunk/src/VBox/Main
- Timestamp:
- Oct 20, 2010 10:46:11 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 66811
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/GuestImpl.cpp
r33247 r33253 1399 1399 if (aFlags) 1400 1400 { 1401 if (!(aFlags & ProcessInputFlag_E OF))1401 if (!(aFlags & ProcessInputFlag_EndOfFile)) 1402 1402 return setError(E_INVALIDARG, tr("Unknown flags (%#x)"), aFlags); 1403 1403 } -
trunk/src/VBox/Main/idl/VirtualBox.xidl
r33251 r33253 7613 7613 <desc>No flag set.</desc> 7614 7614 </const> 7615 <const name="E OF"value="1">7615 <const name="EndOfFile" value="1"> 7616 7616 <desc>End of file (input) reached.</desc> 7617 7617 </const>
Note:
See TracChangeset
for help on using the changeset viewer.