webengine/wrtharvester/inc/wrtusbhandler.h
changeset 37 cb62a4f66ebe
parent 36 0ed94ceaa377
child 38 6297cdf66332
equal deleted inserted replaced
36:0ed94ceaa377 37:cb62a4f66ebe
     1 /*
     1 /*
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2008 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 the License "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".
     8 *
     8 *
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    42     static CWrtUsbHandler* NewL( CWrtHarvester* aHarvester, RFs& aFs );
    42     static CWrtUsbHandler* NewL( CWrtHarvester* aHarvester, RFs& aFs );
    43 
    43 
    44     virtual ~CWrtUsbHandler();
    44     virtual ~CWrtUsbHandler();
    45 
    45 
    46     void Start();
    46     void Start();
    47     void ToggleUSBMode();
    47     void DoScanAndUpdate();   
    48     void DoScanAndUpdate();
       
    49     void DeleteTimer();
       
    50 
    48 
    51 protected:
    49 protected:
    52 
    50 
    53     void RunL();
    51     void RunL();
    54 
    52 
    73     
    71     
    74     CWrtHarvester* iHarvester;
    72     CWrtHarvester* iHarvester;
    75     RFs iFs;
    73     RFs iFs;
    76 
    74 
    77     TInt iDriveFlags;
    75     TInt iDriveFlags;
    78     CPeriodic* iCallBackTimer;
       
    79 
       
    80     };
    76     };
    81 
    77 
    82 #endif // #ifndef WIDGETMMCHANDLER_H
    78 #endif // #ifndef WIDGETMMCHANDLER_H