mirror of https://github.com/aria2/aria2
2008-02-11 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Included RecoverableException.h to fix compilation error. * test/DHTMessageFactoryImplTest.ccpull/1/head
parent
bebb7e1976
commit
1700f5c1bc
|
@ -1,3 +1,8 @@
|
|||
2008-02-11 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||
|
||||
Included RecoverableException.h to fix compilation error.
|
||||
* test/DHTMessageFactoryImplTest.cc
|
||||
|
||||
2008-02-11 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||
|
||||
Added test 'testDoReceivedAction' for DHTQueryMessage subclasses.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#include "DHTMessageFactoryImpl.h"
|
||||
#include "Exception.h"
|
||||
#include "RecoverableException.h"
|
||||
#include "Util.h"
|
||||
#include "DHTNode.h"
|
||||
#include "DHTRoutingTable.h"
|
||||
|
|
Loading…
Reference in New Issue