mpx/collectionframework/collectionserver/src/mpxcollectionserver.cpp
branchRCL_3
changeset 42 4aca42fa4eb1
parent 34 e257e2b6459d
--- a/mpx/collectionframework/collectionserver/src/mpxcollectionserver.cpp	Wed Jun 09 10:13:45 2010 +0300
+++ b/mpx/collectionframework/collectionserver/src/mpxcollectionserver.cpp	Mon Jun 21 16:13:35 2010 +0300
@@ -117,8 +117,8 @@
 //
 void CMPXCollectionServer::ConstructL()
     {
+    StartL(KMPXCollectionServerName);    	
     iEngine = CMPXCollectionEngine::NewL();
-    StartL(KMPXCollectionServerName);
     }
  
 // ----------------------------------------------------------------------------