Changeset 10797 in vbox for trunk/src/VBox/Frontends/VirtualBox4
- Timestamp:
- Jul 22, 2008 8:12:42 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp
r10728 r10797 388 388 COMBase::ToQUuid (aSnapshotId), 389 389 VBoxSnapshotEvent::Changed)); 390 return S_OK; 391 } 392 393 STDMETHOD(OnGuestPropertyChange) (IN_GUIDPARAM /* id */, 394 IN_BSTRPARAM /* key */, 395 IN_BSTRPARAM /* value */, 396 IN_BSTRPARAM /* flags */) 397 { 390 398 return S_OK; 391 399 }
Note:
See TracChangeset
for help on using the changeset viewer.