diff -r ad9d655827ef -r c3d148cdbed2 usbclasses/usbphoneasmodem/classimplementation/atplugin/inc/pamplugin.h --- a/usbclasses/usbphoneasmodem/classimplementation/atplugin/inc/pamplugin.h Fri Sep 17 08:35:29 2010 +0300 +++ b/usbclasses/usbphoneasmodem/classimplementation/atplugin/inc/pamplugin.h Mon Oct 04 01:57:48 2010 +0300 @@ -1,4 +1,4 @@ -// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2009-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" @@ -58,13 +58,13 @@ /** * Read Supported Access points */ - void SupportedAccessPointL( RBuf8& aReply ); + TInt SupportedAccessPoint( RBuf8& aReply ); /** * Read Access points data */ - void ReadAccessPointL(TInt aAccessPoint, RBuf8& aReply ); + TInt ReadAccessPoint(TInt aAccessPoint, RBuf8& aReply );