00001 /************************************************************************ 00002 * 00003 * $Id: mainpage_content,v 1.6 2002/03/19 00:55:50 crooney Exp $ 00004 * 00005 ***********************************************************************/ 00006 00007 00008 //ignore. contains doxygen stuff, no code 00009 00010 00094 struct vec { 00095 /* vec is actually a typedef for std::vector<char>. Doxygen won't 00096 link through typedefs so this empty struct is in this non-project 00097 file, so you have some explanation. The real typedef is in util_types.h.*/ 00098 }; 00102 struct svec{ 00103 /* svec is actually a typedef for Loki::SmartPtr<std::vector<char> >. Doxygen won't 00104 link through typedefs so this empty struct is in this non-project 00105 file, so you have some explanation. The real typedef is in util_types.h.*/ 00106 }; 00107 00109 namespace fpoller { 00184 }