diff -r 896e9dbc5f19 -r 065198191975 internetradio2.0/irsonghistory/src/irsonghistoryinfo.cpp --- a/internetradio2.0/irsonghistory/src/irsonghistoryinfo.cpp Wed Aug 18 09:40:26 2010 +0300 +++ b/internetradio2.0/irsonghistory/src/irsonghistoryinfo.cpp Thu Sep 02 20:17:46 2010 +0300 @@ -304,7 +304,7 @@ // --------------------------------------------------------------------------- // -const RBuf& CIRSongHistoryInfo::GetGenreName() const + EXPORT_C const RBuf& CIRSongHistoryInfo::GetGenreName() const { return iGenreName; } @@ -314,7 +314,7 @@ // Get channel country name // --------------------------------------------------------------------------- // -const RBuf& CIRSongHistoryInfo::GetCountryName() const + EXPORT_C const RBuf& CIRSongHistoryInfo::GetCountryName() const { return iCountryName; } @@ -324,7 +324,7 @@ // Get channel language name // --------------------------------------------------------------------------- // -const RBuf& CIRSongHistoryInfo::GetLanguageName() const + EXPORT_C const RBuf& CIRSongHistoryInfo::GetLanguageName() const { return iLanguageName; }