mpx/collectionframework/collectionserver/src/mpxcollectionserver.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 CMPXCollectionServer::ConstructL()
   118 void CMPXCollectionServer::ConstructL()
   119     {
   119     {
       
   120     StartL(KMPXCollectionServerName);    	
   120     iEngine = CMPXCollectionEngine::NewL();
   121     iEngine = CMPXCollectionEngine::NewL();
   121     StartL(KMPXCollectionServerName);
       
   122     }
   122     }
   123  
   123  
   124 // ----------------------------------------------------------------------------
   124 // ----------------------------------------------------------------------------
   125 // Find the collection that has client aName, and remove it from that collection; 
   125 // Find the collection that has client aName, and remove it from that collection; 
   126 // if that collection has no clients, then delete that collection. If the server 
   126 // if that collection has no clients, then delete that collection. If the server