Browse Source

Fixed missing class code

master
Artyom Beilis 8 years ago
parent
commit
94952a7c3c
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      src/http_content_filter.cpp

+ 3
- 0
src/http_content_filter.cpp View File

@@ -90,6 +90,9 @@ void multipart_filter::on_new_file(http::file &) {}
void multipart_filter::on_upload_progress(http::file &) {}
void multipart_filter::on_data_ready(http::file &) {}

struct raw_content_filter::_raw_data {};
void raw_content_filter::on_data_chunk(void const *,size_t) {}
raw_content_filter::~raw_content_filter() {}

} // http
}// cppcms

Loading…
Cancel
Save