diff -r 1fa3fb47b1e3 -r c2e43643db4c mmserv/sts/stsserver/src/stsserverexe.cpp --- a/mmserv/sts/stsserver/src/stsserverexe.cpp Wed Aug 18 10:17:22 2010 +0300 +++ b/mmserv/sts/stsserver/src/stsserverexe.cpp Thu Sep 02 20:58:01 2010 +0300 @@ -15,6 +15,7 @@ * The file containt the main method of the STS Server. */ +// Include Files #include #include "stsserver.h" @@ -26,7 +27,7 @@ RThread myThread; myThread.SetPriority(EPriorityAbsoluteRealTime1); myThread.Close(); - + CTrapCleanup* cleanup = CTrapCleanup::New(); if (cleanup)