Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

shell.h

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

Torsion Operating System, Copyright (C) 2000-2004 Dan Helfman