
Public Types | |
| enum | { SERVER_LISTEN_PORT = 13050 } |
Public Member Functions | |
| pipe_and_pump_fitness () | |
| ~pipe_and_pump_fitness () | |
Protected Attributes | |
| apr_pool_t * | mPool |
| LLPumpIO * | mPump |
| LLSocket::ptr_t | mSocket |
Definition at line 901 of file io.cpp.
| tut::pipe_and_pump_fitness::pipe_and_pump_fitness | ( | ) | [inline] |
Definition at line 909 of file io.cpp.
References LLSocket::create(), mPool, mPump, mSocket, NULL, SERVER_LISTEN_PORT, LLSocket::STREAM_TCP, and LLFrameTimer::updateFrameTime().

| tut::pipe_and_pump_fitness::~pipe_and_pump_fitness | ( | ) | [inline] |
apr_pool_t* tut::pipe_and_pump_fitness::mPool [protected] |
Definition at line 928 of file io.cpp.
Referenced by pipe_and_pump_fitness(), and ~pipe_and_pump_fitness().
LLPumpIO* tut::pipe_and_pump_fitness::mPump [protected] |
Definition at line 929 of file io.cpp.
Referenced by pipe_and_pump_fitness(), and ~pipe_and_pump_fitness().
LLSocket::ptr_t tut::pipe_and_pump_fitness::mSocket [protected] |
Definition at line 930 of file io.cpp.
Referenced by pipe_and_pump_fitness(), and ~pipe_and_pump_fitness().
1.5.5