mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-21 00:23:16 +00:00
committed by
Christian Helmuth
parent
e6c5e5e8b9
commit
8e252f79f8
@ -24,6 +24,7 @@ namespace Terminal {
|
||||
class Session_component;
|
||||
class Root_component;
|
||||
class Main;
|
||||
class Buffered_output;
|
||||
|
||||
using namespace Genode;
|
||||
};
|
||||
@ -32,7 +33,7 @@ namespace Terminal {
|
||||
/**
|
||||
* Utility for the buffered output of small successive write operations
|
||||
*/
|
||||
class Buffered_output
|
||||
class Terminal::Buffered_output
|
||||
{
|
||||
private:
|
||||
|
||||
|
Reference in New Issue
Block a user