Module: sems Branch: master Commit: cc770515dcff198704e93c94dfda5edbe3dff929 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=cc770515dcff198704e93c94dfda5edbe3dff929
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Wed May 4 17:02:42 2011 +0200 reindent --- core/ampi/SIPRegistrarClientAPI.h | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-) diff --git a/core/ampi/SIPRegistrarClientAPI.h b/core/ampi/SIPRegistrarClientAPI.h index 738279f..385282b 100644 --- a/core/ampi/SIPRegistrarClientAPI.h +++ b/core/ampi/SIPRegistrarClientAPI.h @@ -26,21 +26,21 @@ using std::string; struct SIPRegistrationEvent : public AmEvent { - string handle; - unsigned int code; - string reason; + string handle; + unsigned int code; + string reason; - SIPRegistrationEvent(int t, const string& handle, - unsigned int code=0, const string& reason="") - : AmEvent(t), handle(handle), code(code), reason(reason) {} + SIPRegistrationEvent(int t, const string& handle, + unsigned int code=0, const string& reason="") + : AmEvent(t), handle(handle), code(code), reason(reason) {} - enum { - RegisterSuccess=0, - RegisterFailed, - RegisterNoContact, - RegisterTimeout, - RegisterSendTimeout - }; + enum { + RegisterSuccess=0, + RegisterFailed, + RegisterNoContact, + RegisterTimeout, + RegisterSendTimeout + }; }; const char* getSIPRegistationStateString(unsigned int s) { _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
