From c1dbf08fea2cc4ae359f53b4b513ec815f04ff0f Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Sat, 1 May 2010 16:07:08 +0000 Subject: [PATCH] reindent git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1882 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- core/AmSession.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/core/AmSession.h b/core/AmSession.h index f68d6f13..d6faa93d 100644 --- a/core/AmSession.h +++ b/core/AmSession.h @@ -467,15 +467,15 @@ public: /** Entry point for SIP Requests */ virtual void onSipRequest(const AmSipRequest& req); /** Entry point for SIP Replies */ - virtual void onSipReply(const AmSipReply& reply, int old_dlg_status); + virtual void onSipReply(const AmSipReply& reply, int old_dlg_status); - /** 2xx reply has been received for an INVITE transaction */ - virtual void onInvite2xx(const AmSipReply& reply); + /** 2xx reply has been received for an INVITE transaction */ + virtual void onInvite2xx(const AmSipReply& reply); - /** - * Entry point for Audio events - */ - virtual void onAudioEvent(AmAudioEvent* audio_ev); + /** + * Entry point for Audio events + */ + virtual void onAudioEvent(AmAudioEvent* audio_ev); /** * entry point for system events