VirtualBox

Ignore:
Timestamp:
Mar 31, 2010 9:02:32 AM (15 years ago)
Author:
vboxsync
Message:

Main: NAT API and corresponding commands have been added at VBoxManage frontend. Please see #1899 for details.

File:
1 edited

Legend:

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

    r27607 r27857  
    2626
    2727#include "VirtualBoxBase.h"
     28#include "NATEngineImpl.h"
    2829
    2930class GuestOSType;
     
    111112    STDMETHOD(COMGETTER(TraceFile)) (BSTR *aTraceFile);
    112113    STDMETHOD(COMSETTER(TraceFile)) (IN_BSTR aTraceFile);
     114    STDMETHOD(COMGETTER(NatDriver)) (INATEngine **aNatDriver);
    113115
    114116    // INetworkAdapter methods
     
    140142    Machine * const     mParent;
    141143    const ComObjPtr<NetworkAdapter> mPeer;
     144    const ComObjPtr<NATEngine> mNATEngine;
    142145
    143146    bool                m_fModified;
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