diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_hold.html --- a/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_hold.html Tue Mar 30 11:56:28 2010 +0100 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_hold.html Tue Mar 30 16:16:55 2010 +0100 @@ -1,120 +1,111 @@ - -
-Inherits CISVAPIAsync.
-Public Member Functions | |
~CHold () | |
void | DoStartRequestL (CTelephony::TCallId aCallId) |
Public Member Functions | |
~CHold () | |
void | DoStartRequestL (CTelephony::TCallId aCallId) |
Static Public Member Functions | |
static CHold * | NewL (MExecAsync *aController) |
Puts the currently active call specified as an argument to DoStartRequestL() on hold.
-Definition at line 32 of file CHold.h.
-Definition at line 32 of file CHold.h.
+CHold::~CHold | +CHold::~CHold | ( | -+ | ) | -+ |
-
CHold * CHold::NewL | +CHold * CHold::NewL | ( | MExecAsync * | -aController | +aController | ) | - [static] |
+ [static] |
-Factory constructor.
-
Factory constructor.
+aController | Pointer to MExecAsync object passed to constructor of CISVAPIBase |
void CHold::DoStartRequestL | +void CHold::DoStartRequestL | ( | CTelephony::TCallId | -aCallId | +aCallId | ) | - [virtual] |
+ [virtual] |
-Holds a call if the dynamic capabilities allow it.
-
Holds a call if the dynamic capabilities allow it.
+aCallId | The identifier of the call to put on hold |
Reimplemented from CISVAPIBase.
+Reimplemented from CISVAPIBase.
- +-