serviceproviders/sapi_calendar/inc/calendarinterface.h
branchCompilerCompatibility
changeset 51 b67581c9622b
parent 37 5d0ec8b709be
--- a/serviceproviders/sapi_calendar/inc/calendarinterface.h	Sun Mar 14 13:12:13 2010 +0000
+++ b/serviceproviders/sapi_calendar/inc/calendarinterface.h	Sun Mar 28 16:38:04 2010 +0100
@@ -479,12 +479,12 @@
 		 *
 	     * @return void
 	    */
-		void CCalendarInterface::GetDesCFieldFromMapL( const CLiwGenericParamList& aInParamList, 
-														const TDesC8& aCmdName, 
-														const TDesC8& aMapName, 
-														const TDesC8& aFieldName, 
-														TBool aPosBased, 
-														HBufC*& aOutputField );
+		void GetDesCFieldFromMapL( const CLiwGenericParamList& aInParamList, 
+									const TDesC8& aCmdName, 
+									const TDesC8& aMapName, 
+									const TDesC8& aFieldName, 
+									TBool aPosBased, 
+									HBufC*& aOutputField );
 
 		/**
 	     * Extracts 8-bit Descriptor Field from Map in input param list
@@ -497,12 +497,12 @@
 		 *
 	     * @return void
 	    */
-		void CCalendarInterface::GetDesC8FieldFromMapL( const CLiwGenericParamList& aInParamList, 
-														const TDesC8& aCmdName, 
-														const TDesC8& aMapName, 
-														const TDesC8& aFieldName, 
-														TBool aPosBased, 
-														HBufC8*& aOutputField );
+		void GetDesC8FieldFromMapL( const CLiwGenericParamList& aInParamList, 
+									const TDesC8& aCmdName, 
+									const TDesC8& aMapName, 
+									const TDesC8& aFieldName, 
+									TBool aPosBased, 
+									HBufC8*& aOutputField );
 
 		/**
 	     * Extracts Entry attributes for Add/Update request
@@ -622,7 +622,7 @@
 		 *
 	     * @return True if given calendar is in use
 	    */
-		TBool CCalendarInterface::CheckCalendarInUse( const TDesC& aCalendarName );
+		TBool CheckCalendarInUse( const TDesC& aCalendarName );
 		
 	private:
 
@@ -658,4 +658,4 @@
 	};
 
 
-#endif __CALENDARINTERFACE_H
\ No newline at end of file
+#endif __CALENDARINTERFACE_H