Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 90519 invoked from network); 2 Feb 2007 16:27:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Feb 2007 16:27:24 -0000 Received: (qmail 95085 invoked by uid 500); 2 Feb 2007 16:27:29 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 94982 invoked by uid 500); 2 Feb 2007 16:27:29 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 94971 invoked by uid 99); 2 Feb 2007 16:27:29 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Feb 2007 08:27:29 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Feb 2007 08:27:22 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 3394A1A981A; Fri, 2 Feb 2007 08:27:02 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r502648 - /webservices/axis/trunk/c/include/axis/Axis.hpp Date: Fri, 02 Feb 2007 16:27:02 -0000 To: axis-cvs@ws.apache.org From: nadiramra@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070202162702.3394A1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: nadiramra Date: Fri Feb 2 08:27:01 2007 New Revision: 502648 URL: http://svn.apache.org/viewvc?view=rev&rev=502648 Log: Add comment. Modified: webservices/axis/trunk/c/include/axis/Axis.hpp Modified: webservices/axis/trunk/c/include/axis/Axis.hpp URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/include/axis/Axis.hpp?view=diff&rev=502648&r1=502647&r2=502648 ============================================================================== --- webservices/axis/trunk/c/include/axis/Axis.hpp (original) +++ webservices/axis/trunk/c/include/axis/Axis.hpp Fri Feb 2 08:27:01 2007 @@ -86,6 +86,9 @@ */ static bool isRunning(); + /** + * Stop Axis engine. + */ static void stopAxis(); }; --------------------------------------------------------------------- To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org For additional commands, e-mail: axis-cvs-help@ws.apache.org