[fdo-internals] Repeated header inclusion guards
Brent Robinson
brent.robinson at autodesk.com
Tue Feb 27 08:16:29 EST 2007
Hi Mateusz,
This one has been fixed in the trunk but is still present in the 3.2.x
(3.2.2) branch. Greg would know better, but a trac ticket could likely
be opened against 3.2.2 and fixed by backporting from the trunk.
I'm not 100% sure if the fix introduces a binary compatibility change
(it could only be applied to 3.2.x if it didn't). However, that could be
investigated by whoever gets assigned the ticket.
Brent.
-----Original Message-----
From: fdo-internals-bounces at lists.osgeo.org
[mailto:fdo-internals-bounces at lists.osgeo.org] On Behalf Of Mateusz
Loskot
Sent: Monday, February 26, 2007 10:06 PM
To: fdo-internals
Subject: [fdo-internals] Repeated header inclusion guards
Hi,
In the FDO Core, there are two headers using the same inclusion guards.
It potentially may cause problems and one of these file won't be
included.
Here they are:
d:\dev\fdopostgis\_svn\fdocore\Fdo\Unmanaged\Inc\Fdo\Raster\DataValueCol
lection.h
#ifndef _DATAVALUECOLLECTION_H_
#define _DATAVALUECOLLECTION_H_
d:\dev\fdopostgis\_svn\fdocore\Fdo\Unmanaged\Inc\Fdo\Expression\DataValu
eCollection.h
#ifndef _DATAVALUECOLLECTION_H_
#define _DATAVALUECOLLECTION_H_
Should I report it as a ticked on the FDO Trac?
Cheers
--
Mateusz Loskot
http://mateusz.loskot.net
_______________________________________________
fdo-internals mailing list
fdo-internals at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/fdo-internals
More information about the fdo-internals
mailing list