- Timestamp:
- 03/02/09 09:58:55 (18 months ago)
- Location:
- tools/osm2pgrouting/trunk/src
- Files:
-
- 2 modified
-
ConfigurationParserCallback.h (modified) (1 diff)
-
OSMDocumentParserCallback.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tools/osm2pgrouting/trunk/src/ConfigurationParserCallback.h
r198 r267 22 22 #define CONFIGURATIONPARSERCALLBACK_H 23 23 24 #include <string.h> 24 25 #include "XMLParser.h" 26 25 27 26 28 namespace osm -
tools/osm2pgrouting/trunk/src/OSMDocumentParserCallback.h
r189 r267 22 22 #define OSMDOCUMENTPARSERCALLBACK_H 23 23 24 #include <string.h> 24 25 #include "XMLParser.h" 25 26
