api is functional after the dependency updates

This commit is contained in:
kdeng00
2020-02-01 20:58:48 -05:00
parent e846989a7f
commit 57f76ee4a4
3 changed files with 12 additions and 27 deletions
+3 -1
View File
@@ -4,6 +4,8 @@
#include <string>
#include "oatpp/core/data/stream/FileStream.hpp"
#include "oatpp/core/data/stream/Stream.hpp"
#include "oatpp/core/async/Coroutine.hpp"
//#include "oatpp/web/protocol/http/outgoing/ChunkedBody.hpp"
namespace callback {
@@ -12,7 +14,7 @@ namespace callback {
StreamCallback();
StreamCallback(const std::string&);
oatpp::v_io_size read(void*, oatpp::v_io_size);
oatpp::v_io_size read(void*, v_buff_size, oatpp::async::Action&);
private:
std::string m_songPath;