mirror of
https://github.com/aria2/aria2.git
synced 2025-04-06 05:57:36 +03:00
2008-12-10 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Use BDE instead of Dictionary/List/Data. * src/HandshakeExtensionMessage.cc * src/HandshakeExtensionMessage.h * test/HandshakeExtensionMessageTest.cc
This commit is contained in:
parent
8c1894720f
commit
a67ed743a2
4 changed files with 48 additions and 40 deletions
|
@ -36,9 +36,11 @@
|
|||
#define _D_HANDSHAKE_EXTENSION_MESSAGE_H_
|
||||
|
||||
#include "ExtensionMessage.h"
|
||||
#include "BtConstants.h"
|
||||
|
||||
#include <map>
|
||||
|
||||
#include "BtConstants.h"
|
||||
|
||||
namespace aria2 {
|
||||
|
||||
class BtContext;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue