Author: tabish
Date: Tue Sep 22 14:21:54 2009
New Revision: 817672

URL: http://svn.apache.org/viewvc?rev=817672&view=rev
Log:
Fix compilation errors on Windows

Modified:
    
activemq/activemq-cpp/trunk/activemq-cpp/src/test/decaf/io/BufferedInputStreamTest.cpp
    
activemq/activemq-cpp/trunk/activemq-cpp/src/test/decaf/io/BufferedOutputStreamTest.cpp
    
activemq/activemq-cpp/trunk/activemq-cpp/src/test/decaf/io/FilterInputStreamTest.cpp

Modified: 
activemq/activemq-cpp/trunk/activemq-cpp/src/test/decaf/io/BufferedInputStreamTest.cpp
URL: 
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/test/decaf/io/BufferedInputStreamTest.cpp?rev=817672&r1=817671&r2=817672&view=diff
==============================================================================
--- 
activemq/activemq-cpp/trunk/activemq-cpp/src/test/decaf/io/BufferedInputStreamTest.cpp
 (original)
+++ 
activemq/activemq-cpp/trunk/activemq-cpp/src/test/decaf/io/BufferedInputStreamTest.cpp
 Tue Sep 22 14:21:54 2009
@@ -141,6 +141,7 @@
         }
 
         virtual bool tryLock() throw( 
decaf::lang::exceptions::RuntimeException ) {
+            return false;
         }
 
         virtual void unlock() throw( decaf::lang::exceptions::RuntimeException 
) {

Modified: 
activemq/activemq-cpp/trunk/activemq-cpp/src/test/decaf/io/BufferedOutputStreamTest.cpp
URL: 
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/test/decaf/io/BufferedOutputStreamTest.cpp?rev=817672&r1=817671&r2=817672&view=diff
==============================================================================
--- 
activemq/activemq-cpp/trunk/activemq-cpp/src/test/decaf/io/BufferedOutputStreamTest.cpp
 (original)
+++ 
activemq/activemq-cpp/trunk/activemq-cpp/src/test/decaf/io/BufferedOutputStreamTest.cpp
 Tue Sep 22 14:21:54 2009
@@ -85,6 +85,7 @@
         }
 
         virtual bool tryLock() throw( 
decaf::lang::exceptions::RuntimeException ) {
+            return false;
         }
 
         virtual void unlock() throw( decaf::lang::exceptions::RuntimeException 
) {

Modified: 
activemq/activemq-cpp/trunk/activemq-cpp/src/test/decaf/io/FilterInputStreamTest.cpp
URL: 
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/test/decaf/io/FilterInputStreamTest.cpp?rev=817672&r1=817671&r2=817672&view=diff
==============================================================================
--- 
activemq/activemq-cpp/trunk/activemq-cpp/src/test/decaf/io/FilterInputStreamTest.cpp
 (original)
+++ 
activemq/activemq-cpp/trunk/activemq-cpp/src/test/decaf/io/FilterInputStreamTest.cpp
 Tue Sep 22 14:21:54 2009
@@ -131,6 +131,7 @@
         }
 
         virtual bool tryLock() throw( 
decaf::lang::exceptions::RuntimeException ) {
+            return false;
         }
 
         virtual void unlock() throw( decaf::lang::exceptions::RuntimeException 
) {


Reply via email to