Add a couple of pthread helper macros
[ardour.git] / libs / pbd / pbd / rcu.h
index 6ee68afabf8b472d67d02845599aaa5c0e44fccb..eceec24cd5a3de7b0ab960be50bc5e8d626442dc 100644 (file)
@@ -45,7 +45,7 @@
    and managed object.
 */
 template<class T>
-class LIBPBD_API RCUManager
+class /*LIBPBD_API*/ RCUManager
 {
   public:
 
@@ -111,7 +111,7 @@ class LIBPBD_API RCUManager
    means that no actual objects will be deleted incorrectly if this is misused.
 */
 template<class T>
-class LIBPBD_API SerializedRCUManager : public RCUManager<T>
+class /*LIBPBD_API*/ SerializedRCUManager : public RCUManager<T>
 {
 public:
 
@@ -214,7 +214,7 @@ private:
 
 */
 template<class T>
-class LIBPBD_API RCUWriter
+class /*LIBPBD_API*/ RCUWriter
 {
 public: