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

Comparing SiteMapper/SiteMapper.hpp (file contents):
Revision 154 by Douglas Thrift, 2004-06-04T02:40:33-07:00 vs.
Revision 197 by Douglas Thrift, 2004-08-30T17:50:22-07:00

# Line 7 | Line 7
7   #ifndef _SiteMapper_hpp_
8   #define _SiteMapper_hpp_
9  
10 + #ifdef _WIN32
11 + #pragma warning(disable:4267 4503 4786)
12 + #endif
13 +
14   #include <iostream>
15   #include <fstream>
16   #include <string>
# Line 14 | Line 18
18   #include <vector>
19   #include <map>
20  
21 < using namespace std;
21 > using std::cin;
22 > using std::cout;
23 > using std::cerr;
24 > using std::ostream;
25 > using std::ofstream;
26 > using std::string;
27 > using std::ostringstream;
28 > using std::vector;
29 > using std::map;
30 > using std::multimap;
31 > using std::pair;
32  
33 + #include <menes-api/console.hpp>
34   #include <menes-xml/document.hpp>
35   #include <menes-xml/nodeset.hpp>
36   #include <menes-xml/parse.hpp>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines