VirtualBox

Changeset 75458 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Nov 14, 2018 6:20:05 PM (6 years ago)
Author:
vboxsync
Message:

Main: Stubbed three ISharedFolder attribute setters. bugref:9295

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/SharedFolderImpl.h

    r75380 r75458  
    9292    HRESULT getAccessible(BOOL *aAccessible);
    9393    HRESULT getWritable(BOOL *aWritable);
     94    HRESULT setWritable(BOOL aWritable);
    9495    HRESULT getAutoMount(BOOL *aAutoMount);
     96    HRESULT setAutoMount(BOOL aAutoMount);
    9597    HRESULT getAutoMountPoint(com::Utf8Str &aAutoMountPoint);
     98    HRESULT setAutoMountPoint(com::Utf8Str const &aAutoMountPoint);
    9699    HRESULT getLastAccessError(com::Utf8Str &aLastAccessError);
    97100
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette