appinstaller/AppMngr2/Widget/inc/appmngr2widgetinfoiterator.h
branchRCL_3
changeset 73 79647526f98c
parent 0 ba25891c3a9e
equal deleted inserted replaced
70:e8965914fac7 73:79647526f98c
     1 /*
     1 /*
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2008-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".
    27 public:     // constructors and destructor
    27 public:     // constructors and destructor
    28     static CAppMngr2WidgetInfoIterator* NewL( CAppMngr2InfoBase& aWidget,
    28     static CAppMngr2WidgetInfoIterator* NewL( CAppMngr2InfoBase& aWidget,
    29             TAppMngr2InfoType aInfoType );
    29             TAppMngr2InfoType aInfoType );
    30     ~CAppMngr2WidgetInfoIterator();
    30     ~CAppMngr2WidgetInfoIterator();
    31 
    31 
    32 protected:  // new functions
    32 protected:  // from CAppMngr2InfoIterator
    33     void ConstructL();
    33     void SetAllFieldsL();
       
    34     void SetVersionL();
    34     void SetOtherFieldsL();
    35     void SetOtherFieldsL();
    35 
    36 
    36 private:    // new functions
    37 private:    // new functions
    37     CAppMngr2WidgetInfoIterator( CAppMngr2InfoBase& aWidget,
    38     CAppMngr2WidgetInfoIterator( CAppMngr2InfoBase& aWidget,
    38             TAppMngr2InfoType aInfoType );
    39             TAppMngr2InfoType aInfoType );
       
    40     void ConstructL();
    39     };
    41     };
    40 
    42 
    41 #endif  // C_APPMNGR2WIDGETINFOITERATOR_H
    43 #endif  // C_APPMNGR2WIDGETINFOITERATOR_H
    42 
    44