Alles werkend - maar echte flash clients zijn het daar niet meer eens, raar genoeg...

This commit is contained in:
Thulinma 2010-07-30 21:32:08 +02:00
parent 268fd2c37d
commit 6f34364989
2 changed files with 2 additions and 25 deletions

View file

@ -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