00001 //========================================================================== 00002 // NEDXMLPARSER.H - 00003 // part of OMNeT++ 00004 // 00005 //========================================================================== 00006 00007 /*--------------------------------------------------------------* 00008 Copyright (C) 2002-2003 Andras Varga 00009 00010 This file is distributed WITHOUT ANY WARRANTY. See the file 00011 `license' for details on this and other legal matters. 00012 *--------------------------------------------------------------*/ 00013 00014 00015 #ifndef __NEDXMLPARSER_H 00016 #define __NEDXMLPARSER_H 00017 00018 #include "nedelement.h" 00019 00025 NEDElement *parseXML(const char *filename); 00026 00027 #endif 00028