diff -r bc103bfb69cf -r 35488577e233 telutils/dialpad/tsrc/unit/shared/mock_hbnotificationdialog.cpp --- a/telutils/dialpad/tsrc/unit/shared/mock_hbnotificationdialog.cpp Tue Aug 10 13:19:41 2010 +0300 +++ b/telutils/dialpad/tsrc/unit/shared/mock_hbnotificationdialog.cpp Mon Aug 23 15:50:31 2010 +0300 @@ -286,3 +286,11 @@ } +// ----------------------------------------------------------------------------- +// HbNotificationDialog::orientationChanged +// ----------------------------------------------------------------------------- +// +void HbNotificationDialog::orientationChanged(Qt::Orientation orientation) +{ + SMC_MOCK_METHOD1( void, Qt::Orientation, orientation ) +}