summaryrefslogtreecommitdiff
path: root/service
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-07-28 17:10:56 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-07-28 17:10:56 -0700
commit2599b1bacc2b34ca797eca76d079262f34c93366 (patch)
tree8b70c471f5d2ea229472ff97926318282c1f0a26 /service
parente3983f8a574f4bb4b54bba5995c5f8be0ac78957 (diff)
downloadinfinitytier-2599b1bacc2b34ca797eca76d079262f34c93366.tar.gz
infinitytier-2599b1bacc2b34ca797eca76d079262f34c93366.zip
Add CLI support for /explicit/urls (automatically outputs JSON in this case), and some cleanup.
Diffstat (limited to 'service')
-rw-r--r--service/OneService.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/service/OneService.hpp b/service/OneService.hpp
index 7964958c..7a4f7827 100644
--- a/service/OneService.hpp
+++ b/service/OneService.hpp
@@ -106,8 +106,6 @@ public:
* The terminate() method may be called from a signal handler or another
* thread to terminate execution. Otherwise this will not return unless
* another condition terminates execution such as a fatal error.
- *
- * @param
*/
virtual ReasonForTermination run() = 0;