Changeset 1058 for trunk/libtorrent/src/protocol/peer_factory.cc
- Timestamp:
- 05/05/08 15:16:26 (4 years ago)
- Files:
-
- 1 modified
-
trunk/libtorrent/src/protocol/peer_factory.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtorrent/src/protocol/peer_factory.cc
r1043 r1058 56 56 } 57 57 58 PeerConnectionBase* 59 createPeerConnectionInitialSeed(bool encrypted) { 60 PeerConnectionBase* pc = new PeerConnection<Download::CONNECTION_INITIAL_SEED>; 61 62 return pc; 58 63 } 64 65 }
