mtptransports/mtpcontroller/inc/cmtpbearermonitor.h
changeset 47 63cf70d3ecd8
parent 0 d0791faffa3f
equal deleted inserted replaced
44:a5deb6b96675 47:63cf70d3ecd8
    22 
    22 
    23 #ifndef CMTPBEARERMONITOR_H
    23 #ifndef CMTPBEARERMONITOR_H
    24 #define CMTPBEARERMONITOR_H
    24 #define CMTPBEARERMONITOR_H
    25 
    25 
    26 #include "locodserviceplugin.h"
    26 #include "locodserviceplugin.h"
    27 #include "mtpdebug.h"
       
    28 
    27 
    29 class CMTPControllerBase;
    28 class CMTPControllerBase;
    30 
    29 
    31 NONSHARABLE_CLASS( CMTPBearerMonitor ) : public CLocodServicePlugin
    30 NONSHARABLE_CLASS( CMTPBearerMonitor ) : public CLocodServicePlugin
    32     {
    31     {
    44 private:
    43 private:
    45     CMTPBearerMonitor( TLocodServicePluginParams& aParams );
    44     CMTPBearerMonitor( TLocodServicePluginParams& aParams );
    46     void ConstructL();
    45     void ConstructL();
    47     
    46     
    48 private:
    47 private:
    49     /**
       
    50      * FLOGGER debug trace member variable.
       
    51      */
       
    52     __FLOG_DECLARATION_MEMBER_MUTABLE;
       
    53     
    48     
    54     RPointerArray< CMTPControllerBase > iMTPControllers;
    49     RPointerArray< CMTPControllerBase > iMTPControllers;
    55     };
    50     };
    56 
    51 
    57 #endif// CMTPBEARERMONITOR_H
    52 #endif// CMTPBEARERMONITOR_H