diff -r 958eca8527dd -r 3f7d9dbe57c8 terminalsecurity/SCP/DmEventNotifier/inc/MMCService.h --- a/terminalsecurity/SCP/DmEventNotifier/inc/MMCService.h Tue Jan 26 12:43:57 2010 +0200 +++ b/terminalsecurity/SCP/DmEventNotifier/inc/MMCService.h Tue Feb 02 00:44:00 2010 +0200 @@ -51,9 +51,9 @@ public: /** Two phase construction **/ - static CMmcService* CMmcService::NewL(); + static CMmcService* NewL(); - static CMmcService* CMmcService::NewLC(); + static CMmcService* NewLC(); /** Virtual destructor **/ virtual ~CMmcService(); @@ -83,7 +83,7 @@ */ const TDesC& TaskName(); - void UpdateMmcStatus(); + void UpdateMmcStatusL(); private: /** Constructors **/