/* */ #include "ContextAttribute.h" namespace aria2 { const char* strContextAttributeType(ContextAttributeType key) { switch(key) { case CTX_ATTR_BT: return "BitTorrent"; default: return "UNKNOWN"; } } } // namespace aria2