mpx/collectionframework/collectionserver/src/mpxcollectionserver.cpp
changeset 38 959ca709b049
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	Fri Jun 11 19:35:01 2010 -0500
@@ -117,8 +117,8 @@
 //
 void CMPXCollectionServer::ConstructL()
     {
+    StartL(KMPXCollectionServerName);    	
     iEngine = CMPXCollectionEngine::NewL();
-    StartL(KMPXCollectionServerName);
     }
  
 // ----------------------------------------------------------------------------