--- a/emailuis/emailui/inc/FreestyleMessageHeaderURLFactory.h Tue Feb 02 00:02:40 2010 +0200
+++ b/emailuis/emailui/inc/FreestyleMessageHeaderURLFactory.h Fri Feb 19 22:37:30 2010 +0200
@@ -35,7 +35,8 @@
};
public:
IMPORT_C static CFreestyleMessageHeaderURL* CreateEmailAddressUrlL( TEmailAddressType aEmailType, const CFSMailAddress& aEmailAddress );
- IMPORT_C static CFreestyleMessageHeaderURL* CreateAttachmentUrlL( const TDesC& aAttachmentItemId );
+ IMPORT_C static CFreestyleMessageHeaderURL* CreateAttachmentUrlL( const TDesC& aAttachmentItemId );
+ IMPORT_C static CFreestyleMessageHeaderURL* CreateEmailSubjectUrlL( const TDesC& aSubject );
};
#endif //__CFREESTYLE_MESSAGE_HEADER_URL_FACTORY_H__