remove comment
This commit is contained in:
parent
c6048134c4
commit
ce0c7810de
|
@ -38,7 +38,6 @@ using FreeSWITCH.Native;
|
|||
|
||||
namespace FreeSWITCH
|
||||
{
|
||||
/* When this class is used you must call Dispose on the object when done or you will leak the unmanaged switch_event */
|
||||
public class SwitchEventWrap : switch_event, IDisposable
|
||||
{
|
||||
private bool disposed;
|
||||
|
|
Loading…
Reference in New Issue