Return-Path: X-Original-To: apmail-incubator-celix-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-celix-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D2CCACC29 for ; Tue, 1 Oct 2013 10:31:27 +0000 (UTC) Received: (qmail 86121 invoked by uid 500); 1 Oct 2013 10:31:27 -0000 Delivered-To: apmail-incubator-celix-commits-archive@incubator.apache.org Received: (qmail 86097 invoked by uid 500); 1 Oct 2013 10:31:27 -0000 Mailing-List: contact celix-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: celix-dev@incubator.apache.org Delivered-To: mailing list celix-commits@incubator.apache.org Received: (qmail 86075 invoked by uid 99); 1 Oct 2013 10:31:26 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Oct 2013 10:31:26 +0000 Date: Tue, 1 Oct 2013 10:31:26 +0000 (UTC) From: "Alexander Broekhuis (JIRA)" To: celix-commits@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (CELIX-25) Allow NULL value for the SERVICE_TRACKER_CUSTOMIZER struct MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CELIX-25?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13782793#comment-13782793 ] Alexander Broekhuis edited comment on CELIX-25 at 10/1/13 10:31 AM: -------------------------------------------------------------------- Fixed. Please verify and close if all is ok. -------------- Author: abroekhuis Date: Tue Oct 1 10:29:14 2013 New Revision: 1528037 URL: http://svn.apache.org/r1528037 Log: CELIX-25: Added checks to see if a customiser function is NULL. Where needed the default path is used. was (Author: abroekhuis): Fixed. -------------- Author: abroekhuis Date: Tue Oct 1 10:29:14 2013 New Revision: 1528037 URL: http://svn.apache.org/r1528037 Log: CELIX-25: Added checks to see if a customiser function is NULL. Where needed the default path is used. > Allow NULL value for the SERVICE_TRACKER_CUSTOMIZER struct > ---------------------------------------------------------- > > Key: CELIX-25 > URL: https://issues.apache.org/jira/browse/CELIX-25 > Project: Celix > Issue Type: New Feature > Reporter: Pepijn Noltes > Assignee: Alexander Broekhuis > Priority: Minor > Fix For: 0.0.2-incubating > > > The SERVICE_TRACKER_CUSTOMIZER struct contains 4 function pointers fields which will be called when a services is adding, added, removed or modified. Please allow these fields to be NULL for convience. > In most cases your not interested in all function calls. -- This message was sent by Atlassian JIRA (v6.1#6144)