emailuis/emailui/inc/FreestyleMessageHeaderURL.h
branchRCL_3
changeset 8 e1b6206813b4
parent 2 5253a20d2a1e
equal deleted inserted replaced
4:e7aa27f58ae1 8:e1b6206813b4
    29 _LIT( KURLTypeAttachment, "attachment" );
    29 _LIT( KURLTypeAttachment, "attachment" );
    30 _LIT( KURLTypeSeparator, "/" );
    30 _LIT( KURLTypeSeparator, "/" );
    31 _LIT( KURLHttpPrefix, "http://" );
    31 _LIT( KURLHttpPrefix, "http://" );
    32 _LIT( KURLHttpsPrefix, "https://" );
    32 _LIT( KURLHttpsPrefix, "https://" );
    33 _LIT( KURLMailToPrefix, "mailto:" );
    33 _LIT( KURLMailToPrefix, "mailto:" );
       
    34 _LIT( KURLTypeSubject, "subject" );
    34 
    35 
    35 class CFreestyleMessageHeaderURL : public CBase
    36 class CFreestyleMessageHeaderURL : public CBase
    36     {
    37     {
    37 public:
    38 public:
    38     IMPORT_C static CFreestyleMessageHeaderURL* NewL();
    39     IMPORT_C static CFreestyleMessageHeaderURL* NewL();