X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-csharp-binder%2Fsrc%2Fwindow.cpp;h=42e8ded8f68a1cbf1ae4dcf4bf16ade5d29d458b;hb=c783b223830ecc37e0464aa4020ac951b1520a55;hp=fff3b761a4e7799c8ea12c9ee053005a1fbc2908;hpb=def4d850e1db41c479cc3d0cc43007b5d2e6b83c;p=platform%2Fcore%2Fuifw%2Fdali-csharp-binder.git diff --git a/dali-csharp-binder/src/window.cpp b/dali-csharp-binder/src/window.cpp index fff3b76..42e8ded 100755 --- a/dali-csharp-binder/src/window.cpp +++ b/dali-csharp-binder/src/window.cpp @@ -19,7 +19,6 @@ #endif #include "common.h" -#include #include #include #include @@ -767,39 +766,6 @@ SWIGEXPORT int SWIGSTDCALL CSharp_Dali_Window_GetPreferredOrientation(void * jar } -SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_Window_GetDragAndDropDetector(void * jarg1) { - void * jresult ; - Dali::Window *arg1 = (Dali::Window *) 0 ; - Dali::DragAndDropDetector result; - - arg1 = (Dali::Window *)jarg1; - { - try { - result = ((Dali::Window const *)arg1)->GetDragAndDropDetector(); - } catch (std::out_of_range& e) { - { - SWIG_CSharpException(SWIG_IndexError, const_cast(e.what())); return 0; - }; - } catch (std::exception& e) { - { - SWIG_CSharpException(SWIG_RuntimeError, const_cast(e.what())); return 0; - }; - } catch (Dali::DaliException e) { - { - SWIG_CSharpException(SWIG_UnknownError, e.condition); return 0; - }; - } catch (...) { - { - SWIG_CSharpException(SWIG_UnknownError, "unknown error"); return 0; - }; - } - } - - jresult = new Dali::DragAndDropDetector((const Dali::DragAndDropDetector &)result); - return jresult; -} - - SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_Window_GetNativeHandle(void * jarg1) { void * jresult ; Dali::Window *arg1 = (Dali::Window *) 0 ;