ext/eventmachine_cpp.h in eventmachine-eventmachine-0.12.7 vs ext/eventmachine_cpp.h in eventmachine-eventmachine-0.12.8
- old
+ new
@@ -61,9 +61,10 @@
public:
Connection() {}
virtual ~Connection() {}
virtual void Connect (const char*, int);
+ virtual void BindConnect (const char *, int, const char*, int);
void SendData (const char *data);
void SendData (const char *data, int length);
void Close (bool afterWriting);
};