Changeset 15051 in vbox for trunk/src/VBox/Main/include/MachineDebuggerImpl.h
- Timestamp:
- Dec 5, 2008 5:20:00 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 40436
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MachineDebuggerImpl.h
r14949 r15051 82 82 83 83 // IMachineDebugger methods 84 STDMETHOD(ResetStats (IN PTRBSTR aPattern));85 STDMETHOD(DumpStats (IN PTRBSTR aPattern));86 STDMETHOD(GetStats (IN PTRBSTR aPattern, BOOL aWithDescriptions, BSTR *aStats));84 STDMETHOD(ResetStats (IN_BSTR aPattern)); 85 STDMETHOD(DumpStats (IN_BSTR aPattern)); 86 STDMETHOD(GetStats (IN_BSTR aPattern, BOOL aWithDescriptions, BSTR *aStats)); 87 87 88 88
Note:
See TracChangeset
for help on using the changeset viewer.