FACT++  1.0
int MessageImp::Comment ( const std::string &  str)
inline

Definition at line 52 of file MessageImp.h.

References kComment, and Update().

Referenced by RemoteControl< Shell >::JsPrint(), LocalControl< ConsoleStream >::Process(), and RemoteControl< Shell >::Process().

52 { return Update(str, kComment); }
char str[80]
Definition: test_client.c:7
int Update(const std::string &txt, int severity=kMessage)
Definition: MessageImp.cc:156
A comment which is always printed.
Definition: MessageImp.h:22

+ Here is the call graph for this function:

+ Here is the caller graph for this function: