changeset 23 | d4d56f5e7c55 |
parent 8 | 6547bf8ca13a |
--- a/harvester/harvesterserver/src/main.cpp Mon Sep 20 12:35:47 2010 +0530 +++ b/harvester/harvesterserver/src/main.cpp Tue Oct 05 13:15:12 2010 +0530 @@ -29,7 +29,8 @@ void HarvesterThread::run() { - //Trapping the error is handled inside the ThreadFunction + User::SetCritical(User::EProcessCritical); + //Trapping the error is handled inside the ThreadFunction CHarvesterServer::ThreadFunction(); exec(); }