diff -r c06c2a75bb57 -r a8538f50e2ba engine/inc/ConnectionEngine.h --- a/engine/inc/ConnectionEngine.h Wed Mar 31 15:36:43 2010 +0100 +++ b/engine/inc/ConnectionEngine.h Wed Mar 31 16:09:11 2010 +0100 @@ -67,7 +67,7 @@ void StartL(TConnectionType aConnectionType); RConnection& Connection(); TConnectionState ConnectionState(); - void AddObserver(MConnectionObserver* aObserver); + IMPORT_C void AddObserver(MConnectionObserver* aObserver); RSocketServ& SockServ(); private: // Methods CConnectionEngine(CPodcastModel& aPodcastModel);