diff -r 89d6a7a84779 -r 25a17d01db0c Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_example_active.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_example_active.html Fri Jan 22 18:26:19 2010 +0000 @@ -0,0 +1,139 @@ + +
+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.
+ ++