Changeset 31332 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Aug 3, 2010 12:38:49 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 64370
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r31220 r31332 182 182 HRESULT onMediumChange(IMediumAttachment *aMediumAttachment, BOOL aForce); 183 183 HRESULT onCPUChange(ULONG aCPU, BOOL aRemove); 184 HRESULT onCPUPriorityChange(ULONG aCpuPriority); 184 185 HRESULT onVRDPServerChange(BOOL aRestart); 185 186 HRESULT onUSBControllerChange(); -
trunk/src/VBox/Main/include/MachineImpl.h
r31308 r31332 616 616 virtual HRESULT onStorageControllerChange() { return S_OK; } 617 617 virtual HRESULT onCPUChange(ULONG /* aCPU */, BOOL /* aRemove */) { return S_OK; } 618 virtual HRESULT onCPUPriorityChange(ULONG /* aCpuPriority */) { return S_OK; } 618 619 virtual HRESULT onMediumChange(IMediumAttachment * /* mediumAttachment */, BOOL /* force */) { return S_OK; } 619 620 virtual HRESULT onSharedFolderChange() { return S_OK; } … … 944 945 HRESULT onParallelPortChange(IParallelPort *parallelPort); 945 946 HRESULT onCPUChange(ULONG aCPU, BOOL aRemove); 947 HRESULT onCPUPriorityChange(ULONG aCpuPriority); 946 948 HRESULT onVRDPServerChange(BOOL aRestart); 947 949 HRESULT onUSBControllerChange(); -
trunk/src/VBox/Main/include/SessionImpl.h
r31070 r31332 90 90 STDMETHOD(OnMediumChange)(IMediumAttachment *aMediumAttachment, BOOL aForce); 91 91 STDMETHOD(OnCPUChange)(ULONG aCPU, BOOL aRemove); 92 STDMETHOD(OnCPUPriorityChange)(ULONG aCpuPriority); 92 93 STDMETHOD(OnVRDPServerChange)(BOOL aRestart); 93 94 STDMETHOD(OnUSBControllerChange)();
Note:
See TracChangeset
for help on using the changeset viewer.