1.1 --- a/epoc32/include/mw/apdatahandler.h Wed Mar 31 12:27:01 2010 +0100
1.2 +++ b/epoc32/include/mw/apdatahandler.h Wed Mar 31 12:33:34 2010 +0100
1.3 @@ -2,9 +2,9 @@
1.4 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
1.5 * All rights reserved.
1.6 * This component and the accompanying materials are made available
1.7 -* 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.8 +* under the terms of "Eclipse Public License v1.0"
1.9 * which accompanies this distribution, and is available
1.10 -* at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
1.11 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.12 *
1.13 * Initial Contributors:
1.14 * Nokia Corporation - initial contribution.
1.15 @@ -533,17 +533,6 @@
1.16
1.17
1.18 /**
1.19 - * Reads the CDMA data from the database.
1.20 - * In case of error, leaves with CommDb error codes.
1.21 - * @param aIspId The UID of the record in the CDMA table to
1.22 - * read the data from.
1.23 - * @param aApItem A reference to a CApAccessPointItem to hold the data
1.24 - * @return No return value.
1.25 - */
1.26 - void ReadCdmaDataL( TUint32 aIspId, CApAccessPointItem& aApItem );
1.27 -
1.28 -
1.29 - /**
1.30 * Reads the LAN data from the database.
1.31 * In case of error, leaves with CommDb error codes.
1.32 * @param aIspId The UID of the record in the LAN table to
1.33 @@ -643,20 +632,6 @@
1.34 void WriteIspDataL( TBool aIsNew, TUint32 aIspId,
1.35 CApAccessPointItem& aApItem );
1.36
1.37 -
1.38 - /**
1.39 - * Writes the Cdma data to the database.
1.40 - * In case of error, leaves with CommDb error codes.
1.41 - * @param aIsNew A Boolean indicating whether it is a new record or it
1.42 - * is an update operation.
1.43 - * @param aApItem Reference to a CApAccessPointItem which holds the data
1.44 - * @return No return value.
1.45 - */
1.46 - void WriteCdmaDataL( TBool aIsNew,
1.47 - CApAccessPointItem& aApItem );
1.48 -
1.49 -
1.50 -
1.51 /**
1.52 * Writes the Gprs data to the database.
1.53 * In case of error, leaves with CommDb error codes.
1.54 @@ -761,18 +736,6 @@
1.55
1.56
1.57 /**
1.58 - * Removes the CDMA part of the access point from the database.
1.59 - * Expects that CApDataHandler has been created and the database had
1.60 - * been opened.
1.61 - * In case of error, access point will not be removed.
1.62 - * @param aUid The UID of the CDMA part of the access point to remove.
1.63 - * @return No return value.
1.64 - */
1.65 - void RemoveCdmaL( TUint32 aUid );
1.66 -
1.67 -
1.68 -
1.69 - /**
1.70 * Removes the LAN part of the access point from the database.
1.71 * Expects that CApDataHandler has been created and the database had
1.72 * been opened.