changeset 714 | e6561d5e8018 |
parent 687 | 36e034af3dc1 |
child 732 | df256f32b6ae |
--- a/src/core/callback.h Fri May 25 12:27:40 2007 +0200 +++ b/src/core/callback.h Fri May 25 14:13:23 2007 +0200 @@ -24,6 +24,7 @@ #include "ptr.h" #include "fatal-error.h" +#include "empty.h" namespace ns3 { @@ -56,8 +57,6 @@ * and relies on a reference list rather than autoPtr to hold * the pointer. */ -class empty {}; - template <typename T> struct CallbackTraits;