Return-Path: X-Original-To: apmail-celix-commits-archive@www.apache.org Delivered-To: apmail-celix-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 40B3817AE2 for ; Tue, 30 Sep 2014 08:17:34 +0000 (UTC) Received: (qmail 86014 invoked by uid 500); 30 Sep 2014 08:17:34 -0000 Delivered-To: apmail-celix-commits-archive@celix.apache.org Received: (qmail 85987 invoked by uid 500); 30 Sep 2014 08:17:34 -0000 Mailing-List: contact commits-help@celix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@celix.apache.org Delivered-To: mailing list commits@celix.apache.org Received: (qmail 85977 invoked by uid 500); 30 Sep 2014 08:17:34 -0000 Delivered-To: apmail-incubator-celix-commits@incubator.apache.org Received: (qmail 85973 invoked by uid 99); 30 Sep 2014 08:17:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Sep 2014 08:17:34 +0000 Date: Tue, 30 Sep 2014 08:17:33 +0000 (UTC) From: "Alexander Broekhuis (JIRA)" To: celix-commits@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CELIX-157) service_reference misses functions to get property keys and values MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Alexander Broekhuis created CELIX-157: ----------------------------------------- Summary: service_reference misses functions to get property keys and values Key: CELIX-157 URL: https://issues.apache.org/jira/browse/CELIX-157 Project: Celix Issue Type: Bug Reporter: Alexander Broekhuis Currently, to get to the service properties, the internal structure of reference and registration is needed. To make the API cleaner private functions should be moved to the private header. Als the service_reference needs a getProperty and getPropertyKeys function. -- This message was sent by Atlassian JIRA (v6.3.4#6332)