diff -r 89d6a7a84779 -r 25a17d01db0c Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_hold.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_hold.html Fri Jan 22 18:26:19 2010 +0000 @@ -0,0 +1,120 @@ + +
+Public Member Functions | |
~CHold () | |
void | DoStartRequestL (CTelephony::TCallId aCallId) |
Static Public Member Functions | |
static CHold * | NewL (MExecAsync *aController) |
Definition at line 32 of file CHold.h.
+CHold::~CHold | +( | ++ | ) | ++ |
+
CHold * CHold::NewL | +( | +MExecAsync * | +aController | +) | + [static] |
+
+Factory constructor.
+
aController | Pointer to MExecAsync object passed to constructor of CISVAPIBase |
void CHold::DoStartRequestL | +( | +CTelephony::TCallId | +aCallId | +) | + [virtual] |
+
+Holds a call if the dynamic capabilities allow it.
+
aCallId | The identifier of the call to put on hold |
Reimplemented from CISVAPIBase.
+ + + ++