diff options
Diffstat (limited to 'src/balutil/inc/IBootstrapperEngine.h')
-rw-r--r-- | src/balutil/inc/IBootstrapperEngine.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/balutil/inc/IBootstrapperEngine.h b/src/balutil/inc/IBootstrapperEngine.h index cd89a9f0..af6379f4 100644 --- a/src/balutil/inc/IBootstrapperEngine.h +++ b/src/balutil/inc/IBootstrapperEngine.h | |||
@@ -128,6 +128,10 @@ DECLARE_INTERFACE_IID_(IBootstrapperEngine, IUnknown, "6480D616-27A0-44D7-905B-8 | |||
128 | __in DWORD dwWaitForInputIdleTimeout | 128 | __in DWORD dwWaitForInputIdleTimeout |
129 | ) = 0; | 129 | ) = 0; |
130 | 130 | ||
131 | STDMETHOD(SetUpdateSource)( | ||
132 | __in_z LPCWSTR wzUrl | ||
133 | ) = 0; | ||
134 | |||
131 | STDMETHOD(CompareVersions)( | 135 | STDMETHOD(CompareVersions)( |
132 | __in_z LPCWSTR wzVersion1, | 136 | __in_z LPCWSTR wzVersion1, |
133 | __in_z LPCWSTR wzVersion2, | 137 | __in_z LPCWSTR wzVersion2, |