FS-6248 --resolve

This commit is contained in:
Brian West 2014-02-22 18:08:56 -06:00
parent 259d315372
commit c0d078e0bb
1 changed files with 2 additions and 2 deletions

View File

@ -29080,7 +29080,7 @@ public class switch_device_node_t : IDisposable {
}
}
public switch_event event {
public switch_event _event {
set {
freeswitchPINVOKE.switch_device_node_t_event_set(swigCPtr, switch_event.getCPtr(value));
}
@ -31516,7 +31516,7 @@ public class switch_file_handle : IDisposable {
}
}
public switch_event params {
public switch_event _params {
set {
freeswitchPINVOKE.switch_file_handle_params_set(swigCPtr, switch_event.getCPtr(value));
}