Changeset 27875 in vbox
- Timestamp:
- Mar 31, 2010 10:16:46 AM (15 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/NATEngineImpl.cpp
r27871 r27875 255 255 256 256 STDMETHODIMP 257 NATEngine::AddRedirect(IN_BSTR aName, ULONGaProto, IN_BSTR aBindIp, USHORT aHostPort, IN_BSTR aGuestIP, USHORT aGuestPort)257 NATEngine::AddRedirect(IN_BSTR aName, NATProtocol_T aProto, IN_BSTR aBindIp, USHORT aHostPort, IN_BSTR aGuestIP, USHORT aGuestPort) 258 258 { 259 259 -
trunk/src/VBox/Main/include/NATEngineImpl.h
r27871 r27875 120 120 121 121 STDMETHOD(COMGETTER(Redirects)) (ComSafeArrayOut (BSTR, aNatRules)); 122 STDMETHOD(AddRedirect)(IN_BSTR aName, ULONGaProto, IN_BSTR aBindIp, USHORT aHostPort, IN_BSTR aGuestIP, USHORT aGuestPort);122 STDMETHOD(AddRedirect)(IN_BSTR aName, NATProtocol_T aProto, IN_BSTR aBindIp, USHORT aHostPort, IN_BSTR aGuestIP, USHORT aGuestPort); 123 123 STDMETHOD(RemoveRedirect)(IN_BSTR aName); 124 124
Note:
See TracChangeset
for help on using the changeset viewer.