idlehomescreen/xmluirendering/uiengine/src/xnplugindata.cpp
changeset 2 08c6ee43b396
parent 0 f72a12da539e
child 9 f966699dea19
equal deleted inserted replaced
1:5315654608de 2:08c6ee43b396
   114 // 2nd phase constructor
   114 // 2nd phase constructor
   115 // -----------------------------------------------------------------------------
   115 // -----------------------------------------------------------------------------
   116 //
   116 //
   117 void CXnPluginData::ConstructL()
   117 void CXnPluginData::ConstructL()
   118     {    
   118     {    
   119     iLoader = CPeriodic::NewL( CActive::EPriorityUserInput );    
   119     iLoader = CPeriodic::NewL( CActive::EPriorityStandard );    
   120     }
   120     }
   121 
   121 
   122 // -----------------------------------------------------------------------------
   122 // -----------------------------------------------------------------------------
   123 // CXnPluginData::LoadL()
   123 // CXnPluginData::LoadL()
   124 // -----------------------------------------------------------------------------
   124 // -----------------------------------------------------------------------------