tsrc/mceclientstub/inc/mcedisplaysink.h
branchRCL_3
changeset 33 bc78a40cd63c
parent 32 73a1feb507fb
equal deleted inserted replaced
32:73a1feb507fb 33:bc78a40cd63c
    69 	    * Two-phased constructor.
    69 	    * Two-phased constructor.
    70 	    * @param aManager reference to the manager
    70 	    * @param aManager reference to the manager
    71 	    */
    71 	    */
    72 		IMPORT_C static CMceDisplaySink* NewLC( CMceManager& aManager );
    72 		IMPORT_C static CMceDisplaySink* NewLC( CMceManager& aManager );
    73 
    73 
    74 		/// Not in the real implementation
       
    75         IMPORT_C static CMceDisplaySink* NewL();
       
    76 
       
    77         /// Not in the real implementation
       
    78         IMPORT_C static CMceDisplaySink* NewLC();		
       
    79 		
       
    80 	    /**
    74 	    /**
    81 	    * Destructor.
    75 	    * Destructor.
    82 	    */
    76 	    */
    83 		IMPORT_C ~CMceDisplaySink();
    77 		IMPORT_C ~CMceDisplaySink();
    84 
    78 
   173 	    /**
   167 	    /**
   174 	     * C++ constructor.
   168 	     * C++ constructor.
   175 	     */
   169 	     */
   176 		CMceDisplaySink();
   170 		CMceDisplaySink();
   177 
   171 
       
   172 	    /**
       
   173 	    * second-phase constructor
       
   174 	    */
       
   175 		void ConstructL( CMceManager* aManager );
       
   176 
   178     private: // Reserved for future use
   177     private: // Reserved for future use
   179     
   178     
   180         TAny* iReserved;         	
   179         TAny* iReserved;         	
   181 
   180 
   182     public: // stub data
   181     public: // stub data