tsrc/mceclientstub/inc/mcedisplaysink.h
branchRCL_3
changeset 22 73a1feb507fb
parent 0 f0cf47e981f9
child 23 bc78a40cd63c
--- a/tsrc/mceclientstub/inc/mcedisplaysink.h	Thu Aug 19 09:51:39 2010 +0300
+++ b/tsrc/mceclientstub/inc/mcedisplaysink.h	Tue Aug 31 15:12:07 2010 +0300
@@ -71,6 +71,12 @@
 	    */
 		IMPORT_C static CMceDisplaySink* NewLC( CMceManager& aManager );
 
+		/// Not in the real implementation
+        IMPORT_C static CMceDisplaySink* NewL();
+
+        /// Not in the real implementation
+        IMPORT_C static CMceDisplaySink* NewLC();		
+		
 	    /**
 	    * Destructor.
 	    */
@@ -169,11 +175,6 @@
 	     */
 		CMceDisplaySink();
 
-	    /**
-	    * second-phase constructor
-	    */
-		void ConstructL( CMceManager* aManager );
-
     private: // Reserved for future use
     
         TAny* iReserved;