changed visibility

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@171 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 20 years ago
parent ce50f085ff
commit 27d316bc5e

@ -154,7 +154,7 @@ private:
AmSipRequest invite_req;
void relayEvent(AmEvent* ev);
void createCalleeSession();
virtual void createCalleeSession();
int reinviteCaller(const AmSipReply& callee_reply);
public:

@ -129,13 +129,15 @@ class AmSession : public AmThread,
friend class AmSessionContainer;
friend class AmSessionFactory;
// this is the call group - by default local tag
string callgroup;
protected:
AmSdp sdp;
AmRtpAudio rtp_str;
/** this is the group the media is processed with
- by default local tag */
string callgroup;
public:
AmSipDialog dlg;
@ -160,7 +162,7 @@ public:
/**
* @see AmEventHandler
*/
void process(AmEvent*);
virtual void process(AmEvent*);
void addHandler(AmSessionEventHandler*);

Loading…
Cancel
Save