diff options
Diffstat (limited to 'src/balutil/inc/BalBaseBootstrapperApplication.h')
-rw-r--r-- | src/balutil/inc/BalBaseBootstrapperApplication.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/balutil/inc/BalBaseBootstrapperApplication.h b/src/balutil/inc/BalBaseBootstrapperApplication.h index 59e57de1..ff1d07fd 100644 --- a/src/balutil/inc/BalBaseBootstrapperApplication.h +++ b/src/balutil/inc/BalBaseBootstrapperApplication.h | |||
@@ -719,10 +719,10 @@ public: // IBootstrapperApplication | |||
719 | } | 719 | } |
720 | 720 | ||
721 | virtual STDMETHODIMP OnUnregisterBegin( | 721 | virtual STDMETHODIMP OnUnregisterBegin( |
722 | __inout BOOL* pfCancel | 722 | __in BOOL /*fKeepRegistration*/, |
723 | __inout BOOL* /*pfForceKeepRegistration*/ | ||
723 | ) | 724 | ) |
724 | { | 725 | { |
725 | *pfCancel |= CheckCanceled(); | ||
726 | return S_OK; | 726 | return S_OK; |
727 | } | 727 | } |
728 | 728 | ||