renamed to Clear instead ClearData
This commit is contained in:
parent
095a34d8f0
commit
8f3f2266fe
@ -43,7 +43,7 @@ namespace hgl
|
|||||||
++se;
|
++se;
|
||||||
}
|
}
|
||||||
|
|
||||||
sock_recv_list.ClearData();
|
sock_recv_list.Clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
void SocketManage::ProcSocketSendList()
|
void SocketManage::ProcSocketSendList()
|
||||||
@ -73,7 +73,7 @@ namespace hgl
|
|||||||
++se;
|
++se;
|
||||||
}
|
}
|
||||||
|
|
||||||
sock_send_list.ClearData();
|
sock_send_list.Clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
void SocketManage::ProcSocketErrorList()
|
void SocketManage::ProcSocketErrorList()
|
||||||
@ -101,7 +101,7 @@ namespace hgl
|
|||||||
++se;
|
++se;
|
||||||
}
|
}
|
||||||
|
|
||||||
sock_error_list.ClearData();
|
sock_error_list.Clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
void SocketManage::ProcErrorList()
|
void SocketManage::ProcErrorList()
|
||||||
@ -217,7 +217,7 @@ namespace hgl
|
|||||||
++us;
|
++us;
|
||||||
}
|
}
|
||||||
|
|
||||||
socket_list.ClearData();
|
socket_list.Clear();
|
||||||
}
|
}
|
||||||
}//namespace network
|
}//namespace network
|
||||||
}//namespace hgl
|
}//namespace hgl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user