ipcm_plat/bearer_settings_plugin_api/inc/cmpluginlanbase.h
branchRCL_3
changeset 57 05bc53fe583b
parent 8 2e6c4614c58e
child 58 83ca720e2b9a
equal deleted inserted replaced
55:fc7b30ed2058 57:05bc53fe583b
    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: