diff options
| author | Nicolas Clapies <nclapies@entrouvert.com> | 2005-10-11 14:26:15 +0000 |
|---|---|---|
| committer | Nicolas Clapies <nclapies@entrouvert.com> | 2005-10-11 14:26:15 +0000 |
| commit | efd3be4eb8b223e9fb7d8fd9d418c993496b18d1 (patch) | |
| tree | 5870b741d4b99fd4a3067c478456cdd8f6b9931b | |
| parent | 94527b4d11c58f206a29bd4aba46e7853cf25498 (diff) | |
Fixed getServiceWithProviderId method.
| -rw-r--r-- | lasso/id-wsf/discovery.h | 3 | ||||
| -rw-r--r-- | swig/Lasso-wsf.i | 3 |
2 files changed, 0 insertions, 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(); } |
