00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025 #include "CommandParser.hh"
00026
00027 class FbCommandFactory: public CommandFactory {
00028 public:
00029 FbTk::Command *stringToCommand(const std::string &command,
00030 const std::string &arguments);
00031
00032 private:
00033 FbCommandFactory();
00034 static FbCommandFactory s_autoreg;
00035 };