#include <dialler.h>
Public Methods | |
~CDialler () | |
Destructor. | |
void | DialL () |
Starts setting up a dialup connection. | |
void | CancelDial () |
Cancels the connection setup. | |
Static Public Methods | |
CDialler * | NewL (MDialObserver *aObserver) |
Constructs a new CDialler object. |
Connects to the network asynchronously and notifies an observer when the connection has been set up.
|
Starts setting up a dialup connection. When the connection has completed, or there has been an error, the observer is notified. |
|
Constructs a new CDialler object.
|