diff -r f8e15b44d440 -r 4843bb5893b6 mtpfws/mtpfw/inc/cmtpconnectionmgr.h --- a/mtpfws/mtpfw/inc/cmtpconnectionmgr.h Fri Feb 19 23:40:44 2010 +0200 +++ b/mtpfws/mtpfw/inc/cmtpconnectionmgr.h Fri Mar 12 15:46:41 2010 +0200 @@ -23,8 +23,10 @@ #define CMTPCONNECTIONMGR_H #include +#include #include "mmtpconnectionmgr.h" #include "mtpdebug.h" +#include "mtp/rmtpclient.h" class CMTPConnection; class CMTPTransportPlugin; @@ -64,7 +66,8 @@ IMPORT_C void StopTransports(); IMPORT_C TInt TransportCount() const; IMPORT_C TUid TransportUid(); - + IMPORT_C void SetBTResumeParameter(const TBTDevAddr& aBTAddr, const TUint16& aPSMPort); + private: // From MMTPConnectionMgr TBool ConnectionClosed(MMTPTransportConnection& aTransportConnection); @@ -91,7 +94,6 @@ TUid iTransportUid; TUint iTransportCount; TUid iSecureId; - TBool iIsTransportStopping; /** * Array storing the UIDs of the suspended transport plugins @@ -104,6 +106,11 @@ CAsyncCallBack* iTransportTrigger; /** + * It will store the bluetooth address of remote device. + */ + TMTPBTRemoteDevice iRemoteDevice; + + /** FLOGGER debug trace member variable. */ __FLOG_DECLARATION_MEMBER_MUTABLE;