KNetwork::KSocketDeviceFactory Class Reference
#include <k3socketdevice.h>
Inheritance diagram for KNetwork::KSocketDeviceFactory:

Public Member Functions | |
| KSocketDeviceFactory () | |
| virtual | ~KSocketDeviceFactory () |
| virtual KSocketDevice * | create (KSocketBase *parent) const |
Detailed Description
This class provides functionality for creating and registering socket implementations.
Constructor & Destructor Documentation
| KNetwork::KSocketDeviceFactory::KSocketDeviceFactory | ( | ) | [inline] |
Definition at line 404 of file k3socketdevice.h.
| virtual KNetwork::KSocketDeviceFactory::~KSocketDeviceFactory | ( | ) | [inline, virtual] |
Definition at line 405 of file k3socketdevice.h.
Member Function Documentation
| virtual KSocketDevice* KNetwork::KSocketDeviceFactory::create | ( | KSocketBase * | parent | ) | const [inline, virtual] |
Create the socket implementation.
- Parameters:
-
parent Parent socket for this implementation
- Todo:
- Who owns the parent afterwards?
Implements KNetwork::KSocketDeviceFactoryBase.
Definition at line 411 of file k3socketdevice.h.
The documentation for this class was generated from the following file:
KDE 4.7 API Reference