ipcm_plat/bearer_settings_plugin_api/inc/cmpluginlanbase.h
changeset 20 9c97ad6591ae
parent 0 5a93021fdf25
equal deleted inserted replaced
18:fcbbe021d614 20:9c97ad6591ae
    21 
    21 
    22 // INCLUDES
    22 // INCLUDES
    23 #include <e32base.h>
    23 #include <e32base.h>
    24 #include <eikdoc.h>
    24 #include <eikdoc.h>
    25 #include <apparc.h>
    25 #include <apparc.h>
    26 #include <CommsDatTypesV1_1.h>
    26 #include <commsdattypesv1_1.h>
    27 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
    27 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
    28 #include <commsdat_partner.h>
    28 #include <commsdat_partner.h>
    29 #endif
    29 #endif
    30 
    30 
    31 
    31 
    77         *
    77         *
    78         * @since S60 3.2
    78         * @since S60 3.2
    79         */
    79         */
    80         IMPORT_C void PrepareToUpdateRecordsL();
    80         IMPORT_C void PrepareToUpdateRecordsL();
    81         
    81         
    82         /**
       
    83         * No UI for LanBase.
       
    84         * Panics in debug mode, leaves with KErrNotSupported in
       
    85         * release mode.
       
    86         */
       
    87         IMPORT_C virtual TInt RunSettingsL();
       
    88         
       
    89         /**
       
    90         * No UI for LanBase.
       
    91         * Panics in debug mode, leaves with KErrNotSupported in
       
    92         * release mode.
       
    93         */
       
    94         IMPORT_C virtual TBool InitializeWithUiL( TBool aManuallyConfigure );
       
    95                 
       
    96     private:
    82     private:
    97     
    83     
    98         IMPORT_C CommsDat::CCDLANServiceRecord& ServiceRecord()const;
    84         IMPORT_C CommsDat::CCDLANServiceRecord& ServiceRecord()const;
    99         
    85         
   100     protected:
    86     protected: