Parent Directory
|
Revision Log
|
Patch
| Revision 1.1 by sysadm, Sat Jul 3 05:21:57 2004 UTC | Revision 1.2 by sysadm, Sat Jul 3 13:56:04 2004 UTC | |
|---|---|---|
| # | Line 33 base_active::~base_active(void) | Line 33 base_active::~base_active(void) |
| 33 | ||
| 34 | int base_active::work(bool get, bool use_ihave) | int base_active::work(bool get, bool use_ihave) |
| 35 | { | { |
| 36 | HANDLE hThreadCurrent; | |
| 37 | ||
| 38 | hThreadCurrent = GetCurrentThread(); | |
| 39 | ||
| 40 | if (this->running) | if (this->running) |
| 41 | return 1; | return 1; |
| 42 |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |