CSemaphoreExample Class Reference

List of all members.

Public Member Functions

virtual ~CSemaphoreExample ()
void StartThreads ()
void PrintMessage ()

Static Public Member Functions

static CSemaphoreExampleNewL ()
static TInt ReadThreadFuncL (TAny *aPtr)
static TInt WriteThreadFuncL (TAny *aPtr)

Protected Member Functions

void ConstructL ()

Detailed Description

This class is the main class which starts the application, and starts two threads to read to/write from a database.

Definition at line 27 of file SemaphoreExample.h.


Constructor & Destructor Documentation

CSemaphoreExample::~CSemaphoreExample (  )  [virtual]

Member Function Documentation

CSemaphoreExample * CSemaphoreExample::NewL (  )  [static]

NewL()

Definition at line 33 of file SemaphoreExample.cpp.

TInt CSemaphoreExample::ReadThreadFuncL ( TAny *  aPtr  )  [static]
TInt CSemaphoreExample::WriteThreadFuncL ( TAny *  aPtr  )  [static]
void CSemaphoreExample::StartThreads (  ) 
void CSemaphoreExample::ConstructL (  )  [protected]

Generated by  doxygen 1.6.2