Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-2543

Change uint to standard type

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.7
    • Future
    • C++ Client

    Description

      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;

      Attachments

        1. CPP_uint_to_unsigned_int.patch
          49 kB
          Bruno Matos

        Activity

          People

            Unassigned Unassigned
            bmm Bruno Matos
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Time Tracking

                Estimated:
                Original Estimate - 0.25h
                0.25h
                Remaining:
                Remaining Estimate - 0.25h
                0.25h
                Logged:
                Time Spent - Not Specified
                Not Specified