mirek / CoreWebSocket

Web Socket Server and Client Library for iOS and OSX. Follows Core Foundation API style.
http://en.wikipedia.org/wiki/WebSockets
142 stars 31 forks source link

In WebSocketTypes.h ISO C++ forbids... #11

Open chrisallick opened 10 years ago

chrisallick commented 10 years ago

based on your example i cannot run my app.

typedef enum WebSocketProtocol WebSocketProtocol;

ISO C++ forbids forward reference to 'enum' types

mirek commented 10 years ago

Do you want to make pull request for it?