voipplugins/voipadapters/dmvoipadapter/inc/nsmldmvoipadapter.h
branchRCL_3
changeset 10 ed1e38b404e5
parent 0 a4daefaec16c
child 20 65a3ef1d5bd0
--- a/voipplugins/voipadapters/dmvoipadapter/inc/nsmldmvoipadapter.h	Mon Mar 15 12:39:55 2010 +0200
+++ b/voipplugins/voipadapters/dmvoipadapter/inc/nsmldmvoipadapter.h	Wed Mar 31 21:20:05 2010 +0300
@@ -28,6 +28,7 @@
 const TUint KWlanMacAddressLength  = 50;
 const TUint KPhoneModelLength      = 20;
 const TInt KMaxUriLength           = 64;
+const TInt KMaxDebugPrintLength    = 256;
 
 // CLASS DECLARATION
 class CRCSEProfileRegistry;
@@ -491,7 +492,15 @@
          * @return Presence profile ID.
          */
         TUint32 PresenceIdL( const TDesC8& aObject ) const;
-
+		
+        /**
+         * Checks if Presence Settings ID is valid.
+         * @since S60 3.2
+         * @param aSetId Presence Settings ID.
+         * @return ETrue if settings exists, EFalse if not.
+         */
+        TBool IsPresIDValidL( TUint32 aSetId ) const;
+        
         /**
          * Get SNAP ID.
          * @since S60 3.2.