diff -r 25a17d01db0c -r ebc84c812384 Symbian3/SDK/Source/GUID-1ACD01D1-2055-581A-9478-2C0D7D1CF9E6.dita --- a/Symbian3/SDK/Source/GUID-1ACD01D1-2055-581A-9478-2C0D7D1CF9E6.dita Fri Jan 22 18:26:19 2010 +0000 +++ b/Symbian3/SDK/Source/GUID-1ACD01D1-2055-581A-9478-2C0D7D1CF9E6.dita Thu Mar 11 15:24:26 2010 +0000 @@ -9,10 +9,10 @@ --> -Use Cases -for Writing Standard C++ Code +Use +Cases for Writing Standard C++ Code

The following topics describe the use cases based on which you can write -Standard C++ code on Symbian platform:

+Standard C++ code on the Symbian platform:

  • Standard C++ code using STL or Standard C

  • Standard C++ code calling Symbian C++ functions

  • @@ -65,7 +65,7 @@ this can cause problems illustrated in the Standard C++ calling Symbian C++ functions section.

    Note: For more information about the leave-idiom on Symbian C++, see the Lifetimes -in Symbian platform topic under the Object +in Symbian topic under the Object lifetimes and cleanup section.

    The error code err can then be translated to throw a corresponding Standard C++ exception using the TranslateSymErrorToCppException utility function. This function is declared in stdcpp_support.h.

    Alternatively, @@ -176,7 +176,7 @@ Standard C++ Library Overview Standard -C++ Support on Symbian Platform +C++ Support on the Symbian Platform Building a Standard C++ Application or Library Possible