videoplayback/videoplaybackview/tsrc/testcontrolscontroller/stub/src/videoplaybackdetailsplaybackwindow.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 VideoPlaybackProgressBar
       
    15 *
       
    16 */
       
    17 
       
    18 // Version : %version:   2 %
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 #include "mpxvideo_debug.h"
       
    24 #include "videoplaybackcontrolscontroller.h"
       
    25 #include "videoplaybackdetailsplaybackwindow.h"
       
    26 
       
    27 // -------------------------------------------------------------------------------------------------
       
    28 // VideoPlaybackDetailsPlaybackWindow::VideoPlaybackDetailsPlaybackWindow
       
    29 // -------------------------------------------------------------------------------------------------
       
    30 //
       
    31 VideoPlaybackDetailsPlaybackWindow::VideoPlaybackDetailsPlaybackWindow( 
       
    32         VideoPlaybackControlsController* controller )
       
    33     : mController( controller )
       
    34     , mInitialized( false )
       
    35 {
       
    36     MPX_ENTER_EXIT(_L("VideoPlaybackDetailsPlaybackWindow::VideoPlaybackDetailsPlaybackWindow()"));
       
    37 }
       
    38 
       
    39 // -------------------------------------------------------------------------------------------------
       
    40 // VideoPlaybackDetailsPlaybackWindow::~VideoPlaybackDetailsPlaybackWindow
       
    41 // -------------------------------------------------------------------------------------------------
       
    42 //
       
    43 VideoPlaybackDetailsPlaybackWindow::~VideoPlaybackDetailsPlaybackWindow()
       
    44 {
       
    45     MPX_ENTER_EXIT(_L("VideoPlaybackDetailsPlaybackWindow::~VideoPlaybackDetailsPlaybackWindow()"));
       
    46 }
       
    47 
       
    48 // -------------------------------------------------------------------------------------------------
       
    49 // VideoPlaybackDetailsPlaybackWindow::initialize
       
    50 // -------------------------------------------------------------------------------------------------
       
    51 //
       
    52 void VideoPlaybackDetailsPlaybackWindow::initialize()
       
    53 {
       
    54     MPX_ENTER_EXIT(_L("VideoPlaybackDetailsPlaybackWindow::initialize()"));
       
    55 
       
    56 }
       
    57 
       
    58 //End of file