diff options
Diffstat (limited to 'src/api/burn/balutil/inc/BalBaseBAFunctions.h')
| -rw-r--r-- | src/api/burn/balutil/inc/BalBaseBAFunctions.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/api/burn/balutil/inc/BalBaseBAFunctions.h b/src/api/burn/balutil/inc/BalBaseBAFunctions.h index a3054709..c2c8a6dc 100644 --- a/src/api/burn/balutil/inc/BalBaseBAFunctions.h +++ b/src/api/burn/balutil/inc/BalBaseBAFunctions.h | |||
| @@ -841,6 +841,15 @@ public: // IBAFunctions | |||
| 841 | return E_NOTIMPL; | 841 | return E_NOTIMPL; |
| 842 | } | 842 | } |
| 843 | 843 | ||
| 844 | virtual STDMETHODIMP OnThemeControlLoading( | ||
| 845 | __in LPCWSTR /*wzName*/, | ||
| 846 | __inout BOOL* /*pfProcessed*/, | ||
| 847 | __inout WORD* /*pwId*/ | ||
| 848 | ) | ||
| 849 | { | ||
| 850 | return S_OK; | ||
| 851 | } | ||
| 852 | |||
| 844 | protected: | 853 | protected: |
| 845 | CBalBaseBAFunctions( | 854 | CBalBaseBAFunctions( |
| 846 | __in HMODULE hModule, | 855 | __in HMODULE hModule, |
