- Timestamp:
- 03/20/13 18:44:13 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/RemoteControl.h
r15102 r15128 167 167 bool JsSend(const std::string &str) { return ProcessCommand(str, false); } 168 168 void JsOut(const std::string &msg) { lin << msg << endl; } 169 void JsResult(const std::string &msg) { lin << kBlue << " = " << msg << '\n' << endl; }169 void JsResult(const std::string &msg) { if (msg!="use strict") lin << kBlue << " = " << msg << '\n' << endl; } 170 170 void JsPrint(const std::string &msg) { if (fImp) fImp->Comment(msg); } 171 171 void JsAlarm(const std::string &msg) { if (fImp) fImp->Alarm(msg); }
Note:
See TracChangeset
for help on using the changeset viewer.