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 285 by douglas, 2004-11-28T03:01:11-08:00 vs.
Revision 299 by douglas, 2004-12-12T16:39:07-08: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*/
10 > #ifdef MENES_PRAGMA_ONCE
11 > #pragma once
12 > #endif
13  
14 < #include <menes/platform.hpp>
15 <
16 < #include <string>
17 < #include <map>
14 > #ifdef _WIN32
15 > #pragma warning(disable:4267)
16 > #endif
17  
18 + #include <menes/platform.hpp>
19   #include <menes-api/console.hpp>
20   #include <menes-api/files.hpp>
21   #include <menes-ios/string.hpp>
# Line 24 | Line 24
24   #include <menes-xml/parse.hpp>
25   #include <menes-xml/textwriter.hpp>
26  
27 + #include <string>
28 + #include <map>
29 +
30   extern ext::String program;
31   extern bool debug;
32  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines