Changeset 9348 for code/trunk/src/libraries/core/command/ConsoleCommand.cc
- Timestamp:
- Aug 30, 2012, 11:08:17 PM (13 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:ignore
-
old new 1 .project 1 2 build 2 3 codeblocks 4 dependencies 3 5 vs 4 dependencies
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
code/trunk/src/libraries/core/command/ConsoleCommand.cc
r8858 r9348 594 594 @param bPrintError If true, an error is printed if the command doesn't exist 595 595 */ 596 /* static */ constConsoleCommand* ConsoleCommand::getCommand(const std::string& group, const std::string& name, bool bPrintError)596 /* static */ ConsoleCommand* ConsoleCommand::getCommand(const std::string& group, const std::string& name, bool bPrintError) 597 597 { 598 598 // find the group … … 624 624 @param bPrintError If true, an error is printed if the command doesn't exist 625 625 */ 626 /* static */ constConsoleCommand* ConsoleCommand::getCommandLC(const std::string& group, const std::string& name, bool bPrintError)626 /* static */ ConsoleCommand* ConsoleCommand::getCommandLC(const std::string& group, const std::string& name, bool bPrintError) 627 627 { 628 628 std::string groupLC = getLowercase(group);
Note: See TracChangeset
for help on using the changeset viewer.