--- a/libraries/iosrv/server/persistentconsole.cpp Thu Nov 04 20:51:05 2010 +0000
+++ b/libraries/iosrv/server/persistentconsole.cpp Thu Nov 04 23:22:39 2010 +0000
@@ -1051,11 +1051,16 @@
}
-TBool CIoPersistentConsole::TIoReaderProxy::IorIsKeyCaptured(TUint aKeyCode, TUint aModifiers)
+TBool CIoPersistentConsole::TIoReaderProxy::IorIsKeyCaptured(TUint aKeyCode, TUint aModifiers) const
{
return iReader.IorIsKeyCaptured(aKeyCode, aModifiers);
}
+TBool CIoPersistentConsole::TIoReaderProxy::IorAllKeysCaptured() const
+ {
+ return iReader.IorAllKeysCaptured();
+ }
+
void CIoPersistentConsole::TIoReaderProxy::IorReadComplete(TInt /*aError*/)
{
// indicates that the read end point will be providing no more data