#include <updatethread.h>
Public Member Functions | |
CUpdateChannelThread (int channelId, bool automatic=false) | |
virtual ExitCode | Entry () |
void | OnExit () |
Static Public Member Functions | |
static wxString | AddSlashes (const char *str) |
Static Public Attributes | |
static int | updatedChannel_ = 0 |
static int | countAutomaticUpdating_ = 0 |
|
Cstr.
|
|
Prepares string for entering to SQL query. Replaces '' with '%' and '\' with '\'.
|
|
Thread main function. |
|
Called when the thread finishes. Posts message to main GUI thread which shows info in the status bar. |