Changeset 55883 in vbox for trunk/src/VBox/Main/include/MachineDebuggerImpl.h
- Timestamp:
- May 16, 2015 1:22:15 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 100340
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MachineDebuggerImpl.h
r51092 r55883 1 1 /* $Id$ */ 2 3 2 /** @file 4 *5 3 * VirtualBox COM class implementation 6 4 */ 7 5 8 6 /* 9 * Copyright (C) 2006-201 2Oracle Corporation7 * Copyright (C) 2006-2015 Oracle Corporation 10 8 * 11 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 105 103 ULONG aSize, 106 104 const std::vector<BYTE> &aBytes); 105 HRESULT loadPlugIn(const com::Utf8Str &aName, 106 com::Utf8Str &aPlugInName); 107 HRESULT unloadPlugIn(const com::Utf8Str &aName); 107 108 HRESULT detectOS(com::Utf8Str &aOs); 108 109 HRESULT getRegister(ULONG aCpuId,
Note:
See TracChangeset
for help on using the changeset viewer.