equal
deleted
inserted
replaced
1574 if (aExtensionId == ConsoleAttributes::KSetConsoleAttributesExtension) |
1574 if (aExtensionId == ConsoleAttributes::KSetConsoleAttributesExtension) |
1575 { |
1575 { |
1576 ConsoleAttributes::TAttributes* attributes = (ConsoleAttributes::TAttributes*)a1; |
1576 ConsoleAttributes::TAttributes* attributes = (ConsoleAttributes::TAttributes*)a1; |
1577 return iControl.SetAttributes(attributes->iAttributes, attributes->iForegroundColor, attributes->iBackgroundColor); |
1577 return iControl.SetAttributes(attributes->iAttributes, attributes->iForegroundColor, attributes->iBackgroundColor); |
1578 } |
1578 } |
|
1579 else if (aExtensionId == ConsoleSize::KConsoleSizeReportedCorrectlyExtension) |
|
1580 { |
|
1581 return KErrNone; |
|
1582 } |
1579 return KErrNotSupported; |
1583 return KErrNotSupported; |
1580 } |
1584 } |
1581 |
1585 |
1582 void CGuiConsole::ReadComplete(TInt aStatus) |
1586 void CGuiConsole::ReadComplete(TInt aStatus) |
1583 { |
1587 { |