- Timestamp:
- Dec 19, 2012 10:01:34 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 82858
- Location:
- trunk/src/VBox/Frontends
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/VBox-3.0/src/VBox/Frontends 58652,70973 /branches/VBox-3.2/src/VBox/Frontends 66309,66318 /branches/VBox-4.0/src/VBox/Frontends 70873 /branches/VBox-4.1/src/VBox/Frontends 74233,78414,78691,81841,82127 /branches/VBox-4.1/src/VBox/Frontends/VBoxHeadless 82454 /branches/andy/guestctrl20/src/VBox/Frontends 78916,78930 /branches/dsen/gui/src/VBox/Frontends 79076-79078,79089,79109-79110,79112-79113,79127-79130,79134,79141,79151,79155,79157-79159,79193,79197 /branches/dsen/gui2/src/VBox/Frontends 79224,79228,79233,79235,79258,79262-79263,79273,79341,79345,79354,79357,79387-79388,79559-79569,79572-79573,79578,79581-79582,79590-79591,79598-79599,79602-79603,79605-79606,79632,79635,79637,79644 /branches/dsen/gui3/src/VBox/Frontends 79645-79692
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp
r44074 r44158 1287 1287 com::SafeArray<VBoxEventType_T> eventTypes; 1288 1288 eventTypes.push_back(VBoxEventType_OnGuestPropertyChanged); 1289 1290 /* Set the notification pattern to not cause too much load. 1291 * Remove (or extend) this pattern when more guest properties need to be handled. */ 1292 CHECK_ERROR(machine, COMSETTER(GuestPropertyNotificationPatterns)(Bstr("/VirtualBox/GuestInfo/OS/*Logged*").raw())); 1293 1289 1294 CHECK_ERROR(es, RegisterListener(vboxListener, ComSafeArrayAsInParam(eventTypes), true)); 1290 1295 }
Note:
See TracChangeset
for help on using the changeset viewer.