diff -r b13141f05c3d -r b5fbb9b25d57 ipsservices/ipssossettings/inc/ipssetdataapi.h --- a/ipsservices/ipssossettings/inc/ipssetdataapi.h Tue Apr 27 16:20:14 2010 +0300 +++ b/ipsservices/ipssossettings/inc/ipssetdataapi.h Tue May 11 15:57:15 2010 +0300 @@ -167,6 +167,17 @@ TMsvEntry& aService, const TDesC& aMailboxName ); + /** + * Returns pointer to descriptor containing signature text if signature + * has been set to be added to outgoing mails. Otherwise returns NULL + * pointer. + * Ownership of the descriptor is passed to the caller. + * @param aService Service entry for which signature text setting is + * * resolved. + * @return Pointer to descriptor containing the signature text. + */ + IMPORT_C HBufC* SignatureTextL( const TMsvEntry& aService ); + private: /**