diff -r a4a774cb6ea7 -r 7237db0d9fca satengine/SatServer/Engine/src/CSatApnHandler.cpp --- a/satengine/SatServer/Engine/src/CSatApnHandler.cpp Fri Feb 19 23:21:58 2010 +0200 +++ b/satengine/SatServer/Engine/src/CSatApnHandler.cpp Fri Mar 12 15:45:50 2010 +0200 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2002-2008 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -15,8 +15,6 @@ * */ - - // INCLUDE FILES #include #include @@ -29,13 +27,7 @@ #include "CSatApnHandler.h" #include "SatLog.h" - -const TInt KMaxAccessPointName( 50 ); -// Granularity for getting connection methods from CM session const TUint32 KSatCMGranularity( 5 ); -// The max length of access point name -const TUint32 KSatMaxApnName( 236 ); - // ============================ MEMBER FUNCTIONS ===============================