videoplayback/videoplaybackview/tsrc/testcontrolscontroller/stub/src/videoplaybackstatuspanecontrol.cpp
changeset 52 e3cecb93e76a
equal deleted inserted replaced
47:45e72b57a2fd 52:e3cecb93e76a
       
     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:  Implementation of VideoPlaybackStatusPaneControl
       
    15 *
       
    16 */
       
    17 
       
    18 // Version : %version:  2 %
       
    19 
       
    20 
       
    21 #include "mpxvideo_debug.h"
       
    22 #include "videoplaybackstatuspanecontrol.h"
       
    23 #include "videoplaybackcontrolscontroller.h"
       
    24 
       
    25 
       
    26 // -------------------------------------------------------------------------------------------------
       
    27 // VideoPlaybackStatusPaneControl::VideoPlaybackStatusPaneControl()
       
    28 // -------------------------------------------------------------------------------------------------
       
    29 //
       
    30 VideoPlaybackStatusPaneControl::VideoPlaybackStatusPaneControl( 
       
    31         VideoPlaybackControlsController* controller, 
       
    32         TVideoPlaybackControls index, 
       
    33         HbWidget* widget, 
       
    34         TUint controlproperties )
       
    35     : VideoPlaybackFullScreenControl( controller, index, widget, controlproperties )
       
    36 {
       
    37     MPX_ENTER_EXIT(_L("VideoPlaybackStatusPaneControl::VideoPlaybackStatusPaneControl()"));
       
    38 }
       
    39 
       
    40 // -------------------------------------------------------------------------------------------------
       
    41 // VideoPlaybackStatusPaneControl::~VideoPlaybackStatusPaneControl()
       
    42 // -------------------------------------------------------------------------------------------------
       
    43 //
       
    44 VideoPlaybackStatusPaneControl::~VideoPlaybackStatusPaneControl()
       
    45 {
       
    46 }
       
    47 
       
    48 // End of file