- Timestamp:
- 08/16/08 16:56:58 (11 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/global/txml_iarchive.hpp
r542 r549 286 286 void load_override(const ::boost::serialization::nvp<T>& t, int) 287 287 { 288 TXML_LOG(boost::wformat(L" << loading: %1%") % t.name());288 if (t.name()) TXML_LOG(boost::wformat(L" << loading: %1%") % t.name()); 289 289 290 290 if (current_node_ && load_start(t.name())) -
trunk/src/halTorrentInternal.hpp
r532 r549 1442 1442 mutex_t::scoped_lock l(mutex_); 1443 1443 assert(in_session()); 1444 assert(handle_.is_paused());1444 // assert(handle_.is_paused()); 1445 1445 1446 1446 state_ = torrent_details::torrent_stopped;
Note: See TracChangeset
for help on using the changeset viewer.