uiservicetab/vimpstengine/inc/cvimpstenginesessioncntxtobserver.h
branchCompilerCompatibility
changeset 9 be6847aef077
parent 0 5e5d6b214f4f
--- a/uiservicetab/vimpstengine/inc/cvimpstenginesessioncntxtobserver.h	Fri Mar 19 15:17:07 2010 -0700
+++ b/uiservicetab/vimpstengine/inc/cvimpstenginesessioncntxtobserver.h	Fri Mar 19 16:56:51 2010 -0700
@@ -68,7 +68,7 @@
 		 * @return CVIMPSTEngineSessionCntxtObserver new instance of this class
 	 	 */
 		static CVIMPSTEngineSessionCntxtObserver* 
-							CVIMPSTEngineSessionCntxtObserver::NewL(TUint32 aServiceId);
+							NewL(TUint32 aServiceId);
         /**
 	     * Two-phased constructor.
 	     * @param aSettingsId: settings id.
@@ -76,7 +76,7 @@
 		 * @return CVIMPSTEngineSessionCntxtObserver new instance of this class
 	 	 */							
 	    static CVIMPSTEngineSessionCntxtObserver* 
-	    					CVIMPSTEngineSessionCntxtObserver::NewLC(TUint32 aServiceId);
+	    				NewLC(TUint32 aServiceId);
 	    
 	    
 	   /**