Module: sems Branch: master Commit: 19e5ef2b29c5c479252b04fc53ea7bde43fd5b84 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=19e5ef2b29c5c479252b04fc53ea7bde43fd5b84
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Wed Sep 22 00:43:26 2010 +0200 fixed to reflect API changes --- apps/py_sems/sip/AmSipDialog.sip | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/apps/py_sems/sip/AmSipDialog.sip b/apps/py_sems/sip/AmSipDialog.sip index 661f2f3..38dcbf5 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 */, _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
