locationdataharvester/mylocationsengine/src/calendernotification.cpp
changeset 20 cd10d5b85554
parent 17 0f22fb80ebba
child 26 f3533f6eae3f
--- a/locationdataharvester/mylocationsengine/src/calendernotification.cpp	Mon May 03 12:27:22 2010 +0300
+++ b/locationdataharvester/mylocationsengine/src/calendernotification.cpp	Fri May 14 15:47:27 2010 +0300
@@ -42,7 +42,7 @@
     CCalenderNotification* self = new (ELeave) CCalenderNotification(
             aNotifyChange);
     CleanupStack::PushL(self);
-    self->ConstructL(aNotifyChange);
+    self->ConstructL();
     return self;
 }
 
@@ -51,7 +51,7 @@
 // Symbian 2nd phase constructor can leave.
 // -----------------------------------------------------------------------------
 //
-void CCalenderNotification::ConstructL(MNotifyChange* aNotifyChange)
+void CCalenderNotification::ConstructL()
 {
     CActiveScheduler::Add(this);
     User::LeaveIfError(iFsession.Connect());
@@ -118,3 +118,5 @@
 {
 }
 
+//End of file
+