upload tizen1.0 source
[profile/ivi/wrt-plugins-tizen.git] / src / standards / Tizen / Application / ApplicationListener.cpp
index 2b35e6f..71dd277 100755 (executable)
@@ -79,6 +79,7 @@ void ApplicationListener::onAnswerReceived(const EventInstalledApplicationChange
                                        priveData->getOnUninstalled()->callOnSuccess(result);
                                        break;
                                default:
+                                       // TODO: if error callback is not exist???
                                        LogError(">>> unknown event is come");
                                        errorObject = JSTizenExceptionFactory::makeErrorObject(context,JSTizenException::UNKNOWN_ERROR,"unknown error");
                                        priveData->getOnInstalled()->callOnError(errorObject);