uiacceltk/hitchcock/AlfRenderStage/inc/alfrssendbuffer.h
branchRCL_3
changeset 10 7c5dd702d6d3
parent 9 3ac8bf5c5014
equal deleted inserted replaced
9:3ac8bf5c5014 10:7c5dd702d6d3
   406         
   406         
   407     public: // From CActive
   407     public: // From CActive
   408 
   408 
   409 	    void RunL();
   409 	    void RunL();
   410 	    void DoCancel();
   410 	    void DoCancel();
   411 
   411         TInt RunError(TInt aError)
       
   412             {
       
   413             // will likely lead to inconsistent state and thus reset anyway
       
   414             RDebug::Print(_L("CAlfRsSendBuffer::RunError( %d )"),aError);
       
   415             aError -= (aError);
       
   416             return aError; //KErrNone;
       
   417             }
       
   418             
   412 	private:
   419 	private:
   413 	    
   420 	    
   414        /**
   421        /**
   415         * CAlfRsSendBuffer
   422         * CAlfRsSendBuffer
   416         * 
   423         *