calendarui/views/inc/caleneventviewcontainer.h
branchRCL_3
changeset 86 ed599363c2d7
parent 74 97232defd20e
--- a/calendarui/views/inc/caleneventviewcontainer.h	Wed Sep 15 12:11:35 2010 +0300
+++ b/calendarui/views/inc/caleneventviewcontainer.h	Wed Oct 13 14:30:35 2010 +0300
@@ -349,11 +349,6 @@
     void AddDateFieldL( TInt aHeadingResource, const TTime& aDate );
 
     /**
-     * Add a date field to the form.
-     */
-    void AddDateFieldL( const TDesC& aDate );
-
-    /**
      * Add a "date - date" field to the form.
      */
     void AddDateDateFieldL( const TTime& aStartDate, const TTime& aEndDate );
@@ -488,7 +483,7 @@
 	* Checks if user has tapped on the attahcment names and then opens the corresponding 
 	* attachment
 	*/
-    void CheckAndOpenTappedAttachmentL(TTmPosInfo2* posInfo);
+    void CheckAndOpenTappedAttachment(TTmPosInfo2* posInfo);
 	
 	/**
 	* Opens the respective atatchment tapped
@@ -587,11 +582,6 @@
      CDocumentHandler*               iDocHandler; 
 	 RArray<TTextPos> iAttachmentPosInfoArray;	// Array of start and end positions of each attachment names on the viewer
 
-    /**
-    * True if FeatureManager is initialized.
-    */
-    TBool iFeatMgrInitialized;
-	     
 	};
 
 #endif // CALENEVENTCONTAINER_H
\ No newline at end of file