commands/localdrive/localdrive.cpp
changeset 26 5d370dafea69
parent 0 7f656887cf89
child 66 2a78c4ff2eab
equal deleted inserted replaced
25:482757737e59 26:5d370dafea69
    82 	aOptions.AppendFileNameL(iFile, _L("file"));
    82 	aOptions.AppendFileNameL(iFile, _L("file"));
    83 	}
    83 	}
    84 
    84 
    85 // More GCC issues (see qresources3\src\utils.cpp). Happily the compiler is happier with SLitC and DESC than it is with TLitC and _LIT
    85 // More GCC issues (see qresources3\src\utils.cpp). Happily the compiler is happier with SLitC and DESC than it is with TLitC and _LIT
    86 #include <fshell/descriptorutils.h>
    86 #include <fshell/descriptorutils.h>
    87 #define CASE_LIT(x) case x: { LtkUtils::SLitC KName = DESC(#x); return &KName; }
    87 #define CASE_LIT(x) case x: { static const LtkUtils::SLitC KName = DESC(#x); return &KName; }
    88 
    88 
    89 const TDesC* MediaTypeDesc(TMediaType aType)
    89 const TDesC* MediaTypeDesc(TMediaType aType)
    90 	{
    90 	{
    91 	enum TEnumsNotIn91
    91 	enum TEnumsNotIn91
    92 		{
    92 		{