Vault  4.1
Public Member Functions
VSocketConnectionStrategyThreadedWorker Class Reference
Inheritance diagram for VSocketConnectionStrategyThreadedWorker:
VThread

List of all members.

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.

Detailed Description

Definition at line 697 of file vsocket.cpp.


Member Function Documentation

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().


The documentation for this class was generated from the following file:

Copyright ©1997-2014 Trygve Isaacson. All rights reserved. This documentation was generated with Doxygen.