diff -r 89d6a7a84779 -r 25a17d01db0c Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_m_exec_controller.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_m_exec_controller.html Fri Jan 22 18:26:19 2010 +0000 @@ -0,0 +1,114 @@ + +
+Public Member Functions | |
virtual void | Terminate ()=0 |
virtual CTelephony * | GetTelObj () const =0 |
virtual CConsoleBase * | GConsole () const =0 |
Definition at line 107 of file CISVAPIBase.h.
+virtual void MExecController::Terminate | +( | ++ | ) | + [pure virtual] |
+
+End execution of the program, stop the active scheduler making sure all outstanding requests have been cancelled. +
Implemented in CBaseMenuAsync, and CBaseMenuSync.
+ +virtual CTelephony* MExecController::GetTelObj | +( | ++ | ) | + const [pure virtual] |
+
+Returns a pointer to the CTelephony Instance so member objects can make calls to the Etel 3rd Party API through the same object.
+
Implemented in CBaseMenuAsync, and CBaseMenuSync.
+ +virtual CConsoleBase* MExecController::GConsole | +( | ++ | ) | + const [pure virtual] |
+
+Returns a pointer to the console instance so member objects can print to the console as required.
+
Implemented in CBaseMenuAsync, and CBaseMenuSync.
+ ++