Author: tabish
Date: Mon Nov 10 14:25:19 2008
New Revision: 712856
URL: http://svn.apache.org/viewvc?rev=712856&view=rev
Log:
Cleanup
Modified:
activemq/activemq-cpp/trunk/src/main/decaf/lang/Short.cpp
Modified: activemq/activemq-cpp/trunk/src/main/decaf/lang/Short.cpp
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/decaf/lang/Short.cpp?rev=712856&r1=712855&r2=712856&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/decaf/lang/Short.cpp (original)
+++ activemq/activemq-cpp/trunk/src/main/decaf/lang/Short.cpp Mon Nov 10
14:25:19 2008
@@ -31,7 +31,7 @@
////////////////////////////////////////////////////////////////////////////////
Short::Short( const std::string& value ) throw(
exceptions::NumberFormatException ) {
- this->value = value.size(); //Short::parseShort( value );
+ Short::parseShort( value );
}
////////////////////////////////////////////////////////////////////////////////