}
SWIGEXPORT void SWIGSTDCALL CSharp_Dali_InputMethodContext_Finalize(void * jarg1) {
- Dali::InputMethodContext *arg1 = (Dali::InputMethodContext *) 0 ;
+ //This is not necessary in tizen5.0, but because of backwards compatibility, the method is maintained but the body is deleted.
+ //Dali::InputMethodContext *arg1 = (Dali::InputMethodContext *) 0 ;
- arg1 = (Dali::InputMethodContext *)jarg1;
+ //arg1 = (Dali::InputMethodContext *)jarg1;
{
try {
- (arg1)->Finalize();
+ //This is not necessary in tizen5.0, but because of backwards compatibility, the method is maintained but the body is deleted.
+ //(arg1)->Finalize();
} catch (std::out_of_range& e) {
{
SWIG_CSharpException(SWIG_IndexError, const_cast<char*>(e.what())); return ;