1 // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
17 inline CMsvRecipient::TRecipientStatus CMsvRecipient::Status() const
18 /** Gets the message sending status for the recipient.
20 @return Message sending status for the recipient */
25 inline void CMsvRecipient::SetStatus(TRecipientStatus aStatus)
26 /** Sets the message sending status for the recipient.
28 @param aStatus Message sending status for the recipient */
33 inline TInt CMsvRecipient::Error() const
34 /** Gets any error code for message sending to the recipient.
36 @return System wide error code */
41 inline void CMsvRecipient::SetError(TInt aError)
42 /** Sets any error code for message sending to the recipient.
44 @param aError System wide error code */
49 inline const TTime& CMsvRecipient::Time() const
50 /** Gets the (const) time for message sending to the recipient.
52 @return Time for message sending to the recipient */
57 inline TTime& CMsvRecipient::Time()
58 /** Gets the (writable) time for message sending to the recipient.
60 @return Time for message sending to the recipient */
65 inline TInt CMsvRecipient::Retries() const
66 /** Gets the number of retries for message sending to the recipient.
68 @return Number of retries */
73 inline void CMsvRecipient::IncreaseRetries()
74 /** Increments the number of retries for message sending to the recipient. */
79 inline void CMsvRecipient::ResetRetries()
80 /** Resets the number of retries for message sending to the recipient to zero. */