creator/inc/creator_scriptelement.h
branchCompilerCompatibility
changeset 9 bb48bf1a40ff
parent 0 d6fe6244b863
--- a/creator/inc/creator_scriptelement.h	Sun Mar 14 13:16:37 2010 +0000
+++ b/creator/inc/creator_scriptelement.h	Sun Mar 28 16:41:16 2010 +0100
@@ -51,7 +51,7 @@
 class CCreatorScriptElementCache : public CBase
 {
 public:
-    static CCreatorScriptElementCache* CCreatorScriptElementCache::NewL();
+    static CCreatorScriptElementCache* NewL();
     virtual ~CCreatorScriptElementCache();    
         
     void RemoveElements();    
@@ -93,7 +93,7 @@
 {
 public:
 
-    static CCreatorScriptElement* CCreatorScriptElement::NewL(CCreatorEngine* aEngine, const TDesC& aName, const TDesC& aContext = KNullDesC);
+    static CCreatorScriptElement* NewL(CCreatorEngine* aEngine, const TDesC& aName, const TDesC& aContext = KNullDesC);
 
     /**
      * Destructor