summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Laniel <dlaniel@entrouvert.com>2007-09-18 10:06:45 +0000
committerDamien Laniel <dlaniel@entrouvert.com>2007-09-18 10:06:45 +0000
commitf5b1a1ebc3e27897110eb53429cc1e5b3b740a8a (patch)
treec172ac116780be40f24bcb61c5e8099bc4bc3fd3
parenta7c3eed730a42ea055b3a05fa94e07ab0c50d9f1 (diff)
downloadlasso-f5b1a1ebc3e27897110eb53429cc1e5b3b740a8a.tar.gz
lasso-f5b1a1ebc3e27897110eb53429cc1e5b3b740a8a.tar.xz
lasso-f5b1a1ebc3e27897110eb53429cc1e5b3b740a8a.zip
added missing method
-rw-r--r--swig/Lasso-wsf.i4
1 files changed, 4 insertions, 0 deletions
diff --git a/swig/Lasso-wsf.i b/swig/Lasso-wsf.i
index bf9bb42c..73033fd3 100644
--- a/swig/Lasso-wsf.i
+++ b/swig/Lasso-wsf.i
@@ -268,6 +268,10 @@ typedef struct {
char *option = NULL);
THROW_ERROR()
+ int addResourceOffering(LassoDiscoResourceOffering *resourceOffering);
+ END_THROW_ERROR()
+
+ THROW_ERROR()
int initModify(LassoDiscoResourceOffering *resourceOffering,
LassoDiscoDescription *description);
END_THROW_ERROR()