diff -r bdf78597b41c -r 5af11d9814f5 videoutils_plat/videoscheduler_api/inc/ipvideo/CCseSchedulerAPI.h --- 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 -#include // Client common methods (server start up etc) -#include // Client common methods (open, close etc) +#include // Client common methods (server start up etc) +#include // 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& 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;