cbsatplugin/atmisccmdplugin/inc/atmisccmdpluginconsts.h
changeset 37 91746b151f97
parent 17 f05641c183ff
child 45 b0aebde9b1fb
child 52 4545c04e61e1
--- a/cbsatplugin/atmisccmdplugin/inc/atmisccmdpluginconsts.h	Thu May 27 13:01:44 2010 +0300
+++ b/cbsatplugin/atmisccmdplugin/inc/atmisccmdpluginconsts.h	Fri Jun 11 13:48:51 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