dca_interface
6.3.4
home
build
tmp
dcatmp18664
pkgdevel
dca
samples
url_samples
urldbsample_extended
url_samples/urldbsample_extended/perform_update_thread.h
Go to the documentation of this file.
1
/* IBM Source Code */
2
/* (C) Copyright IBM Corp. 2009, 2012 */
3
/* Licensed Materials - Property of IBM */
4
/* US Government Users Restricted Rights - Use duplication or disclosure restricted by GSA Schedule Contract with IBM Corp. */
5
12
#ifndef PERFORM_UPDATE_THREAD_H
13
#define PERFORM_UPDATE_THREAD_H
14
15
namespace
dca {
16
class
UpdateModule;
17
}
18
33
void
createPerformUpdateThread
(
const
dca::UpdateModule
& aUpdateModule );
34
48
void
shutdownPerformUpdateThread
();
49
50
#endif // PERFORM_UPDATE_THREAD_H
dca::UpdateModule
The update module is used to download and install DCA content and engine updates.
Definition:
base_classes.h:917
createPerformUpdateThread
void createPerformUpdateThread(const dca::UpdateModule &aUpdateModule)
Starts up the update thread and supplies the given UpdateModule.
Definition:
url_samples/urldbsample_extended/linux/perform_update_thread.cpp:67
shutdownPerformUpdateThread
void shutdownPerformUpdateThread()
Shuts down the previously started update thread.
Definition:
customdb_samples/customdbsample_extended/linux/perform_update_thread.cpp:71
Generated by
1.8.18