--- a/phonesettings/cpphonesettingsplugins/tsrc/mocks/mock_hbicon.cpp Fri Apr 16 14:58:25 2010 +0300
+++ b/phonesettings/cpphonesettingsplugins/tsrc/mocks/mock_hbicon.cpp Mon May 03 12:31:11 2010 +0300
@@ -18,6 +18,15 @@
#include <smcmockclassincludes.h>
#include <hbicon.h>
+class HbIconPrivate
+{
+public:
+ HbIconPrivate(){};
+ ~HbIconPrivate(){};
+
+ QAtomicInt ref;
+};
+
// ============================ MEMBER FUNCTIONS ===============================
// -----------------------------------------------------------------------------
@@ -62,40 +71,6 @@
}
-
-// -----------------------------------------------------------------------------
-// HbIcon::=
-// -----------------------------------------------------------------------------
-//
-HbIcon & operator HbIcon::=(
- const HbIcon & other )
- {
-// SMC_MOCK_METHOD1( HbIcon & operator, const HbIcon &, other )
- }
-
-
-// -----------------------------------------------------------------------------
-// HbIcon::=
-// -----------------------------------------------------------------------------
-//
-bool operator = HbIcon::=(
- const HbIcon & other ) const
- {
-// SMC_MOCK_METHOD1( bool operator =, const HbIcon &, other )
- }
-
-
-// -----------------------------------------------------------------------------
-// HbIcon::=
-// -----------------------------------------------------------------------------
-//
-bool operator HbIcon::=(
- const HbIcon & other ) const
- {
-// SMC_MOCK_METHOD1( bool operator, const HbIcon &, other )
- }
-
-
// -----------------------------------------------------------------------------
// HbIcon::~HbIcon
// -----------------------------------------------------------------------------
@@ -278,17 +253,6 @@
// SMC_MOCK_METHOD0( qreal )
}
-
-// -----------------------------------------------------------------------------
-// HbIcon::mirroringMode
-// -----------------------------------------------------------------------------
-//
-MirroringMode HbIcon::mirroringMode( ) const
- {
-// SMC_MOCK_METHOD0( MirroringMode )
- }
-
-
// -----------------------------------------------------------------------------
// HbIcon::setMirroringMode
// -----------------------------------------------------------------------------
@@ -299,17 +263,6 @@
// SMC_MOCK_METHOD1( void, MirroringMode, mode )
}
-
-// -----------------------------------------------------------------------------
-// HbIcon::flags
-// -----------------------------------------------------------------------------
-//
-Flags HbIcon::flags( ) const
- {
-// SMC_MOCK_METHOD0( Flags )
- }
-
-
// -----------------------------------------------------------------------------
// HbIcon::setFlags
// -----------------------------------------------------------------------------
@@ -343,16 +296,6 @@
// -----------------------------------------------------------------------------
-// HbIcon::QVariant
-// -----------------------------------------------------------------------------
-//
-operator HbIcon::QVariant( ) const
- {
-// SMC_MOCK_METHOD0( operator )
- }
-
-
-// -----------------------------------------------------------------------------
// HbIcon::qicon
// -----------------------------------------------------------------------------
//
@@ -362,13 +305,3 @@
}
-// -----------------------------------------------------------------------------
-// HbIcon::animator
-// -----------------------------------------------------------------------------
-//
-HbIconAnimator & HbIcon::animator( )
- {
- // SMC_MOCK_METHOD0( HbIconAnimator & )
- }
-
-