logsui/logsengine/logssymbianos/tsrc/stubs/logclient_stubs_helper.h
changeset 14 f27aebe284bb
parent 0 4a5361db8937
--- a/logsui/logsengine/logssymbianos/tsrc/stubs/logclient_stubs_helper.h	Tue Jul 06 14:16:36 2010 +0300
+++ b/logsui/logsengine/logssymbianos/tsrc/stubs/logclient_stubs_helper.h	Wed Aug 18 09:49:12 2010 +0300
@@ -15,6 +15,8 @@
 *
 */
 
+#include <QString>
+
 /**
 * Helper class to control logcli stub behavior
 *
@@ -27,4 +29,6 @@
         static void setViewCount(int viewCount);
         static void setLeaveWithError(int error);
         static int stubViewFlags();
+        static QString lastCalledFunc();
+        
 };