1.1 --- a/epoc32/include/netconerror.h Wed Mar 31 12:27:01 2010 +0100
1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
1.3 @@ -1,87 +0,0 @@
1.4 -/**
1.5 -* Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
1.6 -* All rights reserved.
1.7 -* This component and the accompanying materials are made available
1.8 -* 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
1.9 -* which accompanies this distribution, and is available
1.10 -* at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
1.11 -*
1.12 -* Initial Contributors:
1.13 -* Nokia Corporation - initial contribution.
1.14 -*
1.15 -* Contributors:
1.16 -*
1.17 -* Description:
1.18 -*
1.19 -*/
1.20 -
1.21 -
1.22 -
1.23 -
1.24 -
1.25 -/**
1.26 - @file NetConError.h
1.27 -*/
1.28 -
1.29 -#ifndef __NETCONERROR_H__
1.30 -#define __NETCONERROR_H__
1.31 -
1.32 -// Network Controller external errors and error strings
1.33 -
1.34 -/**
1.35 -Network Controller Base error
1.36 -
1.37 -@internalComponent
1.38 -*/
1.39 -const TInt KNetConErrorBase = -3600;
1.40 -
1.41 -/**
1.42 -Network Controller Undefined Default Database error
1.43 -
1.44 -@internalComponent
1.45 -*/
1.46 -const TInt KErrNetConDatabaseDefaultUndefined = KNetConErrorBase - 6;
1.47 -
1.48 -/**
1.49 -Network Controller Unknown Database Type error
1.50 -
1.51 -@internalComponent
1.52 -*/
1.53 -const TInt KErrNetConDatabaseTypeUnknown = KNetConErrorBase - 7;
1.54 -
1.55 -/**
1.56 -Network Controller Database Not Found error
1.57 -
1.58 -@internalComponent
1.59 -*/
1.60 -const TInt KErrNetConDatabaseNotFound = KNetConErrorBase - 8;
1.61 -
1.62 -/**
1.63 -Network Controller No GPRS Network error
1.64 -
1.65 -@internalComponent
1.66 -*/
1.67 -const TInt KErrNetConNoGPRSNetwork = KNetConErrorBase -9;
1.68 -
1.69 -/**
1.70 -Network Controller Incorrect MSClass error
1.71 -
1.72 -@internalComponent
1.73 -*/
1.74 -const TInt KErrNetConIncorrectMSClass = KNetConErrorBase -10;
1.75 -
1.76 -/**
1.77 -Network Controller Inadequate Signal Strengh error
1.78 -
1.79 -@internalTechnology
1.80 -*/
1.81 -const TInt KErrNetConInadequateSignalStrengh = KNetConErrorBase -11;
1.82 -
1.83 -/**
1.84 -Network Controller State Machine Not Available error
1.85 -
1.86 -@internalTechnology
1.87 -*/
1.88 -const TInt KErrNetConStateMachineNotAvailable = KNetConErrorBase -12;
1.89 -
1.90 -#endif