syncmlfw/ds/hostserver/dshostservers/src/nsmldshostserver2.cpp
changeset 71 d2517372cc44
parent 0 b497e44ab2fc
equal deleted inserted replaced
70:5237465237e3 71:d2517372cc44
   107 // 
   107 // 
   108 // ------------------------------------------------------------------------------------------------
   108 // ------------------------------------------------------------------------------------------------
   109 //
   109 //
   110 GLDEF_C TInt E32Main()
   110 GLDEF_C TInt E32Main()
   111     {
   111     {
       
   112     // Temporary Workaround for Kernel Issue (ou1cimx1#131074)
       
   113     // Load libc here because otherwise plugins which link to Qt will result in libc constructors being called twice
       
   114     RLibrary lib;
       
   115     lib.Load(_L("libc"));
       
   116 
   112     return CNSmlDSHostServer2::LaunchServer( NULL );
   117     return CNSmlDSHostServer2::LaunchServer( NULL );
   113     }
   118     }
   114 
   119 
   115 // End of File
   120 // End of File