提交 afdb85b6 编写于 作者: W wangjiawei04

fix cmake/bcloud bug

Change-Id: Iacf731f172a43f2af4da92fdb473503a430f2e41
上级 ed22c11b
......@@ -32,10 +32,9 @@ public:
virtual void SetDBName(std::string) = 0;
virtual void Set(std::string key, std::string value) = 0;
virtual std::string Get(std::string key) = 0;
inline virtual ~AbstractKVDB() = 0;
virtual ~AbstractKVDB() = 0;
};
inline AbstractKVDB::~AbstractKVDB() {}
// TODO: Implement RedisKVDB
//class RedisKVDB;
......@@ -54,7 +53,6 @@ protected:
std::chrono::system_clock::time_point time_stamp_;
};
inline AbstractDictReader::~AbstractDictReader() {}
class AbstractParamDict {
public:
......@@ -80,7 +78,6 @@ protected:
AbsKVDBPtr front_db, back_db;
};
inline AbstractParamDict::~AbstractParamDict() {}
class ParamDictMgr {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册