VirtualBox

Changeset 38400 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Aug 10, 2011 2:00:00 PM (13 years ago)
Author:
vboxsync
Message:

GuestCtrl: Disable copying directories from guest -> host, reverted API interface change.

Location:
trunk/src/VBox/Main
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r38395 r38400  
    85668566  <interface
    85678567    name="IGuest" extends="$unknown"
    8568     uuid="35f75ed7-df96-4988-b246-2c103555c95d"
     8568    uuid="ed109b6e-0578-4b17-8ace-52646789f1a0"
    85698569    wsmap="managed"
    85708570    >
     
    90099009        <desc>
    90109010          <link to="DirectoryCreateFlag"/> flags.
    9011         </desc>
    9012       </param>
    9013     </method>
    9014 
    9015     <method name="directoryExists">
    9016       <desc>
    9017         Checks if the specified directory exists and is a directory.
    9018 
    9019         <result name="VBOX_E_IPRT_ERROR">
    9020           Error while looking up information.
    9021         </result>
    9022 
    9023       </desc>
    9024       <param name="directory" type="wstring" dir="in">
    9025         <desc>
    9026           Full path of directory to check.
    9027         </desc>
    9028       </param>
    9029       <param name="userName" type="wstring" dir="in">
    9030         <desc>
    9031           User name under which the lookup will be performed; the
    9032           user has to exist and have the appropriate rights to access / read the
    9033           desired directory.
    9034         </desc>
    9035       </param>
    9036       <param name="password" type="wstring" dir="in">
    9037         <desc>
    9038           Password of the user account specified.
    9039         </desc>
    9040       </param>
    9041       <param name="exists" type="boolean" dir="return">
    9042         <desc>
    9043           True if it's a directory, false if it isn't (or doesn't exist).
    90449011        </desc>
    90459012      </param>
  • trunk/src/VBox/Main/include/GuestImpl.h

    r38395 r38400  
    104104    STDMETHOD(DirectoryClose)(ULONG aHandle);
    105105    STDMETHOD(DirectoryCreate)(IN_BSTR aDirectory, IN_BSTR aUsername, IN_BSTR aPassword, ULONG aMode, ULONG aFlags);
     106#if 0
    106107    STDMETHOD(DirectoryExists)(IN_BSTR aDirectory, IN_BSTR aUsername, IN_BSTR aPassword, BOOL *aExists);
     108#endif
    107109    STDMETHOD(DirectoryOpen)(IN_BSTR aDirectory, IN_BSTR aFilter,
    108110                             ULONG aFlags, IN_BSTR aUsername, IN_BSTR aPassword, ULONG *aHandle);
  • trunk/src/VBox/Main/src-client/GuestCtrlImplDir.cpp

    r38395 r38400  
    203203}
    204204
     205#if 0
    205206STDMETHODIMP Guest::DirectoryExists(IN_BSTR aDirectory, IN_BSTR aUsername, IN_BSTR aPassword, BOOL *aExists)
    206207{
     
    220221#endif
    221222}
     223#endif
    222224
    223225#ifdef VBOX_WITH_GUEST_CONTROL
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