| 1 |
/*******************************************************/ |
/*******************************************************/ |
| 2 |
/* */ |
/* */ |
| 3 |
/* LeafOK Innd */ |
/* LeafOK Innbbsd */ |
| 4 |
/* Copyright (C) LeafOK.com, 2003-2004 */ |
/* Copyright (C) LeafOK.com, 2003-2004 */ |
| 5 |
/* */ |
/* */ |
| 6 |
/* Programmed by Leaf */ |
/* Programmed by Leaf */ |
| 7 |
/* E-mail:leaf@leafok.com QQ:6049044 */ |
/* E-mail:leaflet@leafok.com QQ:6049044 */ |
| 8 |
/* */ |
/* */ |
| 9 |
/* http://bbs.leafok.com */ |
/* http://bbs.leafok.com */ |
| 10 |
/* http://bbs.leafok.net */ |
/* http://bbs.leafok.net */ |
| 33 |
|
|
| 34 |
int base_active::work(bool get, bool use_ihave) |
int base_active::work(bool get, bool use_ihave) |
| 35 |
{ |
{ |
|
HANDLE hThreadCurrent; |
|
|
|
|
|
hThreadCurrent = GetCurrentThread(); |
|
|
|
|
| 36 |
if (this->running) |
if (this->running) |
| 37 |
return 1; |
return 1; |
| 38 |
|
|