engine/inc/ConnectionEngine.h
branchsymbian1
changeset 90 d0c0c3e6f7a1
parent 65 bcd88ba95046
child 176 1c8b56cb6409
child 284 69385a7c9810
equal deleted inserted replaced
88:f4b512d870e8 90:d0c0c3e6f7a1
    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