diff -r c84cf270c54f -r 92ab7f8d0eab phoneuis/BubbleManager/Inc/BMCallStatusIndiSmall.h --- a/phoneuis/BubbleManager/Inc/BMCallStatusIndiSmall.h Tue Feb 02 00:10:04 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,60 +0,0 @@ -/* -* Copyright (c) 2009 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: Small call status indicator -* -*/ - -#ifndef C_BUBBLECALLSTATUSINDISMALL_H -#define C_BUBBLECALLSTATUSINDISMALL_H - -#include "BMCallStatusIndi.h" -#include "BMBubbleManager.h" -#include "telbubbleimage.h" - -/** - * Call indicator - * - * - * @lib BubbleManager.lib - * @since S60 v5.0 - */ -NONSHARABLE_CLASS( CBubbleCallStatusIndiSmall ) : public CBubbleCallStatusIndi - { -public: - /** - * Two-phased constructor. - * @param aBubbleManager Bubble manager. - */ - static CBubbleCallStatusIndiSmall* NewL( CBubbleImageManager& aImageManager ); - - /** - * Destructor. - */ - virtual ~CBubbleCallStatusIndiSmall(); - - -private: - CBubbleCallStatusIndiSmall( CBubbleImageManager& aImageManager ); - -private: // From CBubbleCallStatusIndi - /** - * Includes logic for CallStatusIndicator image - * when image is shown - */ - void SetImageAndMask(); - }; - -#endif // C_BUBBLECALLSTATUSINDISMALL_H - -// End of file