Changeset 38533 in vbox for trunk/src/VBox/Main/include/VirtualBoxBase.h
- Timestamp:
- Aug 25, 2011 3:23:08 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 73681
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/VirtualBoxBase.h
r37423 r38533 35 35 { 36 36 class File; 37 } 38 39 namespace com 40 { 41 class ErrorInfo; 37 42 } 38 43 … … 746 751 const GUID &aIID, 747 752 const char *aComponent, 748 const Utf8Str &aText,753 Utf8Str aText, 749 754 bool aWarning, 750 755 bool aLogIt); 751 756 static void clearError(void); 752 757 758 HRESULT setError(HRESULT aResultCode); 753 759 HRESULT setError(HRESULT aResultCode, const char *pcsz, ...); 760 HRESULT setError(const ErrorInfo &ei); 754 761 HRESULT setWarning(HRESULT aResultCode, const char *pcsz, ...); 755 762 HRESULT setErrorNoLog(HRESULT aResultCode, const char *pcsz, ...);
Note:
See TracChangeset
for help on using the changeset viewer.