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