voipplugins/voipadapters/dmvoipadapter/inc/nsmldmvoipadapter.h
branchRCL_3
changeset 15 ed1e38b404e5
parent 0 a4daefaec16c
child 26 65a3ef1d5bd0
equal deleted inserted replaced
11:bddb6d4447db 15:ed1e38b404e5
    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.