all repos — fluxbox @ 5103e80e9adaeac1cfc5dc21cc28de993dc9d710

custom fork of the fluxbox windowmanager

command factory accessor
fluxgen fluxgen
commit

5103e80e9adaeac1cfc5dc21cc28de993dc9d710

parent

345ef845c94bb4d77ed210e2c7a2c252d3068d59

1 files changed, 3 insertions(+), 1 deletions(-)

jump to
M src/CommandParser.hhsrc/CommandParser.hh

@@ -20,7 +20,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: CommandParser.hh,v 1.2 2003/07/01 09:01:20 fluxgen Exp $ +// $Id: CommandParser.hh,v 1.3 2004/01/02 13:43:58 fluxgen Exp $ #ifndef COMMANDPARSER_HH #define COMMANDPARSER_HH

@@ -56,6 +56,8 @@ FbTk::Command *parseLine(const std::string &line);

/// @return instance of command parser static CommandParser &instance(); + /// @return map of factorys + const CommandFactoryMap &factorys() const { return m_commandfactorys; } private: // so CommandFactory can associate it's commands friend class CommandFactory;