Files
pvData/pvDataApp/misc/bitSet.h
2010-09-29 09:24:17 -04:00

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 */