diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_example_active.html --- a/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_example_active.html Tue Mar 30 11:56:28 2010 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,139 +0,0 @@ - -
-Public Member Functions | |
CExampleActive () | |
~CExampleActive () | |
void | StartL () |
Protected Member Functions | |
void | DoCancel () |
void | RunL () |
Definition at line 29 of file smsexample.h.
-CExampleActive::CExampleActive | -( | -- | ) | -- |
-CExampleActive class is used to make any asynchornous requests -
Definition at line 23 of file smsexample.cpp.
- -CExampleActive::~CExampleActive | -( | -- | ) | -- |
-CExampleActive destructor cancels any pending requests -
Definition at line 31 of file smsexample.cpp.
- --
void CExampleActive::StartL | -( | -- | ) | -- |
-CExampleActive StartL Api is used to call SetActive -
Definition at line 48 of file smsexample.cpp.
- -void CExampleActive::DoCancel | -( | -- | ) | - [protected] |
-
-CExampleActive DoCancel API is used to cancel the asynchronous request issued. -
Definition at line 39 of file smsexample.cpp.
- -void CExampleActive::RunL | -( | -- | ) | - [protected] |
-
-RunL gets called as soon as the asynchronous request finishes. -
Definition at line 56 of file smsexample.cpp.
- --