diff -r e16c1e402817 -r 198b91596e2e videoutils_plat/videoscheduler_api/inc/ipvideo/CCseSchedulerAPI.h --- a/videoutils_plat/videoscheduler_api/inc/ipvideo/CCseSchedulerAPI.h Wed Mar 31 23:11:17 2010 +0300 +++ b/videoutils_plat/videoscheduler_api/inc/ipvideo/CCseSchedulerAPI.h Tue Apr 27 17:41:36 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;