working on queue code
This commit is contained in:
@@ -14,6 +14,10 @@
|
||||
namespace epics { namespace pvData {
|
||||
|
||||
PVDATA_REFCOUNT_MONITOR_DEFINE(bitSet);
|
||||
BitSetPtr BitSet::create(uint32 nbits)
|
||||
{
|
||||
return BitSetPtr(new BitSet(nbits));
|
||||
}
|
||||
|
||||
BitSet::BitSet() : words(0), wordsLength(0), wordsInUse(0) {
|
||||
initWords(BITS_PER_WORD);
|
||||
|
||||
Reference in New Issue
Block a user