// $Id$ // // File: DFADC.h // Created: Thu Nov 15 09:51:29 EST 2007 // Creator: bellis (on Linux mordor 2.6.22.1 unknown) // #ifndef _DFADC_ #define _DFADC_ #include #include class DFADC:public JObject{ public: HDCLASSDEF(DFADC); }; #endif // _DFADC_