cbsatplugin/atmisccmdplugin/inc/atmisccmdpluginconsts.h
changeset 32 19bd632b5100
parent 26 b78e66e88238
child 45 b0aebde9b1fb
child 52 4545c04e61e1
--- a/cbsatplugin/atmisccmdplugin/inc/atmisccmdpluginconsts.h	Mon May 17 11:06:23 2010 +0300
+++ b/cbsatplugin/atmisccmdplugin/inc/atmisccmdpluginconsts.h	Fri May 28 17:03:06 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