ncdengine/provider/protocol/inc/ncd_pp_skin.h
changeset 4 32704c33136d
equal deleted inserted replaced
-1:000000000000 4:32704c33136d
       
     1 /*
       
     2 * Copyright (c) 2006 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:   MNcdPreminetProtocolSkin declaration
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef M_NCDPREMINETPROTOCOLSKIN_H
       
    20 #define M_NCDPREMINETPROTOCOLSKIN_H
       
    21 
       
    22 class MNcdPreminetProtocolSkin
       
    23     {
       
    24 public:
       
    25 
       
    26     /**
       
    27      * Destructor.
       
    28      */
       
    29     virtual ~MNcdPreminetProtocolSkin() {}
       
    30 
       
    31     /**
       
    32      * Get skin ID.
       
    33      *
       
    34      * @return ID of the skin.
       
    35      */
       
    36     virtual const TDesC& Id() const = 0;
       
    37 
       
    38     /**
       
    39      * Get skin timestamp.
       
    40      *
       
    41      * @return Timestamp of the skin.
       
    42      */
       
    43     virtual const TDesC& Timestamp() const = 0;
       
    44 
       
    45     /**
       
    46      * Get skin URI.
       
    47      *
       
    48      * @return URI of the skin.
       
    49      */
       
    50     virtual const TDesC& Uri() const = 0;
       
    51 
       
    52     };
       
    53 
       
    54 #endif // M_NCDPREMINETPROTOCOLSKIN_H