--- a/src/routing/aodv/test/loopback.h Mon Jan 10 15:55:29 2011 -0800
+++ b/src/routing/aodv/test/loopback.h Mon Jan 17 12:53:20 2011 -0800
@@ -36,7 +36,7 @@
{
LoopbackTestCase () : TestCase ("Ping 127.0.0.1 test") {}
/// Run test
- bool DoRun ();
+ void DoRun ();
};
}