11 lines
174 B
C++
11 lines
174 B
C++
/* bitSet.h */
|
|
#ifndef BITSET_H
|
|
#define BITSET_H
|
|
namespace epics { namespace pvData {
|
|
|
|
class BitSet;
|
|
// must be defined and implemented
|
|
|
|
}}
|
|
#endif /* BITSET_H */
|