epoc32/include/lbserrors.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
     1 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     7 //
     8 // Initial Contributors:
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
     9 // Nokia Corporation - initial contribution.
    10 //
    10 //
    11 // Contributors:
    11 // Contributors:
    15 
    15 
    16 #ifndef __LBSERRORS_H__
    16 #ifndef __LBSERRORS_H__
    17 #define __LBSERRORS_H__
    17 #define __LBSERRORS_H__
    18 
    18 
    19 #include <e32def.h>
    19 #include <e32def.h>
    20 #include <lbs/lbsvariant.h>
    20 #include <lbsvariant.h>
    21 
    21 
    22 /**
    22 /**
    23 LBS Panic string
    23 LBS Panic string
    24 
    24 
    25 @publishedAll
    25 @publishedAll
   118 
   118 
   119 /**
   119 /**
   120 Code indicating that the assistance data response asks for a reset of the assistance data, as 
   120 Code indicating that the assistance data response asks for a reset of the assistance data, as 
   121 shown by the data mask.
   121 shown by the data mask.
   122 
   122 
   123 @publishedPartner
   123 @publishedAll
   124 @prototype
   124 @released
   125  */
   125  */
   126 const TInt KPositionAssistanceDataReset = 5;
   126 const TInt KPositionAssistanceDataReset = 5;
   127 
   127 
   128 /**
   128 /**
   129 Lbs specific error codes.
   129 Lbs specific error codes.
   227 
   227 
   228 /**
   228 /**
   229 Indicates an error due to no network coverage.
   229 Indicates an error due to no network coverage.
   230 
   230 
   231 @publishedAll
   231 @publishedAll
   232 @prototype
   232 @released
   233  */
   233  */
   234 const TInt KErrPositionNetworkUnavailable					= KPositionNetworkErrorBase - 8; //-18309
   234 const TInt KErrPositionNetworkUnavailable					= KPositionNetworkErrorBase - 8; //-18309
   235 
   235 
   236 
   236 
   237 /**
   237 /**