terminalsecurity/SCP/DmEventNotifier/inc/MMCService.h
changeset 5 3f7d9dbe57c8
parent 0 b497e44ab2fc
equal deleted inserted replaced
4:958eca8527dd 5:3f7d9dbe57c8
    49 NONSHARABLE_CLASS(CMmcService) : public CDmEventServiceBase
    49 NONSHARABLE_CLASS(CMmcService) : public CDmEventServiceBase
    50     {
    50     {
    51 
    51 
    52     public:
    52     public:
    53         /** Two phase construction **/
    53         /** Two phase construction **/
    54         static CMmcService* CMmcService::NewL();
    54         static CMmcService* NewL();
    55 
    55 
    56         static CMmcService* CMmcService::NewLC();
    56         static CMmcService* NewLC();
    57 
    57 
    58         /** Virtual destructor **/
    58         /** Virtual destructor **/
    59         virtual ~CMmcService();
    59         virtual ~CMmcService();
    60 
    60 
    61         /**
    61         /**
    81          * @since   S60   v5.2
    81          * @since   S60   v5.2
    82          * @return task name
    82          * @return task name
    83          */
    83          */
    84         const TDesC& TaskName();
    84         const TDesC& TaskName();
    85         
    85         
    86         void UpdateMmcStatus();
    86         void UpdateMmcStatusL();
    87 
    87 
    88     private:
    88     private:
    89         /** Constructors **/
    89         /** Constructors **/
    90         CMmcService();
    90         CMmcService();
    91 
    91