filemanager/src/inc/fmserviceutils/private/win32/fmserviceutilsprivate.cpp
changeset 46 d58987eac7e8
equal deleted inserted replaced
37:15bc28c9dd51 46:d58987eac7e8
       
     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 service utils private for win32 wrapper
       
    17 */
       
    18 
       
    19 #include "fmserviceutilsprivate.h"
       
    20 
       
    21 /*!
       
    22     constructor
       
    23 */
       
    24 FmServiceUtilsPrivate::FmServiceUtilsPrivate()
       
    25 {
       
    26 }
       
    27 
       
    28 /*!
       
    29     destructor
       
    30 */
       
    31 FmServiceUtilsPrivate::~FmServiceUtilsPrivate()
       
    32 {
       
    33 }
       
    34 
       
    35 /*!
       
    36     dummy function for win32 build
       
    37 */
       
    38 void FmServiceUtilsPrivate::sendFile( const QStringList &filePathList )
       
    39 {
       
    40     Q_UNUSED( filePathList );
       
    41 }
       
    42 
       
    43 /*!
       
    44     dummy function for win32 build
       
    45 */
       
    46 void FmServiceUtilsPrivate::closeApps()
       
    47 {
       
    48 
       
    49 }
       
    50 
       
    51 /*!
       
    52     dummy function for win32 build
       
    53 */
       
    54 void FmServiceUtilsPrivate::restartApps()
       
    55 {
       
    56 
       
    57 }