From: Somin Kim Date: Wed, 26 Apr 2017 05:32:01 +0000 (+0900) Subject: [History] Added warning message for deprecated filter X-Git-Tag: submit/tizen/20170608.120410^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4ae1687d57ce8312525e657eff42a31499643b01;p=platform%2Fcore%2Fapi%2Fcontext.git [History] Added warning message for deprecated filter Change-Id: I70b4e6713f5dbb22deed856230c213816d9e1b5a Signed-off-by: Somin Kim --- diff --git a/src/context_history.cpp b/src/context_history.cpp index 6067270..223319c 100644 --- a/src/context_history.cpp +++ b/src/context_history.cpp @@ -24,6 +24,7 @@ #include #define HISTORY_DEPRECATED_DATA "DEPRECATION WARNING: This history data type is deprecated and will be removed from next release" +#define HISTORY_DEPRECATED_FILTER "DEPRECATION WARNING: This history filter is deprecated and will be removed from next release" #define TYPE_NUMERIC 0 #define TYPE_STRING 1 #define FILTER_KEY_LIMIT 10