Make cpp code as unmanaged as possible

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10118 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Giagnocavo
2008-10-22 22:02:58 +00:00
parent 885c1e6144
commit 67015251ad
3 changed files with 29 additions and 8 deletions
@@ -34,6 +34,10 @@
#include <switch_cpp.h>
#include "freeswitch_managed.h"
#ifdef _MANAGED
#pragma unmanaged
#endif
ManagedSession::ManagedSession():CoreSession()
{