This commit is contained in:
aozhiwei 2024-04-11 10:39:28 +08:00
parent 0d16128c72
commit 34a0772bea

View File

@ -11,3 +11,11 @@ func (this* dbLogMgr) Init() {
func (this* dbLogMgr) UnInit() {
}
func (this *dbLogMgr) FriendAdd(string, string) {
}
func (this* dbLogMgr) aFriendDel(string, string) {
}