mtptransports/mtpcontroller/inc/cmtpbluetoothcontroller.h
changeset 47 63cf70d3ecd8
parent 0 d0791faffa3f
equal deleted inserted replaced
44:a5deb6b96675 47:63cf70d3ecd8
    23 #ifndef CMTPBLUETOOTHCONTROLLER_H_
    23 #ifndef CMTPBLUETOOTHCONTROLLER_H_
    24 #define CMTPBLUETOOTHCONTROLLER_H_
    24 #define CMTPBLUETOOTHCONTROLLER_H_
    25 
    25 
    26 #include "cmtpcontrollerbase.h"
    26 #include "cmtpcontrollerbase.h"
    27 #include "cmtpoperator.h"
    27 #include "cmtpoperator.h"
    28 #include "mtpdebug.h"
       
    29 
    28 
    30 NONSHARABLE_CLASS( CMTPBluetoothController ) : public CMTPControllerBase, public MMTPOperatorNotifier
    29 NONSHARABLE_CLASS( CMTPBluetoothController ) : public CMTPControllerBase, public MMTPOperatorNotifier
    31     {
    30     {
    32 public:
    31 public:
    33     static CMTPBluetoothController* NewL( CMTPBearerMonitor& aMon );
    32     static CMTPBluetoothController* NewL( CMTPBearerMonitor& aMon );
    42     
    41     
    43 private:
    42 private:
    44     CMTPBluetoothController( CMTPBearerMonitor& aMon );
    43     CMTPBluetoothController( CMTPBearerMonitor& aMon );
    45     
    44     
    46 private:
    45 private:
    47     /**
       
    48      * FLOGGER debug trace member variable.
       
    49      */
       
    50     __FLOG_DECLARATION_MEMBER_MUTABLE;
       
    51     
    46     
    52     TBool iStat;
    47     TBool iStat;
    53     CMTPOperator* iMTPOperator;
    48     CMTPOperator* iMTPOperator;
    54     };
    49     };
    55 
    50