From 70b41a3677333ac0574362f1895aee75bfca900a Mon Sep 17 00:00:00 2001 From: Raphael Coeffic Date: Mon, 17 May 2010 21:20:16 +0000 Subject: [PATCH] - added implementation for new event handlers. git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1894 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- apps/registrar_client/SIPRegistrarClient.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/registrar_client/SIPRegistrarClient.h b/apps/registrar_client/SIPRegistrarClient.h index d4c19d47..0be7a959 100644 --- a/apps/registrar_client/SIPRegistrarClient.h +++ b/apps/registrar_client/SIPRegistrarClient.h @@ -127,6 +127,8 @@ class SIPRegistration : public AmSipDialogEventHandler, void onSipReply(const AmSipReply& reply, int old_dlg_status); void onSipRequest(const AmSipRequest& req) {} void onInvite2xx(const AmSipReply&) {} + void onNo2xxACK(unsigned int) {} + void onNoErrorACK(unsigned int) {} /** is this registration registered? */ bool active;