Return-Path: Delivered-To: apmail-ws-axis-cvs-archive@www.apache.org Received: (qmail 73440 invoked from network); 2 May 2006 09:18:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 May 2006 09:18:33 -0000 Received: (qmail 78194 invoked by uid 500); 2 May 2006 09:18:11 -0000 Delivered-To: apmail-ws-axis-cvs-archive@ws.apache.org Received: (qmail 78097 invoked by uid 500); 2 May 2006 09:18:11 -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 78086 invoked by uid 500); 2 May 2006 09:18:11 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 78065 invoked by uid 99); 2 May 2006 09:18:10 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 May 2006 02:18:10 -0700 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 [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 02 May 2006 02:18:10 -0700 Received: (qmail 72984 invoked by uid 65534); 2 May 2006 09:17:26 -0000 Message-ID: <20060502091724.72900.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r398875 - in /webservices/axis2/trunk/c: include/axis2_util.h samples/user_guide/clients/echo_blocking.c Date: Tue, 02 May 2006 09:16:35 -0000 To: axis2-cvs@ws.apache.org From: samisa@apache.org X-Mailer: svnmailer-1.0.8 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: samisa Date: Tue May 2 02:16:17 2006 New Revision: 398875 URL: http://svn.apache.org/viewcvs?rev=398875&view=rev Log: Added util header Added: webservices/axis2/trunk/c/include/axis2_util.h (with props) Modified: webservices/axis2/trunk/c/samples/user_guide/clients/echo_blocking.c Added: webservices/axis2/trunk/c/include/axis2_util.h URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/include/axis2_util.h?rev=398875&view=auto ============================================================================== --- webservices/axis2/trunk/c/include/axis2_util.h (added) +++ webservices/axis2/trunk/c/include/axis2_util.h Tue May 2 02:16:17 2006 @@ -0,0 +1,61 @@ +/* + * Copyright 2004,2005 The Apache Software Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +#ifndef AXIS2_UTIL_H +#define AXIS2_UTIL_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#ifdef __cplusplus +extern "C" +{ +#endif + +/** @} */ + +#ifdef __cplusplus +} +#endif + +#endif /* AXIS2_UTIL_H */ + Propchange: webservices/axis2/trunk/c/include/axis2_util.h ------------------------------------------------------------------------------ svn:executable = * Modified: webservices/axis2/trunk/c/samples/user_guide/clients/echo_blocking.c URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/user_guide/clients/echo_blocking.c?rev=398875&r1=398874&r2=398875&view=diff ============================================================================== --- webservices/axis2/trunk/c/samples/user_guide/clients/echo_blocking.c (original) +++ webservices/axis2/trunk/c/samples/user_guide/clients/echo_blocking.c Tue May 2 02:16:17 2006 @@ -16,12 +16,9 @@ #include #include -#include -#include -#include +#include #include #include -#include axis2_om_node_t * build_om_programatically(axis2_env_t **env);