From 14ded84e0a9d345a2dff94901f8af77f39555d73 Mon Sep 17 00:00:00 2001 From: "Christophe.Boulain" <> Date: Thu, 14 Jan 2010 10:14:21 +0000 Subject: Fixed Issue#200 --- framework/TShellApplication.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'framework') diff --git a/framework/TShellApplication.php b/framework/TShellApplication.php index 0d2cb826..e8560abf 100644 --- a/framework/TShellApplication.php +++ b/framework/TShellApplication.php @@ -4,7 +4,7 @@ * * @author Qiang Xue * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2008 PradoSoft + * @copyright Copyright © 2005-2008 PradoSoft * @license http://www.pradosoft.com/license/ * @version $Id$ * @package System @@ -35,6 +35,14 @@ */ 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