#include <threads.h>
Public Member Functions | |
MibTask (MibMethodCall *call) | |
virtual | ~MibTask () |
virtual void | run () |
When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread. | |
Protected Attributes | |
MibMethodCall * | task |
MibTask::MibTask | ( | MibMethodCall * | call | ) | [inline] |
virtual MibTask::~MibTask | ( | ) | [inline, virtual] |
virtual void MibTask::run | ( | ) | [virtual] |
MibMethodCall* MibTask::task [protected] |