diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/secureserver_8cpp.html --- a/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/secureserver_8cpp.html Tue Mar 30 11:56:28 2010 +0100 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/secureserver_8cpp.html Tue Mar 30 16:16:55 2010 +0100 @@ -1,53 +1,56 @@ - -
--Go to the source code of this file.
Functions | |
EXPORT_C TInt | StartThread (RThread &aServerThread) |
Functions | |
EXPORT_C TInt | StartThread (RThread &aServerThread) |
Definition in file secureserver.cpp.
-Definition in file secureserver.cpp.
+EXPORT_C TInt StartThread | +EXPORT_C TInt StartThread | ( | RThread & | -aServerThread | +aServerThread | ) | -+ |
-Creates the server thread. If the server is not running, the function starts the server thread. The function CSecureServer::ThreadFunction() contains the code that is called when the server thread starts.
Creates the server thread. If the server is not running, the function starts the server thread. The function CSecureServer::ThreadFunction() contains the code that is called when the server thread starts.
+aServerThread | The handle to the server thread. |
Definition at line 74 of file secureserver.cpp.
+Definition at line 74 of file secureserver.cpp.
-