00001 // 00002 // C++ Interface: xpathresult 00003 // 00004 // Description: 00005 // 00006 // 00007 // Author: yessss <gennadiyesss@mail.ru>, (C) 2007 00008 // 00009 // Copyright: See COPYING file that comes with this distribution 00010 // 00011 // 00012 #ifndef XPATHRESULT_H 00013 #define XPATHRESULT_H 00014 00015 #include <list> 00016 00021 typedef std::list<void*> XPathResult; 00022 00023 #endif