diff -r 9e9792ae22e3 -r 86979fe66c4c remotemgmt_plat/scp_server_api/inc/SCPServerInterface.h --- 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" );