diff -r 48780e181b38 -r 578be2adaf3e Symbian3/PDK/Source/GUID-8A58670C-D805-5E97-9B88-70C40CD011D4.dita --- a/Symbian3/PDK/Source/GUID-8A58670C-D805-5E97-9B88-70C40CD011D4.dita Tue Jul 20 12:00:49 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-8A58670C-D805-5E97-9B88-70C40CD011D4.dita Fri Aug 13 16:47:46 2010 +0100 @@ -1,29 +1,29 @@ - - - - - - NULL -constant literalsLiteral descriptor containing a NULL text string -

Three variants are provided and can be used directly:

- -

These are defined in e32std.h and are defined as follows:

- + + + + + + NULL +constant literalsLiteral descriptor containing a NULL text string +

Three variants are provided and can be used directly:

+
    +
  • KNullDesC16 - +the 16 bit variant for Unicode strings

  • +
  • KNullDesC8 - +the 8 bit variant for non-Unicode strings

  • +
  • KNullDesC - +the build independent variant

  • +
+

These are defined in e32std.h and are defined as follows:

+
    +
  • _LIT(KNullDesC,"");

  • +
  • _LIT8(KNullDesC8,"");

  • +
  • _LIT16(KNullDesC16,"");

  • +
\ No newline at end of file