1- basic IRC functional server; 2- uml diagram updated; 3- added subject
This commit is contained in:
parent
186285eaf6
commit
025cf314a3
6 changed files with 74 additions and 19 deletions
|
|
@ -7,11 +7,11 @@ class Server {
|
|||
- _port : int
|
||||
- _password : string
|
||||
- _clients : List<Client>
|
||||
- _socket_id : int
|
||||
- _fd : int
|
||||
- _server_fd : int
|
||||
|
||||
+ showInfo() : void
|
||||
+ getPort() : int
|
||||
+ start() : void
|
||||
}
|
||||
|
||||
' ========================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue