Changeset 13165 in vbox for trunk/src/VBox/Main/ConsoleImpl2.cpp
- Timestamp:
- Oct 10, 2008 11:27:30 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 37684
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl2.cpp
r12911 r13165 1810 1810 pConsole->mVMMDev->hgcmHostCall ("VBoxGuestPropSvc", guestProp::SET_CFGM_NODE, 3, &parms[0]); 1811 1811 1812 /* Register the host notification callback */ 1813 parms[0].type = VBOX_HGCM_SVC_PARM_CALLBACK; 1814 parms[0].u.callback.pFunction = Console::doGuestPropNotification; 1815 parms[0].u.callback.pvData = pvConsole; 1816 1817 pConsole->mVMMDev->hgcmHostCall ("VBoxGuestPropSvc", guestProp::REGISTER_CALLBACK, 1, &parms[0]); 1818 1812 1819 Log(("Set VBoxGuestPropSvc property store\n")); 1813 1820 }
Note:
See TracChangeset
for help on using the changeset viewer.