diff -r 666472f6d7ae -r b054461d2f85 connectivity/com.nokia.tcf/native/TCFNative/TCFServer/TCFServer.cpp --- a/connectivity/com.nokia.tcf/native/TCFNative/TCFServer/TCFServer.cpp Thu Jul 16 09:39:55 2009 -0500 +++ b/connectivity/com.nokia.tcf/native/TCFNative/TCFServer/TCFServer.cpp Wed Jul 22 12:14:43 2009 -0500 @@ -75,15 +75,16 @@ #ifdef _DEBUG if (gDoLogging) { - FILE* f = fopen("c:\\tcf\\TCFServer_Main.txt", "at"); - LogTime(f); - fprintf(f,"ExeLocation=%s\n", gServerLocation); - fclose(f); +// FILE* f = fopen("c:\\tcf\\TCFServer_Main.txt", "at"); +// LogTime(f); +// fprintf(f,"ExeLocation=%s\n", gServerLocation); +// fclose(f); } #endif gManager = new CServerManager(gServerLocation); gManager->CommandThread(); delete gManager; + return 0; } #ifdef _DEBUG