Changeset 71786 in vbox
- Timestamp:
- Apr 9, 2018 4:02:26 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h
r71783 r71786 614 614 /** The file access mode. */ 615 615 FileAccessMode_T mAccessMode; 616 /** String translation of mFileAccessMode for the GAs. */617 const char *mpszAccessMode;618 616 /** The file open action. */ 619 617 FileOpenAction_T mOpenAction; 620 /** String translation of mOpenAction for the GAs. */621 const char *mpszOpenAction;622 618 /** The file sharing mode. */ 623 619 FileSharingMode_T mSharingMode;
Note:
See TracChangeset
for help on using the changeset viewer.

