Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 37648 invoked from network); 24 Jan 2006 17:44:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Jan 2006 17:44:33 -0000 Received: (qmail 15381 invoked by uid 500); 24 Jan 2006 17:44:31 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 15295 invoked by uid 500); 24 Jan 2006 17:44:31 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 15277 invoked by uid 99); 24 Jan 2006 17:44:31 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jan 2006 09:44:31 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [80.229.52.226] (HELO asgard.webthing.com) (80.229.52.226) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jan 2006 09:44:30 -0800 Received: from asgard (asgard [192.168.10.2]) by asgard.webthing.com (Postfix) with ESMTP id B82C26455F for ; Tue, 24 Jan 2006 17:44:08 +0000 (GMT) From: Nick Kew Organization: WebThing Ltd To: dev@apr.apache.org Subject: Re: Accessing methods from an another module Date: Tue, 24 Jan 2006 17:44:06 +0000 User-Agent: KMail/1.8.3 References: <43D63232.1080102@axis.hu> In-Reply-To: <43D63232.1080102@axis.hu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200601241744.08057.nick@webthing.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Tuesday 24 January 2006 13:57, Graf L�szl� wrote: > Hi all, > > If I have two modules, mod_1 and mod_2, how can I use > a method, wich belongs to mod_1, in mod_2? Look at apr_optional. -- Nick Kew