From d2219d06bbc76b06ff77f6cb56f13c88159d6d00 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Tue, 12 Jun 2007 18:25:44 +0000 Subject: [PATCH] correctly set visibility of onB2ABEvent git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@369 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- core/AmB2ABSession.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/AmB2ABSession.h b/core/AmB2ABSession.h index 00f4b078..0cdb83fc 100644 --- a/core/AmB2ABSession.h +++ b/core/AmB2ABSession.h @@ -226,9 +226,11 @@ class AmB2ABCalleeSession: public AmB2ABSession AmB2ABCalleeSession(const string& other_local_tag); ~AmB2ABCalleeSession(); - void onB2ABEvent(B2ABEvent* ev); void onSessionStart(const AmSipReply& rep); void onSipReply(const AmSipReply& rep); + + protected: + void onB2ABEvent(B2ABEvent* ev); }; /**