pkiutilities/SecModUI/inc/SecModUIContainerCode.h
changeset 0 164170e6151a
equal deleted inserted replaced
-1:000000000000 0:164170e6151a
       
     1 /*
       
     2 * Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:   Declaration of the CSecModUIContainerCode class
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef SECMODUICONTAINERCODE_H
       
    20 #define SECMODUICONTAINERCODE_H
       
    21 
       
    22 // INCLUDES
       
    23 #include "SecModUIContainerBase.h"
       
    24  
       
    25 // FORWARD DECLARATIONS
       
    26 
       
    27 // CLASS DECLARATION
       
    28 
       
    29 /**
       
    30 *  CSecModUIContainerCode  container control class.
       
    31 *  
       
    32 */
       
    33 class CSecModUIContainerCode : public CSecModUIContainerBase
       
    34     {
       
    35     public: // Constructors and destructor
       
    36     
       
    37         /**
       
    38         * Overrided Default constructor
       
    39         */
       
    40         CSecModUIContainerCode(CSecModUIModel& aModel);
       
    41 
       
    42         /**
       
    43         * Destructor.
       
    44         */
       
    45         virtual ~CSecModUIContainerCode();
       
    46 
       
    47     public: // New functions
       
    48 
       
    49     private: // Functions from base classes
       
    50         
       
    51         void SetupListItemsL();
       
    52         void CreateResourceReaderLC(TResourceReader& aReader);	
       
    53                    
       
    54     private: // New functions
       
    55     	 
       
    56     private: //data
       
    57  
       
    58    };
       
    59 
       
    60 #endif // SECMODUICONTAINERCODE_H
       
    61 
       
    62 // End of File