phoneapp/phoneuiqtviewadapter/tsrc/ut_phoneuiqtviewadapter/phonevisibilityhandler_stub.cpp
changeset 46 bc5a64e5bc3c
parent 45 6b911d05207e
child 65 2a5d4ab426d3
--- 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()
+{
+
+}
+