usbclasses/usbphoneasmodem/classimplementation/atplugin/inc/pamplugin.h
changeset 88 c3d148cdbed2
parent 0 1e05558e2206
equal deleted inserted replaced
85:ad9d655827ef 88:c3d148cdbed2
     1 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2009-2010 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 "Eclipse Public License v1.0"
     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.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    56     
    56     
    57 private:    
    57 private:    
    58     /**
    58     /**
    59     * Read Supported Access points
    59     * Read Supported Access points
    60     */   
    60     */   
    61     void SupportedAccessPointL( RBuf8& aReply );
    61     TInt SupportedAccessPoint( RBuf8& aReply );
    62 
    62 
    63 
    63 
    64     /**
    64     /**
    65     * Read Access points data
    65     * Read Access points data
    66     */   
    66     */   
    67     void ReadAccessPointL(TInt aAccessPoint, RBuf8& aReply );
    67     TInt ReadAccessPoint(TInt aAccessPoint, RBuf8& aReply );
    68 
    68 
    69 
    69 
    70     
    70     
    71 private:
    71 private:
    72 
    72