videoplayback/hbvideoplaybackview/tsrc/testvideoplaybackcontrolscontroller/stub/inc/shareui.h
changeset 37 4eb2df7f7cbe
equal deleted inserted replaced
36:8aed59de29f9 37:4eb2df7f7cbe
       
     1 /**
       
     2 * Copyright (c) 2010 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 * Description: ShareUI STUB class definition
       
    15 *
       
    16 */
       
    17 
       
    18 // Version : %version:  1 %
       
    19 
       
    20 #ifndef SHAREUI_H_
       
    21 #define SHAREUI_H_
       
    22 
       
    23 class ShareUi
       
    24 {
       
    25     
       
    26     public:
       
    27 
       
    28         ShareUi();
       
    29         ~ShareUi();
       
    30     
       
    31         bool send( QStringList& fileList, bool embedded );
       
    32     
       
    33 };
       
    34 
       
    35 #endif