- Timestamp:
- Aug 19, 2010, 4:57:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/consolecommands3/src/libraries/core/TclBind.h
r6417 r7189 59 59 static void tcl_execute(Tcl::object const &args); 60 60 61 static bool eval(const std::string& tclcode);61 static std::string eval(const std::string& tclcode, bool* success = 0); 62 62 63 63 private:
Note: See TracChangeset
for help on using the changeset viewer.