00001 // See the end of this file for license information. 00002 00003 #ifndef TORSION_CONSOLE_H 00004 #define TORSION_CONSOLE_H 00005 00006 #include "shell.h" 00007 00009 00010 class Console { 00011 protected: 00012 Shell shell; 00013 00014 public: 00018 void 00019 input_line(char* line, unsigned max_length); 00020 00022 void 00023 input_loop(); 00024 }; 00025 00026 #endif 00027 00028 /* Torsion Operating System, Copyright (C) 2000-2004 Dan Helfman 00029 * 00030 * This program is free software; you can redistribute it and/or modify it 00031 * under the terms of the GNU General Public License as published by the 00032 * Free Software Foundation; either version 2 of the License, or (at your 00033 * option) any later version. 00034 * 00035 * This program is distributed in the hope that it will be useful, but 00036 * WITHOUT ANY WARRANTY; without even the implied warranty of 00037 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00038 * General Public License for more details (in the COPYING file). 00039 * 00040 * You should have received a copy of the GNU General Public License along 00041 * with this program; if not, write to the Free Software Foundation, Inc., 00042 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 00043 */
Torsion Operating System, Copyright (C) 2000-2004 Dan Helfman