From efd3be4eb8b223e9fb7d8fd9d418c993496b18d1 Mon Sep 17 00:00:00 2001 From: Nicolas Clapies Date: Tue, 11 Oct 2005 14:26:15 +0000 Subject: Fixed getServiceWithProviderId method. --- lasso/id-wsf/discovery.h | 3 --- swig/Lasso-wsf.i | 3 --- 2 files changed, 6 deletions(-) diff --git a/lasso/id-wsf/discovery.h b/lasso/id-wsf/discovery.h index 5cb6efec..c09d6632 100644 --- a/lasso/id-wsf/discovery.h +++ b/lasso/id-wsf/discovery.h @@ -116,9 +116,6 @@ LASSO_EXPORT gint lasso_discovery_process_query_response_msg(LassoDiscovery *dis LASSO_EXPORT LassoDataService* lasso_discovery_get_service(LassoDiscovery *discovery, const char *service_type); -LASSO_EXPORT LassoDataService* lasso_discovery_get_service_with_providerId( - LassoDiscovery *discovery, const char *providerId); - LASSO_EXPORT GList* lasso_discovery_get_services(LassoDiscovery *discovery); LASSO_EXPORT LassoDiscoDescription* lasso_discovery_get_description_auto( diff --git a/swig/Lasso-wsf.i b/swig/Lasso-wsf.i index 133b5e05..6ae127e2 100644 --- a/swig/Lasso-wsf.i +++ b/swig/Lasso-wsf.i @@ -295,9 +295,6 @@ typedef struct { %newobject getService; LassoDataService* getService(const char *service_type = NULL); - %newobject getServiceWithProviderId; - LassoDataService* getServiceWithProviderId(const char *service_type = NULL); - %newobject getServices; LassoNodeList* getServices(); } -- cgit