-
Committer:
Padraig O'Sullivan
-
Date:
2009-03-21 19:47:58 UTC
-
mto:
(968.2.18 mordred)
-
mto:
This revision was merged to the branch mainline in
revision
971.
-
Revision ID:
osullivan.padraig@gmail.com-20090321194758-m0cu2uocm3b0nmnv
Cleaning up the get_command_type() function based on merge review comments
from Monty. This cleanup changed the command_vector to be a container of
std::string instead of const char *.
This allowed me to remove the need for a function object since I can now use
std::find instead of std::find_if