00001 // DDA class 00002 00003 #ifndef __PPFDDA_HPP__ 00004 #define __PPFDDA_HPP__ 00005 00006 #include <vector> 00007 #include <string> 00008 #include "ppftypes.hpp" 00009 #include "ppfsystem.hpp" 00010 00011 using namespace std; 00012 00013 namespace ppf 00014 { 00016 class dda 00017 { 00018 long dummy; 00019 }; 00020 }; 00021 00022 #endif