diff -r 73a1feb507fb -r bc78a40cd63c tsrc/mceclientstub/inc/mcedisplaysink.h --- a/tsrc/mceclientstub/inc/mcedisplaysink.h Tue Aug 31 15:12:07 2010 +0300 +++ b/tsrc/mceclientstub/inc/mcedisplaysink.h Wed Sep 01 12:31:01 2010 +0100 @@ -71,12 +71,6 @@ */ 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. */ @@ -175,6 +169,11 @@ */ CMceDisplaySink(); + /** + * second-phase constructor + */ + void ConstructL( CMceManager* aManager ); + private: // Reserved for future use TAny* iReserved;