summaryrefslogtreecommitdiffstats
path: root/swig
diff options
context:
space:
mode:
authorNicolas Clapies <nclapies@entrouvert.com>2006-01-05 12:36:10 +0000
committerNicolas Clapies <nclapies@entrouvert.com>2006-01-05 12:36:10 +0000
commit27655edc316acd1b3c95240836d0307705a5507e (patch)
tree9b087eaff4b902772578ba23d687d4c51d97a334 /swig
parent87e2f5ed1d9c7558b2c7e0eb1feb020b017e9247 (diff)
downloadlasso-27655edc316acd1b3c95240836d0307705a5507e.tar.gz
lasso-27655edc316acd1b3c95240836d0307705a5507e.tar.xz
lasso-27655edc316acd1b3c95240836d0307705a5507e.zip
Fixed symbol error about LassoDiscoDescription_newWithBriefSoapHttpDescription.
Diffstat (limited to 'swig')
-rw-r--r--swig/Lasso-wsf-disco.i8
1 files changed, 0 insertions, 8 deletions
diff --git a/swig/Lasso-wsf-disco.i b/swig/Lasso-wsf-disco.i
index 6030b0a6..c4d66dc5 100644
--- a/swig/Lasso-wsf-disco.i
+++ b/swig/Lasso-wsf-disco.i
@@ -485,17 +485,9 @@ typedef struct {
#define LassoDiscoDescription_SecurityMechID_set(self, value) set_string_list(&(self)->SecurityMechID, (value))
/* Constructors, destructors & static methods implementations */
-#ifdef PHP_VERSION
#define LassoDiscoDescription_newWithWsdlRef lasso_disco_description_new_with_WsdlRef
-#else
-#define DiscoDescription_newWithWsdlRef lasso_disco_description_new_with_WsdlRef
-#endif
-#ifdef PHP_VERSION
#define LassoDiscoDescription_newWithBriefSoapHttpDescription lasso_disco_description_new_with_BriefSoapHttpDescription
-#else
-#define DiscoDescription_newWithBriefSoapHttpDescription lasso_disco_description_new_with_BriefSoapHttpDescription
-#endif
#define new_LassoDiscoDescription lasso_disco_description_new
#define delete_LassoDiscoDescription(self) lasso_node_destroy(LASSO_NODE(self))