filemanager/src/inc/fmdrivewatcher/private/win32/fmdrivewatcherprivate.cpp
branchRCL_3
changeset 39 65326cf895ed
parent 38 491b3ed49290
child 42 f5c50b8af68c
equal deleted inserted replaced
38:491b3ed49290 39:65326cf895ed
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 * 
       
    12 * Contributors:
       
    13 *
       
    14 * 
       
    15 * Description:
       
    16 *     The source file of drive event watcher private
       
    17 */
       
    18 
       
    19 #include "fmdrivewatcherprivate.h"
       
    20 
       
    21 #include "fmdrivewatcher.h"
       
    22 
       
    23 FmDriveWatcherPrivate::FmDriveWatcherPrivate( FmDriveWatcher *driveWatcher ) :
       
    24     q( driveWatcher )
       
    25 {
       
    26 }
       
    27 
       
    28 FmDriveWatcherPrivate::~FmDriveWatcherPrivate()
       
    29 {
       
    30 }
       
    31 
       
    32 
       
    33 void FmDriveWatcherPrivate::startWatch()
       
    34 {
       
    35 
       
    36 }
       
    37 
       
    38 void FmDriveWatcherPrivate::cancelWatch()
       
    39 {
       
    40 
       
    41 }
       
    42 
       
    43 void FmDriveWatcherPrivate::onDriveAdded()
       
    44 {
       
    45 
       
    46 }
       
    47 void FmDriveWatcherPrivate::onDriveRemoved()
       
    48 {
       
    49 
       
    50 }