Changeset 1269 for code/branches/console/src/core/CommandExecutor.cc
- Timestamp:
- May 14, 2008, 12:46:00 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/console/src/core/CommandExecutor.cc
r1255 r1269 394 394 if (useTcl) 395 395 { 396 std::string temp = getLowercase(removeTrailingWhitespaces(command));397 if (!(temp.find("tclthread") == 0 || temp.find("tclthreadmanager") == 0))396 // std::string temp = getLowercase(removeTrailingWhitespaces(command)); 397 // if (!(temp.substr(0, 16) == "tclthreadmanager" || temp.substr(0, 10) == "tclexecute" || temp.substr(0, 8) == "tclquery")) 398 398 return TclBind::eval(command); 399 399 }
Note: See TracChangeset
for help on using the changeset viewer.