Add client

This commit is contained in:
Keith Winstein
2011-08-13 19:05:11 -04:00
parent 577bfc0dae
commit d6e7f69a4b
8 changed files with 209 additions and 19 deletions
-3
View File
@@ -18,9 +18,6 @@ namespace Terminal {
std::string act( const std::string &str );
std::string act( const Parser::Action *act );
std::string open( void ) { return terminal.open(); }
std::string close( void ) { return terminal.close(); }
const Framebuffer & get_fb( void ) const { return terminal.get_fb(); }
/* interface for Network::Transport */