19 int main(
int argc,
const char *argv[])
31 JParser<> zap(
"Auxiliary program to send message to ControlHost server.");
41 catch(
const exception &error) {
42 FATAL(error.what() << endl);
48 JControlHost::Throw(
true);
52 JControlHost out(hostname);
56 out.PutFullString(tag, message);
62 cout <<
"> " << flush;
67 out.PutFullString(tag, message);
73 catch(
const JControlHostException& error) {