git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1882 8eb893ce-cfd4-0310-b710-fb5ebe64c474
... | ... |
@@ -467,15 +467,15 @@ public: |
467 | 467 |
/** Entry point for SIP Requests */ |
468 | 468 |
virtual void onSipRequest(const AmSipRequest& req); |
469 | 469 |
/** Entry point for SIP Replies */ |
470 |
- virtual void onSipReply(const AmSipReply& reply, int old_dlg_status); |
|
470 |
+ virtual void onSipReply(const AmSipReply& reply, int old_dlg_status); |
|
471 | 471 |
|
472 |
- /** 2xx reply has been received for an INVITE transaction */ |
|
473 |
- virtual void onInvite2xx(const AmSipReply& reply); |
|
472 |
+ /** 2xx reply has been received for an INVITE transaction */ |
|
473 |
+ virtual void onInvite2xx(const AmSipReply& reply); |
|
474 | 474 |
|
475 |
- /** |
|
476 |
- * Entry point for Audio events |
|
477 |
- */ |
|
478 |
- virtual void onAudioEvent(AmAudioEvent* audio_ev); |
|
475 |
+ /** |
|
476 |
+ * Entry point for Audio events |
|
477 |
+ */ |
|
478 |
+ virtual void onAudioEvent(AmAudioEvent* audio_ev); |
|
479 | 479 |
|
480 | 480 |
/** |
481 | 481 |
* entry point for system events |