mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2025-08-11 13:09:46 +00:00
First commit
This commit is contained in:
commit
fea5b738df
16 changed files with 315 additions and 0 deletions
13
src/submit_form_response.hpp
Normal file
13
src/submit_form_response.hpp
Normal file
|
@ -0,0 +1,13 @@
|
|||
#pragma once
|
||||
|
||||
#include "response.hpp"
|
||||
|
||||
namespace tawashi {
|
||||
class SubmitFormResponse : public Response {
|
||||
public:
|
||||
SubmitFormResponse();
|
||||
|
||||
private:
|
||||
virtual void on_send (std::ostream& parStream) override;
|
||||
};
|
||||
} //namespace tawashi
|
Loading…
Add table
Add a link
Reference in a new issue