diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/taskscheduler_8cpp.html --- a/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/taskscheduler_8cpp.html Tue Mar 30 11:56:28 2010 +0100 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/taskscheduler_8cpp.html Tue Mar 30 16:16:55 2010 +0100 @@ -1,132 +1,115 @@ - -
--Go to the source code of this file.
Functions | |||||||||||||||||||||||||||||||||||||||||||||||||||||
+ Go to the source code of this file. +
Detailed Description- | |||||||||||||||||||||||||||||||||||||||||||||||||||||
- | _LIT (KPersistentWait,"Waiting for the persistent task to complete. This will take 20 seconds\n") | ||||||||||||||||||||||||||||||||||||||||||||||||||||
- | _LIT (KDone,"Task complete \n") | ||||||||||||||||||||||||||||||||||||||||||||||||||||
- | _LIT (KTransientSchedule,"A transient schedule") | ||||||||||||||||||||||||||||||||||||||||||||||||||||
- | _LIT (KTransientWait,"Waiting for the transient task to complete. This will take 20 seconds\n") | ||||||||||||||||||||||||||||||||||||||||||||||||||||
- | _LIT (KCreateTransient,"\nCreating a transient schedule with non-repeating task\n") | ||||||||||||||||||||||||||||||||||||||||||||||||||||
- | _LIT (KDeleteAllTasks,"\nDeleting all the persistent tasks scheduled by this exe") | ||||||||||||||||||||||||||||||||||||||||||||||||||||
- | _LIT (KDeleteAllSchedules,"\nDeleting all schedules created by this exe\n") | ||||||||||||||||||||||||||||||||||||||||||||||||||||
- | _LIT (KTask,"Number of task(s) scheduled by us is(are) %d\n") | ||||||||||||||||||||||||||||||||||||||||||||||||||||
- | _LIT (KExists,"The tasks scheduled exist\n") | ||||||||||||||||||||||||||||||||||||||||||||||||||||
- | _LIT (KOtherTask,"Error! Unexpected schedules not scheduled by this exe exist\n") | ||||||||||||||||||||||||||||||||||||||||||||||||||||
void | MainL () | ||||||||||||||||||||||||||||||||||||||||||||||||||||
TInt | E32Main () |
Definition in file taskscheduler.cpp.
-Definition in file taskscheduler.cpp.
+void MainL | +void MainL | ( | -+ | ) | -+ |
Much simpler MainL(), uses the new Rendezvous() call to sync with the client
+Secure variant Much simpler, uses the new Rendezvous() call to sync with the client
--Much simpler MainL(), uses the new Rendezvous() call to sync with the client
-Secure variant Much simpler, uses the new Rendezvous() call to sync with the client -
Definition at line 435 of file taskscheduler.cpp.
+Definition at line 435 of file taskscheduler.cpp.
TInt E32Main | +TInt E32Main | ( | -+ | ) | -+ |
-Returns standard error code on exit
-Secure variant only Process entry point. Called by client using RProcess API
+
Returns standard error code on exit
+Secure variant only Process entry point. Called by client using RProcess API
+-The E32main function is the main entry point for the code.
-The below section is added to make the code compatible with v9.1 This is because only exe files are compatible with v9.1
-Standard entry point function. -
Definition at line 458 of file taskscheduler.cpp.
+Entry point for the example
+The below section is added to make the code compatible with v9.1 This is because only exe files are compatible with v9.1
+Standard entry point function.
+A normal Symbian OS executable provides an E32Main() function which is called by the operating system to start the program.
+ +Definition at line 458 of file taskscheduler.cpp.
-