src/core/empty.h
author Florian Westphal <fw@strlen.de>
Wed, 03 Sep 2008 23:24:59 +0200
changeset 3595 693faf7f4e9b
parent 3182 61fe7fe81ebd
permissions -rw-r--r--
nsc: Fix build problem if gtk config store is disabled gtk config store pulled in libdl.so for us, so things fail to link of the config store isn't enabled. This makes nsc pull in libdl itself when its enabled.

#ifndef EMPTY_H
#define EMPTY_H

namespace ns3 {
/**
 * \brief make Callback use a separate empty type
 */
class empty {};
}

#endif /* EMPTY_H */