cryptoservices/filebasedcertificateandkeystores/source/generic/client/CFStokenclient.cpp
changeset 8 35751d3474b7
parent 0 2c201484c85f
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
    21 #include "clientfactories.h"
    21 #include "clientfactories.h"
    22 
    22 
    23 // Information strings returned by MCTToken::Information()
    23 // Information strings returned by MCTToken::Information()
    24 _LIT(KVersion, "1.00");
    24 _LIT(KVersion, "1.00");
    25 _LIT(KSerialNo, "0");
    25 _LIT(KSerialNo, "0");
    26 _LIT(KManufacturer, "Symbian Ltd.");
    26 _LIT(KManufacturer, "Nokia Corporation and/or its subsidiary(-ies).");
    27 
    27 
    28 MCTToken* CFSTokenClient::NewL(ETokenEnum aTokenTypeVal, MCTTokenType* aTokenType, RFileStoreClientSession& aClient)
    28 MCTToken* CFSTokenClient::NewL(ETokenEnum aTokenTypeVal, MCTTokenType* aTokenType, RFileStoreClientSession& aClient)
    29 {
    29 {
    30 	__ASSERT_DEBUG(aTokenType, FSTokenPanic(EBadArgument));
    30 	__ASSERT_DEBUG(aTokenType, FSTokenPanic(EBadArgument));
    31 
    31