mtpfws/mtpfw/datatypes/interface/mtpdatatypeconstants.h
branchRCL_3
changeset 4 60a94a45d437
parent 0 d0791faffa3f
--- a/mtpfws/mtpfw/datatypes/interface/mtpdatatypeconstants.h	Mon Mar 15 12:43:12 2010 +0200
+++ b/mtpfws/mtpfw/datatypes/interface/mtpdatatypeconstants.h	Wed Mar 31 22:58:56 2010 +0300
@@ -234,6 +234,14 @@
 */
 const TUint     KMTPMaxStringCharactersLength(KMTPMaxStringLength - KMTPNullCharLen);
 
+/**
+The stardand format GUID string length, 
+the GUID format should be :xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
+@publishedPartner
+@released  
+*/
+const TUint KGUIDFormatStringLength(36);
+
 #endif // MTPDATATYPECONSTANTS_H