Remove SetDeviceName and SetDeviceClass 57/126957/1
authorFeng Jin <feng16.jin@samsung.com>
Tue, 25 Apr 2017 18:42:07 +0000 (02:42 +0800)
committerFeng Jin <feng16.jin@samsung.com>
Tue, 25 Apr 2017 18:45:41 +0000 (02:45 +0800)
Change-Id: I073847a14e6b60fb1b2109bb7312bbad6f2680df
Signed-off-by: Feng Jin <feng16.jin@samsung.com>
dali-csharp-binder/src/dali_wrap.cpp

index ea8ae64..8274c03 100755 (executable)
@@ -28497,44 +28497,6 @@ SWIGEXPORT char * SWIGSTDCALL CSharp_Dali_GetDeviceName(void * jarg1) {
   return jresult;
 }
 
-
-SWIGEXPORT void SWIGSTDCALL CSharp_Dali_SetDeviceName(void * jarg1, char * jarg2) {
-  Dali::KeyEvent *arg1 = 0 ;
-  std::string *arg2 = 0 ;
-  
-  arg1 = (Dali::KeyEvent *)jarg1;
-  if (!arg1) {
-    SWIG_CSharpSetPendingExceptionArgument(SWIG_CSharpArgumentNullException, "Dali::KeyEvent & type is null", 0);
-    return ;
-  } 
-  if (!jarg2) {
-    SWIG_CSharpSetPendingExceptionArgument(SWIG_CSharpArgumentNullException, "null string", 0);
-    return ;
-  }
-  std::string arg2_str(jarg2);
-  arg2 = &arg2_str; 
-  {
-    try {
-      Dali::DevelKeyEvent::SetDeviceName(*arg1,(std::string const &)*arg2);
-    } catch (std::out_of_range& e) {
-      {
-        SWIG_CSharpException(SWIG_IndexError, const_cast<char*>(e.what())); return ; 
-      };
-    } catch (std::exception& e) {
-      {
-        SWIG_CSharpException(SWIG_RuntimeError, const_cast<char*>(e.what())); return ; 
-      };
-    } catch (...) {
-      {
-        SWIG_CSharpException(SWIG_UnknownError, "unknown error"); return ; 
-      };
-    }
-  }
-  
-  //argout typemap for const std::string&
-  
-}
-
 SWIGEXPORT int SWIGSTDCALL CSharp_Dali_GetDeviceClass(void * jarg1) {
   int jresult ;
   Dali::KeyEvent *arg1 = 0 ;
@@ -28566,38 +28528,6 @@ SWIGEXPORT int SWIGSTDCALL CSharp_Dali_GetDeviceClass(void * jarg1) {
   return jresult;
 }
 
-
-SWIGEXPORT void SWIGSTDCALL CSharp_Dali_SetDeviceClass(void * jarg1, int jarg2) {
-  Dali::KeyEvent *arg1 = 0 ;
-  Dali::DevelKeyEvent::DeviceClass::Type *arg2 = 0 ;
-  Dali::DevelKeyEvent::DeviceClass::Type temp2 ;
-  
-  arg1 = (Dali::KeyEvent *)jarg1;
-  if (!arg1) {
-    SWIG_CSharpSetPendingExceptionArgument(SWIG_CSharpArgumentNullException, "Dali::KeyEvent & type is null", 0);
-    return ;
-  } 
-  temp2 = (Dali::DevelKeyEvent::DeviceClass::Type)jarg2; 
-  arg2 = &temp2; 
-  {
-    try {
-      Dali::DevelKeyEvent::SetDeviceClass(*arg1,(enum Dali::DevelKeyEvent::DeviceClass::Type const &)*arg2);
-    } catch (std::out_of_range& e) {
-      {
-        SWIG_CSharpException(SWIG_IndexError, const_cast<char*>(e.what())); return ; 
-      };
-    } catch (std::exception& e) {
-      {
-        SWIG_CSharpException(SWIG_RuntimeError, const_cast<char*>(e.what())); return ; 
-      };
-    } catch (...) {
-      {
-        SWIG_CSharpException(SWIG_UnknownError, "unknown error"); return ; 
-      };
-    }
-  }
-}
-
 SWIGEXPORT int SWIGSTDCALL CSharp_Dali_Actor_Property_PARENT_ORIGIN_get() {
   int jresult ;
   int result;