diff -r 89d6a7a84779 -r 25a17d01db0c Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/circularbuffer_8cpp.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/circularbuffer_8cpp.html Fri Jan 22 18:26:19 2010 +0000 @@ -0,0 +1,45 @@ + +
++Go to the source code of this file.
Functions | |
+ | _LIT (KPressAKey,"\n\tPress any key to continue....") |
+ | _LIT (KConstruct,"\n\n ****Construct****") |
+ | _LIT (KAdd,"\n ****Add objects****\n") |
+ | _LIT (KNumberOfObjects,"\nNumber of objects in the circular buffer: %d\n") |
+ | _LIT (KAddFailed,"\nElement cannot be added because the circular buffer is full\n") |
+ | _LIT (KRemove,"\n ****Remove objects****\n") |
+void | MainL () |
+GLDEF_C TInt | E32Main () |
Definition in file circularbuffer.cpp.
+