Changeset 51612 in vbox for trunk/src/VBox/Main/src-client/GuestCtrlPrivate.cpp
- Timestamp:
- Jun 12, 2014 4:46:20 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 94351
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestCtrlPrivate.cpp
r50727 r51612 6 6 7 7 /* 8 * Copyright (C) 2011-201 3Oracle Corporation8 * Copyright (C) 2011-2014 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as … … 1239 1239 1240 1240 /* Forward the information to the VMM device. */ 1241 VMMDev *pVMMDev = pConsole-> getVMMDev();1241 VMMDev *pVMMDev = pConsole->i_getVMMDev(); 1242 1242 if (pVMMDev) 1243 1243 {
Note:
See TracChangeset
for help on using the changeset viewer.