Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 24769 invoked from network); 16 Oct 2006 12:11:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Oct 2006 12:11:32 -0000 Received: (qmail 90586 invoked by uid 500); 16 Oct 2006 12:11:32 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 90512 invoked by uid 500); 16 Oct 2006 12:11:32 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 90498 invoked by uid 99); 16 Oct 2006 12:11:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Oct 2006 05:11:32 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Oct 2006 05:11:31 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C301C7142D1 for ; Mon, 16 Oct 2006 05:10:41 -0700 (PDT) Message-ID: <9317194.1161000641786.JavaMail.jira@brutus> Date: Mon, 16 Oct 2006 05:10:41 -0700 (PDT) From: "Samisa Abeysinghe (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Closed: (AXIS2C-319) Cannot pass an Object to the Callback function In-Reply-To: <18503905.1159855879512.JavaMail.root@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/AXIS2C-319?page=all ] Samisa Abeysinghe closed AXIS2C-319. ------------------------------------ Resolution: Won't Fix We do not have plans to support C++ objects for callbacks. You have to use a function, in C++ you can use functions. > Cannot pass an Object to the Callback function > ---------------------------------------------- > > Key: AXIS2C-319 > URL: http://issues.apache.org/jira/browse/AXIS2C-319 > Project: Axis2-C > Issue Type: Bug > Components: core/clientapi > Reporter: Supun Kamburugamuva > > I want to pass an Object to the Callback function using C++. So I can acces the object methods and properties through the callback function. But the current Callback function prototypes does not have a mechanism to allow that. > Also with the current call back mechnism, there is no way that we can find out weather the callback function is been called. > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-c-dev-help@ws.apache.org