// file: filter/filter_constants.h // // make sure definitions are made only once // #ifndef __ISIP_FILTDOW_CONSTANTS #define __ISIP_FILTDOW_CONSTANTS // isip include files // #ifndef __ISIP_INTEGRAL_CONSTANTS #include #endif // define the class name // #define FILTER_CLASS_NAME (unichar*)"Filter" // end of file // #endif