00001 #ifndef DDL_AlgoPosPart_H 00002 #define DDL_AlgoPosPart_H 00003 /*************************************************************************** 00004 ***************************************************************************/ 00005 00006 #include "DDXMLElement.h" 00007 00008 #include <string> 00009 00011 00026 class DDLAlgoPosPart : public DDXMLElement 00027 { 00028 public: 00029 00031 DDLAlgoPosPart(); 00032 00034 ~DDLAlgoPosPart(); 00035 00036 void processElement (const std::string& name, const std::string& nmspace); 00037 00038 }; 00039 00040 #endif