You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Steve Huston (JIRA)" <qp...@incubator.apache.org> on 2010/04/23 16:44:49 UTC

[jira] Commented: (QPID-2543) Change uint to standard type

    [ https://issues.apache.org/jira/browse/QPID-2543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12860256#action_12860256 ] 

Steve Huston commented on QPID-2543:
------------------------------------

One way to resolve this is to add an applicable branch in qpid/cpp/include/qpid/sys/IntegerTypes.h

> 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
>
>   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-subscribe@qpid.apache.org