From 4a3c72ce4015e0ec80afb431d38a7457b4dfe49c Mon Sep 17 00:00:00 2001 From: sophia Date: Mon, 6 Jan 2020 22:45:21 +0800 Subject: [PATCH] fix compile error. --- libapp2sys/src/main/cpp/server.cpp | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/libapp2sys/src/main/cpp/server.cpp b/libapp2sys/src/main/cpp/server.cpp index eee3bf6..47a1a7f 100644 --- a/libapp2sys/src/main/cpp/server.cpp +++ b/libapp2sys/src/main/cpp/server.cpp @@ -86,21 +86,6 @@ class ManufacturerCoder : public HardCoder { return RET_OK; } - int registerAnrCallback(int uid, int callertid, int64_t timestamp) { - pdbg("ManufacturerCoder registerAnrCallback callertid:%d timestamp:%d", callertid, TOINT(timestamp/1000000L)); - return RET_OK; - } - - int registerSystemEventCallback(int uid, int callertid, int64_t timestamp) { - pdbg("ManufacturerCoder registerSystemEventCallback uid:%d callertid:%d timestamp:%d", uid, callertid, TOINT(timestamp/1000000L)); - return RET_OK; - } - - virtual int registerBootPreloadResource(std::vector file, int callertid, int64_t timestamp) { - pdbg("ManufacturerCoder registerBootPreloadResource callertid:%d timestamp:%d", callertid, TOINT(timestamp/1000000L)); - return RET_OK; - } - int terminateApp(int callertid, int64_t timestamp) { pdbg("ManufacturerCoder terminateApp callertid:%d timestamp:%d", callertid, TOINT(timestamp/1000000L)); return RET_OK;