diff -r 64a47b97e1e1 -r f27aebe284bb logsui/logsapp/tsrc/ut_logsapp/logsengine_stub/logscontact.h --- a/logsui/logsapp/tsrc/ut_logsapp/logsengine_stub/logscontact.h Tue Jul 06 14:16:36 2010 +0300 +++ b/logsui/logsapp/tsrc/ut_logsapp/logsengine_stub/logscontact.h Wed Aug 18 09:49:12 2010 +0300 @@ -73,6 +73,8 @@ */ bool updateExisting(); + void cancelServiceRequest(); + signals: void openCompleted(bool modified); @@ -84,7 +86,7 @@ static void reset(); QString mNumber; - + static bool mServiceRequestCanceled; }; #endif // LOGSCONTACT_H