VirtualBox

Changeset 48876 in vbox


Ignore:
Timestamp:
Oct 4, 2013 6:11:21 AM (11 years ago)
Author:
vboxsync
Message:

VBoxNetLwipNAT: PortForwardListener: cosmetic(lines).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp

    r48875 r48876  
    178178{
    179179public:
     180
    180181    HRESULT init(VBoxNetLwipNAT *pNAT)
    181182    {
     
    183184        return S_OK;
    184185    }
     186
    185187    HRESULT init() { return init(NULL); }
     188
    186189    void uninit() { init(NULL); }
     190
    187191    STDMETHOD(HandleEvent)(VBoxEventType_T aEventType, IEvent *pEvent)
    188192    {
     
    192196            return E_FAIL;
    193197    }
     198
    194199private:
    195200    VBoxNetLwipNAT *m_pNAT;
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