sdkcreationmw/sdkexamples/cppexamples/S60Ex/MyView/inc/MyViewApp.h
changeset 1 ac50fd48361b
parent 0 b26acd06ea60
equal deleted inserted replaced
0:b26acd06ea60 1:ac50fd48361b
     1 /*
     1 /*
     2 * Copyright (c) 2002 - 2007 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2002 - 2007 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     8 *
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    24 // INCLUDES
    24 // INCLUDES
    25 #include <aknapp.h>
    25 #include <aknapp.h>
    26 
    26 
    27 // CONSTANTS
    27 // CONSTANTS
    28 // UID of the application
    28 // UID of the application
    29 #ifdef __SERIES60_3X__
    29 
    30 const TUid KUidMyView = { 0xE1EF0018  };
    30 const TUid KUidMyView = { 0xE1EF0018  };
    31 #else
       
    32 const TUid KUidMyView = { 0x01EF0018  };
       
    33 #endif
       
    34 
    31 
    35 
    32 
    36 // CLASS DECLARATION
    33 // CLASS DECLARATION
    37 
    34 
    38 /**
    35 /**