terminalsecurity/SCP/DmEventNotifier/inc/MMCService.h
changeset 5 3f7d9dbe57c8
parent 0 b497e44ab2fc
--- 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 **/