ClientFactory Class Reference
The new client object factory.
More...
List of all members.
Detailed Description
This class performs new client object creation. It contains initial values for text processing parameters and sets them to all newly created objects. The reference to this factory must be provided to main loop class to proper creation of new client objects.
Member Function Documentation
| auto_ptr<Client> ClientFactory::createNewClient |
( |
auto_ptr< Socket > |
socket |
) |
const [inline] |
- Parameters:
-
| [in] | socket | The socket object new client must be associated with |