X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcustom%2FCustomManager.h;h=babb0ebdc4fb9eda4741281702a26f0106c75ecd;hb=afe5b816b71d2aadab2df7b96b1f8cacc1942358;hp=8561cce2ed9eeb0c80c4deb4ab265010c8fd9a31;hpb=9fd0c319cb8fb9836a60f3dbdde7dfc0efb423d4;p=platform%2Fcore%2Fcontext%2Fcontext-provider.git diff --git a/src/custom/CustomManager.h b/src/custom/CustomManager.h index 8561cce..babb0eb 100644 --- a/src/custom/CustomManager.h +++ b/src/custom/CustomManager.h @@ -30,7 +30,7 @@ namespace ctx { int subscribe(); int unsubscribe(); - int write(Json data, Json *requestResult); + int write(CtxJson1 data, CtxJson1 *requestResult); bool isSupported(); @@ -40,9 +40,9 @@ namespace ctx { private: bool __initialize(); - int __addCustomItem(std::string subject, std::string name, ctx::Json tmpl, std::string owner, bool isInit = false); + int __addCustomItem(std::string subject, std::string name, ctx::CtxJson1 tmpl, std::string owner, bool isInit = false); int __removeCustomItem(std::string subject); - int __publishData(std::string, ctx::Json fact); + int __publishData(std::string, ctx::CtxJson1 fact); }; }