#include <e32std.h>
#include <e32base.h>
#include <w32std.h>
#include <apgtask.h>
#include <es_sock.h>
#include <in_sock.h>
Go to the source code of this file.
Compounds | |
class | CAcceptor |
class | CNetAS |
class | CRecver |
class | CSender |
class | MSocketWatcher |
A socket activity watcher mixin interface class. More... | |
class | RSocketS |
Functions | |
void | sk_set_watcher (MSocketWatcher *aWatcher) |
Sets a socket watcher object. | |
int | sk_num_active_sockets (void) |
Gets the number of active sockets. |
Mostly copied from the SyOSsh EPOC Release 5 port by Gabor Keresztfalvi, some additional fixes for the current Symbian port by Petteri Kangaslampi
[No copyright messages in the original, assumed to be copyrighted by Gabor Keresztfavli and available through the PuTTY license]
Portions copyright 2002 Petteri Kangaslampi
See license.txt for full copyright and license information.
|
Gets the number of active sockets.
|
|
Sets a socket watcher object. The watcher will be notified when a socket is opened or closed.
|