Changeset 48709 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Sep 26, 2013 1:43:05 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 89337
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/VirtualBoxImpl.h
r48297 r48709 226 226 IN_BSTR aHostIp, LONG aHostPort, 227 227 IN_BSTR aGuestIp, LONG aGuestPort); 228 229 int natNetworkRefInc(IN_BSTR aNetworkName); 230 int natNetworkRefDec(IN_BSTR aNetworkName); 228 231 229 232 ComObjPtr<GuestOSType> getUnknownOSType(); … … 360 363 static Bstr sPackageType; 361 364 static Bstr sAPIVersion; 365 static std::map<Bstr, int> sNatNetworkNameToRefCount; 366 static RWLockHandle* spMtxNatNetworkNameToRefCountLock; 362 367 363 368 static DECLCALLBACK(int) AsyncEventHandler(RTTHREAD thread, void *pvUser);
Note:
See TracChangeset
for help on using the changeset viewer.