VirtualBox

Changeset 50356 in vbox


Ignore:
Timestamp:
Feb 6, 2014 7:25:04 PM (11 years ago)
Author:
vboxsync
Message:

6813 - stage 7 rev 2

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

Legend:

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

    r50355 r50356  
    6161    public VirtualBoxWrap
    6262#ifdef RT_OS_WINDOWS
    63     , public CComCoClass<VirtualBox, &CLSID_VirtualBox>
     63//     , public CComCoClass<VirtualBox, &CLSID_VirtualBox>
    6464#endif
    6565{
  • trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp

    r50355 r50356  
    12561256static void sanitiseMachineFilename(Utf8Str &aName);
    12571257
    1258 STDMETHODIMP VirtualBox::composeMachineFilename(const com::Utf8Str &aName,
    1259                                                 const com::Utf8Str &aGroup,
    1260                                                 const com::Utf8Str &aCreateFlags,
    1261                                                 const com::Utf8Str &aBaseFolder,
    1262                                                 com::Utf8Str       &aFile)
     1258HRESULT VirtualBox::composeMachineFilename(const com::Utf8Str &aName,
     1259                                           const com::Utf8Str &aGroup,
     1260                                           const com::Utf8Str &aCreateFlags,
     1261                                           const com::Utf8Str &aBaseFolder,
     1262                                           com::Utf8Str       &aFile)
    12631263{
    12641264    LogFlowThisFuncEnter();
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