ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/Smersh/Smersh.hpp
(Generate patch)

Comparing Smersh/Smersh.hpp (file contents):
Revision 162 by Douglas Thrift, 2004-06-17T15:51:47-07:00 vs.
Revision 164 by Douglas Thrift, 2004-06-17T22:12:33-07:00

# 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  

Comparing Smersh/Smersh.hpp (property svn:eol-style):
Revision 162 by Douglas Thrift, 2004-06-17T15:51:47-07:00 vs.
Revision 164 by Douglas Thrift, 2004-06-17T22:12:33-07:00

# Line 0 | Line 1
1 + native

Comparing Smersh/Smersh.hpp (property svn:keywords):
Revision 162 by Douglas Thrift, 2004-06-17T15:51:47-07:00 vs.
Revision 164 by Douglas Thrift, 2004-06-17T22:12:33-07:00

# Line 0 | Line 1
1 + Id

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines