remotemgmt_plat/scp_server_api/inc/SCPServerInterface.h
branchRCL_3
changeset 13 86979fe66c4c
parent 0 b497e44ab2fc
child 25 b183ec05bd8c
--- a/remotemgmt_plat/scp_server_api/inc/SCPServerInterface.h	Mon Mar 15 12:43:15 2010 +0200
+++ b/remotemgmt_plat/scp_server_api/inc/SCPServerInterface.h	Wed Mar 31 23:00:03 2010 +0300
@@ -27,6 +27,8 @@
 typedef TBuf<8> TSCPSecCode;
 const TInt KSCPMaxEnhCodeLen = 256;
 
+// New DataType to store encrypted information of maximum size 128.
+typedef TBuf<128> TSCPCryptoCode;
 
 // LOCAL CONSTANTS
 _LIT( KSCPServerName, "!SCPServer" );