tsrc/mocks/qthighway/mock_xqaiwinterfacedescriptor.cpp
changeset 78 baacf668fe89
equal deleted inserted replaced
76:cfea66083b62 78:baacf668fe89
       
     1 /** Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     2 * All rights reserved.
       
     3 * This component and the accompanying materials are made available
       
     4 * under the terms of the License "Eclipse Public License v1.0"
       
     5 * which accompanies this distribution, and is available
       
     6 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 *
       
     8 * Initial Contributors:
       
     9 * Nokia Corporation - initial contribution.
       
    10 *
       
    11 * Contributors:
       
    12 *
       
    13 * Description:
       
    14 *
       
    15 */
       
    16 #include <QDebug>
       
    17 #include <smcmockclassincludes.h>
       
    18 #include <xqaiwinterfacedescriptor.h>
       
    19 
       
    20 // ============================ MEMBER FUNCTIONS ===============================
       
    21 
       
    22 // -----------------------------------------------------------------------------
       
    23 // XQAiwInterfaceDescriptor::XQAiwInterfaceDescriptor
       
    24 // -----------------------------------------------------------------------------
       
    25 //
       
    26 XQAiwInterfaceDescriptor::XQAiwInterfaceDescriptor(  )
       
    27     {
       
    28     
       
    29     }
       
    30 
       
    31 
       
    32 // -----------------------------------------------------------------------------
       
    33 // XQAiwInterfaceDescriptor::XQAiwInterfaceDescriptor
       
    34 // -----------------------------------------------------------------------------
       
    35 //
       
    36 XQAiwInterfaceDescriptor::XQAiwInterfaceDescriptor( 
       
    37         const XQAiwInterfaceDescriptor & other )
       
    38     {
       
    39     
       
    40     }
       
    41 
       
    42 
       
    43 // -----------------------------------------------------------------------------
       
    44 // XQAiwInterfaceDescriptor::~XQAiwInterfaceDescriptor
       
    45 // -----------------------------------------------------------------------------
       
    46 //
       
    47 XQAiwInterfaceDescriptor::~XQAiwInterfaceDescriptor(  )
       
    48     {
       
    49     
       
    50     }
       
    51 
       
    52 
       
    53 // -----------------------------------------------------------------------------
       
    54 // XQAiwInterfaceDescriptor::=
       
    55 // -----------------------------------------------------------------------------
       
    56 //
       
    57 XQAiwInterfaceDescriptor & XQAiwInterfaceDescriptor::operator=( 
       
    58         const XQAiwInterfaceDescriptor & other )
       
    59     {
       
    60     SMC_MOCK_METHOD1( XQAiwInterfaceDescriptor &, const XQAiwInterfaceDescriptor &, other )
       
    61     }
       
    62 
       
    63 
       
    64 // -----------------------------------------------------------------------------
       
    65 // XQAiwInterfaceDescriptor::=
       
    66 // -----------------------------------------------------------------------------
       
    67 //
       
    68 bool XQAiwInterfaceDescriptor::operator==( 
       
    69         const XQAiwInterfaceDescriptor & other ) const
       
    70     {
       
    71     SMC_MOCK_METHOD1( bool, const XQAiwInterfaceDescriptor &, other )
       
    72     }
       
    73 
       
    74 
       
    75 // -----------------------------------------------------------------------------
       
    76 // XQAiwInterfaceDescriptor::serviceName
       
    77 // -----------------------------------------------------------------------------
       
    78 //
       
    79 QString XQAiwInterfaceDescriptor::serviceName(  ) const
       
    80     {
       
    81     SMC_MOCK_METHOD0( QString )
       
    82     }
       
    83 
       
    84 
       
    85 // -----------------------------------------------------------------------------
       
    86 // XQAiwInterfaceDescriptor::interfaceName
       
    87 // -----------------------------------------------------------------------------
       
    88 //
       
    89 QString XQAiwInterfaceDescriptor::interfaceName(  ) const
       
    90     {
       
    91     SMC_MOCK_METHOD0( QString )
       
    92     }
       
    93 
       
    94 
       
    95 // -----------------------------------------------------------------------------
       
    96 // XQAiwInterfaceDescriptor::majorVersion
       
    97 // -----------------------------------------------------------------------------
       
    98 //
       
    99 int XQAiwInterfaceDescriptor::majorVersion(  ) const
       
   100     {
       
   101     SMC_MOCK_METHOD0( int )
       
   102     }
       
   103 
       
   104 
       
   105 // -----------------------------------------------------------------------------
       
   106 // XQAiwInterfaceDescriptor::minorVersion
       
   107 // -----------------------------------------------------------------------------
       
   108 //
       
   109 int XQAiwInterfaceDescriptor::minorVersion(  ) const
       
   110     {
       
   111     SMC_MOCK_METHOD0( int )
       
   112     }
       
   113 
       
   114 
       
   115 // -----------------------------------------------------------------------------
       
   116 // XQAiwInterfaceDescriptor::isValid
       
   117 // -----------------------------------------------------------------------------
       
   118 //
       
   119 bool XQAiwInterfaceDescriptor::isValid(  ) const
       
   120     {
       
   121     SMC_MOCK_METHOD0( bool )
       
   122     }
       
   123 
       
   124 
       
   125 // -----------------------------------------------------------------------------
       
   126 // XQAiwInterfaceDescriptor::inSystemScope
       
   127 // -----------------------------------------------------------------------------
       
   128 //
       
   129 bool XQAiwInterfaceDescriptor::inSystemScope(  ) const
       
   130     {
       
   131     SMC_MOCK_METHOD0( bool )
       
   132     }
       
   133 
       
   134 
       
   135 // -----------------------------------------------------------------------------
       
   136 // XQAiwInterfaceDescriptor::property
       
   137 // -----------------------------------------------------------------------------
       
   138 //
       
   139 QVariant XQAiwInterfaceDescriptor::property( 
       
   140         XQAiwInterfaceDescriptor::PropertyKey key ) const
       
   141     {
       
   142     SMC_MOCK_METHOD1( QVariant, XQAiwInterfaceDescriptor::PropertyKey, key )
       
   143     }
       
   144 
       
   145 
       
   146 // -----------------------------------------------------------------------------
       
   147 // XQAiwInterfaceDescriptor::customProperty
       
   148 // -----------------------------------------------------------------------------
       
   149 //
       
   150 QString XQAiwInterfaceDescriptor::customProperty( 
       
   151         const QString & key ) const
       
   152     {
       
   153     SMC_MOCK_METHOD1( QString, const QString &, key )
       
   154     }
       
   155 
       
   156 
       
   157 // -----------------------------------------------------------------------------
       
   158 // XQAiwInterfaceDescriptor::customPropertyKeys
       
   159 // -----------------------------------------------------------------------------
       
   160 //
       
   161 QStringList XQAiwInterfaceDescriptor::customPropertyKeys(  ) const
       
   162     {
       
   163     SMC_MOCK_METHOD0( QStringList )
       
   164     }
       
   165 
       
   166 
       
   167 // -----------------------------------------------------------------------------
       
   168 // XQAiwInterfaceDescriptor::setProperty
       
   169 // -----------------------------------------------------------------------------
       
   170 //
       
   171 bool XQAiwInterfaceDescriptor::setProperty( 
       
   172         XQAiwInterfaceDescriptor::PropertyKey key,
       
   173         const QVariant value )
       
   174     {
       
   175     SMC_MOCK_METHOD2( bool, XQAiwInterfaceDescriptor::PropertyKey, key, 
       
   176         const QVariant, value )
       
   177     }
       
   178 
       
   179