53
|
1 |
/*
|
|
2 |
* Copyright (c) 2009 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:
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
#include <QtGlobal>
|
|
18 |
#include <QDebug>
|
|
19 |
#include <smcmockclassincludes.h>
|
|
20 |
#include "psetcliwrapper.h"
|
|
21 |
|
|
22 |
// ============================ MEMBER FUNCTIONS ===============================
|
|
23 |
class PSetCliWrapperPrivate
|
|
24 |
{
|
|
25 |
public:
|
|
26 |
PSetCliWrapperPrivate() {}
|
|
27 |
};
|
|
28 |
|
|
29 |
|
|
30 |
// -----------------------------------------------------------------------------
|
|
31 |
// PSetCliWrapper::PSetCliWrapper
|
|
32 |
// -----------------------------------------------------------------------------
|
|
33 |
//
|
|
34 |
PSetCliWrapper::PSetCliWrapper(
|
|
35 |
CPsetContainer & /*psetContainer*/,
|
|
36 |
QObject * parent )
|
|
37 |
:
|
|
38 |
QObject(parent)
|
|
39 |
{
|
|
40 |
|
|
41 |
}
|
|
42 |
|
|
43 |
|
|
44 |
// -----------------------------------------------------------------------------
|
|
45 |
// PSetCliWrapper::~PSetCliWrapper
|
|
46 |
// -----------------------------------------------------------------------------
|
|
47 |
//
|
|
48 |
PSetCliWrapper::~PSetCliWrapper( )
|
|
49 |
{
|
|
50 |
|
|
51 |
}
|
|
52 |
|
|
53 |
|
|
54 |
// -----------------------------------------------------------------------------
|
|
55 |
// PSetCliWrapper::getColpMode
|
|
56 |
// -----------------------------------------------------------------------------
|
|
57 |
//
|
|
58 |
void PSetCliWrapper::getColpMode( )
|
|
59 |
{
|
|
60 |
SMC_MOCK_METHOD0( void )
|
|
61 |
}
|
|
62 |
|
|
63 |
|
|
64 |
// -----------------------------------------------------------------------------
|
|
65 |
// PSetCliWrapper::getClipMode
|
|
66 |
// -----------------------------------------------------------------------------
|
|
67 |
//
|
|
68 |
void PSetCliWrapper::getClipMode( )
|
|
69 |
{
|
|
70 |
SMC_MOCK_METHOD0( void )
|
|
71 |
}
|
|
72 |
|
|
73 |
|
|
74 |
// -----------------------------------------------------------------------------
|
|
75 |
// PSetCliWrapper::getClirMode
|
|
76 |
// -----------------------------------------------------------------------------
|
|
77 |
//
|
|
78 |
void PSetCliWrapper::getClirMode( )
|
|
79 |
{
|
|
80 |
SMC_MOCK_METHOD0( void )
|
|
81 |
}
|
|
82 |
|
|
83 |
|
|
84 |
// -----------------------------------------------------------------------------
|
|
85 |
// PSetCliWrapper::getColrMode
|
|
86 |
// -----------------------------------------------------------------------------
|
|
87 |
//
|
|
88 |
void PSetCliWrapper::getColrMode( )
|
|
89 |
{
|
|
90 |
SMC_MOCK_METHOD0( void )
|
|
91 |
}
|
|
92 |
|
|
93 |
|
|
94 |
// -----------------------------------------------------------------------------
|
|
95 |
// PSetCliWrapper::getCnap
|
|
96 |
// -----------------------------------------------------------------------------
|
|
97 |
//
|
|
98 |
void PSetCliWrapper::getCnap( )
|
|
99 |
{
|
|
100 |
SMC_MOCK_METHOD0( void )
|
|
101 |
}
|
|
102 |
|
|
103 |
|
|
104 |
// -----------------------------------------------------------------------------
|
|
105 |
// PSetCliWrapper::cancelAll
|
|
106 |
// -----------------------------------------------------------------------------
|
|
107 |
//
|
|
108 |
void PSetCliWrapper::cancelAll( )
|
|
109 |
{
|
|
110 |
SMC_MOCK_METHOD0( void )
|
|
111 |
}
|