You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2007/07/28 23:48:52 UTC

svn commit: r560625 - /activemq/activemq-cpp/trunk/src/decaf/src/main/decaf/lang/Short.h

Author: tabish
Date: Sat Jul 28 14:48:51 2007
New Revision: 560625

URL: http://svn.apache.org/viewvc?view=rev&rev=560625
Log:
http://issues.apache.org/activemq/browse/AMQCPP-103

Adding in more Types wrappers

Modified:
    activemq/activemq-cpp/trunk/src/decaf/src/main/decaf/lang/Short.h

Modified: activemq/activemq-cpp/trunk/src/decaf/src/main/decaf/lang/Short.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/decaf/src/main/decaf/lang/Short.h?view=diff&rev=560625&r1=560624&r2=560625
==============================================================================
--- activemq/activemq-cpp/trunk/src/decaf/src/main/decaf/lang/Short.h (original)
+++ activemq/activemq-cpp/trunk/src/decaf/src/main/decaf/lang/Short.h Sat Jul 28 14:48:51 2007
@@ -156,6 +156,8 @@
         /**
          * Returns the value obtained by reversing the order of the bytes in the
          * two's complement representation of the specified short value.
+         * @param value - the short whose bytes we are to reverse
+         * @return the reversed short.
          */
         static short reverseBytes( short value );