wim/WimClient/inc/WimSecModule.h
branchRCL_3
changeset 5 3b17fc5c9564
parent 0 164170e6151a
equal deleted inserted replaced
1:d5423fbb4f29 5:3b17fc5c9564
     1 /*
     1 /*
     2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   181         * @return TInt
   181         * @return TInt
   182         */
   182         */
   183         TInt GetWIMInfoL(); 
   183         TInt GetWIMInfoL(); 
   184 
   184 
   185         /** 
   185         /** 
   186         * Handles cleanup for an object which is not derived from CBase
   186         * Handles cleanup for an TPinAddress array allocated using new[].
   187         * @param aObject -object to be cleaned up
   187         * @param aObject - TPinAddress list to be cleaned up
   188         */
   188         */
   189         static void Cleanup( TAny* aObject );
   189         static void CleanupPinAddressList( TAny* aObject );
   190 
   190 
   191         /** 
   191         /** 
   192         * Converts serialnumber to 8-bit form. Conversion reads
   192         * Converts serialnumber to 8-bit form. Conversion reads
   193         * memory area from orginal serialnumber and captures its significant
   193         * memory area from orginal serialnumber and captures its significant
   194         * bits to a new 8-bit -modifier. 
   194         * bits to a new 8-bit -modifier.