Migrate int.IP_TYPE_ constants to IP.TYPE_
This commit is contained in:
parent
4d90a4fcd5
commit
c18c5013f8
23 changed files with 61 additions and 81 deletions
|
|
@ -38,7 +38,7 @@ class TCP_Server : public Reference {
|
|||
OBJ_TYPE( TCP_Server, Reference );
|
||||
protected:
|
||||
|
||||
IP_Address::AddrType ip_type;
|
||||
IP::Type ip_type;
|
||||
|
||||
static TCP_Server* (*_create)();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue