From 2599b1bacc2b34ca797eca76d079262f34c93366 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 28 Jul 2015 17:10:56 -0700 Subject: Add CLI support for /explicit/urls (automatically outputs JSON in this case), and some cleanup. --- service/OneService.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'service/OneService.hpp') 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; -- cgit v1.2.3