#ifndef __TASK_GENERAL_CHARGE_TASK_H__ #define __TASK_GENERAL_CHARGE_TASK_H__ #include namespace task { bool charge_task(Json::Value task, std::string commond); } #endif