summaryrefslogtreecommitdiffstats
path: root/bindings/csharp/thttp_event_type_t.cs
blob: 82fc9f10499a6621f3bd7eb2d08f7134d178f4e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* ----------------------------------------------------------------------------
 * This file was automatically generated by SWIG (http://www.swig.org).
 * Version 2.0.9
 *
 * Do not make changes to this file unless you know what you are doing--modify
 * the SWIG interface file instead.
 * ----------------------------------------------------------------------------- */

namespace org.doubango.tinyWRAP {

public enum thttp_event_type_t {
  thttp_event_dialog_started,
  thttp_event_message,
  thttp_event_auth_failed,
  thttp_event_closed,
  thttp_event_transport_error,
  thttp_event_dialog_terminated
}

}
OpenPOWER on IntegriCloud