I did a quick search for the License terms of ossp uuid and it looks like it's MIT: http://cvs.ossp.org/fileview?f=ossp-pkg/uuid/README so at least it's compatible with the ASL
On 3/17/07, Teemu Torma <[EMAIL PROTECTED]> wrote:
Due to need to use activemq-cpp on various Unix platforms and non-standard uuid libraries, I decided to settle for one and modify activemq-cpp to use it. I selected OSSP uuid library (http://www.ossp.org/pkg/lib/uuid/). The interface is different to existing ones understood by util::Guid, and the patch identifies the library with UUID_VERSION macro that is defined in uuid.h. I had to remove unused bytes conversion operator since it would create memory allocation problems. Is there any interest integrating this to activemq-cpp? This patch works for the latest released version 1.5.1 if headers and libraries are found in the compiler's path. Teemu
-- Regards, Hiram Blog: http://hiramchirino.com
