Inheritance diagram for NLMISC::CAsyncFileManager::CSignal:

Public Member Functions | |
| CSignal (bool *pSgn) | |
| void | getName (std::string &result) const |
| void | run (void) |
Data Fields | |
| bool * | Sgn |
|
|
Definition at line 295 of file async_file_manager.cpp. References Sgn.
|
|
|
Reimplemented from NLMISC::IRunnable. Definition at line 308 of file async_file_manager.cpp.
00309 {
00310 result = "Signal";
00311 }
|
|
|
Implements NLMISC::IRunnable. Definition at line 302 of file async_file_manager.cpp. References Sgn.
00303 {
00304 *Sgn = true;
00305 }
|
|
|
Definition at line 113 of file async_file_manager.h. Referenced by NLMISC::CAsyncFileManager::cancelSignal(), CSignal(), and run(). |
1.3.6