Changeset 34393 in vbox for trunk/src/VBox/Main/VirtualBoxImpl.cpp
- Timestamp:
- Nov 26, 2010 2:13:35 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 68162
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/VirtualBoxImpl.cpp
r34373 r34393 67 67 #endif /* VBOX_WITH_RESOURCE_USAGE_API */ 68 68 #include "EventImpl.h" 69 #include "VBoxEvents.h" 69 70 #ifdef VBOX_WITH_EXTPACK 70 71 # include "ExtPackManagerImpl.h" … … 2494 2495 IN_BSTR aGuestIp, uint16_t aGuestPort) 2495 2496 { 2496 VBoxEventDesc evDesc; 2497 evDesc.init(m->pEventSource, VBoxEventType_OnNATRedirectEvent, aMachineId.toUtf16().raw(), ulSlot, fRemove, aName, aProto, aHostIp, 2498 aHostPort, aGuestIp, aGuestPort); 2499 evDesc.fire(0); 2497 fireNATRedirectEvent(m->pEventSource, aMachineId.toUtf16().raw(), ulSlot, fRemove, aName, aProto, aHostIp, 2498 aHostPort, aGuestIp, aGuestPort); 2500 2499 } 2501 2500 … … 4420 4419 } 4421 4420 4422 4423 4421 { 4424 4422 VBoxEventDesc evDesc;
Note:
See TracChangeset
for help on using the changeset viewer.