Changeset 14212
- Timestamp:
- 06/22/12 10:06:36 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/StateMachineDimControl.cc
r14132 r14212 480 480 { 481 481 Error("--start, --batch, --stop are mutually exclusive to --server."); 482 return 2;482 return 3; 483 483 } 484 484 return -1; … … 488 488 { 489 489 Error("--start, --batch and --stop are all mutually exclusive."); 490 return 1;490 return 4; 491 491 } 492 492 … … 500 500 return Dim::SendCommand("DIM_CONTROL/EXECUTE", conf.Get<string>("batch")+" user="+fUser) + 1; 501 501 502 if (conf.Has("msg")) 503 return Dim::SendCommand("CHAT/MSG", fUser+": "+conf.Get<string>("msg")) + 1; 504 502 505 return -1; 503 506 }
Note:
See TracChangeset
for help on using the changeset viewer.