examples/Base/IPC/secureserver/secureserver.cpp File Reference

Go to the source code of this file.

Functions

EXPORT_C TInt StartThread (RThread &aServerThread)

Detailed Description

Definition in file secureserver.cpp.


Function Documentation

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.

Parameters:
aServerThread The handle to the server thread.
Returns:
KErrNone if successful, or an error code returned by RThread::Create().
See also:
CSecureServer::ThreadFunction()

Definition at line 74 of file secureserver.cpp.


Generated by  doxygen 1.6.2