Module: sems Branch: master Commit: 527cf788649f67fdd638cf936ec84b8078867e33 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=527cf788649f67fdd638cf936ec84b8078867e33
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Sun Oct 30 21:14:55 2011 +0100 c/f: fix 7e6e1d8ab4610e5e64c332ac34329f1b3951b32d --- core/AmEvent.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/core/AmEvent.cpp b/core/AmEvent.cpp index d46a6ed..550c00d 100644 --- a/core/AmEvent.cpp +++ b/core/AmEvent.cpp @@ -32,7 +32,7 @@ AmSystemEvent::AmSystemEvent(const AmSystemEvent& rhs) AmEvent* AmSystemEvent::clone() { return new AmSystemEvent(*this); }; -static const char* AmSystemEvent::getDescription(EvType t) { +const char* AmSystemEvent::getDescription(EvType t) { switch (t) { case ServerShutdown: return "ServerShutdown"; case User1: return "User1"; _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
