videoutils_plat/videoscheduler_api/inc/ipvideo/CCseSchedulerAPI.h
changeset 18 2c61986c60fa
parent 3 bdf78597b41c
child 20 fbe6578feb8b
--- a/videoutils_plat/videoscheduler_api/inc/ipvideo/CCseSchedulerAPI.h	Fri Apr 16 16:02:30 2010 +0300
+++ b/videoutils_plat/videoscheduler_api/inc/ipvideo/CCseSchedulerAPI.h	Mon May 03 13:28:27 2010 +0300
@@ -126,7 +126,7 @@
 		* @param    aArray      On return contains items from the database.
 		* @return   Generic symbian error code.
 		*/                                       
-        TInt GetSchedulesByPluginUid( const TInt32 aPluginUid,
+		IMPORT_C TInt GetSchedulesByPluginUid( const TInt32 aPluginUid,
                                       RPointerArray<CCseScheduledProgram>& aArray ) const;
 
         /**
@@ -135,7 +135,7 @@
 		* @param    aArray          On return contains items from the database.
 		* @return   Generic symbian error code.
 		*/                                      
-        TInt GetSchedulesByType( const TInt32 aScheduleType, 
+		IMPORT_C TInt GetSchedulesByType( const TInt32 aScheduleType, 
                                  RPointerArray<CCseScheduledProgram>& aArray ) const;
 
         /**
@@ -144,7 +144,7 @@
 		* @param    aEnd        End of the time frame
 		* @return   Generic symbian error code.
 		*/                                                                               
-        TInt GetSchedulesByTime( const TTime& aBeginning,
+		IMPORT_C TInt GetSchedulesByTime( const TTime& aBeginning,
                                  const TTime& aEnd,
                                  RPointerArray<CCseScheduledProgram>& aArray ) const;