locationdataharvester/mylocationsengine/src/appmain.cpp
changeset 20 cd10d5b85554
parent 17 0f22fb80ebba
--- a/locationdataharvester/mylocationsengine/src/appmain.cpp	Mon May 03 12:27:22 2010 +0300
+++ b/locationdataharvester/mylocationsengine/src/appmain.cpp	Fri May 14 15:47:27 2010 +0300
@@ -40,14 +40,8 @@
     // create Mylocations engine object
     CMyLocationsEngine *myLocationsEngine = CMyLocationsEngine::NewL();
     CleanupStack::PushL( myLocationsEngine );
-    // Start listening to calendar db changes
-    //myLocationsEngine->StartCalenderChangeNotifierL();
 
-   
-    // Start listening to landmarks db changes
-    //myLocationsEngine->StartLandmarksChangeNotifier();
-
-    //MYLOCLOGSTRING("Start listening to landmarks db changes.");
+    MYLOCLOGSTRING("myLocationsEngine created.");
     
     RProcess::Rendezvous(KErrNone);
     // Start handling requests
@@ -65,8 +59,7 @@
 // -----------------------------------------------------------------------------
 //
 static TInt Execute()
-{
-   // __UHEAP_MARK;
+{  
     TInt error = KErrNoMemory;
     // Create the cleanup stack
     CTrapCleanup* cleanup = CTrapCleanup::New();
@@ -76,7 +69,6 @@
         TRAP( error, DoExecuteL() );
         delete cleanup;
     }
-   // __UHEAP_MARKEND;
     return error;
 }