PECengine/AttributeLibrary2/SrcWVAttributes/CPEngWVStatusContentConstruct.h
changeset 0 094583676ce7
equal deleted inserted replaced
-1:000000000000 0:094583676ce7
       
     1 /*
       
     2 * Copyright (c) 2004 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:  WV Status content attribute constructor.
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef CPENGWVSTATUSCONTENTCONSTRUCT_H
       
    19 #define CPENGWVSTATUSCONTENTCONSTRUCT_H
       
    20 
       
    21 //  INCLUDES
       
    22 #include    "CPEngWVAttributeConstructBase.h"
       
    23 #include    "CPEngWVAttributeModelBase.h"
       
    24 #include    <PEngWVPresenceAttributes2.h>
       
    25 #include    <E32Base.h>
       
    26 
       
    27 
       
    28 
       
    29 //FORWARD DECLARATION
       
    30 class T_CWVStatusContentModel;
       
    31 
       
    32 
       
    33 /**
       
    34  * WV Status content attribute constructor.
       
    35  *
       
    36  * @lib PEngAttrLib
       
    37  * @since 3.0
       
    38  */
       
    39 NONSHARABLE_CLASS( CPEngWVStatusContentConstruct ) : public CPEngWVAttributeConstructBase
       
    40     {
       
    41 public:  // Constructors and destructor
       
    42 
       
    43     /**
       
    44      * C++ constructor.
       
    45      */
       
    46     CPEngWVStatusContentConstruct( TPEngWVCspVersion aCurrentCspVer );
       
    47 
       
    48 
       
    49     /**
       
    50      * Destructor.
       
    51      */
       
    52     virtual ~CPEngWVStatusContentConstruct();
       
    53 
       
    54 
       
    55 public: // Functions from MPEngPresenceAttrConstructorTypeImp
       
    56 
       
    57     /**
       
    58      * From MPEngPresenceAttrConstructorTypeImp.
       
    59      *
       
    60      * @since 3.0
       
    61      */
       
    62     MPEngPresenceAttrModelTypeImp* NewAttributeInstanceLC( TBool aUserOwnAttribute ) const;
       
    63 
       
    64 
       
    65     };
       
    66 
       
    67 #endif      //CPENGWVSTATUSCONTENTCONSTRUCT_H
       
    68 
       
    69 //  End of File
       
    70