diff -r 9da6551eb47a -r 38fb71c3f265 videoutils_plat/videoscheduler_api/inc/ipvideo/CCseSchedulerAPI.h --- a/videoutils_plat/videoscheduler_api/inc/ipvideo/CCseSchedulerAPI.h Thu Apr 01 22:57:34 2010 +0300 +++ b/videoutils_plat/videoscheduler_api/inc/ipvideo/CCseSchedulerAPI.h Fri Apr 16 18:15:25 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& 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& 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& aArray ) const;