homescreenapp/hsapplication/src/hsstatemachine.cpp
changeset 95 32e56106abf2
parent 90 3ac3aaebaee5
child 98 e6f74eb7f69f
--- a/homescreenapp/hsapplication/src/hsstatemachine.cpp	Mon Sep 20 10:19:07 2010 +0300
+++ b/homescreenapp/hsapplication/src/hsstatemachine.cpp	Mon Sep 27 11:52:00 2010 +0300
@@ -426,6 +426,7 @@
 */
 void HsStateMachine::activityRequested(const QString &name) 
 {
+    HSTEST_FUNC_ENTRY("HS::HsStateMachine::activityRequested");
     if (name == Hs::groupAppLibRecentView) {
         if (mHomeScreenActive) {
             this->postEvent(
@@ -442,4 +443,5 @@
     } else if (name == Hs::activityAppLibMainView) {
         emit event_toAppLib();
     }
+    HSTEST_FUNC_EXIT("HS::HsStateMachine::activityRequested");
 }