src/core/deprecated.h
author Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
Wed, 03 Sep 2008 17:42:28 +0100
changeset 3591 f548d13ffd4e
parent 3402 39f44473e4cb
child 5835 6ea448122ee0
permissions -rw-r--r--
Fix build when ns3_module_*__local.py files are used.

#ifndef NS3_DEPRECATED_H
#define NS3_DEPRECATED_H

#ifdef __GNUC__
#define NS_DEPRECATED __attribute__ ((deprecated))
#else
#define NS_DEPRECATED
#endif

#endif /* NS3_DEPRECATED_H */