Hi Ted,

> Is there a guideline for the usage of __declspec for Windows 
> builds?

Each separate library must have its own QPID_*_EXTERN macro.
Publically usable classes should either be marked or the methods
inside them. For the most part we've marked methods to avoid problems
with ancestor classes.

> I see that you have put them on most, but not all, public 
> methods in the C++ APIs.

Any method that Qpid users can call should be marked. There may be
some missing now.

> I'm working on some updated APIs for management and I'd like 
> to save you the trouble of having to edit the headers.

That'd be great - thanks!

-Steve


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to