Friday, October 31, 2008

Pausing the application for 1 second in Symbian

Pausing the Symbian app for 1 sec

TRequestStatus timerStatus;
RTimer timer;
timer.CreateLocal();
timer.After(timerStatus,1000000);
User::WaitForRequest(timerStatus);
timer.Close();

This article applies to Symbian and devices P800, P802, P900, P908, P910, M600, P990, W950



No comments: