diff -r 89d6a7a84779 -r 25a17d01db0c Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_swap.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_swap.html Fri Jan 22 18:26:19 2010 +0000 @@ -0,0 +1,130 @@ + +
+Public Member Functions | |
~CSwap () | |
void | DoStartRequestL (CTelephony::TCallId aCallId1, CTelephony::TCallId aCallId2) |
Static Public Member Functions | |
static CSwap * | NewL (MExecAsync *aController) |
Definition at line 32 of file CSwap.h.
+CSwap::~CSwap | +( | ++ | ) | ++ |
+
CSwap * CSwap::NewL | +( | +MExecAsync * | +aController | +) | + [static] |
+
+Factory constructor.
+
aController | Pointer to MExecAsync object passed to constructor of CISVAPIBase |
void CSwap::DoStartRequestL | +( | +CTelephony::TCallId | +aCallId1, | +|
+ | + | CTelephony::TCallId | +aCallId2 | + |
+ | ) | + [virtual] |
+
+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.
+ + + ++