Changeset 43162 in vbox for trunk/src/VBox/Main/src-client/GuestFileImpl.cpp
- Timestamp:
- Sep 4, 2012 1:53:59 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestFileImpl.cpp
r42897 r43162 61 61 int GuestFile::init(GuestSession *pSession, const Utf8Str &strPath, 62 62 const Utf8Str &strOpenMode, const Utf8Str &strDisposition, uint32_t uCreationMode, 63 int64_t iOffset )63 int64_t iOffset, int *pGuestRc) 64 64 { 65 65 /* Enclose the state transition NotReady->InInit->Ready. */ … … 76 76 77 77 /** @todo Validate parameters! */ 78 /** @todo Implement guest side file handling! */ 78 79 79 80 /* Confirm a successful initialization when it's the case. */
Note:
See TracChangeset
for help on using the changeset viewer.