upload tizen1.0 source
[profile/ivi/wrt-plugins-tizen.git] / src / standards / Tizen / NFC / NFCChangedCallback.h
index da73f2e..7bb2290 100755 (executable)
@@ -23,12 +23,12 @@ namespace TizenApis {
 namespace Tizen1_0 {
 struct NFCChangedCallback
 {
-    JSValueRef onAttach;
-    JSValueRef onDetach;
+    JSValueRef onattach;
+    JSValueRef ondetach;
 
     NFCChangedCallback() :
-        onAttach(NULL),
-        onDetach(NULL)
+        onattach(NULL),
+        ondetach(NULL)
     {
     }
 };