diff options
Diffstat (limited to '')
-rw-r--r-- | src/balutil/inc/BalBaseBAFunctions.h | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/src/balutil/inc/BalBaseBAFunctions.h b/src/balutil/inc/BalBaseBAFunctions.h index 55ed8cbe..0164269c 100644 --- a/src/balutil/inc/BalBaseBAFunctions.h +++ b/src/balutil/inc/BalBaseBAFunctions.h | |||
@@ -104,8 +104,8 @@ public: // IBootstrapperApplication | |||
104 | __in_z LPCWSTR /*wzBundleTag*/, | 104 | __in_z LPCWSTR /*wzBundleTag*/, |
105 | __in BOOL /*fPerMachine*/, | 105 | __in BOOL /*fPerMachine*/, |
106 | __in LPCWSTR /*wzVersion*/, | 106 | __in LPCWSTR /*wzVersion*/, |
107 | __inout BOOL* /*pfCancel*/, | 107 | __in BOOL /*fMissingFromCache*/, |
108 | __inout BOOL* /*pfIgnoreBundle*/ | 108 | __inout BOOL* /*pfCancel*/ |
109 | ) | 109 | ) |
110 | { | 110 | { |
111 | return S_OK; | 111 | return S_OK; |
@@ -150,6 +150,7 @@ public: // IBootstrapperApplication | |||
150 | __in BOOL /*fPerMachine*/, | 150 | __in BOOL /*fPerMachine*/, |
151 | __in LPCWSTR /*wzVersion*/, | 151 | __in LPCWSTR /*wzVersion*/, |
152 | __in BOOTSTRAPPER_RELATED_OPERATION /*operation*/, | 152 | __in BOOTSTRAPPER_RELATED_OPERATION /*operation*/, |
153 | __in BOOL /*fMissingFromCache*/, | ||
153 | __inout BOOL* /*pfCancel*/ | 154 | __inout BOOL* /*pfCancel*/ |
154 | ) | 155 | ) |
155 | { | 156 | { |
@@ -660,6 +661,20 @@ public: // IBootstrapperApplication | |||
660 | return S_OK; | 661 | return S_OK; |
661 | } | 662 | } |
662 | 663 | ||
664 | virtual STDMETHODIMP OnPlanForwardCompatibleBundle( | ||
665 | __in_z LPCWSTR /*wzBundleId*/, | ||
666 | __in BOOTSTRAPPER_RELATION_TYPE /*relationType*/, | ||
667 | __in_z LPCWSTR /*wzBundleTag*/, | ||
668 | __in BOOL /*fPerMachine*/, | ||
669 | __in LPCWSTR /*wzVersion*/, | ||
670 | __in BOOL /*fRecommendedIgnoreBundle*/, | ||
671 | __inout BOOL* /*pfCancel*/, | ||
672 | __inout BOOL* /*pfIgnoreBundle*/ | ||
673 | ) | ||
674 | { | ||
675 | return S_OK; | ||
676 | } | ||
677 | |||
663 | virtual STDMETHODIMP_(HRESULT) BAProc( | 678 | virtual STDMETHODIMP_(HRESULT) BAProc( |
664 | __in BOOTSTRAPPER_APPLICATION_MESSAGE /*message*/, | 679 | __in BOOTSTRAPPER_APPLICATION_MESSAGE /*message*/, |
665 | __in const LPVOID /*pvArgs*/, | 680 | __in const LPVOID /*pvArgs*/, |