mirror of
https://github.com/aria2/aria2.git
synced 2025-04-04 21:17:41 +03:00
2009-10-22 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Moved static functions in Util class to namespace util. * src * test
This commit is contained in:
parent
3349fe0811
commit
c6035b2e24
129 changed files with 893 additions and 882 deletions
|
@ -36,7 +36,7 @@ void DHTRoutingTableSerializerTest::testSerialize()
|
|||
SharedHandle<DHTNode> nodesSrc[3];
|
||||
for(size_t i = 0; i < arrayLength(nodesSrc); ++i) {
|
||||
nodesSrc[i].reset(new DHTNode());
|
||||
nodesSrc[i]->setIPAddress("192.168.0."+Util::uitos(i+1));
|
||||
nodesSrc[i]->setIPAddress("192.168.0."+util::uitos(i+1));
|
||||
nodesSrc[i]->setPort(6881+i);
|
||||
}
|
||||
nodesSrc[1]->setIPAddress("non-numerical-name");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue