Author: tabish
Date: Mon Dec 11 16:12:30 2006
New Revision: 485963

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

Modified:
    
incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/util/Boolean.h

Modified: 
incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/util/Boolean.h
URL: 
http://svn.apache.org/viewvc/incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/util/Boolean.h?view=diff&rev=485963&r1=485962&r2=485963
==============================================================================
--- 
incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/util/Boolean.h
 (original)
+++ 
incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/util/Boolean.h
 Mon Dec 11 16:12:30 2006
@@ -35,7 +35,7 @@
          * @param String to parse
          * @return bool value
          */
-        static int parseBoolean( const std::string& value ){
+        static bool parseBoolean( const std::string& value ){
             bool ret = 0;
             std::istringstream istream(value);
             istream.clear();


Reply via email to