src/core/empty.h
author Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
Mon, 02 Jun 2008 10:30:24 -0700
changeset 3190 51fe9001a679
parent 3182 61fe7fe81ebd
permissions -rw-r--r--
add some doxygen, remove a couple of XXX

#ifndef EMPTY_H
#define EMPTY_H

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

#endif /* EMPTY_H */