Remove PostFile() from session; refine cmake files; replace final with override.

This commit is contained in:
Chunting Gu
2019-04-24 13:42:16 +08:00
parent ddd521b684
commit 113dacb9ce
21 changed files with 63 additions and 102 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ public:
}
// Prepare payload.
void Prepare() final;
void Prepare() override;
private:
void CreateStartLine();