equal
deleted
inserted
replaced
26 // CONSTANTS |
26 // CONSTANTS |
27 const TUint KMaxTerminalTypeLength = 64; |
27 const TUint KMaxTerminalTypeLength = 64; |
28 const TUint KWlanMacAddressLength = 50; |
28 const TUint KWlanMacAddressLength = 50; |
29 const TUint KPhoneModelLength = 20; |
29 const TUint KPhoneModelLength = 20; |
30 const TInt KMaxUriLength = 64; |
30 const TInt KMaxUriLength = 64; |
|
31 const TInt KMaxDebugPrintLength = 256; |
31 |
32 |
32 // CLASS DECLARATION |
33 // CLASS DECLARATION |
33 class CRCSEProfileRegistry; |
34 class CRCSEProfileRegistry; |
34 class CRCSEProfileEntry; |
35 class CRCSEProfileEntry; |
35 class CRCSEAudioCodecRegistry; |
36 class CRCSEAudioCodecRegistry; |
489 * @since S60 3.2 |
490 * @since S60 3.2 |
490 * @param aObject URI with which to resolve the ID. |
491 * @param aObject URI with which to resolve the ID. |
491 * @return Presence profile ID. |
492 * @return Presence profile ID. |
492 */ |
493 */ |
493 TUint32 PresenceIdL( const TDesC8& aObject ) const; |
494 TUint32 PresenceIdL( const TDesC8& aObject ) const; |
494 |
495 |
|
496 /** |
|
497 * Checks if Presence Settings ID is valid. |
|
498 * @since S60 3.2 |
|
499 * @param aSetId Presence Settings ID. |
|
500 * @return ETrue if settings exists, EFalse if not. |
|
501 */ |
|
502 TBool IsPresIDValidL( TUint32 aSetId ) const; |
|
503 |
495 /** |
504 /** |
496 * Get SNAP ID. |
505 * Get SNAP ID. |
497 * @since S60 3.2. |
506 * @since S60 3.2. |
498 * @param aUri URI from which to find SNAP ID. |
507 * @param aUri URI from which to find SNAP ID. |
499 * @return SNAP ID. |
508 * @return SNAP ID. |