VirtualBox

Changeset 93189 in vbox for trunk/src


Ignore:
Timestamp:
Jan 11, 2022 9:50:56 PM (3 years ago)
Author:
vboxsync
Message:

Main/Unattended: Move mStrProxy to the right group and added @todos about severly insufficient setter implementation. bugref:9469

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

Legend:

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

    r93115 r93189  
    122122    Utf8Str         mStrPostInstallCommand;
    123123    Utf8Str         mStrExtraInstallKernelParameters;
     124    Utf8Str         mStrProxy;
    124125
    125126    bool            mfDoneDetectIsoOS;         /**< Set by detectIsoOS(), cleared by setIsoPath(). */
     
    129130    RTCList<RTCString, RTCString *> mDetectedOSLanguages; /**< (only relevant for windows at the moment) */
    130131    Utf8Str         mStrDetectedOSHints;
    131     Utf8Str         mStrProxy;
    132132    /** @} */
    133133
  • trunk/src/VBox/Main/src-server/UnattendedImpl.cpp

    r93157 r93189  
    3838#include <iprt/locale.h>
    3939#include <iprt/path.h>
     40#include <iprt/vfs.h>
    4041
    4142using namespace std;
     
    25822583    {
    25832584        /* set default proxy */
     2585        /** @todo BUGBUG! implement this */
    25842586    }
    25852587    else if (aProxy.equalsIgnoreCase("none"))
    25862588    {
    25872589        /* clear proxy config */
    2588         mStrProxy = "";
     2590        mStrProxy.setNull();
    25892591    }
    25902592    else
    25912593    {
    25922594        /** @todo Parse and set proxy config into a schema map or something along those lines. */
     2595        /** @todo BUGBUG! implement this */
    25932596        // return E_NOTIMPL;
    25942597        mStrProxy = aProxy;
     
    30483051}
    30493052
    3050 Utf8Str const & Unattended::i_getDetectedOSVersion()
     3053Utf8Str const &Unattended::i_getDetectedOSVersion()
    30513054{
    30523055    Assert(isReadLockedOnCurrentThread());
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