radiohswidget/stub/xqaiwinterfacedescriptor.cpp
branchRCL_3
changeset 19 cce62ebc198e
equal deleted inserted replaced
18:1a6714c53019 19:cce62ebc198e
       
     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:  XQAiwInterfaceDescriptor stub for FM Radio home screen widget
       
    15 *               unit testing.
       
    16 *
       
    17 */
       
    18 
       
    19 // User includes
       
    20 #include "xqaiwinterfacedescriptor.h"
       
    21 #include "radiologger.h"
       
    22 
       
    23 /*!
       
    24     \class XQAiwInterfaceDescriptor
       
    25     \brief Stub implementation of XQAiwInterfaceDescriptor for unit testing
       
    26 */
       
    27 
       
    28 // ======== MEMBER FUNCTIONS ========
       
    29 
       
    30 XQAiwInterfaceDescriptor::XQAiwInterfaceDescriptor()
       
    31 {
       
    32     LOG_METHOD_ENTER;
       
    33 }
       
    34 
       
    35 XQAiwInterfaceDescriptor::~XQAiwInterfaceDescriptor()
       
    36 {
       
    37     LOG_METHOD_ENTER;
       
    38 }
       
    39 
       
    40 bool XQAiwInterfaceDescriptor::operator==(const XQAiwInterfaceDescriptor& other) const
       
    41 {
       
    42     LOG_METHOD_ENTER;
       
    43     return *this == other;
       
    44 }