#include <wxldserv.h>
Public Member Functions | |
LuaThread (wxLuaDebuggerCServer *pServer) | |
virtual void * | Entry () |
virtual void | OnExit () |
Public Attributes | |
wxLuaDebuggerCServer * | m_pServer |
Definition at line 284 of file wxldserv.h.
wxLuaDebuggerCServer::LuaThread::LuaThread | ( | wxLuaDebuggerCServer * | pServer | ) |
Definition at line 287 of file wxldserv.h.
void * wxLuaDebuggerCServer::LuaThread::Entry | ( | ) | [virtual] |
Definition at line 652 of file wxldserv.cpp.
References m_pServer, and wxLuaDebuggerCServer::ThreadFunction().
void wxLuaDebuggerCServer::LuaThread::OnExit | ( | ) | [virtual] |
Definition at line 658 of file wxldserv.cpp.
Definition at line 293 of file wxldserv.h.
Referenced by Entry().