perfsrv/memspy/Engine/Source/Sink/MemSpyEngineOutputSinkDebug.cpp
changeset 62 1c2bb2fc7c87
parent 51 98307c651589
equal deleted inserted replaced
56:aa2539c91954 62:1c2bb2fc7c87
   106 void CMemSpyEngineOutputSinkDebug::DoOutputRawL( const TDesC8& /*aData*/ )
   106 void CMemSpyEngineOutputSinkDebug::DoOutputRawL( const TDesC8& /*aData*/ )
   107     {
   107     {
   108     User::Leave( KErrNotSupported );
   108     User::Leave( KErrNotSupported );
   109     }
   109     }
   110 
   110 
   111 
   111 void CMemSpyEngineOutputSinkDebug::FlushL()
       
   112     {
       
   113     // Nothing to do since everything has already been written out
       
   114     }