StompConnector should use Long::toString instead of Integer::toString
---------------------------------------------------------------------
Key: AMQCPP-94
URL: https://issues.apache.org/activemq/browse/AMQCPP-94
Project: ActiveMQ C++ Client
Issue Type: Improvement
Components: Stomp
Affects Versions: 2.0
Reporter: Albert Strasheim
Assigned To: Nathan Mittler
Priority: Minor
Fix For: 2.0
Attachments: StompConnector-Long.diff
When compiling with Visual Studio 2005, I get warnings like the following:
warning C4244: 'argument' : conversion from '__int64' to 'int', possible loss
of data
Patch attached to fix these.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.