VirtualBox

Changeset 27868 in vbox


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

Main: win build fix.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/NATEngineImpl.cpp

    r27864 r27868  
    255255
    256256STDMETHODIMP
    257 NATEngine::AddRedirect(IN_BSTR aName, PRUint32 aProto, IN_BSTR aBindIp, PRUint16 aHostPort, IN_BSTR aGuestIP, PRUint16 aGuestPort)
     257NATEngine::AddRedirect(IN_BSTR aName, uint32_t aProto, IN_BSTR aBindIp, uint16_t aHostPort, IN_BSTR aGuestIP, uint16_t aGuestPort)
    258258{
    259259
  • trunk/src/VBox/Main/include/NATEngineImpl.h

    r27857 r27868  
    120120
    121121    STDMETHOD(COMGETTER(Redirects)) (ComSafeArrayOut (BSTR, aNatRules));
    122     STDMETHOD(AddRedirect)(IN_BSTR aName, PRUint32 aProto, IN_BSTR aBindIp, PRUint16 aHostPort, IN_BSTR aGuestIP, PRUint16 aGuestPort);
     122    STDMETHOD(AddRedirect)(IN_BSTR aName, uint32_t aProto, IN_BSTR aBindIp, uint16_t aHostPort, IN_BSTR aGuestIP, uint16_t aGuestPort);
    123123    STDMETHOD(RemoveRedirect)(IN_BSTR aName);
    124124
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