mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 04:31:50 +00:00
a little more cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9822 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -32,21 +32,6 @@
|
||||
|
||||
#include <switch.h>
|
||||
#include <switch_cpp.h>
|
||||
|
||||
#ifdef _MANAGED
|
||||
#define ATTACH_THREADS
|
||||
#else
|
||||
#include <glib.h>
|
||||
#include <mono/metadata/threads.h>
|
||||
#define ATTACH_THREADS mono_thread_attach(globals.domain);
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
#define RESULT_FREE(x) CoTaskMemFree(x)
|
||||
#else
|
||||
#define RESULT_FREE(x) g_free(x)
|
||||
#endif
|
||||
|
||||
#include "freeswitch_managed.h"
|
||||
|
||||
ManagedSession::ManagedSession():CoreSession()
|
||||
|
||||
Reference in New Issue
Block a user