Changeset 47817 in vbox for trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h
- Timestamp:
- Aug 16, 2013 3:30:15 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 88078
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h
r47627 r47817 116 116 /** The file's disposition mode. */ 117 117 Utf8Str mDisposition; 118 /** The file's sharing mode. 119 **@todo Not implemented yet.*/ 120 Utf8Str mSharingMode; 118 121 /** Octal creation mode. */ 119 122 uint32_t mCreationMode; 120 123 /** The initial offset on open. */ 121 int64_tmInitialOffset;124 uint64_t mInitialOffset; 122 125 }; 123 126
Note:
See TracChangeset
for help on using the changeset viewer.