equal
deleted
inserted
replaced
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 RSocketServ& SockServ(); |
71 RSocketServ& SockServ(); |
|
72 void Stop(); |
72 private: // Methods |
73 private: // Methods |
73 CConnectionEngine(CPodcastModel& aPodcastModel); |
74 CConnectionEngine(CPodcastModel& aPodcastModel); |
74 void ConstructL(); |
75 void ConstructL(); |
75 protected: |
76 protected: |
76 // From CActive |
77 // From CActive |