Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 38225 invoked from network); 6 Nov 2001 00:27:11 -0000 Received: from unknown (HELO osaka.betaversion.org) (192.18.49.133) by daedalus.apache.org with SMTP; 6 Nov 2001 00:27:11 -0000 Received: (qmail 10456 invoked from network); 6 Nov 2001 00:29:40 -0000 Received: from nagoya.betaversion.org (192.18.49.131) by osaka.betaversion.org with SMTP; 6 Nov 2001 00:29:40 -0000 Received: (qmail 10307 invoked by uid 97); 6 Nov 2001 00:27:05 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 10291 invoked by uid 97); 6 Nov 2001 00:27:04 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 10280 invoked by uid 97); 6 Nov 2001 00:27:04 -0000 Date: 6 Nov 2001 00:15:54 -0000 Message-ID: <20011106001554.9182.qmail@icarus.apache.org> From: costin@apache.org To: jakarta-tomcat-connectors-cvs@apache.org Subject: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_channel.h X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N costin 01/11/05 16:15:54 Modified: jk/native/common jk_channel.h Log: Add the standard define/ifdef/etc in jk_channel.h Revision Changes Path 1.2 +13 -0 jakarta-tomcat-connectors/jk/native/common/jk_channel.h Index: jk_channel.h =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_channel.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- jk_channel.h 2001/11/02 04:22:59 1.1 +++ jk_channel.h 2001/11/06 00:15:54 1.2 @@ -55,6 +55,14 @@ * * * ========================================================================= */ +#ifndef JK_CHANNEL_H +#define JK_CHANNEL_H + + +#ifdef __cplusplus +extern "C" { +#endif /* __cplusplus */ + #include "jk_global.h" #include "jk_logger.h" #include "jk_pool.h" @@ -127,3 +135,8 @@ typedef struct jk_channel jk_channel_t; +#ifdef __cplusplus +} +#endif /* __cplusplus */ + +#endif -- To unsubscribe, e-mail: For additional commands, e-mail: