201039_01 PDK_4.0.a
authorhgs
Tue, 28 Sep 2010 17:53:08 +0530
changeset 71 d2517372cc44
parent 70 5237465237e3
child 73 ae69c2e8bc34
201039_01
syncmlfw/ds/hostserver/dshostservers/src/nsmldshostserver2.cpp
--- a/syncmlfw/ds/hostserver/dshostservers/src/nsmldshostserver2.cpp	Fri Sep 24 20:27:11 2010 +0530
+++ b/syncmlfw/ds/hostserver/dshostservers/src/nsmldshostserver2.cpp	Tue Sep 28 17:53:08 2010 +0530
@@ -109,6 +109,11 @@
 //
 GLDEF_C TInt E32Main()
     {
+    // Temporary Workaround for Kernel Issue (ou1cimx1#131074)
+    // Load libc here because otherwise plugins which link to Qt will result in libc constructors being called twice
+    RLibrary lib;
+    lib.Load(_L("libc"));
+
     return CNSmlDSHostServer2::LaunchServer( NULL );
     }