Re: [Quickfix-developers] Integrate socket connections into application-wide async socket loop
Brought to you by:
orenmnero
|
From: Sean L. <sea...@da...> - 2006-06-22 16:24:32
|
On 16 Jun 2006, at 9:40 PM, or...@qu... wrote: > I don't know if I relish making these methods public in C++. Swig > does allow you to pass macros into its preprocessor however, so we > can probably take advantage of that to allow the header to change > the protection to public when swig is processing the file. Actually even just making the methods public doesn't help. I discovered various other solvable issues but it came down to Swig needing to see the SocketConnector::Strategy declarations, and it doesn't support nested classes. At that point I gave up. I think I'll probably just make the FD available from SocketInitiator/ SocketAcceptor with an extra method and a custom patch. Thanks anyway! -- Sean Legassick se...@da... |