mpx/collectionframework/collectionserver/src/mpxcollectionserver.cpp
changeset 43 7b58e65d61ee
parent 35 2ee890d2f7e7
equal deleted inserted replaced
35:2ee890d2f7e7 43:7b58e65d61ee
   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