summaryrefslogtreecommitdiffstats
path: root/branches/1.0/bindings/_common/Msrp.i
diff options
context:
space:
mode:
Diffstat (limited to 'branches/1.0/bindings/_common/Msrp.i')
-rw-r--r--branches/1.0/bindings/_common/Msrp.i34
1 files changed, 0 insertions, 34 deletions
diff --git a/branches/1.0/bindings/_common/Msrp.i b/branches/1.0/bindings/_common/Msrp.i
deleted file mode 100644
index 9d32cc4..0000000
--- a/branches/1.0/bindings/_common/Msrp.i
+++ /dev/null
@@ -1,34 +0,0 @@
-%{
-#include "Msrp.h"
-%}
-
-/* Callbacks */
-%feature("director") MsrpCallback;
-
-
-%nodefaultctor;
-%include "Msrp.h"
-%clearnodefaultctor;
-
-/* From tinyMSRP/tmsrp_message.h */
-typedef enum tmsrp_request_type_e
-{
- tmsrp_NONE = 0,
-
- tmsrp_SEND,
- tmsrp_REPORT,
- tmsrp_AUTH
- //...
-}
-tmsrp_request_type_t;
-
-
-/* From tinyMSRP/tmsrp_event.h */
-typedef enum tmsrp_event_type_e
-{
- tmsrp_event_type_none,
- tmsrp_event_type_connected,
- tmsrp_event_type_disconnected,
- tmsrp_event_type_message,
-}
-tmsrp_event_type_t; \ No newline at end of file
OpenPOWER on IntegriCloud