aboutsummaryrefslogtreecommitdiff
path: root/src/CommandParser.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-07-01 09:04:52 (GMT)
committerfluxgen <fluxgen>2003-07-01 09:04:52 (GMT)
commit6ad9158c4f1e1adf1fbb80b205523aa1bc5fe4b7 (patch)
tree632809ed729315a849385df225f5d0e9fa91e8d7 /src/CommandParser.hh
parent015c61ede0661fe4e563052b4d8418ac6223e843 (diff)
downloadfluxbox-6ad9158c4f1e1adf1fbb80b205523aa1bc5fe4b7.zip
fluxbox-6ad9158c4f1e1adf1fbb80b205523aa1bc5fe4b7.tar.bz2
not using showCommands
Diffstat (limited to 'src/CommandParser.hh')
-rw-r--r--src/CommandParser.hh6
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();
61private: 59private: