libraries/iosrv/server/persistentconsole.cpp
changeset 83 706c7a69e448
parent 0 7f656887cf89
equal deleted inserted replaced
82:a6fec624de6c 83:706c7a69e448
  1049 	{
  1049 	{
  1050 	return iReader.IorDataIsBuffered();
  1050 	return iReader.IorDataIsBuffered();
  1051 	}
  1051 	}
  1052 
  1052 
  1053 
  1053 
  1054 TBool CIoPersistentConsole::TIoReaderProxy::IorIsKeyCaptured(TUint aKeyCode, TUint aModifiers)
  1054 TBool CIoPersistentConsole::TIoReaderProxy::IorIsKeyCaptured(TUint aKeyCode, TUint aModifiers) const
  1055 	{
  1055 	{
  1056 	return iReader.IorIsKeyCaptured(aKeyCode, aModifiers);
  1056 	return iReader.IorIsKeyCaptured(aKeyCode, aModifiers);
       
  1057 	}
       
  1058 
       
  1059 TBool CIoPersistentConsole::TIoReaderProxy::IorAllKeysCaptured() const
       
  1060 	{
       
  1061 	return iReader.IorAllKeysCaptured();
  1057 	}
  1062 	}
  1058 
  1063 
  1059 void CIoPersistentConsole::TIoReaderProxy::IorReadComplete(TInt /*aError*/)
  1064 void CIoPersistentConsole::TIoReaderProxy::IorReadComplete(TInt /*aError*/)
  1060 	{
  1065 	{
  1061 	// indicates that the read end point will be providing no more data
  1066 	// indicates that the read end point will be providing no more data