Change-Id: Ibb2d8dc50bc3f258bcab8e2861e90062acda8b65
Signed-off-by: Marcin Masternak <m.masternak@samsung.com>
{
/* NOTE: This function needs to return ERR_NONE.
Otherwise, context-service will automatically delete this object. */
- return ERR_NOT_SUPPORTED;
+ return ERR_NONE;
}
int ctx::PlaceRecognitionProvider::unsubscribe(ctx::Json option)
{
/* NOTE: As the above subscribe() returns ERR_NONE, in parallel,
this function also needs to return ERR_NONE. */
- return ERR_NOT_SUPPORTED;
+ return ERR_NONE;
}
int ctx::PlaceRecognitionProvider::read(ctx::Json option, ctx::Json* requestResult)