* Finished the move over to object_storage, removing command_function.*.

* Added redirects for several commands.


git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1166 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2010-04-29 10:59:41 +00:00
parent b530d35d94
commit c8fc6402bb
15 changed files with 301 additions and 381 deletions
+1 -2
View File
@@ -3,8 +3,6 @@ noinst_LIBRARIES = libsub_rpc.a
libsub_rpc_a_SOURCES = \
command.h \
command_impl.h \
command_function.cc \
command_function.h \
command_map.cc \
command_map.h \
command_scheduler.cc \
@@ -15,6 +13,7 @@ libsub_rpc_a_SOURCES = \
command_new_slot.h \
exec_file.cc \
exec_file.h \
fixed_key.h \
object_storage.cc \
object_storage.h \
parse.cc \