#include "remotecontrol.h"
Go to the source code of this file.
Functions | |
| void * | myThread (void *) |
| Plugin * | contruct_remotecontrol (BotKernel *b) |
| void | destroy_remotecontrol (Plugin *p) |
| bool | myUselessFunction (Message *m, Plugin *p, BotKernel *b) |
Definition in file remotecontrol.cpp.
Definition at line 194 of file remotecontrol.cpp.
| void destroy_remotecontrol | ( | Plugin * | p | ) |
Definition at line 198 of file remotecontrol.cpp.
| void * myThread | ( | void * | arg | ) |
Definition at line 202 of file remotecontrol.cpp.
References BotKernel::getPlugin(), pPlugin::object, and RemoteControl::tcpServer().
Referenced by RemoteControl::RemoteControl().
1.5.7.1