diff -r 6b911d05207e -r bc5a64e5bc3c phoneapp/phoneuiqtviewadapter/tsrc/ut_phoneuiqtviewadapter/phonevisibilityhandler_stub.cpp --- a/phoneapp/phoneuiqtviewadapter/tsrc/ut_phoneuiqtviewadapter/phonevisibilityhandler_stub.cpp Wed Jun 23 18:12:20 2010 +0300 +++ b/phoneapp/phoneuiqtviewadapter/tsrc/ut_phoneuiqtviewadapter/phonevisibilityhandler_stub.cpp Tue Jul 06 14:15:47 2010 +0300 @@ -83,10 +83,10 @@ /*! PhoneVisibilityHandler::ordinalPosition. */ -int PhoneVisibilityHandler::ordinalPosition() +bool PhoneVisibilityHandler::phoneVisible() { m_ordinalPositionCalled = true; - return -1; + return false; } /*! @@ -107,3 +107,12 @@ { Q_UNUSED(action) } + +/*! + PhoneVisibilityHandler::carModeChanged. + */ +void PhoneVisibilityHandler::carModeChanged() +{ + +} +