/* */ #ifndef D_RPC_METHOD_FACTORY_H #define D_RPC_METHOD_FACTORY_H #include "common.h" #include #include #include namespace aria2 { namespace rpc { class RpcMethod; const std::vector& allMethodNames(); const std::vector& allNotificationsNames(); RpcMethod* getMethod(const std::string& methodName); } // namespace rpc } // namespace aria2 #endif // D_RPC_METHOD_FACTORY_H