tsrc/mceclientstub/inc/mcedisplaysink.h
branchRCL_3
changeset 22 73a1feb507fb
parent 0 f0cf47e981f9
child 23 bc78a40cd63c
equal deleted inserted replaced
21:33a5d2bbf6fc 22:73a1feb507fb
    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 		
    74 	    /**
    80 	    /**
    75 	    * Destructor.
    81 	    * Destructor.
    76 	    */
    82 	    */
    77 		IMPORT_C ~CMceDisplaySink();
    83 		IMPORT_C ~CMceDisplaySink();
    78 
    84 
   167 	    /**
   173 	    /**
   168 	     * C++ constructor.
   174 	     * C++ constructor.
   169 	     */
   175 	     */
   170 		CMceDisplaySink();
   176 		CMceDisplaySink();
   171 
   177 
   172 	    /**
       
   173 	    * second-phase constructor
       
   174 	    */
       
   175 		void ConstructL( CMceManager* aManager );
       
   176 
       
   177     private: // Reserved for future use
   178     private: // Reserved for future use
   178     
   179     
   179         TAny* iReserved;         	
   180         TAny* iReserved;         	
   180 
   181 
   181     public: // stub data
   182     public: // stub data