Changeset 48804 in vbox
- Timestamp:
- Oct 2, 2013 5:10:42 AM (11 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/VirtualBoxImpl.h
r48709 r48804 226 226 IN_BSTR aHostIp, LONG aHostPort, 227 227 IN_BSTR aGuestIp, LONG aGuestPort); 228 void onHostNameResolutionConfigurationChange(); 228 229 229 230 int natNetworkRefInc(IN_BSTR aNetworkName); -
trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp
r48709 r48804 3095 3095 3096 3096 3097 void VirtualBox::onHostNameResolutionConfigurationChange() 3098 { 3099 fireHostNameResolutionConfigurationChangeEvent(m->pEventSource); 3100 } 3101 3102 3097 3103 int VirtualBox::natNetworkRefInc(IN_BSTR aNetworkName) 3098 3104 {
Note:
See TracChangeset
for help on using the changeset viewer.