dca_interface  6.3.4
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 
49 
50 #endif // PERFORM_UPDATE_THREAD_H
The update module is used to download and install DCA content and engine updates.
Definition: base_classes.h:917
void createPerformUpdateThread(const dca::UpdateModule &aUpdateModule)
Starts up the update thread and supplies the given UpdateModule.
void shutdownPerformUpdateThread()
Shuts down the previously started update thread.