VirtualBox

Changeset 49747 in vbox


Ignore:
Timestamp:
Dec 3, 2013 2:30:01 AM (11 years ago)
Author:
vboxsync
Message:

ApplianceImplExport.cpp: C++11 build fix [-Wreserved-user-defined-literal].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/ApplianceImplExport.cpp

    r49742 r49747  
    24182418        }
    24192419        /* Next we have to upload the OVF & all disk images */
    2420         vrc = RTS3Create(&hS3, pTask->locInfo.strUsername.c_str(), pTask->locInfo.strPassword.c_str(), pTask->locInfo.strHostname.c_str(), "virtualbox-agent/"VBOX_VERSION_STRING);
     2420        vrc = RTS3Create(&hS3, pTask->locInfo.strUsername.c_str(), pTask->locInfo.strPassword.c_str(), pTask->locInfo.strHostname.c_str(), "virtualbox-agent/" VBOX_VERSION_STRING);
    24212421        if (RT_FAILURE(vrc))
    24222422            throw setError(VBOX_E_IPRT_ERROR,
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