classicui_plat/personalisation_framework_api/inc/MPslnFWMSKLabelObserver.h
changeset 37 89c890c70182
parent 34 6b5204869ed5
child 45 667edd0b8678
--- a/classicui_plat/personalisation_framework_api/inc/MPslnFWMSKLabelObserver.h	Fri Jun 25 18:53:58 2010 +0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,44 +0,0 @@
-/*
-* Copyright (c) 2006 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:  Indicates that MSK label might be in need of update.
-*
-*/
-
-
-#ifndef M_PSLNFWMSKLABELOBSERVER_H
-#define M_PSLNFWMSKLABELOBSERVER_H
-
-/**
- *  Observer interface to enable observer to verify currently displayed 
- *  middle softkey label. The inherited method should be called when 
- *  the middle softkey label is in need of updating after a navigation 
- *  event has been detected.
- *
- *  @lib PslnFramework.lib
- *  @since S60 v3.1
- */
-class MPslnFWMSKObserver
-    {
-
-public:
-
-    /**
-     * Observer interface to verify currently displayed middle softkey label.
-     */
-    IMPORT_C virtual void CheckMiddleSoftkeyLabelL() = 0;
-
-    };
-
-
-#endif // M_PSLNFWMSKLABELOBSERVER_H