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