From 9b695c73b1f339228ba0b7539c3a8f605a1336f5 Mon Sep 17 00:00:00 2001 From: huangxin Date: Sat, 12 Oct 2019 10:38:42 +0800 Subject: [PATCH] =?UTF-8?q?Mod=20=20aaa-12=20=E5=88=A0=E9=99=A4=E6=97=A0?= =?UTF-8?q?=E7=94=A8=E5=A4=B4=E6=96=87=E4=BB=B6=20RCA=EF=BC=9A=20SOL?= =?UTF-8?q?=EF=BC=9A=20=E4=BF=AE=E6=94=B9=E4=BA=BA=EF=BC=9Ahuangxin=20?= =?UTF-8?q?=E6=A3=80=E8=A7=86=E4=BA=BA=EF=BC=9Ahuangxin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Product/user/object_manager/main.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Product/user/object_manager/main.c b/Product/user/object_manager/main.c index 4a2f52dbc..31d6e8d6b 100644 --- a/Product/user/object_manager/main.c +++ b/Product/user/object_manager/main.c @@ -15,7 +15,6 @@ #include "object_manager.h" #include "json_interface.h" #include "regex_table.h" -#include "rpc/rpc.h" #include "ret_errno.h" #define MAX_OBJ (300) @@ -24,7 +23,7 @@ #define ADD_JS_FILE (JS_FILE_ROOT"/secogateway/Product/user/object_manager/json_test/add.json") #define DEL_JS_FILE (JS_FILE_ROOT"/secogateway/Product/user/object_manager/json_test/del.json") #define MOD_JS_FILE (JS_FILE_ROOT"/secogateway/Product/user/object_manager/json_test/mod.json") -#define QUERY_LIST_JS_FILE (JS_FILE_ROOT"/secogateway/Product/user/object_manager/json_test/page_queue.json") +#define QUERY_JS_FILE (JS_FILE_ROOT"/secogateway/Product/user/object_manager/json_test/page_queue.json") #define DETAIL_JS_FILE (JS_FILE_ROOT"/secogateway/Product/user/object_manager/json_test/detail.json") #define SEARCH_JS_FILE (JS_FILE_ROOT"/secogateway/Product/user/object_manager/json_test/search.json") @@ -1268,7 +1267,7 @@ static void test_page_object(char *pVal) int iCount = 0; PIFACE_QUERY_LIST pQuery = NULL; PJSON_INTERFACE p = NULL; - const char *pJson = read_json_file(QUERY_LIST_JS_FILE); + const char *pJson = read_json_file(QUERY_JS_FILE); (void) pVal;