nedxmldefs.h

Go to the documentation of this file.
00001 //==========================================================================
00002 //  NEDXMLDEFS.H - part of
00003 //                     OMNeT++/OMNEST
00004 //             Discrete System Simulation in C++
00005 //
00006 //  General defines for the Envir library
00007 //
00008 //==========================================================================
00009 
00010 /*--------------------------------------------------------------*
00011   Copyright (C) 1992-2008 Andras Varga
00012   Copyright (C) 2006-2008 OpenSim Ltd.
00013 
00014   This file is distributed WITHOUT ANY WARRANTY. See the file
00015   `license' for details on this and other legal matters.
00016 *--------------------------------------------------------------*/
00017 
00018 #ifndef __NEDXMLDEFS_H
00019 #define __NEDXMLDEFS_H
00020 
00021 #include "platdefs.h"
00022 
00023 NAMESPACE_BEGIN
00024 
00025 #if defined(NEDXML_EXPORT)
00026 #  define NEDXML_API OPP_DLLEXPORT
00027 #elif defined(NEDXML_IMPORT) || defined(OMNETPPLIBS_IMPORT)
00028 #  define NEDXML_API OPP_DLLIMPORT
00029 #else
00030 #  define NEDXML_API
00031 #endif
00032 
00033 NAMESPACE_END
00034 
00035 
00036 #endif
00037 
00038 
Generated on Tue Dec 2 11:16:31 2014 for OMNeT++ NEDXML by  doxygen 1.6.3