Hello Andrew,

Could you please take a look at this?

Thank you!

Regards.

Begin forwarded message:

From: "Bruno Matos (JIRA)" <qpid-...@incubator.apache.org>
Date: 23 de abril de 2010 21:53:50 GMT+01:00
To: qpid-...@incubator.apache.org
Subject: [jira] Updated: (QPID-2543) Change uint to standard type
Reply-To: dev@qpid.apache.org


[ https://issues.apache.org/jira/browse/QPID-2543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruno Matos updated QPID-2543:
------------------------------

   Attachment: CPP_uint_to_unsigned_int.patch

Indentation problem solved

Change uint to standard type
----------------------------

               Key: QPID-2543
               URL: https://issues.apache.org/jira/browse/QPID-2543
           Project: Qpid
        Issue Type: Improvement
        Components: C++ Client
  Affects Versions: 0.7
          Reporter: Bruno Matos
           Fix For: 0.6

       Attachments: CPP_uint_to_unsigned_int.patch

 Original Estimate: 0.25h
Remaining Estimate: 0.25h

I can't find uint as a standard type and it is breaking Mac OS X client compilation.
The references I found:
broker/Broker.h:109:        uint queueLimit;
broker/Link.cpp:338:uint Link::nextChannel()
broker/Link.h:71:            uint channelCounter;
broker/Link.h:111:            uint nextChannel();
broker/SaslAuthenticator.cpp:432: uint ssf = *(reinterpret_cast<const unsigned*>(value)); client/MessageReplayTracker.cpp: 27:MessageReplayTracker::MessageReplayTracker(uint f) : flushInterval(f), count(0) {} client/MessageReplayTracker.cpp:51:void MessageReplayTracker::setFlushInterval(uint f) client/MessageReplayTracker.cpp:56:uint MessageReplayTracker::getFlushInterval() client/SaslFactory.cpp:331: uint ssf = *(reinterpret_cast<const unsigned*>(value)); framing/SendContent.cpp: 24:qpid::framing::SendContent::SendContent(FrameHandler& h, uint16_t mfs, uint efc) : handler(h),
framing/SendContent.h:42:    uint expectedFrameCount;
framing/SendContent.h:43:    uint frameCount;
framing/SendContent.h:48: QPID_COMMON_EXTERN SendContent(FrameHandler& _handler, uint16_t _maxFrameSize, uint frameCount);
sys/Semaphore.h:30:    Semaphore(uint c = 1) : count(c) {}
sys/Semaphore.h:54:    void release(uint n)
sys/Semaphore.h:74:    uint count;

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org



--
Bruno Matos
bruno.ma...@paradigmaxis.pt




---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org

Reply via email to