diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_swap.html --- a/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_swap.html Tue Mar 30 11:56:28 2010 +0100 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_swap.html Tue Mar 30 16:16:55 2010 +0100 @@ -1,94 +1,85 @@ - -
-Inherits CISVAPIAsync.
-Public Member Functions | |
~CSwap () | |
void | DoStartRequestL (CTelephony::TCallId aCallId1, CTelephony::TCallId aCallId2) |
Public Member Functions | |
~CSwap () | |
void | DoStartRequestL (CTelephony::TCallId aCallId1, CTelephony::TCallId aCallId2) |
Static Public Member Functions | |
static CSwap * | NewL (MExecAsync *aController) |
Puts the currently active call specified as argument 1 to DoStartRequestL() on hold. Resumes the currently held call specified as argument 2 to DoStartRequestL().
-Definition at line 32 of file CSwap.h.
-Definition at line 32 of file CSwap.h.
+CSwap::~CSwap | +CSwap::~CSwap | ( | -+ | ) | -+ |
-
CSwap * CSwap::NewL | +CSwap * CSwap::NewL | ( | MExecAsync * | -aController | +aController | ) | - [static] |
+ [static] |
-Factory constructor.
-
Factory constructor.
+aController | Pointer to MExecAsync object passed to constructor of CISVAPIBase |
void CSwap::DoStartRequestL | +void CSwap::DoStartRequestL | ( | CTelephony::TCallId | aCallId1, | @@ -102,29 +93,29 @@|||
) | - [virtual] |
+ [virtual] |
-Swaps the two specified calls if the dynamic call capabilities allow it.
-
Swaps the two specified calls if the dynamic call capabilities allow it.
+aCallId1 | ID of call to be swapped with aCallId2 | |
aCallId2 | ID of call to be swapped with aCallId1 |
Reimplemented from CISVAPIBase.
+Reimplemented from CISVAPIBase.
- +-