Changeset 16878
- Timestamp:
- 06/21/13 16:00:45 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/RemoteControl.h
r16872 r16878 168 168 void JsOut(const std::string &msg) { lin << kDefault << msg << endl; } 169 169 void JsWarn(const std::string &msg) { lin << kYellow << msg << endl; } 170 void JsResult(const std::string &msg) { if (msg!="use strict")lin << kBlue << " = " << msg << '\n' << endl; }170 void JsResult(const std::string &msg) { lin << kBlue << " = " << msg << '\n' << endl; } 171 171 void JsPrint(const std::string &msg) { if (fImp) fImp->Comment(msg); } 172 172 void JsAlarm(const std::string &msg) { if (fImp) fImp->Alarm(msg); }
Note:
See TracChangeset
for help on using the changeset viewer.