equal
deleted
inserted
replaced
66 ~CConnectionEngine(); |
66 ~CConnectionEngine(); |
67 void StartL(TConnectionType aConnectionType); |
67 void StartL(TConnectionType aConnectionType); |
68 RConnection& Connection(); |
68 RConnection& Connection(); |
69 TConnectionState ConnectionState(); |
69 TConnectionState ConnectionState(); |
70 IMPORT_C void AddObserver(MConnectionObserver* aObserver); |
70 IMPORT_C void AddObserver(MConnectionObserver* aObserver); |
|
71 IMPORT_C void RemoveObserver(MConnectionObserver* aObserver); |
|
72 |
71 RSocketServ& SockServ(); |
73 RSocketServ& SockServ(); |
72 void Stop(); |
74 void Stop(); |
73 private: // Methods |
75 private: // Methods |
74 CConnectionEngine(CPodcastModel& aPodcastModel); |
76 CConnectionEngine(CPodcastModel& aPodcastModel); |
75 void ConstructL(); |
77 void ConstructL(); |