videoutils_plat/videoscheduler_api/inc/ipvideo/CCseSchedulerAPI.h
changeset 55 5af11d9814f5
parent 3 bdf78597b41c
--- a/videoutils_plat/videoscheduler_api/inc/ipvideo/CCseSchedulerAPI.h	Tue Jan 26 12:55:56 2010 +0200
+++ b/videoutils_plat/videoscheduler_api/inc/ipvideo/CCseSchedulerAPI.h	Thu Nov 04 11:29:04 2010 +0200
@@ -22,8 +22,8 @@
 
 // INCLUDES
 #include <e32base.h>
-#include <ipvideo/rcseschedulerclient.h>    // Client common methods (server start up etc)
-#include <ipvideo/rcseschedulerservice.h>   // Client common methods (open, close etc)
+#include <ipvideo/RCseSchedulerClient.h>    // Client common methods (server start up etc)
+#include <ipvideo/RCseSchedulerService.h>   // Client common methods (open, close etc)
 
 // CONSTANTS
 // None.
@@ -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;