Reorganized, moing stuff to src/utils subdir.

git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@290 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2005-02-19 17:27:29 +00:00
parent aa405810db
commit a5f23adc7b
22 changed files with 62 additions and 43 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ private:
core::CurlGet* m_http;
std::string m_name;
Timer m_timer;
utils::Timer m_timer;
};
typedef std::list<Node> Container;