Go to the source code of this file.
Functions | |
EXPORT_C TInt | StartThread (RThread &aServerThread) |
Definition in file secureserver.cpp.
EXPORT_C TInt StartThread | ( | RThread & | 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.
aServerThread | The handle to the server thread. |
Definition at line 87 of file secureserver.cpp.