diff options
Diffstat (limited to '')
| -rw-r--r-- | src/api/burn/balutil/inc/BootstrapperApplicationBase.h (renamed from src/api/burn/balutil/inc/BalBaseBootstrapperApplication.h) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/api/burn/balutil/inc/BalBaseBootstrapperApplication.h b/src/api/burn/balutil/inc/BootstrapperApplicationBase.h index 09f1f7a2..a3a3643f 100644 --- a/src/api/burn/balutil/inc/BalBaseBootstrapperApplication.h +++ b/src/api/burn/balutil/inc/BootstrapperApplicationBase.h | |||
| @@ -9,9 +9,9 @@ | |||
| 9 | #include "balinfo.h" | 9 | #include "balinfo.h" |
| 10 | #include "balretry.h" | 10 | #include "balretry.h" |
| 11 | 11 | ||
| 12 | #define CBalBaseBootstrapperApplication CBootstrapperApplication | 12 | #define CBalBaseBootstrapperApplication CBootstrapperApplicationBase |
| 13 | 13 | ||
| 14 | class CBootstrapperApplication : public IBootstrapperApplication | 14 | class CBootstrapperApplicationBase : public IBootstrapperApplication |
| 15 | { | 15 | { |
| 16 | public: // IUnknown | 16 | public: // IUnknown |
| 17 | virtual STDMETHODIMP QueryInterface( | 17 | virtual STDMETHODIMP QueryInterface( |
| @@ -1187,7 +1187,7 @@ protected: | |||
| 1187 | return m_fCanceled; | 1187 | return m_fCanceled; |
| 1188 | } | 1188 | } |
| 1189 | 1189 | ||
| 1190 | CBalBaseBootstrapperApplication( | 1190 | CBootstrapperApplicationBase( |
| 1191 | __in DWORD dwRetryCount = 0, | 1191 | __in DWORD dwRetryCount = 0, |
| 1192 | __in DWORD dwRetryTimeout = 1000 | 1192 | __in DWORD dwRetryTimeout = 1000 |
| 1193 | ) | 1193 | ) |
| @@ -1208,7 +1208,7 @@ protected: | |||
| 1208 | BalRetryInitialize(dwRetryCount, dwRetryTimeout); | 1208 | BalRetryInitialize(dwRetryCount, dwRetryTimeout); |
| 1209 | } | 1209 | } |
| 1210 | 1210 | ||
| 1211 | virtual ~CBalBaseBootstrapperApplication() | 1211 | virtual ~CBootstrapperApplicationBase() |
| 1212 | { | 1212 | { |
| 1213 | BalInfoUninitializeCommandLine(&m_BalInfoCommand); | 1213 | BalInfoUninitializeCommandLine(&m_BalInfoCommand); |
| 1214 | BalRetryUninitialize(); | 1214 | BalRetryUninitialize(); |
