mpx/collectionframework/collectionserver/src/mpxcollectionserver.cpp
changeset 43 7b58e65d61ee
parent 35 2ee890d2f7e7
--- a/mpx/collectionframework/collectionserver/src/mpxcollectionserver.cpp	Fri Jun 11 14:04:53 2010 +0300
+++ b/mpx/collectionframework/collectionserver/src/mpxcollectionserver.cpp	Wed Jun 23 18:45:38 2010 +0300
@@ -117,8 +117,8 @@
 //
 void CMPXCollectionServer::ConstructL()
     {
+    StartL(KMPXCollectionServerName);    	
     iEngine = CMPXCollectionEngine::NewL();
-    StartL(KMPXCollectionServerName);
     }
  
 // ----------------------------------------------------------------------------