From 19e5ef2b29c5c479252b04fc53ea7bde43fd5b84 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Wed, 22 Sep 2010 00:43:26 +0200 Subject: [PATCH] fixed to reflect API changes --- apps/py_sems/sip/AmSipDialog.sip | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/py_sems/sip/AmSipDialog.sip b/apps/py_sems/sip/AmSipDialog.sip index 661f2f36..38dcbf50 100644 --- a/apps/py_sems/sip/AmSipDialog.sip +++ b/apps/py_sems/sip/AmSipDialog.sip @@ -59,7 +59,9 @@ public: int cancel(); - int update(const string& /* hdrs */); + int update(const string& /* content_type */, + const string& /* body */ + const string& /* hdrs */); int reinvite(const string& /* hdrs */, const string& /* content_type */,