提交 afdb85b6 编写于 作者: W wangjiawei04

fix cmake/bcloud bug

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