vbox的更動 15051 路徑 trunk/src/VBox/Main/MachineDebuggerImpl.cpp
- 時間撮記:
- 2008-12-5 下午05:20:00 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Main/MachineDebuggerImpl.cpp
r14972 r15051 688 688 * @param aPattern The selection pattern. A bit similar to filename globbing. 689 689 */ 690 STDMETHODIMP MachineDebugger::ResetStats (IN PTRBSTR aPattern)690 STDMETHODIMP MachineDebugger::ResetStats (IN_BSTR aPattern) 691 691 { 692 692 Console::SafeVMPtrQuiet pVM (mParent); … … 704 704 * @param aPattern The selection pattern. A bit similar to filename globbing. 705 705 */ 706 STDMETHODIMP MachineDebugger::DumpStats (IN PTRBSTR aPattern)706 STDMETHODIMP MachineDebugger::DumpStats (IN_BSTR aPattern) 707 707 { 708 708 Console::SafeVMPtrQuiet pVM (mParent); … … 722 722 * @param aStats The XML document containing the statistics. 723 723 */ 724 STDMETHODIMP MachineDebugger::GetStats (IN PTRBSTR aPattern, BOOL aWithDescriptions, BSTR *aStats)724 STDMETHODIMP MachineDebugger::GetStats (IN_BSTR aPattern, BOOL aWithDescriptions, BSTR *aStats) 725 725 { 726 726 Console::SafeVMPtrQuiet pVM (mParent);
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器