iaupdate/IAD/engine/inc/iaupdatebasenode.h
branchRCL_3
changeset 11 3ba40be8e484
parent 0 ba25891c3a9e
equal deleted inserted replaced
9:51c0f5edf5ef 11:3ba40be8e484
     1 /*
     1 /*
     2 * Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2007-2009 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".
    61 
    61 
    62     /**
    62     /**
    63      * @return const TUid& Uid of this node
    63      * @return const TUid& Uid of this node
    64      **/
    64      **/
    65     virtual const TUid& Uid() const = 0;
    65     virtual const TUid& Uid() const = 0;
    66         
    66 	
       
    67 	/*
       
    68 	 * This returns the identifier of widget. Normally it is a string --> "com.yiibu.hue"
       
    69 	 * This is the unique identifier of widget before installing on top of Symbian platform.
       
    70      */
       
    71      virtual const TDesC& Identifier() const = 0;    
       
    72 
    67     /**
    73     /**
    68      * @return const TDesC& The name of this node
    74      * @return const TDesC& The name of this node
    69      **/
    75      **/
    70     virtual const TDesC& Name() const = 0;
    76     virtual const TDesC& Name() const = 0;
    71     
    77     
   159      * items are saved normally in history.
   165      * items are saved normally in history.
   160      * @exception Leaves with system wide error code
   166      * @exception Leaves with system wide error code
   161      */
   167      */
   162     virtual void SetInstallStatusToPurchaseHistoryL( 
   168     virtual void SetInstallStatusToPurchaseHistoryL( 
   163         TInt aErrorCode, TBool aForceVisibleInHistory ) = 0;
   169         TInt aErrorCode, TBool aForceVisibleInHistory ) = 0;
       
   170     
       
   171     /**
       
   172     * @return const TDesC& The mime type of this node
       
   173     **/
       
   174     virtual const TDesC& Mime() const = 0;
   164 
   175 
   165     
   176     
   166 protected:
   177 protected:
   167 
   178 
   168     virtual ~MIAUpdateBaseNode() { }
   179     virtual ~MIAUpdateBaseNode() { }