dca_interface  6.3.4
customdb_samples/customdbsample_extended/schedule_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 SCHEDULE_THREAD_H
13 #define SCHEDULE_THREAD_H
14 
15 namespace dca {
16  class DcaInstance;
17 }
18 
31 void createScheduleThread( const dca::DcaInstance& aDcaInstance, volatile bool *errorSignal );
32 
47 
48 #endif
void createScheduleThread(const dca::DcaInstance &aDcaInstance, volatile bool *errorSignal)
Starts up the schedule thread and supplies the given DcaInstance.
Encapsulates the init and deinit of the DCA API.
Definition: base_classes.h:315
void shutdownScheduleThread()
Shuts down the previously started schedule thread.