Darn... should have been part of my last commit:

Export the Read/Write locking strategies from the BPrivate namespace. Fixes
Icon-O-Matic build (RWLocker).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25721 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2008-05-30 14:12:04 +00:00
parent 722f6c5cd0
commit 590c0d667c
+2
View File
@@ -158,5 +158,7 @@ protected:
} // namespace BPrivate
using BPrivate::AutoLocker;
using BPrivate::AutoLockerReadLocking;
using BPrivate::AutoLockerWriteLocking;
#endif // _AUTO_LOCKER_H