Author: sayer
Date: 2010-04-22 16:01:50 +0200 (Thu, 22 Apr 2010)
New Revision: 1817
Modified:
trunk/core/AmSession.h
Log:
made more methods virtual
Modified: trunk/core/AmSession.h
===================================================================
--- trunk/core/AmSession.h 2010-04-21 00:27:43 UTC (rev 1816)
+++ trunk/core/AmSession.h 2010-04-22 14:01:50 UTC (rev 1817)
@@ -329,14 +329,14 @@
string* sdp_reply);
/** send an UPDATE in the session */
- void sendUpdate();
+ virtual void sendUpdate();
/** send a Re-INVITE (if connected) */
- void sendReinvite(bool updateSDP = true, const string& headers = "");
+ virtual void sendReinvite(bool updateSDP = true, const string& headers = "");
/** send an INVITE */
- int sendInvite(const string& headers = "");
+ virtual int sendInvite(const string& headers = "");
/** set the session on/off hold */
- void setOnHold(bool hold);
+ virtual void setOnHold(bool hold);
/**
* Destroy the session.
@@ -344,7 +344,7 @@
* and added to the dead session list.
* @see AmSessionContainer
*/
- void destroy();
+ virtual void destroy();
/**
* Signals the session it should stop.
_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev