camera_plat/active_palette_2_api/inc/activepalette2navigationkeys.h
changeset 19 d9aefe59d544
parent 3 8b2d6d0384b0
child 21 fa6d9f75d6a6
child 28 3075d9b614e6
--- a/camera_plat/active_palette_2_api/inc/activepalette2navigationkeys.h	Tue Feb 02 00:01:39 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,60 +0,0 @@
-/*
-* Copyright (c) 2007-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:  Contains the key definitions used for navigation in AP
-*
-*/
-
-
-/**
- * @file ActivePalette2NavigationKeys.h
- * Contains the key definitions used for navigation in AP
- */
-
-#ifndef _ACTIVE_PALETTE_2_NAVIGATION_KEYS_H
-#define _ACTIVE_PALETTE_2_NAVIGATION_KEYS_H
-
-#include <e32std.h>
-
-/**
- * Navigation key type
- */
-class TActivePalette2NavigationKeys
-    {
-    public:
-        /** 
-         * Constructor
-         * @param aNaviPrev The scancode of the previous key
-         * @param aNaviNext The scancode of the next key
-         * @param aNaviSelect The scancode of the select key
-         */
-        IMPORT_C TActivePalette2NavigationKeys(TInt aNaviPrev,
-        		                 TInt aNaviNext,
-        		                 TInt aNaviSelect);
-
-        /** 
-         * Constructor
-         * Assumes default navigation keys
-         */
-        IMPORT_C TActivePalette2NavigationKeys(void); 
-        
-        /// The &quot;Previous&quot; key's scancode
-        TInt    iNaviPrev;
-        /// The &quot;Next&quot; key's scancode
-        TInt    iNaviNext;
-        /// The &quot;Select&quot; key's scancode
-        TInt    iNaviSelect;
-    };
-
-
-#endif // _ACTIVE_PALETTE_2_NAVIGATION_KEYS_H