cbsatplugin/atmisccmdplugin/inc/atmisccmdpluginconsts.h
branchRCL_3
changeset 35 95674584745d
parent 16 b23265fb36da
child 45 b0aebde9b1fb
child 52 4545c04e61e1
--- a/cbsatplugin/atmisccmdplugin/inc/atmisccmdpluginconsts.h	Tue May 25 12:53:11 2010 +0300
+++ b/cbsatplugin/atmisccmdplugin/inc/atmisccmdpluginconsts.h	Wed Jun 09 09:52:54 2010 +0300
@@ -31,7 +31,6 @@
 _LIT8(KCBCSupportedCmdsList, "+CBC: (0,1,2,3),(1...100)\r\n\r\nOK\r\n");
 _LIT8(KCUSDSupportedCmdsList, "+CUSD: (0,1)\r\n\r\nOK\r\n");
 
-
 _LIT8(KATCLCKPS, "PS");
 _LIT8(KATCLCKSC, "SC");
 _LIT8(KATCLCKAO, "AO");
@@ -43,4 +42,7 @@
 _LIT8(KATCLCKAG, "AG");
 _LIT8(KATCLCKAC, "AC");
 
+// Max buffer length for an MD5 digest - originally defined in SCPServerInterface.h
+const TInt KSCPMaxHashLength( 32 );
+
 #endif // ATMISCCMDPLUGINCONSTS_H