mmappcomponents/harvester/server/src/mpxharvesterserver.cpp
branchRCL_3
changeset 42 4aca42fa4eb1
parent 34 e257e2b6459d
equal deleted inserted replaced
34:e257e2b6459d 42:4aca42fa4eb1
   115 // Symbian 2nd phase constructor can leave.
   115 // Symbian 2nd phase constructor can leave.
   116 // ----------------------------------------------------------------------------
   116 // ----------------------------------------------------------------------------
   117 //
   117 //
   118 void CMPXHarvesterServer::ConstructL()
   118 void CMPXHarvesterServer::ConstructL()
   119     {
   119     {
   120     iEngine = CMPXHarvesterEngine::NewL();
       
   121     StartL(KMPXHarvesterServerName);
   120     StartL(KMPXHarvesterServerName);
   122     RProcess().SetPriority(::EPriorityBackground);
   121     RProcess().SetPriority(::EPriorityBackground);
       
   122     iEngine = CMPXHarvesterEngine::NewL();    
   123     }
   123     }
   124     
   124     
   125 // ----------------------------------------------------------------------------
   125 // ----------------------------------------------------------------------------
   126 // Increments number of sessions this server holds
   126 // Increments number of sessions this server holds
   127 // ----------------------------------------------------------------------------
   127 // ----------------------------------------------------------------------------