mmserv/sts/tsrc/ststester/src/ststester.cpp
changeset 22 128eb6a32b84
parent 16 43d09473c595
child 43 9894ed580e4a
--- a/mmserv/sts/tsrc/ststester/src/ststester.cpp	Fri May 14 16:22:35 2010 +0300
+++ b/mmserv/sts/tsrc/ststester/src/ststester.cpp	Thu May 27 13:20:50 2010 +0300
@@ -177,12 +177,12 @@
             // Only play if not already playing
             if (iPlayState != EPlaying)
                 {
+                iPlayState = EPlaying;
                 TAG_TIME_PROFILING_BEGIN;
                 iSts->PlayAlarm(CSystemToneService::EClockAlarm,
                         iCurrentContext, *this);
                 TAG_TIME_PROFILING_END;
                 PRINT_TO_CONSOLE_TIME_DIFF;
-                iPlayState = EPlaying;
                 }
             break;
             }