diff --git a/adapter/uhdf2/utils/src/hdf_xcollie.cpp b/adapter/uhdf2/utils/src/hdf_xcollie.cpp index e6f116caa691be79c8cf5d6a171fca9fa87f1db9..26413948a800302d1b49923c7020ef3fbed294ec 100644 --- a/adapter/uhdf2/utils/src/hdf_xcollie.cpp +++ b/adapter/uhdf2/utils/src/hdf_xcollie.cpp @@ -20,6 +20,12 @@ namespace OHOS { #ifdef HDFHICOLLIE_ENABLE #else #define HDFXCOLLIE_SUCCESS 0 +HdfXCollie::HdfXCollie() +{ +} +HdfXCollie::~HdfXCollie() +{ +} // NULL impl int HdfXCollie::SetTimer(const std::string &name, unsigned int timeout, std::function func, void *arg, unsigned int flag)