Files
pvData/pvDataApp/misc/bitSet.h
2010-09-23 14:47:47 -04:00

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