webengine/wrtharvester/inc/wrtusbhandler.h
changeset 65 5bfc169077b2
parent 42 d39add9822e2
child 66 cacf6ee57968
--- a/webengine/wrtharvester/inc/wrtusbhandler.h	Tue Feb 02 00:56:45 2010 +0200
+++ b/webengine/wrtharvester/inc/wrtusbhandler.h	Fri Mar 19 09:52:28 2010 +0200
@@ -1,21 +1,22 @@
 /*
-* Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
-* All rights reserved.
-* This component and the accompanying materials are made available
-* under the terms of "Eclipse Public License v1.0"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+* ============================================================================
+*  Name        : WidgetMMCHandler.h
+*  Part of     : Widget Registry
+*  Description : Acts on MMC card insertion/removal
+*  Version     : 3.1
 *
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:  Acts on MMC card insertion/removal
-*
+*  Copyright © 2008 Nokia Corporation.
+*  This material, including documentation and any related
+*  computer programs, is protected by copyright controlled by
+*  Nokia Corporation. All rights are reserved. Copying,
+*  including reproducing, storing, adapting or translating, any
+*  or all of this material requires the prior written consent of
+*  Nokia Corporation. This material also contains confidential
+*  information which may not be disclosed to others without the
+*  prior written consent of Nokia Corporation.
+* =============================================================================
 */
 
-
 #ifndef WIDGETMMCHANDLER_H
 #define WIDGETMMCHANDLER_H
 
@@ -44,7 +45,9 @@
     virtual ~CWrtUsbHandler();
 
     void Start();
-    void DoScanAndUpdate();   
+    void ToggleUSBMode();
+    void DoScanAndUpdate();
+    void DeleteTimer();
 
 protected:
 
@@ -73,6 +76,8 @@
     RFs iFs;
 
     TInt iDriveFlags;
+    CPeriodic* iCallBackTimer;
+
     };
 
 #endif // #ifndef WIDGETMMCHANDLER_H