mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
Place Pool in PBD namespace
A public class named "Pool" in the global namespace just calls for symbol name conflicts.
This commit is contained in:
parent
8418e7c954
commit
effc209070
7 changed files with 16 additions and 12 deletions
|
|
@ -30,6 +30,8 @@
|
|||
#include "pbd/libpbd_visibility.h"
|
||||
#include "pbd/ringbuffer.h"
|
||||
|
||||
namespace PBD {
|
||||
|
||||
typedef void (*PoolDumpCallback) (size_t, void*);
|
||||
|
||||
/** A pool of data items that can be allocated, read from and written to
|
||||
|
|
@ -171,4 +173,6 @@ private:
|
|||
PBD::RingBuffer<CrossThreadPool*>* _trash;
|
||||
};
|
||||
|
||||
} // namespace PBD
|
||||
|
||||
#endif // __qm_pool_h__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue