
Public Member Functions | |
| virtual int | Run ()=0 throw () |
| The return value is the exit code of the thread that is run to execute the code. | |
Protected Member Functions | |
| ~IRunnable () | |
| We never delete instances of this interface; you must manage the lifetime of the class that implements it. | |
| ~IRunnable | ( | ) | [inline, protected] |
We never delete instances of this interface; you must manage the lifetime of the class that implements it.
1.5.3