00001 /* exception.h */ 00002 00003 00004 #ifndef __MY_EXCEPTION_H 00005 #define __MY_EXCEPTION_H 00006 00007 00010 struct filter_exception{ 00012 unsigned int line_number; 00014 string description; 00016 string file_name; 00017 }; 00018 00019 00020 #endif
1.2.14 written by Dimitri van Heesch,
© 1997-2002