Return-Path: Delivered-To: apmail-ws-sandesha-dev-archive@www.apache.org Received: (qmail 50154 invoked from network); 30 Aug 2008 15:43:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Aug 2008 15:43:04 -0000 Received: (qmail 67611 invoked by uid 500); 30 Aug 2008 15:43:02 -0000 Delivered-To: apmail-ws-sandesha-dev-archive@ws.apache.org Received: (qmail 67547 invoked by uid 500); 30 Aug 2008 15:43:02 -0000 Mailing-List: contact sandesha-dev-help@ws.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list sandesha-dev@ws.apache.org Received: (qmail 67536 invoked by uid 500); 30 Aug 2008 15:43:01 -0000 Delivered-To: apmail-ws-sandesha-cvs@ws.apache.org Received: (qmail 67533 invoked by uid 99); 30 Aug 2008 15:43:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Aug 2008 08:43:01 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Aug 2008 15:42:12 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 290B2238896B; Sat, 30 Aug 2008 08:42:13 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r690523 - /webservices/sandesha/trunk/c/include/sandesha2_close_seq_res_msg_processor.h Date: Sat, 30 Aug 2008 15:42:12 -0000 To: sandesha-cvs@ws.apache.org From: damitha@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080830154213.290B2238896B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: damitha Date: Sat Aug 30 08:42:12 2008 New Revision: 690523 URL: http://svn.apache.org/viewvc?rev=690523&view=rev Log: Adding new file Added: webservices/sandesha/trunk/c/include/sandesha2_close_seq_res_msg_processor.h Added: webservices/sandesha/trunk/c/include/sandesha2_close_seq_res_msg_processor.h URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/include/sandesha2_close_seq_res_msg_processor.h?rev=690523&view=auto ============================================================================== --- webservices/sandesha/trunk/c/include/sandesha2_close_seq_res_msg_processor.h (added) +++ webservices/sandesha/trunk/c/include/sandesha2_close_seq_res_msg_processor.h Sat Aug 30 08:42:12 2008 @@ -0,0 +1,49 @@ +/* + * 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 SANDESHA2_CLOSE_SEQ_RES_MSG_PROCESSOR_H +#define SANDESHA2_CLOSE_SEQ_RES_MSG_PROCESSOR_H + +/** + * @file sandesha2_close_seq_res_msg_processor.h + * @brief + */ + +#include +#include +#include + + +#ifdef __cplusplus +extern "C" +{ +#endif + +/** @defgroup sandesha2_close_seq_res_msg_processor + * @ingroup sandesha2_msgprocessors + * @{ + */ + +AXIS2_EXTERN sandesha2_msg_processor_t* AXIS2_CALL +sandesha2_close_seq_res_msg_processor_create( + const axutil_env_t *env); +/** @} */ +#ifdef __cplusplus +} +#endif + +#endif /* SANDESHA2_CLOSE_SEQ_RES_MSG_PROCESSOR_H */ + --------------------------------------------------------------------- To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org For additional commands, e-mail: sandesha-dev-help@ws.apache.org