usbengines/usblocodplugin/inc/usblcdactive.h
branchRCL_3
changeset 8 bb32eca979b3
parent 0 1e05558e2206
child 23 25fce757be94
equal deleted inserted replaced
7:ff9df6630274 8:bb32eca979b3
     1 /*
     1 /*
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2006 - 2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    63 private:
    63 private:
    64 
    64 
    65     CUsbLcdActive(MLocodBearerPluginObserver& aObserver);
    65     CUsbLcdActive(MLocodBearerPluginObserver& aObserver);
    66 
    66 
    67     void ConstructL();
    67     void ConstructL();
    68     void Start();    
    68     void Start();
    69     void NotifyLcd(TBool aUsbStatus);
    69     /**
       
    70      * Handle the change of selected USB personality.
       
    71      * @param aNewPersonalityId current selected USB personality ID.
       
    72      */
       
    73     void HandleUsbPersonalityChange( TInt aNewPersonalityId );
    70 
    74 
    71 private: // data
    75 private: // data
    72 
    76 
    73     MLocodBearerPluginObserver& iObserver;
    77     MLocodBearerPluginObserver& iObserver;
    74     RProperty iProperty;
    78     RProperty iProperty;