Ghislain Fourny has proposed merging 
lp:~zorba-coders/zorba/sync-code-hashmap-fix into lp:zorba.

Requested reviews:
  Ghislain Fourny (gislenius)
  Markos Zaharioudakis (markos-za)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/sync-code-hashmap-fix/+merge/113175

Fixed a bug preventing from compiling Zorba single-threadedly.
-- 
https://code.launchpad.net/~zorba-coders/zorba/sync-code-hashmap-fix/+merge/113175
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'src/zorbautils/hashmap.h'
--- src/zorbautils/hashmap.h	2012-06-29 18:19:56 +0000
+++ src/zorbautils/hashmap.h	2012-07-03 09:02:26 +0000
@@ -311,10 +311,12 @@
 /*******************************************************************************
 
 ********************************************************************************/
-Mutex* get_mutex() const
-{
-  return theMutexp;
-}
+SYNC_CODE(                 \
+Mutex* get_mutex() const   \
+{                          \
+  return theMutexp;        \
+}                          \
+)
 
 
 /*******************************************************************************

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to     : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp

Reply via email to