sdkcreationmw/sdkexamples/cppexamples/S60Ex/DataMobility/inc/datamobility.hrh
author rajpuroh
Wed, 21 Apr 2010 09:56:53 +0530
changeset 1 ac50fd48361b
parent 0 b26acd06ea60
permissions -rw-r--r--
Second Contribution

/*
* Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "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:  This file contains declarations for constants of datamobility.
*                The file can be included in C++ or resource file.
*
*/


#ifndef DATAMOBILITY_HRH
#define DATAMOBILITY_HRH

#define _UID3 0xE000027F

// datamobility enumerate command codes

// Application view ids.
enum TAppUIViewNumber
    {
    EMenuViewId = 1,
    EOutputViewId
    };

// Application UI commands.
enum TAppUICommandIds
    {
    EAppUIGoBack = 1,
    EAppUIGoToMenu,
    EAppUIGoToStandardApplication,
    EAppUIGoToApplicationUsingSnap,
    EAppUIGoToTriggeringConnectionDialog,
    EAppUIGoToALRApplication,
    EAppUIGoToALRApplicationUsingDefaultConnection,
    EAppUIGoToUsingConnectionSetting
    };

#endif // DATAMOBILITY_HRH