Missed one cdecl

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10126 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Giagnocavo 2008-10-23 04:33:53 +00:00
parent 97157c42fc
commit 1cf4543320
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ namespace FreeSWITCH.Native
InitManagedSession(ManagedSession.getCPtr(this).Handle, inputCallback, hangupCallback);
}
DtmfCallback _inputCallbackRef;
Action _hangupCallback;
CdeclAction _hangupCallback;
/// <summary>Function to execute when this session hangs up.</summary>
public Action HangupFunction { get; set; }