VirtualBox

Ignore:
Timestamp:
Feb 18, 2009 6:27:52 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
43063
Message:

NetAdp/win: enabled add/remove tap if UI, make the proper adapters to be displayed in the list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/include/VBoxVMSettingsNetwork.h

    r16090 r16927  
    106106    bool isWrongInterface() const;
    107107    void setCurrentInterface (const QString &aName);
    108 
     108#if defined (Q_WS_WIN) && defined(VBOX_WITH_NETFLT)
     109    void updateInterfacesList(KNetworkAttachmentType enmAttachmentType);
     110#endif
    109111signals:
    110112
     
    123125
    124126private:
    125 
     127#if defined (Q_WS_WIN) && defined(VBOX_WITH_NETFLT)
     128    void populateInterfacesList(KNetworkAttachmentType enmAttachmentType);
     129#else
    126130    void populateInterfacesList();
    127 
     131#endif
    128132    QILabelSeparator *mLbTitle;
    129133    QTreeWidget      *mList;
    130134
    131 # if defined (Q_WS_WIN) && !defined(VBOX_WITH_NETFLT)
     135# if defined (Q_WS_WIN)
    132136    QAction *mAddAction;
    133137    QAction *mDelAction;
     138#  ifdef VBOX_WITH_NETFLT
     139    KNetworkAttachmentType mEnmAttachmentType;
     140#  endif
    134141# endif
    135142};
Note: See TracChangeset for help on using the changeset viewer.

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