From 62b40123b4276633d491682d756a5f72199cb8a0 Mon Sep 17 00:00:00 2001 From: "ctrlaltca@gmail.com" <> Date: Sun, 13 Nov 2011 14:47:41 +0000 Subject: reverted r2751 to fix #283: if a service is defined in applicaton.xml, we should start it even from a TShellApplication; testcased #200 too --- framework/TShellApplication.php | 8 -------- 1 file changed, 8 deletions(-) (limited to 'framework/TShellApplication.php') diff --git a/framework/TShellApplication.php b/framework/TShellApplication.php index 08bab0ea..6e2f5cbb 100644 --- a/framework/TShellApplication.php +++ b/framework/TShellApplication.php @@ -35,14 +35,6 @@ */ class TShellApplication extends TApplication { - - /** - * Override parent implementation. TShellApplication doesn't need to start any service - */ - public function startService($serviceID) - { - - } /** * Runs the application. * This method overrides the parent implementation by initializing -- cgit v1.2.3