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 13:59:37 UTC

svn commit: r560531 - /activemq/activemq-cpp/trunk/src/decaf/src/main/decaf/lang/Character.cpp

Author: tabish
Date: Sat Jul 28 04:59:37 2007
New Revision: 560531

URL: http://svn.apache.org/viewvc?view=rev&rev=560531
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/Character.cpp

Modified: activemq/activemq-cpp/trunk/src/decaf/src/main/decaf/lang/Character.cpp
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/decaf/src/main/decaf/lang/Character.cpp?view=diff&rev=560531&r1=560530&r2=560531
==============================================================================
--- activemq/activemq-cpp/trunk/src/decaf/src/main/decaf/lang/Character.cpp (original)
+++ activemq/activemq-cpp/trunk/src/decaf/src/main/decaf/lang/Character.cpp Sat Jul 28 04:59:37 2007
@@ -33,5 +33,5 @@
 
 ////////////////////////////////////////////////////////////////////////////////
 std::string Character::toString() const {
-    return ""; // TODO
+    return string( 1, this->value );
 }