From 8c771c8ecd9bdc6b3ef0d5417db9bb9917b65fa9 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Mon, 22 Feb 2010 06:08:34 +0000 Subject: Moved component start calls from HTTPD postConfig to childInit, to give components an opportunity to start and setup connections and resources in each HTTPD child process. Adjusted utility components and test cases to this change. Minor code cleanup of Java components and integration tests. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@912491 13f79535-47bb-0310-9956-ffa450edef68 --- sca-cpp/trunk/modules/python/eval.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sca-cpp/trunk/modules/python') diff --git a/sca-cpp/trunk/modules/python/eval.hpp b/sca-cpp/trunk/modules/python/eval.hpp index 136ecf6499..855804a5ae 100644 --- a/sca-cpp/trunk/modules/python/eval.hpp +++ b/sca-cpp/trunk/modules/python/eval.hpp @@ -241,7 +241,7 @@ const failable evalScript(const value& expr, PyObject* script) { // The start, stop, and restart functions are optional const value fn = car(expr); - if (fn == "start" || fn == "restart" || fn == "stop") { + if (fn == "start" || fn == "stop") { PyErr_Clear(); return value(lambda&)>()); } -- cgit v1.2.3