- Timestamp:
- Dec 7, 2010 9:49:54 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r34587 r34771 11107 11107 */ 11108 11108 11109 mParent->onNatRedirectChange(getId(), ulSlot, aNatRuleRemove , aRuleName, aProto, aHostIp, aHostPort, aGuestIp, aGuestPort);11109 mParent->onNatRedirectChange(getId(), ulSlot, aNatRuleRemove ? true : false, aRuleName, aProto, aHostIp, aHostPort, aGuestIp, aGuestPort); 11110 11110 return S_OK; 11111 11111 }
Note:
See TracChangeset
for help on using the changeset viewer.