datasourcemodules/gpspositioningmodule/lbsagpspsy/inc/agpspsypanic.h
changeset 36 b47902b73a93
parent 0 9cfd9a3ee49c
equal deleted inserted replaced
35:a2efdd544abf 36:b47902b73a93
       
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // agpspositioner.cpp
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20  @InternalComponent
       
    21 */
       
    22 
       
    23 #ifndef AGPSPANIC_H
       
    24 #define AGPSPANIC_H
       
    25 
       
    26 #include <e32base.h>
       
    27 
       
    28 //AGPSPSY panic category
       
    29 #ifdef _DEBUG
       
    30 _LIT(KAGpsPanicCategory, "AGPSPSY");
       
    31 #endif
       
    32 
       
    33 #endif
       
    34 // End of File
       
    35