1
0

Merge branch 'master' into HTTPSizeT

Conflicts:
	src/HTTPServer/EnvelopeParser.h
	src/HTTPServer/HTTPFormParser.h
	src/HTTPServer/MultipartParser.h
This commit is contained in:
Tycho
2014-04-02 07:51:48 -07:00
24 changed files with 45 additions and 30 deletions

View File

@@ -36,8 +36,8 @@ public:
class cCallbacks
{
public:
virtual ~cCallbacks() {};
// Force a virtual destructor in descendants:
virtual ~cCallbacks() {}
/// Called when a new file part is encountered in the form data
virtual void OnFileStart(cHTTPFormParser & a_Parser, const AString & a_FileName) = 0;