1
This commit is contained in:
parent
9e3e8d4011
commit
ed628cf58c
@ -149,3 +149,10 @@ void DBHelper::AddEvent(const std::string& sender_id,
|
||||
crc32_code
|
||||
);
|
||||
}
|
||||
|
||||
void DBHelper::SetEventStatus(long long idx,
|
||||
const std::string& target_id,
|
||||
int status)
|
||||
{
|
||||
|
||||
}
|
||||
|
@ -27,5 +27,8 @@ class DBHelper : public a8::Singleton<DBHelper>
|
||||
const std::string& target_id,
|
||||
const std::string& event_name,
|
||||
const std::string& event_data);
|
||||
void SetEventStatus(long long idx,
|
||||
const std::string& target_id,
|
||||
int status);
|
||||
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user