videoplayerapp/videoplayerengine/tsrc/testvideoplayerengine/stub/src/videoiadupdatewrapper.cpp
changeset 66 adb51f74b890
equal deleted inserted replaced
63:4707a0db12f6 66:adb51f74b890
       
     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: Test stub class
       
    15 *
       
    16 */
       
    17 
       
    18 // Version : %version: 
       
    19 
       
    20 #include "videoiadupdatewrapper.h"
       
    21 #include "mpxvideo_debug.h"
       
    22 
       
    23 // -------------------------------------------------------------------------------------------------
       
    24 // VideoIadUpdateWrapper::VideoIadUpdateWrapper()
       
    25 // -------------------------------------------------------------------------------------------------
       
    26 //
       
    27 VideoIadUpdateWrapper::VideoIadUpdateWrapper()
       
    28 {
       
    29     MPX_DEBUG(_L("VideoIadUpdateWrapper::VideoIadUpdateWrapper()"));
       
    30 }
       
    31 
       
    32 // -------------------------------------------------------------------------------------------------
       
    33 // VideoIadUpdateWrapper::~VideoIadUpdateWrapper()
       
    34 // -------------------------------------------------------------------------------------------------
       
    35 //
       
    36 VideoIadUpdateWrapper::~VideoIadUpdateWrapper()
       
    37 {
       
    38     MPX_ENTER_EXIT(_L("VideoIadUpdateWrapper::~VideoIadUpdateWrapper()"));
       
    39 }
       
    40 
       
    41 // -------------------------------------------------------------------------------------------------
       
    42 // VideoIadUpdateWrapper::checkForUpdates()
       
    43 // -------------------------------------------------------------------------------------------------
       
    44 //
       
    45 int VideoIadUpdateWrapper::checkForUpdates()
       
    46 {
       
    47     MPX_ENTER_EXIT(_L("VideoIadUpdateWrapper::checkForUpdates()"));
       
    48 }