| 1358 | } |
| 1359 | |
| 1360 | void ExternalCommandProcessor::DelHostComment(double, const std::vector<String>& arguments) |
| 1361 | { |
| 1362 | int id = Convert::ToLong(arguments[0]); |
| 1363 | Log(LogNotice, "ExternalCommandProcessor") |
| 1364 | << "Removing comment ID " << arguments[0]; |
| 1365 | String rid = Comment::GetCommentIDFromLegacyID(id); |
| 1366 | Comment::RemoveComment(rid); |
| 1367 | } |
| 1368 | |
| 1369 | void ExternalCommandProcessor::AddSvcComment(double, const std::vector<String>& arguments) |
| 1370 | { |