diff options
Diffstat (limited to 'src/CommandParser.hh')
-rw-r--r-- | src/CommandParser.hh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/CommandParser.hh b/src/CommandParser.hh index 1a58c35..7872ef2 100644 --- a/src/CommandParser.hh +++ b/src/CommandParser.hh | |||
@@ -20,14 +20,13 @@ | |||
20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
21 | // DEALINGS IN THE SOFTWARE. | 21 | // DEALINGS IN THE SOFTWARE. |
22 | 22 | ||
23 | // $Id: CommandParser.hh,v 1.1 2003/06/30 14:44:43 fluxgen Exp $ | 23 | // $Id: CommandParser.hh,v 1.2 2003/07/01 09:01:20 fluxgen Exp $ |
24 | 24 | ||
25 | #ifndef COMMANDPARSER_HH | 25 | #ifndef COMMANDPARSER_HH |
26 | #define COMMANDPARSER_HH | 26 | #define COMMANDPARSER_HH |
27 | 27 | ||
28 | #include <string> | 28 | #include <string> |
29 | #include <map> | 29 | #include <map> |
30 | #include <ostream> | ||
31 | 30 | ||
32 | #include "RefCount.hh" | 31 | #include "RefCount.hh" |
33 | 32 | ||
@@ -54,8 +53,7 @@ public: | |||
54 | 53 | ||
55 | /// @return parses and returns a command matching the line | 54 | /// @return parses and returns a command matching the line |
56 | FbTk::Command *parseLine(const std::string &line); | 55 | FbTk::Command *parseLine(const std::string &line); |
57 | /// lists all commands to an ostream | 56 | |
58 | void showCommands(std::ostream &the_stream) const; | ||
59 | /// @return instance of command parser | 57 | /// @return instance of command parser |
60 | static CommandParser &instance(); | 58 | static CommandParser &instance(); |
61 | private: | 59 | private: |