diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/observer_8cpp.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/observer_8cpp.html Tue Mar 30 16:16:55 2010 +0100 @@ -0,0 +1,64 @@ + + +
+ +Go to the source code of this file.
+Functions | |
+ | _LIT (KObserverLogFile,"C:\\ObserverLogFile.txt") |
+TInt | ObserverThreadL (TInt aNoOfMsg) |
+TInt | ObserverThreadEntryPoint (TAny *aParam) |
void | CreateObserverThread (int aNoOfMsg) |
Part of : Open C / ProducerConsumer
+Description : ProducerConsumer Problem solution Version : 0.1
+Copyright (c) 2007 Nokia Corporation. This material, including documentation and any related computer programs, is protected by copyright controlled by Nokia Corporation.
+ +Definition in file observer.cpp.
+void CreateObserverThread | +( | +int | +aNoOfMsg | +) | ++ |
Declaration of Function that creats Observing Thread
+aNoOfMsg | - Number of messages |
Definition at line 119 of file observer.cpp.
+ +