- Timestamp:
- 08/12/08 09:55:15 (11 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sln/libtorrent/libtorrent.vcproj
r505 r532 460 460 </File> 461 461 <File 462 RelativePath="..\..\..\..\..\Libraries\libtorrent\libtorrent-trunk\src\error_code.cpp" 463 > 464 </File> 465 <File 462 466 RelativePath="..\..\lib\libtorrent\src\escape_string.cpp" 463 467 > 464 468 </File> 465 469 <File 470 RelativePath="..\..\..\..\..\Libraries\libtorrent\libtorrent-trunk\src\file.cpp" 471 > 472 </File> 473 <File 466 474 RelativePath="..\..\lib\libtorrent\src\file_pool.cpp" 467 475 > … … 472 480 </File> 473 481 <File 474 RelativePath="..\..\lib\libtorrent\src\file_win.cpp"475 >476 </File>477 <File478 482 RelativePath="..\..\lib\libtorrent\src\GeoIP.c" 479 483 > … … 525 529 <File 526 530 RelativePath="..\..\lib\libtorrent\src\magnet_uri.cpp" 527 >528 </File>529 <File530 RelativePath="..\..\lib\libtorrent\src\mapped_storage.cpp"531 531 > 532 532 </File> -
trunk/src/halSession.cpp
r531 r532 357 357 t.set_comment(to_utf8(params.comment).c_str()); 358 358 359 //t.set_priv(params.private_torrent);359 t.set_priv(params.private_torrent); 360 360 361 361 // create the torrent and print it to out -
trunk/src/halTorrentInternal.hpp
r531 r532 616 616 state = app().res_wstr(HAL_TORRENT_CHECKING_FILES); 617 617 break; 618 case libt::torrent_status::connecting_to_tracker:619 state = app().res_wstr(HAL_TORRENT_CONNECTING);620 break;618 // case libt::torrent_status::connecting_to_tracker: 619 // state = app().res_wstr(HAL_TORRENT_CONNECTING); 620 // break; 621 621 case libt::torrent_status::downloading_metadata: 622 622 state = app().res_wstr(HAL_TORRENT_METADATA);
Note: See TracChangeset
for help on using the changeset viewer.