![]() |
Vault
4.1
|
Public Member Functions | |
VSocketConnectionStrategyThreadedWorker (VSocketConnectionStrategyThreadedRunner *ownerRunner, const VString &ipAddressToConnect, int portNumberToConnect) | |
virtual void | run () |
Override required in each VThread subclass, run() does whatever the thread is designed to do, and returns when the thread has completed its task or detects that isRunning() returns false. |
Definition at line 697 of file vsocket.cpp.
void VSocketConnectionStrategyThreadedWorker::run | ( | ) | [virtual] |
Override required in each VThread subclass, run() does whatever the thread is designed to do, and returns when the thread has completed its task or detects that isRunning() returns false.
If the thread is designed to be stoppable from another thread, then its run() method must check the isRunning() property periodically and return when the property becomes false.
Implements VThread.
Definition at line 797 of file vsocket.cpp.
References VString::chars(), VSocket::connectToIPAddress(), VDuration::getDurationString(), and VSocket::getSockID().