/* */ #include "BtContextAwareCommand.h" #include "BtRegistry.h" BtContextAwareCommand::BtContextAwareCommand(const BtContextHandle& btContext): btContext(btContext), btRuntime(BT_RUNTIME(btContext)), pieceStorage(PIECE_STORAGE(btContext)), peerStorage(PEER_STORAGE(btContext)), btAnnounce(BT_ANNOUNCE(btContext)), btProgressInfoFile(BT_PROGRESS_INFO_FILE(btContext)) {} BtContextAwareCommand::~BtContextAwareCommand() {}