diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_resume.html --- a/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_resume.html Tue Mar 30 11:56:28 2010 +0100 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_resume.html Tue Mar 30 16:16:55 2010 +0100 @@ -1,120 +1,111 @@ - -
-Inherits CISVAPIAsync.
-Public Member Functions | |
~CResume () | |
void | DoStartRequestL (CTelephony::TCallId aCallId) |
Public Member Functions | |
~CResume () | |
void | DoStartRequestL (CTelephony::TCallId aCallId) |
Static Public Member Functions | |
static CResume * | NewL (MExecAsync *aController) |
Resumes the currently held call specified as an argument to DoStartRequestL().
-Definition at line 31 of file CResume.h.
-Definition at line 31 of file CResume.h.
+CResume::~CResume | +CResume::~CResume | ( | -+ | ) | -+ |
Destructor. Cancels outstanding requests.
--Destructor. Cancels outstanding requests. -
Definition at line 39 of file CResume.cpp.
+Definition at line 39 of file CResume.cpp.
-
CResume * CResume::NewL | +CResume * CResume::NewL | ( | MExecAsync * | -aController | +aController | ) | - [static] |
+ [static] |
-Factory constructor.
-
Factory constructor.
+aController | Pointer to MExecAsync object passed to constructor of CISVAPIBase |
Definition at line 26 of file CResume.cpp.
+Definition at line 26 of file CResume.cpp.
void CResume::DoStartRequestL | +void CResume::DoStartRequestL | ( | CTelephony::TCallId | -aCallId | +aCallId | ) | - [virtual] |
+ [virtual] |
-Resumes the specified call if the dynamic call capabilities allow it.
-
Resumes the specified call if the dynamic call capabilities allow it.
+aCallId | Identifier of the call to resume |
Reimplemented from CISVAPIBase.
+Reimplemented from CISVAPIBase.
-Definition at line 49 of file CResume.cpp.
+Definition at line 49 of file CResume.cpp.
-