menufw/menufwui/matrixmenu/inc/mmgui.hrh
branchv5backport
changeset 14 1abc632eb502
parent 13 6205fd287e8a
child 20 636d517f67e6
--- a/menufw/menufwui/matrixmenu/inc/mmgui.hrh	Thu Mar 18 14:45:17 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,48 +0,0 @@
-/*
-* Copyright (c) 2007-2008 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:  Resource headers for project matrixmenu
-*
-*/
-
-
-#ifndef MMGUI_HRH
-#define MMGUI_HRH
-
-#include "mmguiuid.hrh"
-
-/**
- * matrixmenu enumerate command codes.
- * 
- * @since S60 v5.0
- */
-enum TMmOptionsMenuIds
-	{
-	EMmOptionsExit = 0x6001 // start value must not be 0
-	};
-
-/** 
- * Toolbar button control IDs.
- * 
- * @since S60 v5.0
- */
-enum TMmToolbarControlIds
-    {
-    // zero based indices to bind button IDs to their positions on toolbar,
-    // now we can query HN for a button model using this enumeration
-    EMmToolbarControl1 = 0,
-    EMmToolbarControl2,
-    EMmToolbarControl3
-    };
-
-#endif // MMGUI_HRH