# | Line 10 | Line 10 | |
---|---|---|
10 | #include <iostream> | |
11 | #include <string> | |
12 | #include <sstream> | |
13 | + | #include <vector> |
14 | #include <map> | |
15 | ||
16 | using namespace std; | |
# | Line 27 | Line 28 | private: | |
28 | multimap<string, string> cgi; | |
29 | void parse(const string& method); | |
30 | public: | |
31 | < | Smersh(); |
31 | > | Smersh(ostream& sout = cout); |
32 | ~Smersh() {} | |
33 | }; | |
34 |
# | Line 0 | Line 1 | |
---|---|---|
1 | + | native |
# | Line 0 | Line 1 | |
---|---|---|
1 | + | Id |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |