Changeset 58383 in vbox for trunk/src/VBox/Main/include/MachineImpl.h
- Timestamp:
- Oct 23, 2015 9:24:16 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MachineImpl.h
r57832 r58383 19 19 #define ____H_MACHINEIMPL 20 20 21 #include "AuthLibrary.h" 21 22 #include "VirtualBoxBase.h" 22 23 #include "SnapshotImpl.h" … … 1260 1261 ULONG aVmNetRx, 1261 1262 ULONG aVmNetTx); 1263 HRESULT authenticateExternal(const std::vector<com::Utf8Str> &aAuthParams, 1264 com::Utf8Str &aResult); 1262 1265 }; 1263 1266 … … 1408 1411 ULONG aVmNetRx, 1409 1412 ULONG aVmNetTx); 1413 HRESULT authenticateExternal(const std::vector<com::Utf8Str> &aAuthParams, 1414 com::Utf8Str &aResult); 1410 1415 1411 1416 … … 1510 1515 1511 1516 int miNATNetworksStarted; 1517 1518 AUTHLIBRARYCONTEXT mAuthLibCtx; 1512 1519 }; 1513 1520
Note:
See TracChangeset
for help on using the changeset viewer.