diff -r 150a13bad6af -r 0802db42e4e9 webservices/wsoviplugin/inc/wsovicons.h --- a/webservices/wsoviplugin/inc/wsovicons.h Tue Jan 26 13:03:48 2010 +0200 +++ b/webservices/wsoviplugin/inc/wsovicons.h Sun May 30 23:54:06 2010 +0530 @@ -164,6 +164,7 @@ _LIT8(KTTL,"TTL"); _LIT8(KTokenCreationTime,"TokenCreationTime"); + _LIT8(KTokenValidUntilTime,"TokenValidUntil"); _LIT8( KTokenSecret, "TokenSecret"); _LIT8( KToken, "Token"); _LIT8(KOnlySharing, "OnlySharing"); @@ -191,16 +192,18 @@ _LIT8(KTokenCreationResponseLocalName, "tokenCreationResponse"); _LIT8(KTokenSecretLocalName, "tokenSecret"); _LIT8(KTTLLocalName, "ttl"); + _LIT8(KExpiresLocalName, "expires"); _LIT8(KTokenInfoLocalName,"tokenInfo"); _LIT8(KErrorNode, "error"); _LIT8(KErrorCode, "errorCode"); _LIT8(KErrorText, "errorText"); _LIT8(KErrorCodeInvalidAccessToken, "invalidAccessToken"); _LIT8(KErrorCodeUnauthorized, "notAuthorized"); - _LIT8(KUserInfoLocalName,"userInfo"); _LIT8(KUserNameLocalName,"username"); - + _LIT8( KMobileUsed1, "Mobile number" ); + _LIT8( KMobileUsed2, "already used today" ); + _LIT8(KEmailUsed, "You have already a Nokia account associated with this mobile number or email address."); } #endif // CONSPLUGIN_H