Changeset 27875 in vbox for trunk/src/VBox/Main/NATEngineImpl.cpp
- Timestamp:
- Mar 31, 2010 10:16:46 AM (15 years ago)
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.