Skip to content

Commit

Permalink
Refs #4554 boost-thread not on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Janik Zikovsky committed Jan 18, 2012
1 parent 88aca9f commit fec69d9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Code/Mantid/Framework/Kernel/test/MutexTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@

#include <cxxtest/TestSuite.h>
#include "MantidKernel/MultiThreaded.h"
#include <boost/thread.hpp>

using namespace Mantid::Kernel;

/*
#include <boost/thread.hpp>
boost::shared_mutex _access;
void reader()
{
Expand All @@ -33,7 +34,7 @@ void unconditional_writer()
boost::unique_lock< boost::shared_mutex > lock( _access );
// do work here, with exclusive access
}

*/

class MutexTest : public CxxTest::TestSuite
{
Expand Down

0 comments on commit fec69d9

Please sign in to comment.