diff -r 000000000000 -r 094583676ce7 PECengine/AttributeLibrary2/SrcWVAttributes/CPEngWVStatusContentConstruct.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/PECengine/AttributeLibrary2/SrcWVAttributes/CPEngWVStatusContentConstruct.h Thu Dec 17 08:41:52 2009 +0200 @@ -0,0 +1,70 @@ +/* +* Copyright (c) 2004 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: WV Status content attribute constructor. +* +*/ + +#ifndef CPENGWVSTATUSCONTENTCONSTRUCT_H +#define CPENGWVSTATUSCONTENTCONSTRUCT_H + +// INCLUDES +#include "CPEngWVAttributeConstructBase.h" +#include "CPEngWVAttributeModelBase.h" +#include +#include + + + +//FORWARD DECLARATION +class T_CWVStatusContentModel; + + +/** + * WV Status content attribute constructor. + * + * @lib PEngAttrLib + * @since 3.0 + */ +NONSHARABLE_CLASS( CPEngWVStatusContentConstruct ) : public CPEngWVAttributeConstructBase + { +public: // Constructors and destructor + + /** + * C++ constructor. + */ + CPEngWVStatusContentConstruct( TPEngWVCspVersion aCurrentCspVer ); + + + /** + * Destructor. + */ + virtual ~CPEngWVStatusContentConstruct(); + + +public: // Functions from MPEngPresenceAttrConstructorTypeImp + + /** + * From MPEngPresenceAttrConstructorTypeImp. + * + * @since 3.0 + */ + MPEngPresenceAttrModelTypeImp* NewAttributeInstanceLC( TBool aUserOwnAttribute ) const; + + + }; + +#endif //CPENGWVSTATUSCONTENTCONSTRUCT_H + +// End of File +