engine/inc/ConnectionEngine.h
changeset 57 9569ea080d5a
parent 13 f58e3c482bd9
child 63 a8538f50e2ba
equal deleted inserted replaced
56:0050a64a90f8 57:9569ea080d5a
    65 	static CConnectionEngine* NewL(CPodcastModel& aPodcastModel);
    65 	static CConnectionEngine* NewL(CPodcastModel& aPodcastModel);
    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 	void AddObserver(MConnectionObserver* aObserver);
    70 	IMPORT_C void AddObserver(MConnectionObserver* aObserver);
    71 	RSocketServ& SockServ();
    71 	RSocketServ& SockServ();
    72 private: // Methods
    72 private: // Methods
    73 	CConnectionEngine(CPodcastModel& aPodcastModel);
    73 	CConnectionEngine(CPodcastModel& aPodcastModel);
    74 	void ConstructL();
    74 	void ConstructL();
    75 protected:
    75 protected: