ffead.server.doc
FormController.h
1 /*
2  * FormController.h
3  *
4  * Created on: Jul 14, 2011
5  * Author: sumeet
6  */
7 
8 #ifndef FORMCONTROLLER_H_
9 #define FORMCONTROLLER_H_
10 #include "HttpResponse.h"
11 
13 public:
14  virtual void onSubmit(void*,HttpResponse*)=0;
15 };
16 
17 #endif /* FORMCONTROLLER_H_ */