Memory pool vectors (DVector) have been enormously simplified in code, and renamed to PoolVector

This commit is contained in:
Juan Linietsky
2017-01-07 18:25:37 -03:00
parent 2a38a5eaa8
commit 2ab83e1abb
257 changed files with 2818 additions and 3130 deletions

View File

@ -43,7 +43,7 @@ protected:
static TCP_Server* (*_create)();
//bind helper
Error _listen(uint16_t p_port, DVector<String> p_accepted_hosts=DVector<String>());
Error _listen(uint16_t p_port, PoolVector<String> p_accepted_hosts=PoolVector<String>());
static void _bind_methods();
public: