/*factory.h*/ /** * Copyright - See the COPYRIGHT that is included with this distribution. * EPICS pvData is distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. */ /** * @author mrk */ #ifndef FACTORY_H #define FACTORY_H namespace epics { namespace pvData { enum DebugLevel{noDebug,lowDebug,highDebug}; }} #endif /*FACTORY_H */