Alles werkend - maar echte flash clients zijn het daar niet meer eens, raar genoeg...
This commit is contained in:
parent
268fd2c37d
commit
6f34364989
2 changed files with 2 additions and 25 deletions
|
@ -94,7 +94,7 @@ public:
|
|||
// noWait - operations block but only once
|
||||
// useful with blocking w. select()
|
||||
// nonblocking - don't block (you should use select())
|
||||
enum block_type{blocking, noWait, nonblocking};
|
||||
enum block_type{nonblocking, noWait, blocking};
|
||||
|
||||
|
||||
// Connection methods
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue